
/* Valeurs maximales */
img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
    max-width: 100%;
}
/* Corrections Viewport */
@-webkit-viewport {
    width: device-width;
    zoom: 1.0;
}
@-moz-viewport {
    width: device-width;
    zoom: 1.0;
}
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}
@-o-viewport {
    width: device-width;
    zoom: 1.0;
}
@viewport {
    width: device-width;
    zoom: 1.0;
}


.burger-menu{
    display: none;
}

@media screen and (max-width: 1180px){
    
}

@media screen and (max-width: 980px){


}

@media screen and (max-width: 800px){
    .home h1 {
        font-size: 34px;
        margin: 0 20px;
        line-height: 1em;
    }
	.home .form {
        width: 90%;
        padding: 3rem 20px;
        margin: 20px 0 50px;
    }
}

@media screen and (max-width: 600px){
  
}

@media screen and (max-width: 450px){
 
}