
/*=========== MOBILE ============*/
@media screen and (max-width: 767px) {

    /* Global style */
    *{
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }
    p{
        font-size: 18px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .btn-custum{
        background-color: #A1B56C;
        color: #fff;
        text-align: center;
        padding: 8px 20px;
        border-radius: 10px;
        text-decoration: none;
    }
    .btn-custum:hover{
        background-color: #909c6e;
        color: #fff;
    }

/*=================== NAV =============================*/
    nav{
        height: 80px;
    }
    .nav-container{
        padding: 0px 10px;
    }
    .nav-container button{
        border: none;
    }
    #navbarNav{
        width: 100%;
        background-color: #faf8f8;
        color: #000;
        z-index: 4;
        margin: 0px;
        padding: 10px;
        padding-bottom: 30px;
    }
    #navbarNav ul li{
        padding: 5px 0px;
        border-bottom: 1px solid #ddd9d9;
    }
    #navbarNav .btn-contact{
        margin-top: 20px;
        display: block;
        width: 100%;
    }

/*===================== SPLASH ==============================*/
    .splash{
        width: 100%;
        height: 500px;
        background-image: url('../imgs/splash.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .splash-opacity{
        width: 100%;
        height: 500px;
        background-color: black;
        position: absolute;
        top: 70;
        opacity: .2;
    }
    .splash-bloc{
        position: relative;
        width: 90%;
        margin: 0 auto;
        top: 20%;
        left: 0px;
        z-index: 3;
        color: white;
        text-align: center;
    }
    .splash-text{
        margin-bottom: 30px;
    }
    .splash-text .title{
        font-weight: bolder;
        font-size: 3em;
    }
    .splash-bloc .splash-btn a{
        text-transform: uppercase;
        padding: 8px 60px;
        font-weight: bold;
    }

/*===================== MAIN ==========================*/

    .main-container{
        width: 100%;
        margin-top: 50px;
    }
    .actus{
        width: 90%;
        margin: 0 auto;
    }
    .actus .actus-items{
        width: 100%;
        height: auto;
        display: block;
        margin-top: 50px;
    }
    .actus .actus-items .item{
        margin: 0px 10px;
        height: auto;
        margin-bottom: 30px;
    }
    .actus .actus-items .item .item-img{
        width: 100%;
        height: 165px;
        background-color: #D9D9D9;
        margin-bottom: 10px;
    }
    .actus .actus-items .item .item-title{
        font-weight: bold;
        height: 140px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .actus .actus-items .item .item-link a{
        text-decoration: none;
        padding: 5px 20px;
        color: #fff;
        background-color: #A1B56C;
        display: inline;
    }
    .actus .actus-items .item .item-link a:hover{
        background-color: #909c6e;
        color: #fff;
    }

    .presentation{
        width: 100%;
        height: auto;
        margin-top: 80px;
        padding: 50px 0px;
        background-color: #A1B56C;
        color: #fff;
    }
    .presentation-container{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .presentation .title{
        width: 100%;
        line-height: 30px;
    }
    .presentation .title p{
        font-size: 2.5em;
        font-weight: bolder;
    }
    .presentation .text{
        width: 100%;
        text-align: justify;
    }

    .objectifs{
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-top: 50px;
        text-align: center;
    }
    .objectifs .objectif-items{
        display: block;
        justify-content: flex-end;
        margin-top: 30px;
    }
    .objectifs .objectif-items .item{
        margin: 0px;
        width: 100%;
        padding: 30px;
    }
    .objectifs .objectif-items .item:hover{
        box-shadow: 0px 3px 10px #c7c5c5;
    }
    .objectifs .objectif-items .item .circle{
        width: 80px;
        height: 80px;
        margin: 0 auto;
        background-color: #D9D9D9;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .objectifs .objectif-items .item .circle p{
        font-size: 3em;
        font-weight: bolder;
    }
    .objectifs .objectif-items .title p{
        font-weight: bolder;
        font-size: 20px;
    }
    .objectifs .objectif-items .text{
        margin-bottom: 30px;
    }
    .objectifs .objectif-items .text p{
        font-size: 14px;
    }
    .objectifs .objectif-items .item2{
        background-color: #D9D9D9;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0px 3px 10px #c7c5c5;
    }
    .objectifs .objectif-items .item2 .circle{
        background-color: #A1B56C;
    }
    .objectifs .objectif-items .item1{
        text-align: left;
    }
    .objectifs .objectif-items .item3{
        margin-top: 50px;
        text-align: right;
    }
    .objectifs .objectif-items .item1{
        margin-top: 50px;
    }
    .objectifs .objectif-items .item .link a{
        text-decoration: none;
        color: #A1B56C;
        font-weight: bold;
    }

    .missions{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        display: block;
    }
    .missions .title{
        width: 100%;
        height: auto;
        padding: 10% 10px;
        margin-right: 50px;
    }
    .missions .title p{
        font-size: 3em;
        color: #A1B56C;
        font-weight: bolder;
        text-align: center;
    }
    .missions .text{
        width: 100%;
        height: auto;
        padding: 80px 50px;
        background-color: #A1B56C;
    }
    .missions .text .text1{
        margin-bottom: 70px;
        color: #fff;
    }
    .missions .text .text2{
        margin-top: 70px;
    }
    .missions .text .text1, .text2{
        border-left: solid 5px #504f4f;
        padding-left: 20px;
    }

    .realisations{
        width: 90%;
        margin: 0 auto;
        margin-top: 80px;
    }
    .realisations .realisations-items{
        width: 100%;
        height: auto;
        display: block;
        margin-top: 50px;
    }
    .realisations .realisations-items .item{
        margin: 0px 10px;
        margin-bottom: 30px;
        height: auto;
    }
    .realisations .realisations-items .item .item-img{
        width: 100%;
        height: 165px;
        background-color: #D9D9D9;
        margin-bottom: 10px;
    }
    .realisations .realisations-items .item .item-title{
        font-weight: bold;
        height: 140px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .realisations .realisations-items .item .item-link a{
        text-decoration: none;
        padding: 5px 20px;
        color: #fff;
        background-color: #A1B56C;
        display: inline;
    }
    .realisations .realisations-items .item .item-link a:hover{
        background-color: #909c6e;
        color: #fff;
    }

    .equipe{
        width: 100%;
        height: auto;
        margin-top: 40px;
        overflow: scroll;
    }
    .equipe .title{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .equipe .equipe-items{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .equipe .equipe-items .item{
        width: 33%;
        height: auto;
        margin: 10px;
        text-align: center;
    }
    .equipe .equipe-items .item .item-img{
        width: 100px;
        height: 100px;
        background-color: #D9D9D9;
        border-radius: 50%;
        margin: 10px auto;
        border: 1px solid #dbdada;

    }
    .equipe .equipe-items .item .nom{
        font-weight: bolder;
    }
    .equipe .equipe-items .item .poste{
        position: relative;
        top: -10px;
        line-height: -10px;
    }
    .equipe .equipe-btn a{
        width: 90%;
        display: block;
        margin: 30px auto;
        text-align: center;
        background-color: #A1B56C;
        color: #fff;
        text-decoration: none;
        padding: 8px 20px;
        border-radius: 10px;
    }
    .equipe .equipe-btn a:hover{
        background-color: #909c6e;
    }

    .footer-contact{
        width: 90%;
        height: auto;
        padding: 30px;
        background-color: #D9D9D9;
        display: block;
        margin: 40px auto;
        border-radius: 10px;
        text-align: center;
    }
    .footer-contact .text p{
        font-size: 1.5em;
        font-weight: bolder;
        line-height: 25px;
    }
    .footer-contact .footer-btn a{
        display: block;
        position: relative;
        top: 30%;
        width: 100%;
    }

/*================= FOOTER ============================*/
    footer{
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    footer .adress{
        margin-bottom: 50px;
    }
    footer .adress p{
        line-height: 20px;
        font-size: 14px;
    }


}


/*============== TABLETTE ===========*/
@media screen and (min-width: 768px) and (max-width: 1023px) {

    /* Global style */
    *{
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }
    p{
        font-size: 18px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .btn-custum{
        background-color: #A1B56C;
        color: #fff;
        text-align: center;
        padding: 8px 20px;
        border-radius: 10px;
        text-decoration: none;
    }
    .btn-custum:hover{
        background-color: #909c6e;
        color: #fff;
    }

/*=================== NAV =============================*/
    nav{
        height: 70px;
        position: fixed;
    }
    .nav-container{
        padding: 0px 50px;
    }
    #navbarNav{
        position: absolute;
        right: 50px;
    }

/*===================== SPLASH ==============================*/
    .splash{
        width: 100%;
        height: 500px;
        background-image: url('../imgs/splash.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .splash-opacity{
        width: 100%;
        height: 500px;
        background-color: black;
        position: absolute;
        top: 70;
        opacity: .2;
    }
    .splash-bloc{
        position: relative;
        width: 60%;
        top: 120px;
        left: 150px;
        z-index: 3;
        color: white;
    }
    .splash-text{
        margin-bottom: 30px;
    }
    .splash-text .title{
        font-weight: bolder;
        font-size: 3em;
    }
    .splash-bloc .splash-btn a{
        text-transform: uppercase;
        padding: 8px 60px;
        font-weight: bold;
    }

/*===================== MAIN ==========================*/

    .main-container{
        width: 100%;
        margin-top: 80px;
    }
    .actus{
        width: 70%;
        margin: 0 auto;
    }
    .actus .actus-items{
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 50px;
    }
    .actus .actus-items .item{
        margin: 0px 10px;
        height: auto;
    }
    .actus .actus-items .item .item-img{
        width: 100%;
        height: 165px;
        background-color: #D9D9D9;
        margin-bottom: 10px;
    }
    .actus .actus-items .item .item-title{
        font-weight: bold;
        height: 140px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .actus .actus-items .item .item-link a{
        text-decoration: none;
        padding: 5px 20px;
        color: #fff;
        background-color: #A1B56C;
        display: inline;
    }
    .actus .actus-items .item .item-link a:hover{
        background-color: #909c6e;
        color: #fff;
    }

    .presentation{
        width: 100%;
        height: auto;
        margin-top: 80px;
        padding: 100px 0px;
        background-color: #A1B56C;
        color: #fff;
    }
    .presentation-container{
        width: 70%;
        margin: 0 auto;
        display: flex;
    }
    .presentation .title{
        width: 50%;
    }
    .presentation .title p{
        font-size: 4em;
        font-weight: bolder;
    }
    .presentation .text{
        width: 50%;
    }

    .objectifs{
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-top: 80px;
        text-align: center;
    }
    .objectifs .objectif-items{
        display: flex;
        justify-content: flex-end;
        margin-top: 50px;
    }
    .objectifs .objectif-items .item{
        margin: 0px;
        width: 33%;
        padding: 30px;
    }
    .objectifs .objectif-items .item:hover{
        box-shadow: 0px 3px 10px #c7c5c5;
    }
    .objectifs .objectif-items .item .circle{
        width: 80px;
        height: 80px;
        margin: 0 auto;
        background-color: #D9D9D9;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .objectifs .objectif-items .item .circle p{
        font-size: 3em;
        font-weight: bolder;
    }
    .objectifs .objectif-items .title p{
        font-weight: bolder;
        font-size: 20px;
    }
    .objectifs .objectif-items .text{
        margin-bottom: 30px;
    }
    .objectifs .objectif-items .text p{
        font-size: 14px;
    }
    .objectifs .objectif-items .item2{
        background-color: #D9D9D9;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0px 3px 10px #c7c5c5;
    }
    .objectifs .objectif-items .item2 .circle{
        background-color: #A1B56C;
    }
    .objectifs .objectif-items .item1{
        text-align: left;
    }
    .objectifs .objectif-items .item3{
        margin-top: 50px;
        text-align: right;
    }
    .objectifs .objectif-items .item1{
        margin-top: 50px;
    }
    .objectifs .objectif-items .item .link a{
        text-decoration: none;
        color: #A1B56C;
        font-weight: bold;
    }

    .missions{
        width: 70%;
        margin: 0 auto;
        margin-top: 100px;
        display: flex;
    }
    .missions .title{
        width: 30%;
        height: auto;
        padding: 10% 10px;
        margin-right: 50px;
    }
    .missions .title p{
        font-size: 4em;
        color: #A1B56C;
        font-weight: bolder;
    }
    .missions .text{
        width: 70%;
        height: auto;
        padding: 80px 50px;
        background-color: #A1B56C;
    }
    .missions .text .text1{
        margin-bottom: 70px;
        color: #fff;
    }
    .missions .text .text2{
        margin-top: 70px;
    }
    .missions .text .text1, .text2{
        border-left: solid 5px #504f4f;
        padding-left: 20px;
    }

    .realisations{
        width: 70%;
        margin: 0 auto;
        margin-top: 80px;
    }
    .realisations .realisations-items{
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 50px;
    }
    .realisations .realisations-items .item{
        margin: 0px 10px;
        height: auto;
    }
    .realisations .realisations-items .item .item-img{
        width: 100%;
        height: 165px;
        background-color: #D9D9D9;
        margin-bottom: 10px;
    }
    .realisations .realisations-items .item .item-title{
        font-weight: bold;
        height: 140px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .realisations .realisations-items .item .item-link a{
        text-decoration: none;
        padding: 5px 20px;
        color: #fff;
        background-color: #A1B56C;
        display: inline;
    }
    .realisations .realisations-items .item .item-link a:hover{
        background-color: #909c6e;
        color: #fff;
    }

    .equipe{
        width: 100%;
        height: auto;
        margin-top: 80px;
    }
    .equipe .title{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .equipe .equipe-items{
        width: 70%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .equipe .equipe-items .item{
        width: 20%;
        height: auto;
        margin: 10px;
        text-align: center;
    }
    .equipe .equipe-items .item .item-img{
        width: 100px;
        height: 100px;
        background-color: #D9D9D9;
        border-radius: 50%;
        margin: 10px auto;
    }
    .equipe .equipe-items .item .nom{
        font-weight: bolder;
    }
    .equipe .equipe-items .item .poste{
        position: relative;
        top: -10px;
        line-height: -10px;
    }
    .equipe .equipe-btn a{
        width: 250px;
        display: block;
        margin: 30px auto;
        text-align: center;
        background-color: #A1B56C;
        color: #fff;
        text-decoration: none;
        padding: 8px 20px;
        border-radius: 10px;
    }
    .equipe .equipe-btn a:hover{
        background-color: #909c6e;
    }

    .footer-contact{
        width: 70%;
        height: auto;
        padding: 30px 80px;
        background-color: #D9D9D9;
        display: flex;
        margin: 80px auto;
        border-radius: 10px;
    }
    .footer-contact .text{
        width: 60%;
    }
    .footer-contact .text p{
        font-size: 1.5em;
        font-weight: bolder;
        line-height: 25px;
    }
    .footer-contact .footer-btn a{
        display: block;
        position: relative;
        top: 30%;
        width: 200px;
    }

/*================= FOOTER ============================*/
    footer{
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    footer .adress{
        margin-bottom: 50px;
    }
    footer .adress p{
        line-height: 20px;
        font-size: 14px;
    }


}



/*============== DESKTOP ===============*/
@media screen and (min-width: 1024px) {

    /* Global style */
    *{
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }
    p{
        font-size: 18px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .btn-custum{
        background-color: #A1B56C;
        color: #fff;
        text-align: center;
        padding: 8px 20px;
        border-radius: 10px;
        text-decoration: none;
    }
    .btn-custum:hover{
        background-color: #909c6e;
        color: #fff;
    }

/*=================== NAV =============================*/
    nav{
        height: 70px;
        position: fixed;
    }
    .nav-container{
        padding: 0px 50px;
    }
    #navbarNav{
        position: absolute;
        right: 50px;
    }

/*===================== SPLASH ==============================*/
    .splash{
        width: 100%;
        height: 500px;
        background-image: url('../imgs/splash.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .splash-opacity{
        width: 100%;
        height: 500px;
        background-color: black;
        position: absolute;
        top: 70;
        opacity: .2;
    }
    .splash-bloc{
        position: relative;
        width: 60%;
        top: 120px;
        left: 150px;
        z-index: 3;
        color: white;
    }
    .splash-text{
        margin-bottom: 30px;
    }
    .splash-text .title{
        font-weight: bolder;
        font-size: 3em;
    }
    .splash-bloc .splash-btn a{
        text-transform: uppercase;
        padding: 8px 60px;
        font-weight: bold;
    }

/*===================== MAIN ==========================*/

    .main-container{
        width: 100%;
        margin-top: 80px;
    }
    .actus{
        width: 70%;
        margin: 0 auto;
    }
    .actus .actus-items{
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 50px;
    }
    .actus .actus-items .item{
        margin: 0px 10px;
        height: auto;
        width: 33%;
    }
    .actus .actus-items .item .item-img{
        width: 100%;
        height: 165px;
        background-color: #D9D9D9;
        margin-bottom: 10px;
    }
    .actus .actus-items .item .item-img img{
        max-height: 165px;
        width: 100%;
    }
    .actus .actus-items .item .item-title{
        font-weight: bold;
        height: 150px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .actus .actus-items .item .item-link a{
        text-decoration: none;
        padding: 5px 20px;
        color: #fff;
        background-color: #A1B56C;
        display: inline;
    }
    .actus .actus-items .item .item-link a:hover{
        background-color: #909c6e;
        color: #fff;
    }

    .presentation{
        width: 100%;
        height: auto;
        margin-top: 80px;
        padding: 100px 0px;
        background-color: #A1B56C;
        color: #fff;
    }
    .presentation-container{
        width: 70%;
        margin: 0 auto;
        display: flex;
    }
    .presentation .title{
        width: 50%;
    }
    .presentation .title p{
        font-size: 4em;
        font-weight: bolder;
    }
    .presentation .text{
        width: 50%;
    }

    .objectifs{
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-top: 80px;
        text-align: center;
    }
    .objectifs .objectif-items{
        display: flex;
        justify-content: flex-end;
        margin-top: 50px;
    }
    .objectifs .objectif-items .item{
        margin: 0px;
        width: 33%;
        padding: 30px;
    }
    .objectifs .objectif-items .item:hover{
        box-shadow: 0px 3px 10px #c7c5c5;
    }
    .objectifs .objectif-items .item .circle{
        width: 80px;
        height: 80px;
        margin: 0 auto;
        background-color: #D9D9D9;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .objectifs .objectif-items .item .circle p{
        font-size: 3em;
        font-weight: bolder;
    }
    .objectifs .objectif-items .title p{
        font-weight: bolder;
        font-size: 20px;
    }
    .objectifs .objectif-items .text{
        margin-bottom: 30px;
    }
    .objectifs .objectif-items .text p{
        font-size: 14px;
    }
    .objectifs .objectif-items .item2{
        background-color: #D9D9D9;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0px 3px 10px #c7c5c5;
    }
    .objectifs .objectif-items .item2 .circle{
        background-color: #A1B56C;
    }
    .objectifs .objectif-items .item1{
        text-align: left;
    }
    .objectifs .objectif-items .item3{
        margin-top: 50px;
        text-align: right;
    }
    .objectifs .objectif-items .item1{
        margin-top: 50px;
    }
    .objectifs .objectif-items .item .link a{
        text-decoration: none;
        color: #A1B56C;
        font-weight: bold;
    }

    .missions{
        width: 70%;
        margin: 0 auto;
        margin-top: 100px;
        display: flex;
    }
    .missions .title{
        width: 30%;
        height: auto;
        padding: 10% 10px;
        margin-right: 50px;
    }
    .missions .title p{
        font-size: 4em;
        color: #A1B56C;
        font-weight: bolder;
    }
    .missions .text{
        width: 70%;
        height: auto;
        padding: 80px 50px;
        background-color: #A1B56C;
    }
    .missions .text .text1{
        margin-bottom: 70px;
        color: #fff;
    }
    .missions .text .text2{
        margin-top: 70px;
    }
    .missions .text .text1, .text2{
        border-left: solid 5px #504f4f;
        padding-left: 20px;
    }

    .realisations{
        width: 70%;
        margin: 0 auto;
        margin-top: 80px;
    }
    .realisations .realisations-items{
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .realisations .realisations-items .item{
        margin: 0px 10px;
        height: auto;
        width: 33%;
    }
    .realisations .realisations-items .item .item-img{
        width: 100%;
        height: 165px;
        background-color: #D9D9D9;
        margin-bottom: 10px;
    }
    .realisations .realisations-items .actus-items{
        width: 100%;
        display: flex;
    }
    .realisations .realisations-items .actus-items .item .item-img img{
        max-height: 165px;
        width: 100%;
    }
    .realisations .realisations-items .item .item-title{
        font-weight: bold;
        height: 140px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .realisations .realisations-items .item .item-link a{
        text-decoration: none;
        padding: 5px 20px;
        color: #fff;
        background-color: #A1B56C;
        display: inline;
    }
    .realisations .realisations-items .item .item-link a:hover{
        background-color: #909c6e;
        color: #fff;
    }

    .equipe{
        width: 100%;
        height: auto;
        margin-top: 80px;
    }
    .equipe .title{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .equipe .equipe-items{
        width: 70%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .equipe .equipe-items .item{
        width: 20%;
        height: auto;
        margin: 10px;
        text-align: center;
    }
    .equipe .equipe-items .item .item-img{
        width: 100px;
        height: 100px;
        background-color: #D9D9D9;
        border-radius: 50%;
        margin: 10px auto;
    }
    .equipe .equipe-items .item .nom{
        font-weight: bolder;
    }
    .equipe .equipe-items .item .poste{
        position: relative;
        top: -10px;
        line-height: -10px;
    }
    .equipe .equipe-btn a{
        width: 250px;
        display: block;
        margin: 30px auto;
        text-align: center;
        background-color: #A1B56C;
        color: #fff;
        text-decoration: none;
        padding: 8px 20px;
        border-radius: 10px;
    }
    .equipe .equipe-btn a:hover{
        background-color: #909c6e;
    }

    .footer-contact{
        width: 70%;
        height: auto;
        padding: 30px 80px;
        background-color: #D9D9D9;
        display: flex;
        margin: 80px auto;
        border-radius: 10px;
    }
    .footer-contact .text{
        width: 60%;
    }
    .footer-contact .text p{
        font-size: 1.5em;
        font-weight: bolder;
        line-height: 25px;
    }
    .footer-contact .footer-btn a{
        display: block;
        position: relative;
        top: 30%;
        width: 200px;
    }

/*================= FOOTER ============================*/
    footer{
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    footer .adress{
        margin-bottom: 50px;
    }
    footer .adress p{
        line-height: 20px;
        font-size: 14px;
    }


}
