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

@media all and (max-width: 2000px) {
    :root {
    --marge-externe: 7vw;
    --marge-interne: 7vw;
    }
    
    #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-signature {font-size: 35px;}
    
    h2 {font-size: 60px;}
    #liste-services h3 {font-size: 35px; padding: 20px 0;}
    p, ul {font-size: 25px;}
}



@media all and (max-width: 1800px) {
    #header-logo img {width: 220px;}
    #header-menu a {font-size: 23px;}
    
    #lr-rdv {font-size: 26px; padding: 15px 20px; border-radius: 10px 10px 0 0;}
    
    .service-droit, #apropos-gauche {width: 60%;}
    .img-service, #apropos-droit {width: 40%;}
    
    .liste-service h3:after {font-size: 30px;}
    
    h2 {font-size: 50px;}
    .liste-service h3 {font-size: 30px; padding: 20px 0;}
    p, ul {font-size: 22px;}
}



@media all and (max-width: 1450px) {
    #header-logo img {width: 200px;}
    #header-menu a {font-size: 20px;}
    .en-signature {font-size: 25px;}
    
    h2 {font-size: 40px; margin-bottom: 20px;}
    .liste-service h3 {font-size: 26px; padding: 20px 0;}
    p, ul {font-size: 20px;}
}



@media all and (max-width: 1100px) {
    #header-menu a {font-size: 18px; margin-left: 15px; padding-left: 15px;}
    .en-signature {font-size: 20px;}
    .liste-service {margin-left: 0; width: 100%;}
    .service-contenu {padding-bottom: 20px;}
}



@media all and (max-width: 800px) {
    #en-top-gauche p {font-size: 30px;}
    
    #lr-rdv {font-size: 20px; padding: 10px 15px; border-radius: 0; width: calc(100% - 30px); left: 0; text-align: center;}
    
    .liste-service {margin-left: 0; width: 100%;}
    #en-top p {display: block;}
    #en-top-gauche-l1, #en-top-gauche-l2 {display: none;}
    
    #apropos-gauche, #img-service, #apropos-droit {width: 50%;}
    
    #services {padding-top: 0;}
    .service {flex-direction: column; margin-bottom: 40px;}
    .service:nth-child(2) {flex-direction: column;}
    .service-droit {width: 100% !important;}
    .img-service {width: 100%; margin-bottom: 40px;}
}

@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; justify-content: center; margin-bottom: 20px;}
    #header-menu {display: none;}
    
    h2 {font-size: 30px;}
    .liste-service h3 {font-size: 22px; padding: 20px 0;}
    p, ul {font-size: 19px;}
    
    #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;}
    #contact-droit {margin-left: 5%; margin-top: 20px;}
    .service-droit, #apropos-gauche, .img-service, #apropos-droit {width: 100%;}
}