* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mentions h2 {
        font-size: 30px;
        padding-top: 5%;
    }
    
    .mentions p {
        padding-top: 1%;
        margin-top: 1%;
    }
    
    .mentions h3 {
        padding-top: 2%;
        text-decoration: underline;
    }

html {
    width: 100%;
    height: 100%;
}
form {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    width: 100%;
    padding: 5% 0 2% 9%;
}

form input {
    height: 40px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    width: 90%;
}

form textarea {
    border-radius: 5px;
    font-size: 1em;
    width: 90%;
}

.boutenvoyer {
    background-color: #12464D;
    color: white;
    transition: 0.6s;
    cursor: pointer;
}

.boutenvoyer:hover {
    background-color:#f89e79;
    transition: 0.6s;
}

.messageenvoi {
    font-size: 3em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 600;
}

.nomquoi {
    padding: 1%;
    text-align: center;
    font-size: 2em!important;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 800;
    font-variant: small-caps;
}

#pourRDVsectionContact {
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
}

h1 {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 800;
    font-size: 2.9em;
    font-variant: small-caps;
    text-align: center;
}

p {
    font-family: gopher, sans-serif;
    font-size: 12px;
    line-height: 150%;
    text-align: justify;
    text-justify: inter-word;
    padding: 0 24px 0 24px;
    margin-top: 45px;
}

span {
    font-weight: 800;
}

img {
    max-width: 100%;
    padding: 0;
}

section {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-sizing: content-box;
    width: 100%;
}

.nom {
    font-size: 1.3em;
    width: 100%;

}

.container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#navduhaut {
    display: none;
}

#rs-top {
    display: none;
}

.titrepara {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 800;
    font-size: 2.9em;
    font-variant: small-caps;
    text-align: center;
}

.paramarbot {margin-bottom: 10%;}

