
#nav_phone{
    width: 100%;
    height: 50px;
    background: #313B72 ;
    display: none;

}
#nav_phone a{
    text-decoration: none;
    color: #fff;
}
#nav_phone ul{
    display: flex;
    margin: 0;
}

#nav_phone ul li{
    position: relative;
    list-style-type: none;
    width: 70px;
    height: 70px;
    z-index: 1;
}

#nav_phone ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
#num{
    display: block;
}
#num h3{
    margin-top: 5px;
    margin-bottom: 5px;
}
#num h3:hover{
    color: #81C14B;
    transition: all 0.4s;
}

#divNum a{
    text-decoration: none;
}
#haut{
    margin: 15px;
}
#section3{
    margin-top: 1%;
}


@media (max-width: 2800px) {
    html{
        scroll-behavior: smooth;
    }
    body{
        margin: 0;
        width: 100%;
        padding: 0;
        background-color: #fff;
    }
    ul{
        margin: 0;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    ul li{
        display: inline;
        list-style-type: none;
        margin-right: 5%;
        
    }
    li a{
        color: #ffffff;
        text-decoration: none;
        font-size: 22px;
        transition-duration: 0.4s;
        padding-right: 15px;
    }
    li a:hover{
        color: #3D91FF;
    }

    p{
        font-family: 'Nunito', sans-serif;
    }
    h1{
        font-family: 'Mulish', sans-serif;
    }
    .separate{
        margin-top: 5%;
        margin-bottom: 5%;
        height: 10px;
        background-color: #313B72;
    }
    .little_title{
        margin-left: 5%;
        color: #3D91FF;
    }
    #little_title{
        position: absolute;
        left: 2%;
    }
    #text_who{
        width: 45%;
        margin-left: 5%;
        text-align: center;
        margin-top: 6%;
    }
    #img_who{
        width: 40%;
        margin-left: 5%;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        
    }
    #contact_form{
        display: block;
        width: 30%;
        background-color: #313B72;
        border-radius: 15px;
        padding-bottom: 3%;
        padding-right: 4%;
        padding-left: 4%;
        padding-top: 2%;
        margin-left: 5%;
        margin-right: 10%;
        color: #fff;
    }
    #section_who{
        display: inline-flex;
    }
    #camion{
        text-align: center;
        color: #3D91FF;
        padding-bottom: 5%;
    }

    #logo{
        width: 5%;
        position: absolute;
        left: 4%;
        top: 1%;
        transition-duration: 0.4s;
    }
    #logo:hover{
        width: 6%;
        top: 6%;
        transition-duration: 0.4s;
        
    }
    footer{
        background-color: #313B72;
        text-align: -webkit-center;
        height: 10em;
        color: #fff;
        margin: 0;
        padding: 0;
    }
    ol{
        display: inline-flex;
        margin: 0;
        padding-top: 3%;
        padding-right: 5%;
        padding-left: 5%;
    }
    dl{
        width: 45%;
        margin: 0;
        padding: 0;
        
    }
    span{
        transition: all 0.4s;
        margin: 2%;
        margin-top: 5%;
        
    }
    #insta_footer{
        color: #ffffff;
        
    }
    #insta_footer:hover{
        color: #c14ba0;
        cursor: pointer;
    }
    #facebook_footer{
        color: #ffffff;
        
    }
    #facebook_footer:hover{
        color: #1762d1;
        cursor: pointer;
        
    }
    #pinterest_footer{
        color: #ffffff;
        
    }
    #pinterest_footer:hover{
        color: #cf1475;
        cursor: pointer;

    }

    #logo_footer{
        width: 70%;
        transition: all 0.4s;
    }
    #logo_footer:hover{
        width: 80%;
        cursor: pointer;
        transition: all 0.4s;
    }
    #info{

        background-color: #ba280c;
        color: white;
        display: inline-flex;
        width: 100%;
        padding-top: 5px;
        font-family: 'Roboto Condensed', sans-serif;

    }

    #info h2{
        padding: 0;
        margin: 0;

    }
    .picto{
        width: 30px;
    }
    #mail{
        display: inline-flex;
        color: white;
        text-decoration: none;
        transition-duration: 0.4s;
    }
    #mail img{
        margin-right: 5%;

    }
    #mail:hover{
        color: #81C14B;
    }
    #message{
        resize: none;
        width: 97%;
    }
    #submit{
        background-color: #3D91FF;
        padding: 4%;
        display: block;
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        border: none;
        border-radius: 5px;
        transition-duration: 0.4s;
    }
    #submit:hover {
        cursor: pointer;
        font-size: 18px;
        border-radius: 15px;
    }
    #tel{
        display: inline-flex;
        color: white;
        text-decoration: none;
        transition-duration: 0.4s;
    }
    #tel img{
        margin-right: 5%;
    }

    #section1{
        margin-left: 15%;
        margin-right: 5%;
    }
    #section2{
        margin-right: 10%;
    }
    #section3{
        float: right;
    }
    nav{
        background-color: #313B72;
        text-align: -webkit-center;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
        transition: all 0.5s;
        
    }
    nav.fixed{
       transition: all 1s linear;
        position:fixed;
        top:0;
        width: 100%;
        z-index:1000;
    }
    nav.fixed ul{
        padding-bottom: 1%;
        padding-top: 1%;
    }
    nav.fixed #logo{
        width: 60px;
        top: 1%;
    }

    div#slider {
        width: 80%;
        max-width: 1519px;
        display: block;
        margin: auto;
        overflow: hidden;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }

    div#slider figure {
        position: relative;
        width: 500%;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: left;
        animation: 20s slidy infinite;
    }

    div#slider figure img {
        width: 20%;
        height: 500px;
        float: left;
    }
    @keyframes slidy {
        0% { left: 0%; }
        25% { left: -0%; }
        45% { left: -100%; }
        60% { left: -100%; }
        80% { left: -200%; }
        90% { left: -200%; }
        100% { left: -0%; }

    }

    .flip-box {
        background-color: transparent;
        width: 400px;
        height: 400px;
        perspective: 1000px;
        border: none;
        display: block;
        margin: auto;
    }

    .flip-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    .flip-box:hover .flip-box-inner {
        transform: rotateX(180deg);
    }

    .flip-box-front, .flip-box-back {
    position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip-box-front {
        background-color: #313B72;
        color: #fff;
        border-radius: 15px;
    }
    
    .flip-box-back {
        border-radius: 15px;
        background-color: #3D91FF;
        color: white;
        transform: rotateX(180deg);
    }

    .flip-box-back ul{
        display: grid;
        text-align: initial;
    }
    #contain-flip-box {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5%;
    }

    a#cRetour{
        border-radius:3px;
        padding:10px;
        font-size:15px;
        text-align:center;
        color:#fff;
        background:rgba(0, 0, 0, 0.25);
        position:fixed;
        right:20px;
        opacity:1;
        z-index:99999;
        transition-duration: 0.4s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        text-decoration: none;
    }
    a#cRetour:before{ content: "\25b2"; }
    a#cRetour:hover{
        background:rgba(0, 0, 0, 1);
        transition:all ease-in 2s;
    }
    a#cRetour.cInvisible{
        bottom:-35px;
        opacity:0;
        transition:all ease-in 0.5s;
    }

    a#cRetour.cVisible{
        bottom:20px;
        opacity:1;
    }
    #firstname{
        width: 47%;

    }
    #lastname{
        width: 47%;
    }
    #email{
        width: 97%;
    }

    #content{
        width: 97%;
        height: 80px;
    }
    .input{
        width: 100%;
        border: none;
    }
    textarea{
        resize: none;
        height: 60px;
    }
    #plan{
        width: 35%;
        margin-left: 6.5%;
        margin-right: 2%;
        margin-top: 2%;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    #text_intervention{
        width: 700px;
        margin-left: 10%;
        text-align: center;
        margin-top: 6%;
    }
    #section_intervention{
        display: inline-flex;
    }
    span{
        margin-top: 5%;
    }
    #divNum{
        width: 600px;
        height: 35%;
        background: #313B72;
        margin-bottom: 5%;
        padding: 2%;
        border-radius: 15px;
        display: flex;
    }
    #divNum h3{
        font-size: 2.2em;
        color: #fff;
        transition: all 0.4s;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    #divNum h3:hover{
        
        color: rgb(105, 214, 112);
        margin-top: 10%;
        font-size: 2.4em;
    }
    #divNum span,#divNum h3:hover{
        cursor: pointer;
        margin-top: 5%;
    }
    #divSocial{
        width: 600px;
        height: 35%;
        padding: 2%;
        border-radius: 15px;
        background: #313B72;
        text-align: center;
        padding-top: 6%;
        
    }

}

