body {
    font-family: 'Manrope', sans-serif;;
}
#premiere-navbar {
    height: 90px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 24px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

#innerNavBar {
    display: none;
}

@media screen and (min-width: 1024px){
    #innerNavBar {
        display: flex;
        justify-content: space-evenly;
    }
}



.contentTitleLigne {
    width: 100%;
}

.max-taille {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.flex-normal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ligne-bleu {
    width: 3px;
    height: 45px;
    background-color: #FF4343;
}

#innerNavBar a {
    text-decoration: none;
    color: #021B3D;
    font-size: 14px;
    font-weight: bold;
}

#innerNavBar a:hover {
    color: #FF4343;
}

.logo-principal {
    height: 70px;
    width: 150px;
    object-fit: contain;
}

.icon-rs {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.icon-rs:first-child {
    margin-right: 16px;
}

.link-icon-rs {
    text-decoration: none !important;
}

.content_icon_menu {
    display: none;
}

@media screen and (min-width: 1024px){
    .content_icon_menu {
        display: flex;
    }
}

.btn_icon_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.btn_icon_menu img {
    object-fit: contain;
    width: 25px;
    height: 25px;
    filter: invert(43%) sepia(42%) saturate(7482%) hue-rotate(339deg) brightness(112%) contrast(101%);
}

.btn_icon_menu p {
    color: white;
    font-size: 12px;
    margin: 0;
}

@media screen and (min-width: 1024px){
    .btn_icon_menu {
        display: none;
    }
}

.mobile_none {
    display: none;
}

.mobile_flex {
    display:block;
}

#mobile-navbar {
    width: 100%;
    height: 100vh;
    background-color: #FF4343;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#mobile-navbar nav {
    height: calc(100% - 90px);
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

#mobile-navbar nav a {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.mobile-top-navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    height: 90px;
    color: white;
}

.mobile-top-navbar p {
    color: white;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.mobile-top-navbar .btn_icon_menu p {
    font-size: 12px;
    font-weight: normal;
}

.horizontal-ligne-bleu {
    height: 2px;
    width: 20%;
    background-color: #FF4343;
    display: block;
    margin-bottom: 16px;
}

#titreOffres {
    color: black;
    font-size: 38px;
}

.horizontal-ligne-bleu {
    height: 2px;
    width: 150px;
    background-color: #FF4343;
    display: block;
    margin-bottom: 16px;
}

main {
    padding: 24px;
    max-width: 1300px;
    margin: 180px auto 0 auto;
}

.oneOffre {
    width: 99%;
    background: #F5F5F5;
    border-radius: 5px;
    margin: 0 auto 24px auto;
    overflow: hidden;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (min-width: 1024px){
    .oneOffre {
        width: 70%;
    }
}

.barreOffre {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FF4343;
    color: white;
    justify-content: space-between;
    padding: 10px 16px;
    font-size: 12px;
}

@media screen and (min-width: 1024px){
    .barreOffre {
        font-size: 16px;
        flex-direction: row;
    }
}

.barreOffre p {
    margin: 0;
}

.bottomOffre {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 16px;
}

@media screen and (min-width: 1024px){
    .bottomOffre{
        flex-direction: row;
    }
}

.bottomOffre img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.description {
    width: 100%;
    padding: 16px;
    font-size: 12px;
}

@media screen and (min-width: 1024px){
    .description{
        width: calc(100% - 120px);
        font-size: 16px;
    }
}

.offre_ref {
    color: #263238;
    font-weight: bold;
}

.offre_title {
    color: #FF4343;
    font-weight: bold;
}

.btn_savoir {
    width: fit-content;
    margin: 0 auto 16px auto;
    display: block;
    padding: 8px 16px;
    background: #FF4343;
    border-radius: 5px;
    color: white;
}

#un-recherche {
    width: 100%;
    padding: 48px 24px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1024px){
    #un-recherche  {
        padding: 48px 96px;
        height: calc(100vh - 90px);    }
}

#contient-recherche {
    background: rgba(255,255,255,0.4);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 24px 0;
}

#contient-recherche-inner {
    background: rgba(255,255,255,0.4);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 24px 0;
}

@media screen and (min-width: 1024px){
    #contient-recherche {
        width: 100%;
        height: 300px;
        flex-direction:row;
        padding: 0;
    }
    #contient-recherche-inner {
        padding: 24px;
    }
}