.home {
    
    background-color: #F89E79;
    background-image: url(../asset/illustration/fond01.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    color: #12464D;
}

.coulpage {
    background-color: rgba(18, 70, 77, 0.35);
}

.home h2 {
    font-weight: 200;
    font-size: 15px;
    font-family: gopher, sans-serif;
    font-style: normal;
}

.home h1 {
    font-size: 44px;
    text-align: left;
}

.home img {
   margin-bottom: 0px;
    max-width: 100%;
}

.home .container {
    padding: 0 16px 0 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#centrage01 {
    display: block;
    width: 100%;
    position: fixed;
    top: 90%;
    text-align: center;

}

#centrage02 {display: none;}

.button_rdv {
    z-index: 1;
    width: 70%;
    text-align: center;
    text-decoration: none;
    color: white;
    background: linear-gradient(0.25turn, #12464D, #07ABA1);
    padding: 14px 52px 16px 52px;
    border-radius: 50px;
    font-family: mr-eaves-modern, sans-serif;
    font-size: 24px;
    font-variant: small-caps;
}

.a_propos {
    color: #12464D;
}

.a_propos .container {
    height: 100%;
}

.a_propos .container h1 {
    margin-top: 10px;
    text-align: center;
}
.a_propos .container h2 {
    font-family: mr-eaves-modern, sans-serif;
    margin-top: 50px;
    font-variant: small-caps;
    font-size: 2.9em;
    text-align: center;
}

.a_propos .container img {
    margin-top: 15px;
    max-width: 100%;
}

.a_propos .container .question {
    max-height: 100%;
}

.quoi {
    color: #12464D;
    margin-top: 50px;
}

.quoi img {
    margin-top: 20px;
}

.pourquoi {
    margin-top: 50px;
    color: #12464D;
}

.cartes {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.carte {
    margin-top: 60px;
    background-color: #12464D;
    width: 290px;
    border-radius: 10px;
    align-self: center;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 20px 0 20px 0;
}

.carte h2 {
    font-family: mr-eaves-modern, sans-serif;
    font-size: 2.9em;
    font-weight: 800;
    font-variant: small-caps;
    margin-bottom: 20px;
}

.carte li {
    margin-bottom: 10px;
    font-family: gopher, sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    list-style: none;
}

.carte .dernier {
    margin: 0;
    margin-bottom: 60px;
}

.carte img {
    margin-top: -70px;
    margin-bottom: 20px;
}

.marche {
    color: #12464D;
}

.marche h1 {
    margin-top: 50px;
}

.marche img {
/*    margin-top: 50px;*/
}

.marquequoi {
    margin-top: 0px;
    margin-bottom: 60px;
}

.contact {
    margin-top: 50px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.box {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    text-align: center;
}

.box h3 {
    margin-top: 15px;
    font-family: mr-eaves-modern, sans-serif;
    font-size: 25px;
    color: #12464D;
}

.box img {
    width: 62px;
    height: 62px;
}

.socials {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
}

.socials a {
    background-color: #12464D;
    border-radius: 50px;
    padding: 20px;
}

.socials img {
    width: 30px;
    height: 30px;
}

.footer {
    text-align: center;
    background-color: #12464D;
    font-family: gopher, sans-serif;
    display: flex;
    padding-bottom: 15%;
    color: white;
}

.footer a {
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 10px;
    font-size: 1.4em;
}
.footer p {
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
}

.footer figure {
    padding: 8%;
}

.footer img {
    width: 50%;
}

.footer .container {
    padding: 30px 0 50px 0;
}

#pourRDVsection {
        text-align: center;
        height: 450px;
        background-image: url(../asset/illustration/fond02.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
    background-position: right;
        color: white;
        padding-top: 5%;
        
    }
    
    #pourRDVsection h2 {
    font-family: mr-eaves-modern, sans-serif;
    font-size: 2.9em;
    font-variant: small-caps;
    text-align: center;
    height: 150px;
    }
    
    #pourRDVsection p {
        text-align: center;
        font-size: 16px;
        margin-top: 2px;
        padding-bottom: 15px;
    }

#pourRDVsection2 {
        text-align: center;
        height: 450px;
        background-image: url(../asset/illustration/fond03.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
    background-position: right;
        color: white;
        padding-top: 5%;
        
    }
    
    #pourRDVsection2 h2 {
    font-family: mr-eaves-modern, sans-serif;
    font-size: 2.9em;
    font-variant: small-caps;
    text-align: center;
    height: 150px;
    }
    
    #pourRDVsection2 p {
        text-align: center;
        font-size: 16px;
        margin-top: 2px;
        padding-bottom: 15px;
    }

    #centrage03 {
        margin-left: 20%;
        margin-top: 9%;
        margin-bottom: 10%;
}
@media (max-width: 800px) {
    .w30 {display: none;}
.titrepageflotte {display: none;}
    .margAUTRE {margin-top: 15%;}
    .margAM {margin-top: 5%;margin-bottom: 15%;}
    .margAM2 {margin-top: 25%;margin-bottom: 5%;}
    .nomdansquoi {width: 100%;text-align: center;padding: 5%;font-size: 1.5em!important; text-transform: uppercase;}
    #centrage02b {margin-left: 20%;margin-bottom: 15%;}
    #menumobile li a{
        display: block;
        padding: 5%;
        font-family: mr-eaves-modern, sans-serif;
        font-weight: 800;
        text-decoration: none;
        color: #12464D;
        font-size: 2em;
    }
    
    #menumobile {
        position: fixed;
        display: block;
        background-color:rgba(248, 158, 121, 0.9);
        width: 100%;
        height: 100%;
        left: -700px;
        transition: 0.6s;
        z-index: 99999;
    }
    
    #pourmenumobile {
        font-size: 2em;
        position: fixed;
        background-color: #f89e79;
        display: inline-block;
        width: 100%;
        height: 55px;
        -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    }

    
    #pourmenumobile span {display: inline-block;vertical-align: top;padding-top: 2%;width: 75%;text-align: center;color: #12464D;font-family: mr-eaves-modern, sans-serif;}
    
    #pourmenumobile img {height: 55px;}
    
    .margpourhaut {margin-top: 15%;}
}

/*# sourceMappingURL=style.css.map */

/*------------------------------------------------------------------------------DESKTOP*/