/* Résponsive ordinateur 1440px maximum */
@media (max-width: 1441px) {
    html{
        scroll-behavior: smooth;
    }
    body{
        margin: 0;
        width: relative;
        padding: 0;
        background-color: #fff;
    }
    ul{
        margin: 0;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    ul li{
        display: inline;
        list-style-type: none;
        margin-right: 5%;

    }
    li a{
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        transition-duration: 0.4s;
        padding-right: 15px;
    }
    li a:hover{
        color: #3D91FF;
    }
    nav a:active{
        color: red;
    }

    p{
        font-family: 'Nunito', sans-serif;
    }
    h1{
        font-family: 'Mulish', sans-serif;
    }
    #text_intervention{
        width: 80%;
    }
    .separate{
        margin-top: 5%;
        margin-bottom: 5%;
        height: 10px;
        background-color: #313B72;
    }
    .little_title{
        margin-left: 5%;
        color: #3D91FF;
    }
    #little_title{
        position: absolute;
        left: 2%;
    }
    #text_who{
        width: 45%;
        margin-left: 6%;
        text-align: center;
        margin-top: 8%;
    }
    #img_who{
        width: 40%;
        margin-left: 5%;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

    }
    #contact_form{
        display: block;
        width: 25%;
        background-color: #313B72;
        padding: 4%;
        margin-left: 5%;
        color: #fff;
    }
    #section_who{
        display: inline-flex;
    }
    #camion{
        text-align: center;
        color: #3D91FF;
        padding-bottom: 5%;
    }

    #logo{
        width: 60px;
        position: absolute;
        left: 2%;
        top: 2%;
        transition-duration: 0.4s;
    }
    #logo:hover{
        top: 12%;
        width: 70px;
    }
    #info{

        background-color: #ba280c;
        color: white;
        display: inline-flex;
        width: 100%;
        padding-top: 5px;
        font-family: 'Roboto Condensed', sans-serif;

    }

    #info h2{
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
    .picto{
        width: 25px;
    }
    #mail{
        display: inline-flex;
        color: white;
        text-decoration: none;
        transition-duration: 0.4s;
        margin-top: 2%;
    }
    #mail img{
        margin-right: 5%;

    }
    #mail:hover{
        color: #81C14B;
    }

    #tel{
        display: inline-flex;
        color: white;
        text-decoration: none;
        transition-duration: 0.4s;
        margin-top: 2%;
    }
    #tel img{
        margin-right: 5%;
    }
    #section1{
        margin-top: 5px;
        margin-left: 20%;
        margin-right: 10%;
    }
    #section2{
        margin-right: 5%;
    }
    #section3{
        float: right;
    }
    nav{
        background-color: #313B72;
        text-align: -webkit-center;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

    }
    nav.fixed{
        position:fixed;
        top:0;
        width: 100%;
        z-index:1000;
    }
    nav.fixed ul{
        padding-bottom: 1%;
        padding-top: 1%;
    }
    nav.fixed #logo{
        width: 50px;
        top: -5%;
    }

    div#slider {
        width: 80%;
        max-width: 1519px;
        display: block;
        margin: auto;
        overflow: hidden;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }

    div#slider figure {
        position: relative;
        width: 500%;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: left;
        animation: 20s slidy infinite;
    }

    div#slider figure img {
        width: 20%;
        height: 350px;
        float: left;
    }
    @keyframes slidy {
        0% { left: 0%; }
        25% { left: -0%; }
        45% { left: -100%; }
        60% { left: -100%; }
        80% { left: -200%; }
        90% { left: -200%; }
        100% { left: -0%; }

    }

    .flip-box {
        background-color: transparent;
        width: 300px;
        height: 300px;
        perspective: 1000px;
        border: none;
        display: block;
        margin: auto;
    }

    .flip-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    .flip-box:hover .flip-box-inner {
        transform: rotateX(180deg);
    }

    .flip-box-front, .flip-box-back {
    position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip-box-front {
        background-color: #313B72;
        color: #fff;
    }

    .flip-box-back {
        background-color: #3D91FF;
        color: white;
        transform: rotateX(180deg);
    }
    #contain-flip-box {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5%;
    }

    a#cRetour{
        border-radius:3px;
        padding:10px;
        font-size:15px;
        text-align:center;
        color:#fff;
        background:rgba(0, 0, 0, 0.25);
        position:fixed;
        right:20px;
        opacity:1;
        z-index:99999;
        transition-duration: 0.4s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        text-decoration: none;
    }
    a#cRetour:before{ content: "\25b2"; }
    a#cRetour:hover{
        background:rgba(0, 0, 0, 1);
        transition:all ease-in 2s;
    }
    a#cRetour.cInvisible{
        bottom:-35px;
        opacity:0;
        transition:all ease-in 0.5s;
    }

    a#cRetour.cVisible{
        bottom:20px;
        opacity:1;
    }
    #firstname{
        width: 45%;

    }
    #lastname{
        width: 45%;
    }
    #email{
        width: 95%;
    }

    #content{
        width: 95%;
        height: 80px;
    }
    .input{
        width: 100%;
    }
    textarea{
        resize: none;

    }

}