#contient-un-recherche {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#search-input-secteur,
#search-input-cp{

    margin-bottom: 16px;
}

@media screen and (min-width: 1024px){

}


#btn-recherche-form {
    background-color: #FF4343;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

#contient-un-recherche h2 {
    color: white;
    font-size: 18px;
}

@media screen and (min-width: 1024px){
    #contient-un-recherche h2 {
        font-size: 40px;
    }
}

#contient-un-recherche h3 {
    color: white;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px){
    #contient-un-recherche h3 {
        font-size: 26px;
    }
}

#contient-un-recherche p {
    color: white;
    font-size: 12px;
    font-weight: normal;
}

@media screen and (min-width: 1024px){
    #contient-un-recherche p {
        font-size: 19px;
    }
}

.bg-recherche {
    background: url("/src/partner_fond_1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.horizontal-ligne-bleu {
    height: 2px;
    width: 20%;
    background-color: #FF4343;
    display: block;
    margin-bottom: 16px;
}

@media screen and (min-width: 1024px){
    .horizontal-ligne-bleu {
        width: 150px;
    }
}

#myVideo {
    width: 100%;
    height: calc(100vh - 90px);
    object-fit: cover;
    margin-bottom: -6px;
}

/* Add some content at the bottom of the video/page */
.content_video {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: calc(100vh - 90px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

#video-main {
    margin-top: 90px;
}

/* Style the button used to pause/play the video */
#myBtn_blue {
    background-color: #FF4343;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 16px;
text-decoration: none;
}

#myBtn_blue:hover {
    background: #ddd;
    color: black;
}

.logo-principal-video {
    height: 230px;
    width: 500px;
    object-fit: contain;
}

.content_video h3 {
    max-width: 700px;
    text-align: center;
}

.horizontal-ligne-orange-video {
    height: 3px;
    width: 75%;
    max-width: 300px;
    background-color: #FF4343;
    display: block;
}

#trois-real {
    width: 100%;
    padding: 48px 24px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

@media screen and (min-width: 1024px){
    #trois-real  {
        padding: 48px 96px;
        height: calc(100vh - 90px);        margin-top: 90px;
    }
}


#contient-trois-real {
    background: rgba(255,255,255,0.4);
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}


.bg-real {
    background: url("/src/partner_fond_3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#titreReal {
    color: black;
    font-size: 26px;
}

@media screen and (min-width: 1024px){
    #titreReal {
        font-size: 38px;
    }
}


.btnReal {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

@media screen and (min-width: 1024px){
    .btnReal {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
}

.btnReal:hover {
    background: #FF4343;
    color: white;
}

.btnReal img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: invert(43%) sepia(42%) saturate(7482%) hue-rotate(339deg) brightness(112%) contrast(101%);
}

.btnReal:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(127deg) brightness(103%) contrast(102%);
}

@media screen and (min-width: 1024px){
    .btnReal img {
        width: 30px;
        height: 30px;
    }
}

#numRealisation {
    display: flex;
    align-items: center;
    margin: 24px auto 0 auto;
    width: 50%;
    justify-content: space-evenly;
}

@media screen and (min-width: 1024px){
    #numRealisation {
        width: 350px;
    }
}

.activeBtnReal {
    background: #FF4343;
}

.oneRealisation {
    width: 98%;
    background: rgba(255, 67, 67);
}

@media screen and (min-width: 1024px){
    .oneRealisation {
        width: 700px;
    }
}

.textOneRealisation {
    width: 100%;
    padding: 12px;
    color: white;
}

@media screen and (min-width: 1024px){
    .textOneRealisation {
        padding: 24px;
    }
}

.imageOneRealisation {
    width: 380px;
    height: inherit;
    object-fit: cover;
}

.oneRealisationImg {
    align-items: center;
    margin: 48px auto 24px auto;
    justify-content: center;
    display: none;
    flex-direction: column-reverse;
}

@media screen and (min-width: 1024px){
    .oneRealisationImg  {
        flex-direction: row;
    }
}

.real-visible {
    display: flex !important;
}

.btn_savoir {
    width: fit-content;
    margin: 0 auto 16px auto;
    display: block;
    padding: 8px 16px;
    background: #FF4343;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.btn-avant-real {
    width: fit-content;
    margin: 0 auto 16px auto;
    display: block;
    padding: 8px 16px;
    background: white;
    border-radius: 5px;
    color: #FF4343;
    text-decoration: none;
}