@media (min-width: 1250px) {
    
    form {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    width: 70%;
    margin-left: 28%;
    padding: 2% 0 2% 7%;
}

form input {
    height: 40px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    width: 50%;
}

form textarea {
    border-radius: 5px;
    font-size: 1em;
    width: 50%;
}

.boutenvoyer {
    background-color: #12464D;
    color: white;
    transition: 0.6s;
    cursor: pointer;
}

.boutenvoyer:hover {
    background-color:#f89e79;
    transition: 0.6s;
}

.messageenvoi {
    font-size: 3em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 600;
}
    
    #menumobile {display: none;}
    #pourmenumobile {display: none;}
    
    .degrade {vertical-align: bottom!important;}
    
    .titrepageflotte {
        display: block;
        font-family: mr-eaves-modern, sans-serif;
    font-size: 65px;
    font-weight: 800;
    font-variant: small-caps;
        color: #f89e79;
        background-color: #12464d;
        padding: 6% 6% 1% 2%;
        width: 60%;
        margin-bottom: 22%;
  animation-name: burk;
  animation-duration: 3s;
        border-bottom-right-radius: 50px;
    }
    
    @keyframes burk {
        from {margin-left: -50%;}
        to {margin-left: 0;}
    }
    
    
    
    
    #contenu3 {
        background-color: rgba(18, 70, 77, 0.10);
    }
    
    .container {
       display:inline-block!important;
        width: 100%;
    }
    
    .home {
    background-image: url(../asset/illustration/fond01.png);
    background-repeat: no-repeat;
    background-position: 15% -20%;
    background-size: 50%;
     padding-top: 2%;
}

    
    
    .deskimgdroite {
      text-align: right;
        width: 100%!important;
        vertical-align: bottom!important;
    }
    
    .deskimgdroite img {
        width: 50%;
    }
    
    .deskimgdroite2 {
      text-align: right;
        width: 100%!important;
    }
    
    .deskimgdroite2 img {
        width: 60%;
        margin-top: 2%;
    }
    
    nav {
        position: fixed;
        width: 100%;
        background-color: rgba(248, 158, 121, 0.89);
        -webkit-box-shadow: 0px 8px 7px -6px rgba(0,0,0,0.12); 
box-shadow: 0px 8px 7px -6px rgba(0,0,0,0.12);
        
    }
    
    nav figure img {
        width: 50px;
    }
    
    #menu {
        text-align: right;
        padding-right: 8%;
        font-size: 1em;
        font-family: gopher, sans-serif;
        height: 55px;
        
    }
    
    #menu li {
        display: inline-block;
    }
    #menu li a {
        text-decoration: none;
         color: #12464D;
        display: block;
        padding: 18px 0;
        width: 140px;
        text-align: center;
        border-color: #F89E79;
        border-width: 0 0 0px 0;
        border-style: solid;
        transition: 0.7s;
    }
    
    #menu li a:hover {
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: #12464D;
        transition: 0.5s;
        background-color: rgba(255, 255, 255, 0.1);
        
    }
    
    .align {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
    
    .align2 {
        display: inline-block;
        vertical-align: top;
    }
    
    .paddarticle {
        padding-top: 4%;
        padding-left: 5%;
    }
    
    article img {
        width: 75%;
        margin-bottom: 4%;
    }
    
    .nom {
        font-size: 2em!important;
        margin-bottom: 3%;
    }
    
    #centrage01 {
    display: block;
    width: 100%;
    position:static;
    text-align: left;
        padding-top: 8%;

}
    #centrage02 {
    display: block;
    width: 100%;
    position:static;
    text-align: left;
    padding-top: 8%;

}
    #centrage02b {
    display: block;
    width: 100%;
    position:static;
    text-align: left;
    padding-top: 8%;

}
    #centrage03 {
    display: block;
    width: 100%;
    position:static;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 2%;

}
    
    #rs-top {