/* Résponsive pour largeur maximal à 1023px (tablette)*/

@media (max-width: 1024px) {
    html{
        scroll-behavior: smooth;
    }
    body{
        margin: 0;
        width: relative;
        padding: 0;
        background-color: #fff;
    }
    ul{
        margin: 0;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    ul li{
        display: inline;
        list-style-type: none;
        margin-right: 5%;

    }
    li a{
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        transition-duration: 0.4s;
        padding-right: 15px;
    }
    li a:hover{
        color: #3D91FF;
    }
    nav a:active{
        color: red;
    }

    #text_intervention{
        width: 80%;
    }

    #divNum{
        width: 170%;
    }
    #divSocial{
        width: 170%;
    }

    p{
        font-family: 'Nunito', sans-serif;
    }
    h1{
        font-family: 'Mulish', sans-serif;
    }
    .separate{
        margin-top: 5%;
        margin-bottom: 5%;
        height: 10px;
        background-color: #313B72;
    }
    .little_title{
        margin-left: 5%;
        color: #3D91FF;
    }
    #little_title{
        position: absolute;
        left: 2%;
    }
    #text_who{
        width: 40%;
        margin-left: 6%;
        text-align: center;
        margin-top: 8%;
    }
    #img_who{
        width: 30%;
        margin-left: 5%;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

    }
    #contact_form{
        display: block;
        width: 25%;
        background-color: #313B72;
        padding: 4%;
        margin-left: 5%;
        color: #fff;
    }
    #section_who{
        display: inline-flex;
    }
    #camion{
        text-align: center;
        color: #3D91FF;
        padding-bottom: 5%;
    }

    #logo{
        width: 40px;
        position: absolute;
        left: 3%;
        top: 8%;
        transition-duration: 0.4s;
    }
    #logo:hover{
        width: 60px;
    }
    #info{

        background-color: #ba280c;
        color: white;
        display: inline-flex;
        width: 100%;
        padding-top: 5px;
        font-family: 'Roboto Condensed', sans-serif;

    }

    #info h2{
        padding: 0;
        margin: 0;
        font-size: 13px;
    }
    .picto{
        width: 25px;
    }
    #mail{
        display: inline-flex;
        color: white;
        text-decoration: none;
        transition-duration: 0.4s;
        margin-top: 2%;
    }
    #mail img{
        margin-right: 5%;

    }
    #mail:hover{
        color: #81C14B;
    }
    #tel{
        display: inline-flex;
        color: white;
        text-decoration: none;
        transition-duration: 0.4s;
        margin-top: 2%;
    }
    #tel img{
        margin-right: 5%;
    }

    
    #section1{
        margin-top: 5px;
        margin-left: 2%;
        margin-right: 15%;
    }
    #section2{
        margin-right: 10%;
    }
    #section3{
        float: right;
    }
    nav{
        background-color: #313B72;
        text-align: -webkit-center;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

    }
    nav.fixed{
        position:fixed;
        top:0;
        width: 100%;
        z-index:1000;
    }
    nav.fixed ul{
        padding-bottom: 1%;
        padding-top: 1%;
    }
    nav.fixed #logo{
        width: 40px;
        top: -5%;
    }

    div#slider {
        width: 80%;
        max-width: 1519px;
        display: block;
        margin: auto;
        overflow: hidden;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }

    div#slider figure {
        position: relative;
        width: 500%;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: left;
        animation: 20s slidy infinite;
    }

    div#slider figure img {
        width: 20%;
        height: 300px;
        float: left;
    }
    @keyframes slidy {
        0% { left: 0%; }
        25% { left: -0%; }
        45% { left: -100%; }
        60% { left: -100%; }
        80% { left: -200%; }
        90% { left: -200%; }
        100% { left: -0%; }

    }

    .flip-box {
        background-color: transparent;
        width: 250px;
        height: 250px;
        perspective: 1000px;
        border: none;
        display: block;
        margin: auto;
    }

    .flip-box h2{
        font-size: 20px;
    }

    .flip-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    .flip-box:hover .flip-box-inner {
        transform: rotateX(180deg);
    }

    .flip-box-front, .flip-box-back {
    position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip-box-front {
        background-color: #313B72;
        color: #fff;
    }

    .flip-box-back {
        background-color: #3D91FF;
        color: white;
        transform: rotateX(180deg);
    }
    #contain-flip-box {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5%;
    }

    a#cRetour{
        border-radius:3px;
        padding:10px;
        font-size:15px;
        text-align:center;
        color:#fff;
        background:rgba(0, 0, 0, 0.25);
        position:fixed;
        right:20px;
        opacity:1;
        z-index:99999;
        transition-duration: 0.4s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        text-decoration: none;
    }
    a#cRetour:before{ content: "\25b2"; }
    a#cRetour:hover{
        background:rgba(0, 0, 0, 1);
        transition:all ease-in 2s;
    }
    a#cRetour.cInvisible{
        bottom:-35px;
        opacity:0;
        transition:all ease-in 0.5s;
    }

    a#cRetour.cVisible{
        bottom:20px;
        opacity:1;
    }
    #firstname{
        width: 43%;

    }
    #lastname{
        width: 43%;
    }
    #email{
        width: 93%;
    }

    #content{
        width: 93%;
        height: 80px;
    }
    .input{
        width: 100%;
    }
    textarea{
        resize: none;

    }

}