#quatre-nous {
    width: 100%;
    padding: 48px 24px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

@media screen and (min-width: 1024px) {
    #quatre-nous {
        padding: 48px 96px;
        height: calc(100vh - 90px);        margin-top: 90px;
    }
}

#contient-quatre-nous {
    max-width: 1300px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    #contient-quatre-nous {
        flex-direction: row;
    }
}

#nous-gauche {
    width: 98%;
    padding: 24px;
    background: rgba(255, 67, 67,0.4);
    color: white;
    text-align: justify;
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    #nous-gauche {
        width: 50%;
        font-size: 16px;
    }
}

#nous-droite {
    background: rgba(255, 67, 67,0.4);
    width: 98%;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

@media screen and (min-width: 1024px) {
    #nous-droite{
        width: 50%;
    }
}

#content-deux-nous {
    display: flex;
    flex-direction: column;
    background: rgba(255, 67, 67,0.4);
}

@media screen and (min-width: 1024px) {
    #content-deux-nous {
        flex-direction: row;
    }
}

.nous-droite-partie {

    width: 100%;
    display: flex;
    align-items: center;
}

.nous-droite-partie img {
    height: 250px;
    width: 50%;
    object-fit: contain;
}

.nous-droite-partie-droite {
    color: white;
    width: 50%;
    text-align: center;
}

.bg-nous {
    background: url("/src/partner_fond_4.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nom {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.poste {
    text-align: left;
}

.nom-2 {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin: 0;
}

.poste-2 {
    text-align: right;
}

#titreNous {
    color: black;
    font-size:26px;
}

@media screen and (min-width: 1024px){


    #titreNous {
        color: white;
        font-size: 38px;
    }


}

.btn_retour {
    width: fit-content;
    margin: 16px 0;
    display: block;
    padding: 8px 16px;
    background: #FF4343;
    border-radius: 5px;
    color: white;
}

.content_photos {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content_photos img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#deux-engagement {
    width: 100%;
    padding: 48px 24px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

@media screen and (min-width: 1024px){
    #deux-engagement {
        padding: 48px 96px;
        height: calc(100vh - 90px);        margin-top: 90px;
    }
}

#contient-deux-engagement {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.liste-engagement {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
    flex-direction: column;
}

@media screen and (min-width: 1024px){
    .liste-engagement {
        flex-direction: row;
    }
}

#liste-engagement-left {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 24px;
    width: 100%;
}

@media screen and (min-width: 1024px){
    #liste-engagement-left {
        width: 85%;
    }
}

#liste-engagement-right {
    width: 100%;
    color: white;
}

@media screen and (min-width: 1024px){
    #liste-engagement-right {
        width: 15%;
    }
}

.un-engagement {
    display: flex;
    margin-bottom: 24px;
    width: 45%;
}

@media screen and (min-width: 1024px){
    .un-engagement {
        width: 30%;
    }
}

.special-engagement {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.un-engagement img,
.special-engagement img{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 8px;
}

@media screen and (min-width: 1024px) {
    .un-engagement img,
    .special-engagement img {
        width: 50px;
        height: 50px;
        margin-right: 16px;
    }
}

.un-engagement p {
    color: white;
    font-size: 12px;
    width: calc(100% - 33px);
}

.text-special-engagement {
    font-size: 12px;
}

@media screen and (min-width: 1024px){
    .un-engagement p {
        font-size: 16px;
        width: 155px;
    }
    .text-special-engagement {
        font-size: 16px;
    }
}

.bg-engagement {
    background: url("/src/partner_fond_2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#titreEngagement {
    color: white;
    font-size: 26px;
}

#titreNous {
    color: white;
    font-size:26px;
}

#titreBureau,
#titreContact {
    color: white;
    font-size: 18px;
}

@media screen and (min-width: 1024px){
    #titreEngagement {
        color: white;
        font-size: 38px;
    }

    #titreNous {
        color: white;
        font-size: 38px;
    }

    #titreBureau,
    #titreContact {
        color: white;
        font-size: 30px;
    }
}

#deux-engagement {
    width: 100%;
    padding: 48px 24px;
    height: auto;
    display: flex;
    margin-top: 90px;
    flex-direction: column;
}

@media screen and (min-width: 1024px){
    #deux-engagement {
        padding: 48px 96px;
        height: calc(100vh - 90px);        margin-top: 90px;
    }
}