/*        margin-top: 50px;*/
        display: block;
        padding-top: 2.5%;
    }
    
    
    #rs-top img {
        width: 20px;
    }
    
    #rs-top a {
        display: inline-block;
        height: 40px;
        border-color: #12464D;
        border-width: 0 0 0 0;
        border-style: solid;
        display: inline-block;
        transition: 0.2s;
        padding-top: 1.5%;
    }
    
    #rs-top a:hover {
        border-color: #12464D;
        border-width: 0 0 5px 0;
        border-style: solid;
        display: inline-block;
        transition: 0.2s;
    }
    
    #trait {
        width: 2px;
        height: 36px;
        background-color: #12464D;
        margin-left: 9px;
    }
    
    #navduhaut {display: block;}
    
    .paraleft {
        padding-left: 12%;
    }
    
    .a_propos figure, .quoi figure, .marche figure {
        text-align: right;
        width: 50%;
    }
    
    .a_propos figure img {
        width: 70%;
    }
    
    .marche figure img {
        width: 70%;
    }
    
    .a_propos, .quoi, .pourquoi, .marche {padding-top: 5%;}
    
    .quoi figure img {
        width: 70%;
        padding-right: 15%;
        margin-top: 0;
    }
    
    .a_propos div {
        width: 50%;
    }
    
    .margrdv {
       margin-left: 12%;
    }
    
    .fontsizepara {font-size: 18px;}
    
    .alignperso {
        display: inline-block!important;
        margin: 2%;
    }
    
    .cartes {
        display: block;
        text-align: center;
    }
    
    .padtexte {
        width: 60%;
        margin-bottom: 3%;
    }
    .padtexte2 {
        width: 60%;
        margin-bottom: 1%;
    }
    
    .w30 {width: 20%;}
    
    .marche .container {width: 50%;}
    
    .pourboutontop img{
width: 260px;
    }
    
    .pourboutonrdvarticle {
        margin-left: 12%;
    }
    
    #pourRDVsection {
        text-align: center;
        height: 450px;
        background-image: url(../asset/illustration/fond02.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        color: white;
        padding-top: 2%;
        
    }
    
    #pourRDVsectionContact {
        text-align: center;
        color: white;
        padding: 2%;
        
    }
    
    #pourRDVsection h2 {
    font-family: mr-eaves-modern, sans-serif;
    font-size: 2.9em;
    font-variant: small-caps;
    text-align: center;
    height: 200px;
        padding-top: 3.5%;
        background-image: url(../asset/illustration/quote.png);
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: center;
    }
    
    #pourRDVsection p {
        text-align: center;
        font-size: 16px;
        margin-top: 5px;
        padding-bottom: 15px;
    }
    
    #pourRDVsection2 {
        text-align: center;
        height: 450px;
        background-image: url(../asset/illustration/fond03.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        color: white;
        padding-top: 2%;
        
    }
    
    #pourRDVsection2 h2 {
    font-family: mr-eaves-modern, sans-serif;
    font-size: 2.9em;
    font-variant: small-caps;
    text-align: center;
    height: 200px;
        padding-top: 3.5%;
        background-image: url(../asset/illustration/quote.png);
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: center;
    }
    
    #pourRDVsection2 p {
        text-align: center;
        font-size: 16px;
        margin-top: 5px;
        padding-bottom: 15px;
    }
    
    .contact {
        width: 30%;
        margin-left: 18%;
        margin-right: 3%;
        padding-bottom: 8%;
    }
    
    .socials {
        width: 30%;
        margin-left: 35%;
    }
    
    .padtopimgbas {
        padding-top: 2%;
    }
    
    
    
    #logofoot img {
        width: 20%;
    }
    
    .footer .container {padding: 1%;}
    
    .footer {padding-bottom: 2%!important;}
    
    .footer figure {
    padding: 1%;
}
    
    #signature {
        display: block;
        text-align: right;
        width: 70%;
        font-weight: 100;
        font-size: 40px;
    }
    .mentions {
        width: 90%;
        margin: 0 auto;
        font-family: sans-serif;
    }
    
    .mentions h2 {
        font-size: 30px;
        padding-top: 5%;
    }
    
    .mentions p {
        padding-top: 1%;
        margin-top: 1%;
    }
    
    .mentions h3 {
        padding-top: 2%;
        text-decoration: underline;
    }

}