/* Résponsive pour largeur maximal à 426px (mobile L)*/
@media (max-width: 426px) {
    html{
        scroll-behavior: smooth;
    }
    body{
        margin: 0;
        width: relative ;
        padding: 0;
        background-color: #fff;
    }

    footer{
        padding-bottom: 60px;
        height: 120%;
    }
    #section_intervention{
        display: block;
    }
    #haut{
        margin: 10px;
        width: 105%;
        font-size: 8px;
    }

    footer p{
        font-size: 8px;
    }
    dl span{
        font-size: 10px;
    }
    #logo_footer{
        width: 100%;
    }
    ul{
        margin: 0;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    ul li{
        display: inline;
        list-style-type: none;
        margin-right: 5%;

    }
    li a{
        color: #ffffff;
        text-decoration: none;
        font-size: 8px;
        transition-duration: 0.4s;
        padding-right: 15px;
    }
    li a:hover{
        color: #3D91FF;
    }
    nav{
        display: none;
    }

    #nav_phone{
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        text-align: center;
    }

    p{
        font-family: 'Nunito', sans-serif;
    }
    h1{
        font-family: 'Mulish', sans-serif;
    }


    .separate{
        margin-top: 5%;
        margin-bottom: 5%;
        height: 10px;
        background-color: #313B72;
    }
    .little_title{
        margin-left: 5%;
        color: #3D91FF;
    }
    #little_title{
        position: absolute;
        font-size: 18px;
        left: 2%;
    }
    #text_who{
        width: 40%;
        font-size: 10px;
        margin-left: 6%;
        text-align: center;
        margin-top: 15%;
    }
    #img_who{
        width: 45%;
        height: 20%;
        margin-top: 20%;
        margin-left: 5%;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

    }
    #contact_form{
        display: block;
        width: 35%;
        background-color: #313B72;
        padding: 4%;
        margin-left: 5%;
        color: #fff;
    }
    #section_who{
        display: inline-flex;
    }
    #camion{
        text-align: center;
        color: #3D91FF;
        font-size: 18px;
        padding-bottom: 5%;
    }

    #logo{
        width: 30px;
        position: absolute;
        left: 2%;
        top: 7%;
        transition-duration: 0.4s;
    }
    #logo:hover{
        width: 35px;
    }
    #info{

        background-color: #ba280c;
        color: white;
        display: inline-flex;
        width: 100%;
        padding-top: 5px;
        font-family: 'Roboto Condensed', sans-serif;

    }

    #info h2{
        padding: 0;
        margin: 0;
        font-size: 7px;
    }
    .picto{
        width: 15px;
    }
    #mail{
        display: inline-flex;
        color: white;
        text-decoration: none;
        transition-duration: 0.4s;
        margin-top: 2%;
    }
    #text_intervention{
        width: 80%;
        margin-right: 2%;
        font-size: 15px;
    }
    #contain_contact{
        width: 100%;
    }
    
    #divNum h3{
        font-size: 15px;
    }
    #divNum i{
        font-size: 26px;
        margin-top: -4px;
        margin-left: -10px;
    }
    #divNum span{
        font-size: 10px;
    }
    #divSocial span{
        font-size: 8px;
    }
    #num{
        display: block;
        font-size: 7px;
        margin: 0;
    }

    #plan{
        width: 75%;
        margin-left: 12%;
    }
    #mail img{
        margin-right: 5%;

    }
    #mail:hover{
        color: #81C14B;
    }

    #tel{
        display: inline-flex;
        color: white;
        text-decoration: none;
        transition-duration: 0.4s;

    }
    #tel img{
        margin-right: 5%;
    }

   
    #section1{

        margin-left: 2%;
        margin-right: 10%;
    }
    #section2{
        margin-right: 10%;
    }
    #section3{
        float: right;
        margin-right: 5%;
    }
    nav{
        background-color: #313B72;
        text-align: -webkit-center;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

    }
    nav.fixed{
        position:fixed;
        top:0;
        width: 100%;
        z-index:1000;
    }
    nav.fixed ul{
        padding-bottom: 1%;
        padding-top: 1%;
    }
    nav.fixed #logo{
        width: 30px;
        top: -5%;
    }

    div#slider {
        width: 80%;
        max-width: 1519px;
        display: block;
        margin: auto;
        overflow: hidden;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }

    div#slider figure {
        position: relative;
        width: 500%;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: left;
        animation: 20s slidy infinite;
    }

    div#slider figure img {
        width: 20%;
        height: 200px;
        float: left;
    }
    @keyframes slidy {
        0% { left: 0%; }
        25% { left: -0%; }
        45% { left: -100%; }
        60% { left: -100%; }
        80% { left: -200%; }
        90% { left: -200%; }
        100% { left: -0%; }

    }
    #tittle{
        font-size: 22px;
    }
    #subtittle{
        font-size: 18px;
    }

    #divNum{
        width: 80%;
    }
    #divSocial{
        width: 80%;
    }

    #contact_form{
        width: 100%;
    }
    

    .flip-box {
        background-color: transparent;
        width: 300px;
        height: 250px;
        padding-bottom: 5%;
        perspective: 1000px;
        border: none;
        display: block;
        margin: auto;
    }

    .flip-box h2{
        font-size: 14px;
    }

    .flip-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    
    .flip-box:hover .flip-box-inner {
        transform: rotateX(180deg);
    }
    
    .flip-box-front, .flip-box-back {
    position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .flip-box-front {
        background-color: #313B72;
        color: #fff;
        border-radius: 15px;
    }

    .flip-box-back {
        background-color: #3D91FF;
        color: white;
        transform: rotateX(180deg);
    }
    #contain-flip-box {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5%;
    }

    a#cRetour{
        border-radius:3px;
        padding:10px;
        font-size:15px;
        text-align:center;
        color:#fff;
        background:rgba(0, 0, 0, 0.25);
        position:fixed;
        right:20px;
        opacity:1;
        z-index:99999;
        transition-duration: 0.4s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        text-decoration: none;
    }
    a#cRetour:before{ content: "\25b2"; }
    a#cRetour:hover{
        background:rgba(0, 0, 0, 1);
        transition:all ease-in 2s;
    }
    a#cRetour.cInvisible{
        bottom:-35px;
        opacity:0;
        transition:all ease-in 0.5s;
    }

    a#cRetour.cVisible{
        bottom:20px;
        opacity:1;
    }
    #firstname{
        width: 40%;

    }
    #lastname{
        width: 40%;
    }
    #email{
        width: 90%;
    }

    #content{
        width: 90%;
        height: 80px;
    }
    .input{
        width: 100%;
    }
    textarea{
        resize: none;

    }

}

@media (max-width: 376px) {
    #info h2{
        font-size: 6px;
    }
    #divNum h3{
        font-size: 11px;
    }
    nav{
        display: none;
    }

    #nav_phone{
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
    }

    #nav_phone ul{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
}