#contient-deux-engagement {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#titreEngagement {
    color: black;
    font-size: 26px;
}

#titreNous {
    color: black;
    font-size:26px;
}

#titreBureau,
#titreContact {
    color: black;
    font-size: 18px;
}

@media screen and (min-width: 1024px){
    #titreEngagement {
        color: black;
        font-size: 38px;
    }

    #titreNous {
        color: black;
        font-size: 38px;
    }

    #titreBureau,
    #titreContact {
        color: black;
        font-size: 30px;
    }
}

td,
th{
    padding: 8px 16px;
    border-bottom: 1px solid #BDBDBD;
    width: 50%;
}

tr {
    background-color: #F5F5F5;
    margin-right: 8px;
}

table {
    border-radius: 10px;
    overflow: hidden;
    width: 98%;
    max-width: 1300px;
    margin-bottom: 24px;
    border-collapse: separate;
    border-spacing: 0px;
}

#cinq-contact {
    width: 100%;
    padding: 48px 24px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;

}

@media screen and (min-width: 1024px) {
    #cinq-contact {
        padding: 48px 96px;
        height: calc(100vh - 90px);
        margin-top: 90px;
    }
}

#contient-cinq-contact {
    max-width: 1300px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    #contient-cinq-contact {
        flex-direction: row;
    }
}

#contact-gauche {
    width: 100%%;
    padding: 25px;
    color: white;
}

#contact-droite {
    width: 100%%;
    background: rgba(0,0,0,0.4);
}

@media screen and (min-width: 1024px) {
    #contact-gauche{
        width: 40%;
    }

    #contact-droite {
        width: 60%;
    }

}

#contact-droite-haut {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {

    #contact-droite-haut {
        flex-direction: row;
    }
}

#logo_contact {
    width: 35%;
    height: 250px;
    object-fit: contain;
    margin: 0 auto;
}

.bg-contact {
    background: url("/src/partner_fond_5.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#logo_agence {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

#content-nom-agence {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#contact-droite-bas {
    display: flex;

}

#img_contact {
    width: 250px;
    height: 100%;
    object-fit: cover;
    display: none;
}

@media screen and (min-width: 1024px) {

    #img_contact{
        display: block;
    }
}

#contact-droite-bas-droite {
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 1024px) {

    #contact-droite-bas-droite{
        width: calc(100% - 250px);
    }
}

.nom-agence {
    margin-bottom: 80px;
    text-transform: uppercase;
}

#titreBureau,
#titreContact {
    color: white;
    font-size: 18px;
}

@media screen and (min-width: 1024px){
    #titreEngagement {
        color: white;
        font-size: 38px;
    }

    #titreNous {
        color: white;
        font-size: 38px;
    }

    #titreBureau,
    #titreContact {
        color: white;
        font-size: 30px;
    }
}

#container_bg_links {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

#container_links {
    width: 95%;
    height: 95vh;
    background-color: white;
    border-radius: 15px;
    padding: 0 0 40px 0;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #container_links {
        height: 80vh;
        background-color: white;
        border-radius: 15px;
        padding: 0 0 40px 0;
        overflow: hidden;
    }
}

#container_links h2 {
    text-align: center;
    font-weight: bold;
    color: #021B3D;
    margin-top: 12px;
}



#two_links_imapro {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
    align-items: center;
}

@media screen and (min-width: 768px) {
    #two_links_imapro {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        width: 100%;
    }
}


#two_links_imapro div {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s;
}

#two_links_imapro div img {
    width: 250px;
    height: 90px;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    #two_links_imapro div img {
        width: 400px;
        height: 170px;
    }
}

#two_links_imapro div button,
#two_links_imapro div a
{
    display: flex;
    align-items: center;
    border: none;
    background: #FF4343;
    color: white;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

#two_links_imapro div button img,
#two_links_imapro div a img
{
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(222deg) brightness(103%) contrast(103%);
    transition: .3s;
    margin-right: 8px;
}

#two_links_imapro div button:hover img,
#two_links_imapro div a:hover img
{
    transform: translateX(5px);
}

#two_links_imapro div button p,
#two_links_imapro div a p{
    margin-bottom: 0;
}

.transformOpacity {
    transform: translateY(100px);
    opacity: 0;
}

.top_links {
    width: 100%;
}

.bottom_links {
    width: 100%;
    height: calc(100% - 212px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


#contentGif {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0F0523;
}

#contentGif img {
    max-width: 300px;
}