@charset "utf-8";
/* CSS Document */

@media all and (max-width: 2000px) {
    :root {
    --marge-externe: 7vw;
    --marge-interne: 7vw;
    }
    
    #en-top-gauche, #services, #temoignages, #contact {padding: 8vw 0;}
    
    #header-logo img {width: 250px;}
    #header-menu a {font-size: 25px;}
    .menu-social a {width: 30px; height: 30px;}
    #en-top-gauche-l1, #en-top-gauche-l2 {font-size: 60px;}
    .en-signature {font-size: 35px;}
    
    h2 {font-size: 60px;}
    #liste-services h3 {font-size: 35px; padding: 20px 0;}
    p {font-size: 25px;}
}



@media all and (max-width: 1800px) {
    #header-logo img {width: 220px;}
    #header-menu a {font-size: 23px;}
    #en-top-gauche-l1, #en-top-gauche-l2 {font-size: 50px;}
    .en-signature {font-size: 30px;}
    
    #en-top-gauche, #services-droit, #apropos-gauche, #temoignages-droit {width: 60%;}
    #en-top-droit, #img-service, #apropos-droit {width: 40%;}
    
    #liste-services h3:after {font-size: 30px;}
    
    h2 {font-size: 50px;}
    #liste-services h3 {font-size: 30px; padding: 20px 0;}
    p {font-size: 22px;}
}



@media all and (max-width: 1450px) {
    #header-logo img {width: 200px;}
    #header-menu a {font-size: 20px;}
    .menu-social a {width: 20px; height: 20px; padding: 5px;}
    #en-top-gauche-l1, #en-top-gauche-l2 {font-size: 40px;}
    .en-signature {font-size: 25px;}
    
    h2 {font-size: 40px; letter-spacing: 2px; margin-bottom: 20px;}
    #liste-services h3 {font-size: 26px; padding: 20px 0;}
    p {font-size: 20px;}
}



@media all and (max-width: 1100px) {
    #header-logo img {width: 150px;}
    #header-menu a {font-size: 18px; margin-left: 15px; padding-left: 15px;}
    #en-top-gauche-l1, #en-top-gauche-l2 {font-size: 30px;}
    .en-signature {font-size: 20px;}
    #img-service {display: none;}
    #liste-services {margin-left: 0; width: 100%;}
    .service-element img {display: block; width: 100%; height: auto; margin-top: 30px;}
    #services-droit {width: 100% !important;}
    .flickity-page-dots {display: none;}
    #services {padding-bottom: 20vw; background-size: 33% auto;}
    .service-contenu {padding-bottom: 20px;}
}



@media all and (max-width: 800px) {
    #header-logo img {width: 120px;}
    #en-top-gauche p {font-size: 30px;}
    .en-signature {font-size: 16px;}
    #img-service {display: none;}
    #liste-services {margin-left: 0; width: 100%;}
    .service-element img {display: block; width: 100%; height: auto;}
    #en-top p {display: block;}
    #en-top-gauche-l1, #en-top-gauche-l2 {display: none;}
    
    #en-top-gauche, #services-droit, #apropos-gauche, #temoignages-droit, #en-top-droit, #img-service, #apropos-droit {width: 50%;}
}

@media all and (max-width: 640px) {
    header {flex-direction: column;}
    #header-logo {width: 90%; padding: 5%; text-align: center;}
    #header-logo img {display: inline-block; width: 250px;}
    #header-nav {width: 100%;}
    header .menu-social {position: relative; top: auto; right: auto; text-align: center;}
    #header-menu {display: none;}
    .main-carousel {margin-bottom: 400px; padding-bottom: 50px;}
    #services {padding-bottom: 200px; background-size: 300px auto;}
    
    h2 {font-size: 30px;}
    #liste-services h3 {font-size: 22px; padding: 20px 0;}
    p {font-size: 19px;}
    
    #en-top, #apropos, #contact { display: flex; align-items: flex-start; flex-direction: column-reverse;}
    #contact {flex-direction: column; padding-top: 150px; background-position: top 30px left 5%; background-size: 80px auto;}
    #contact-gauche {margin-left: 5%; text-align: left;}
    #en-top-gauche, #services-droit, #apropos-gauche, #temoignages-droit, #en-top-droit, #img-service, #apropos-droit {width: 100%;}
    
    .flickity-prev-next-button {top: -40px !important;}
    .flickity-prev-next-button.previous {display: none;}
}