body {

    font-family: NeueMachinaRegular;

}

@import url("/wp-content/themes/garluche/css/test.css");

@font-face { font-family: NeueMachinaRegular; src: url("/wp-content/themes/garluche/fonts/NeueMachina-Regular.otf"); }


* {
    margin: 0;
    padding: 0;
}

@import url("/wp-content/themes/garluche/css/test.css");
#header-grid {
    position: fixed;
    margin-top: 0px !important;
    width: 100%;
    z-index: 999900;
}



.social-media-logos {
    display: flex;
    align-items: center;


}




.social-media-logo {
    background-image: url("/wp-content/themes/garluche/assets/iconFacebook.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.8px;
    height: 14.5px;
    margin-right: 12px;
    transition: filter 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    cursor: pointer;
    margin-left: 12px;
}

.social-media-logo:hover {
    filter: invert(3%)sepia(81%) saturate(4269%) hue-rotate(358deg) brightness(102%) contrast(108%);
    transition: filter 0.2s cubic-bezier(0.65, 0, 0.35, 1);

}

.social-media-logo__instagram {
    background-image: url("/wp-content/themes/garluche/assets/icon-instagram.svg");
    width: 14.1px;
    height: 13.7px;

    transition: filter 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.social-media-logo__instagram:hover {

    filter: invert(62%)   sepia(61%) saturate(7491%) hue-rotate(1deg) brightness(108%) contrast(99%);
    transition: filter 0.2s cubic-bezier(0.65, 0, 0.35, 1);

}


.social-media-logo__twitter {
    background-image: url("/wp-content/themes/garluche/assets/icon-twitter.svg");
    width: 14.5px;
    height: 11.8px;
}

.social-media-logo__twitter:hover {
    filter: invert(34%) sepia(46%) saturate(5745%) hue-rotate(124deg) brightness(97%) contrast(101%);
    transition: filter 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    transform-origin: bottom right;
}

.social-media-logo__linked {
    background-image: url("/wp-content/themes/garluche/assets/Icon-linkedin.svg");
    width: 12.7px;
    height: 12.7px;

}

.social-media-logo__linked:hover {
    filter: invert(62%) sepia(87%) saturate(4771%) hue-rotate(178deg) brightness(102%) contrast(103%);
    transition: filter 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

main {
 width: 100%;
}


.site-container {

}

@media screen and (min-width: 1025px) {
    .site-container  {
        padding-top: 15px;
    }

    .site-container--agence {
        padding-top: 60px;
    }
}


.content-container {
    padding-top: 70px;
    display: flex;
    flex-direction: row;
    max-width: 965px;
    margin: auto;
}

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

    .content-container {
        padding-top: 124px;

    }


}

.content-container--grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    padding: 0 36px;
    padding-top: 70px;
    min-height: auto;
    margin-bottom: 220px;


}

@media screen and (min-width: 1025px) {
    @media screen and (min-width: 1025px) {
        .content-container--grid {
            padding-top: 124px;
            grid-template-columns: repeat(2, 1fr);
        }
    }
}

.content-container--column {
    flex-direction: column;
}

a:focus, a:hover {
    color: black!important;
    text-decoration: none!important;
}


footer {
    background-color: #0c0c0c;
    color: white;
}

.desktop-menu {
    display: none;
}

.desktop-menu--burger {
    display: block;
}

@media screen and (min-width: 1025px) {
    .desktop-menu {
        display: flex;
        background-color: black;
        color: white;
        flex-direction: row;
        list-style-type: none;

    }
}

.menu {
    width: 100%;
    max-width: 965px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.menu-menu-container {
    width: 100%;
    margin-top: 77px;
}


.menu .menu-item {
    list-style-type: none;
    display: inline-block;
    max-width: 965px;
    color: white;

}



@media screen and (min-width: 1025px) {
    .menu {
        width: 100%;
        max-width: 965px;
        margin: auto;
        height: auto;
        flex-direction: row;
    }

    .menu-menu-container {
        margin-top: 0;
        height: auto;
    }

    .menu .menu-item {
        list-style-type: none;
        display: inline-block;
        max-width: 965px;
        margin: auto;
        margin-right: 30px;
        color: white;

    }

    .menu .menu-item {
        list-style-type: none;
        display: inline-block;
        max-width: 965px;
        margin: auto;
        margin-right: 30px;
        color: white;

    }

    .social-media-logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 48px;

    }
}



.menu .menu-item a {
    text-decoration: none;
    color: white !important;
    font-family: NeueMachinaRegular;
    font-size: 16px;
}

.rectangle-rouge {
    width: 150px;
    height: 40px;
    /*position: absolute;*/
    background-color: red;
    /*right: 0;*/
}

.nav-container {
    display: none;
}

@media screen and (min-width: 1025px) {
    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 0;
        color: white;
        margin: auto;
        max-width: 965px;
        width: 100%;
        position: relative;
    }
}

.nav-container--burger {
    height: 800px;
    display: flex;
    flex-direction: column;
    color: white;
    margin: auto;
    max-width: 965px;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .nav-container--burger {
    display: none;
    }
}

.nav-container__open {
    transition: transform 0.9s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    top: 0px;
    transform-origin: bottom;
}

.logo-burger {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 21px 36px;
    position: absolute;
}

.navigation-section-burger {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.header-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: black;
    overflow: visible;
    position: fixed;
    margin-top: 0px !important;
    z-index: 999900;
    bottom: 0;
    transition: all 0.9s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    height: 60px;
}

.header-container__open {
   height: 70vh;


}

/*anim menu overlay bas en haut*/
/*bottom: 59px;*/




@media screen and (min-width: 1025px) {
    .header-container {
        top: 0;
        bottom: revert;
        overflow: hidden;

    }
}

.custom-logo {
    width: 107px;
    height: 24px;
}




/*bloc vidéo index*/

#myVideo {
    position: relative;
    height: 100%;
    width: 100%;
    display: none;

}

.video-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('/wp-content/themes/garluche/assets/pexels-tobias-bjørkli-1559821_thumb.jpg');
    background-size: cover;
}

.video-description-container {
    position: absolute;
    /*background: rgba(0, 0, 0, 0.2);*/
    color: #f1f1f1;
    width: 100%;
    top: 25%;
}

.video-description {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;

}

.site-title  {
    width:85%;
}

.site-subtitle {
    margin-top: 6px;
    font-family: NeueMachinaRegular;
    font-size: 16px;
    color: white;
    text-align: center;
}

.scroll-gif {
    width: 52px;
    position: absolute;
    left: 50%;
    bottom: 22%;
    transform: translateX(-50%);
}




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


    .scroll-gif {
        bottom: 8%;
    }
    .video-container {
        background-image: none;
        width: 100%;
        height: fit-content;
    }
    #myVideo {
        display: block;
        width: fit-content;
        height: fit-content;
    }

    .site-subtitle {

        font-size: 34px;

    }


    .site-title  {
        width:55%;
    }

    .video-description-container {
        top: auto;
    }
}


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

    .video-container {
        height: auto;
        background-image: none;
        width: 100%;

    }
    #myVideo {
        display: block;
        width: 100%;
        height: auto  ;
    }

}






/*menu animation*/
.agence {
    position: relative;
    margin-bottom: 57px;

}
.agence a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11.5px;
    height: 3px;
    width: 100%;
    background-color: #fcfd00;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 1;

}

.savoir {
    position: relative;
    margin-bottom: 57px;
}

.savoir a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11.5px;
    height: 3px;
    width: 100%;
    background-color: #fd3000;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 1;

}

.projets {
    position: relative;
    margin-bottom: 57px;
}

.projets a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11.5px;
    height: 3px;
    width: 100%;
    background-color: #00c58a;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 1;

}

.contact {
    position: relative;
    margin-bottom: 57px;
}

.contact a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11.5px;
    height: 3px;
    width: 100%;
    background-color: #009efd;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 1;

}




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

    .agence:hover a:after {
        transform: translate3d(0, -6px,0);
    }

    .agence a:after {
        bottom: -28px;
        height: 8px;
    }

    .savoir:hover a:after {
        transform: translate3d(0, -6px,0);
    }

    .savoir a:after {
        bottom: -28px;
        height: 8px;

    }

    .projets:hover a:after {
        transform: translate3d(0, -6px,0);
    }

    .projets a:after {

        bottom: -28px;
        height: 8px;

    }

    .contact:hover a:after {
        transform: translate3d(0, -6px,0);
    }

    .contact a:after {
        bottom: -28px;
        height: 8px;
    }




}















/*présentation du site sur l'index'*/

.garluche-description {
    padding: 70px 36px 32px 36px;
    display: flex;
    flex-direction: column;
    font-family: NeueMachinaRegular;
    max-width: 965px;
    margin:auto;
}


.description-title {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    font-weight: 100;
    font-family: NeueMachinaRegular;
}

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

    .garluche-description {
        padding: 100px 36px 30px 36px;
    }

    .description-title {
        font-size: 24px;
    }
}

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

    .garluche-description {
        padding: 100px 36px 72px 36px;
    }

    .description-title {
        font-size: 34px;
    }
}



.description-title:before {
    content: '';
    position: relative;
    display: block;
    left: 0;
    bottom: 0px;
    transition: all 0.3s ease;
    opacity: 1;
    width: 26px;
    height: 0;
    border: solid 1px #fd3000;
    margin-right: 18px;
}

.description-title--blue:before {
    border: solid 1px #009efd;
}

.description-title--green:before {
    border: solid 1px #00c58a;
}

.description-title--yellow:before {
    border: solid 1px #fcfd00;
}


.description-content {
    display: flex;
    align-items: center;
    margin-top: 16.5px;
    align-items: center;
    flex-direction: column-reverse;
}

.description-content-ipad {
    display: flex;
    align-items: center;
    margin-top: 16.5px;
    align-items: center;
    flex-direction: column;
}



.picture {
    background-image: url("/wp-content/themes/garluche/assets/copie-de-dsc-01457@3x_thumb.jpg");
    width: 100%;
    height: 279px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.picture-agence {
    background-image: url("/wp-content/themes/garluche/assets/pic-promotion@3x_thumb.jpg");
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}






.text {
    width: 100%;
}

@media screen and (min-width: 483px) and (max-width: 1024px) {
.picture {
    background-image: url("/wp-content/themes/garluche/assets/hero-agence.jpg");
    width: 100%;
    height: 438px;
}

    .text {
        margin-top: 52px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px;
    }

    .picture-agence {

        width: 100%;
        height: 431px;

    }




}

@media screen and (min-width: 1025px) {
    .description-content {
        flex-direction: row;
    }

    .description-content {
        margin-top: 39.5px;
    }

    .picture-agence {
        width: 474px;
        height: 431px;

    }
    .text {
        width: 50%;
        margin-left: 38px;
    }


    .picture {
        background-image: url("/wp-content/themes/garluche/assets/copie-de-dsc-01457@3x_thumb.jpg");
        width: 100%;
        max-width: 474px;
        height: 438px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 0;
    }
}

p {
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: normal;
    margin-bottom: 30px;
}

/*en voir et en savoir plus */

.derniers-projets {
    margin: 8px auto 0;

    padding: 0 36px;
}


.cta-text-wrap {
    margin: 8px auto 0;
    width: 965px;
    display: none;

}

.cta-text-wrap--mobile {
    margin: 0;
    display: block;
    padding-right: 5px;
    width: auto;
}

.green {
    padding-right: 40px;
}

@media screen and (min-width: 1025px) {
    .cta-text-wrap {
        display: block;
    }

    .cta-text-wrap--mobile {
        display: none;
    }
    .derniers-projets {
        margin: 8px auto 0;
        width: 965px;
        padding: 0;
    }

    .cta-text-wrap-mobile {
        display: none;
    }
}


.cta-text-wrap::after {
    clear: both;
    content: '';
    display: table;
}
.cta-text {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    float: right;
    position: relative;
    z-index: 3;
}

.cta-text-title {
    position: relative;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.button-back {
    position: relative;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.cta-text-title-mobile {
    color: white;
    font-size: 16px;
    text-decoration: none;
    display: block;
    float: right;
    margin-right: 36px;
    background-color: black;
    padding: 14px 34px;
}

.button-mobile {
    font-family: NeueMachinaRegular;
    display: block;
    font-size: 16px;
    padding: 14px 36px;
    background-color: black;
    width: fit-content;
    margin-left: auto;
    margin-right: 36px;
    margin-bottom: 74px;
}

.button-mobile a {
 color: white;
}
.button-mobile a:hover {
    color: white !important;
}


.cta-text-title-mobile:hover {
    text-decoration: none;
    color: white !important;
}

@media screen and (min-width: 1025px) {
    .button-mobile {
        display: none;
    }
}

.cta-text-title__member {
    color: white;
    font-size: 24px;
}

@media screen and (min-width: 1025px) {
    .cta-text-title__member {
        font-size: 34px;
    }
}


.cta-text-title--portrait {
    font-size: 22px;
    color: white;
}

@media screen and (min-width: 600px) {
    .cta-text-title--portrait {
        font-size: 22px;
    }
}


@media screen and (min-width: 1025px) {
    .cta-text-title--portrait {
        font-size: 26px;
    }
}

.cta-text::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -3.5px;
    transition: transform 0.3s ease;
    width: 166px;
    height: 10px;
    background-color: #fd3000;
    z-index: 1;
    pointer-events: none;
    transform-origin: bottom right;
}

.cta-text:hover::before {
    transform: scale(1.05, 2.5);
    text-decoration: none;
}

.cta-text-green {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    position: relative;
    z-index: 3;
    margin-top: 30px;
    margin-bottom: 130px;
}


.agence-description {
    padding: 60px 36px 4px 36px;
    display: flex;
    flex-direction: column;
    font-family: NeueMachinaRegular;
    max-width: 965px;
    margin:auto;

}

.public-description {
    padding: 60px 36px 4px 0;
    display: flex;
    flex-direction: column;
    font-family: NeueMachinaRegular;
    max-width: 965px;
    margin:auto;
    min-height: 715px;
}

.public-description-ipad {
    padding: 60px 0 4px 0;
    display: flex;
    flex-direction: column;
    font-family: NeueMachinaRegular;
    max-width: 965px;

}

.agence-description-ipad {
    padding: 60px 36px 4px 36px;
    display: none;
    flex-direction: column;
    font-family: NeueMachinaRegular;
    max-width: 965px;
    margin:auto;
}

@media screen and (min-width: 483px) and (max-width: 1024px) {
    .agence-description {
        display: none;
    }

    .public-description {
        display: none;
    }

    .agence-description-ipad {
        display: flex;
    }
}



.member-name-g {
    position: relative;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;

}



.member-name-g-mobile {
    position: relative;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;

}


.member-name-g-mobile::before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -3.5px;
    background-color: #00c58a;
    z-index: 1;
    width: 95%;
    height: 14px;
    left: 11px;
}

.member-name-g::before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -3.5px;
    background-color: #00c58a;
    z-index: 1;
    height: 20px;
    width: 95%;
    left: -4px;
}

.member-name-m {
    position: relative;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;
    color: black;
}

.member-name-m::before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -3.5px;
    z-index: 1;
    height: 20px;
    width: 95%;
    background-color: #009efd;
    left: -4px;
}

.member-name-m-mobile {
    position: relative;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;
    color: black;
}

.member-name-m-mobile::before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -34.5px;
    z-index: 1;
    height: 14px;
    width: 95%;
    background-color: #009efd;
    left: 11px;
}


.cta-text-green:hover::before {
    transform: scale(1.08, 2.5);
    text-decoration: none;
}

.cta-text-green::before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -3.5px;
    transition: transform 0.3s ease;
    width: 139px;
    height: 10px;
    background-color: #00c58a;
    z-index: 1;
    transform-origin: bottom right;
    text-decoration: none;

}


/*index exemple de projets */

.garluche-projects {
    display: flex;
    flex-direction: column;
    font-family: NeueMachinaRegular;
    max-width: 428px;
    margin: 0 auto 30px auto;

}

@media screen and (min-width: 1025px) {
    .garluche-projects {
        max-width: 965px;
        margin: 0 auto 30px auto;
    }
}





.description-title-green {
    font-family: NeueMachinaRegular;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 100;
    margin-top: 120px;
}

@media screen and (min-width: 1025px) {
    .description-title-green {
        margin-top: 0;
        font-size: 36px;
    }
}



.description-title-green:before {
    content: '';
    position: relative;
    display: block;
    left: 0;
    bottom: 0px;
    transition: all 0.3s ease;
    opacity: 1;
    width: 26px;
    height: 0;
    border: solid 1px #00c58a;;
    margin-right: 18px;
}

.projects-container {
    max-width: 965px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-top: 30px;
    position: relative;
    padding: 0 36px;
}

@media screen and (min-width: 1025px) {
    .projects-container {
        margin-top: 44px;
    }

    .agence-description {
        padding: 60px 0 4px 0;

    }

    .public-description {
        min-height: auto;
        margin-bottom: 125px;
    }
}


.project-card-container {
    overflow: hidden;
    position: relative;
}


.project-card {

    height: 209px;
    width: 100%;
    object-fit: cover;
}

.square-colored {
    position: absolute;
    background-position: center;
    background-image: url("/wp-content/themes/garluche/assets/square-hover.svg");
    height: 209px;
    width: 100%;
    bottom: -128px;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    background-repeat: repeat-x;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.square-colored__red {
    background-image: url("/wp-content/themes/garluche/assets/square-hover-red.svg");
}

.square-colored__green {
    background-image: url("/wp-content/themes/garluche/assets/square-hover-green.svg");
}

.square-colored__yellow {
    background-image: url("/wp-content/themes/garluche/assets/square-hover-yellow.svg");
}

.project-title {
    color: white;
    text-align: center;
    background-position: center;
    font-size: 16px;
    line-height: 1.18;
    position: absolute;
    top: 20px;
    padding: 0px 10px;
    left: 0;
    right: 0;
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-title__black {
    color: black !important;
}

.location {
    position: absolute;
    bottom:  122px;
    left: 0;
    right: 0;
    color:white;
    font-family: NeueMachinaRegular;
    line-height: 1.17;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);


}

.location__black {
    color: black !important;
}


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

    .projects-container {
        grid-template-columns: repeat(4, 1fr);
        padding: 0;
    }
    .square-colored {
        position: absolute;
        background-position: center;
        background-image: url("/wp-content/themes/garluche/assets/square-hover.svg");
        height: 209px;
        width: 100%;
        bottom: -180px;
        transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .project-card-container:hover .square-colored {
        transform: translate3d(0,-180px,0);
        transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .project-card-container:hover .project-title {
        transform: translate3d(0,-52px,0);
        transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
        transition-delay: 250ms;

    }

    .project-card-container:hover .location {
        transform: translate3d(0,-24px,0);
        transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
        transition-delay: 250ms;
    }


    .project-title {
        color: white;
        text-align: center;
        background-position: center;
        font-size: 20px;
        line-height: 1.18;
        position: absolute;
        top: 104px;
        padding: 0px 10px;
        left: 0;
        right: 0;
        transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    }

    /*.project-tile--single {*/
    /*    font-size: 28px*/
    /*}*/
    .location {
        position: absolute;
        bottom: -12px;
        left: 0;
        right: 0;
        color:white;
        font-family: NeueMachinaRegular;
        line-height: 1.17;
        font-size: 18px;
        font-weight: 100;
        text-align: center;
        transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);


    }

    .square-colored__red {
        background-image: url("/wp-content/themes/garluche/assets/square-hover-red.svg");
    }

    .square-colored__green {
        background-image: url("/wp-content/themes/garluche/assets/square-hover-green.svg");
    }

    .square-colored__yellow {
        background-image: url("/wp-content/themes/garluche/assets/square-hover-yellow.svg");
    }
}





.footer-text {
    margin-bottom: 0;
}

.photos-grid {
    width: 965px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.photos {
    width: 100%;

}

.page-container {
    padding-top: 100px;
    max-width: 965px;
    margin: auto;
}

/*bootstrap carousel*/

.garluche-container {

    padding: 0 !important;
    padding-top: 100px;
}

.carousel {
    display: none;
    margin-top: 60px;
    margin-bottom: 125px;
}

@media screen  and (min-width: 600px) {
    .carousel {
        display: block;

    }
}


.carousel-inner {
    height: 586px;
}

.carousel-precedent {
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-vert-gauche.svg);
    width: 13px;
    height: 19.7px;
    position: absolute;
    top: 50%;
    left: 18.5px;
    z-index: 5;
    display: inline-block;
    background-size: cover;
    background-position: center;
    transform: translate(-50%,-50%);
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.carousel-control.left:hover .carousel-precedent {
    transform: translate3d(-60px, -8px,0);
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}


.carousel-precedent-invisible {
    position: absolute;
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-vert-gauche.svg);
    width: 13px;
    height: 19.7px;
    top: 50%;
    left: 60px;
    z-index: 5;
    display: inline-block;
    background-size: cover;
    background-position: center;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);

}

.carousel-control.left:hover .carousel-precedent-invisible {
    transform: translate3d(-48px, -8px,0);
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 1;
    /*transition: opacity .2s ease-out;*/
}





.carousel-suivant {
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-vert-droite.svg);
    width: 13px;
    height: 19.7px;
    position: absolute;
    top: 50%;
    left: 21.5px;
    z-index: 5;
    display: inline-block;
    background-size: cover;
    background-position: center;
    transform: translate(-50%,-50%);
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.carousel-control.right:hover .carousel-suivant {
    transform: translate3d(45px, -8px,0);
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.carousel-suivant-invisible {
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-vert-droite.svg);
    width: 13px;
    height: 19.7px;
    position: absolute;
    top: 50%;
    left: -15.5px;
    z-index: 5;
    display: inline-block;
    background-size: cover;
    background-position: center;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.carousel-control.right:hover .carousel-suivant-invisible {
    transform: translate3d(31px, -8px,0);
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-control:hover {
    opacity: 1 !important;
}

.carousel-control.left {
    background-color: white;
    opacity: 1;
    background-image: none !important;
    height: 41px;
    width: 41px;
    position: absolute;
    top: 52%;
    left: -21px;
    border-radius: 50%;
    transform: translateX(-20%);
    transform: translateY(-50%);
}




.carousel-control.right {
    background-color: white;
    opacity: 1 !important;
    background-image: none !important;
    height: 41px;
    width: 41px;
    position: absolute;
    top: 52%;
    right: -21px !important;
    border-radius: 50%;
    transform: translateX(-20%);
    transform: translateY(-50%);
}





.carousel-indicators {
    bottom: -60px !important;
}

.carousel-indicators li {
     background-color: #00c58a !important;
    border: none !important;
    opacity: 0.5;
}

.carousel-indicators li.active {
    opacity: 1;
}


/*page projet*/


.nav-projects {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.button-projects {
    display: inline-flex;
    align-items: center;
    background-color: #00c58a;
    position: relative;
    cursor: pointer;
    height: 35px;
    padding: 0 15px;
}

.button-back {
    display: none;
}

@media screen and (min-width: 600px) {
    .button-back {
        display: block;

    }
}

.button-white {
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-white-gauche.svg);
    width: 10px;
    height: 12px;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.button-white-text {
    font-family: NeueMachinaRegular;
    font-size: 12px;
    margin-left: 12px;
    color: white;
}

.button-white-text a {

    font-family: NeueMachinaRegular;
    font-size: 12px;
    color: #ffffff !important;

}

.button-black-text {
    font-family: NeueMachinaRegular;
    font-size: 12px;
    margin-left: 12px;
    color: black;
}

.button-black-text--suivant {
    margin-left: 0;
    margin-right: 12px;
}

.button-white-invisible {
    position: absolute;
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-white-gauche.svg);
    width: 10px;
    height: 12px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    left: 40px;
    transition: opacity .2s ease-out;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.button-projects:hover .button-white {
    transform: translate3d(-49px, 0,0);
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.button-projects:hover .button-white-invisible {
    transform: translate3d(-25px, 0,0);
    opacity: 1;
    transition: opacity .2s ease-out;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.previous-next-buttons {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}



.previous-button-container {
    display: flex;
    align-items: center;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    cursor: pointer;

}



.next-button-container {
    display: flex;
    align-items: center;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    cursor: pointer;
}


.previous-button {
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-noir-gauche.svg);
    width: 10px;
    height: 12px;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.next-button {
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-noir-droite.svg);
    width: 10px;
    height: 12px;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 600px) {
    .previous-next-buttons {
        display: flex;
        align-items: center;
        width: auto;
        justify-content: normal;
    }

    .previous-button-container {
        margin-right: 24px;
        padding-right: 24px;
    }

    .previous-button-container:hover {
        transform: translate3d(-25px, 0,0);
        transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);

    }

    .next-button-container {
        margin-left: 24px;
        padding-left: 24px;

    }

    .next-button-container:hover {
        transform: translate3d(25px, 0,0);
        transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    }
}


.project-description-container {
    width: 100% ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.date-website {
    margin-top: 17px;
}

.mobile-separator {
    width: 26px;
    height: 2px;
    background-color:#00c58a;
    margin-top: 26px;
}

.project-description {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
    max-width: 572px;
    margin-bottom: 49px;
}


@media screen and (min-width: 600px) {
    .project-description-container {
        flex-direction: row;
    }

    .mobile-separator {
        display: none;
    }

    .date-website {
        margin-top: 120px;
    }

    .project-description {
        margin-bottom: 0;
        margin-left: 29px;
    }
}





.project-infos {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 50%;
}

@media screen and (min-width: 1025px) {
    .project-infos {
        display: flex;
        flex-direction: column;
        position: relative;
        min-width: 40%;
    }

    .project-description {
        margin-bottom: 0;
        margin-left: 49px;
    }
}




.title-container {
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    z-index: 3;
    margin-top: 56px;
    font-family: NeueMachinaRegular;
    width: fit-content;
}



.title {
    z-index: 4;
    position: relative;
    font-size: 32px;
    line-height: 1.2;
}

.title h1 {
    font-size: 20px !important;
    line-height: 1.2;
}

.date-place-infos {
    display: flex;
    flex-direction: column;
}



.date {
    font-family: NeueMachinaRegular;
    font-size: 14px;
    line-height: 1.14;
    color: #000000;
    margin-bottom: 8px;

}

.website {
    display: flex;
    align-items: center;
    font-family: NeueMachinaRegular;
    font-size: 14px;
    line-height: 1.14;
    color: #00c58a;
}

.arrow {
    background-image: url(/wp-content/themes/garluche/assets/picto-fleche-vert-droite.svg);
    width: 10px;
    height: 9px;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.project-description-content {
    font-family: NeueMachinaRegular;
    font-size: 16px;
    line-height: 1.19;
    text-align: left;
}

p.project-description-content  {
    font-family: NeueMachinaRegular;
    font-size: 16px;
    line-height: 1.19;
    text-align: left;
}

p {
    font-family: NeueMachinaRegular;
    font-size: 16px;
    line-height: 1.19;
    text-align: left;
}


/*page projets */

.project-article-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.project-article-picture {
    width: 100%;
    height: 302px;
    object-fit: cover;
}



.project-cta-container {
    width: 100%;
    height: 48px;
    background-color: #009efd;
    position: absolute;
    bottom: 0;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 1025px) {
    /*.project-cta-container {*/
    /*    bottom: -48px;*/
    /*}*/

    .project-article-picture {
        height: 394px;
    }

    /*.project-article-container:hover  .project-cta-container{*/
    /*    transform: translate3d(0,-41px,0);*/
    /*    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);*/
    /*}*/


    /*.project-article-container:hover .project-article-infos-container {*/
    /*    transform: translate3d(0,-20px,0);*/
    /*    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);*/
    /*    transition-delay: 150ms;*/
    /*}*/
}

.project-cta-container--red {
    background-color: #fd3000;
}

.project-cta-container--yellow {
    background-color: #fcfd00;
}

.project-cta-container--green {
    background-color:#00c58a;
}

.project-article-infos-container {
    position: absolute;
    bottom: 0;
    transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    width: 100%;
}

@media screen and (min-width: 1025px) {
    /*.project-article-infos-container {*/
    /*    bottom: -16px;*/
    /*}*/


    .project-article-title {
        font-size: 19px;
    }
}

.project-article-infos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: NeueMachinaRegular;
    padding: 16px;
}
@media screen and (min-width: 600px) {

    .project-article-infos {

        padding: 16px 15px 15px 15px;
    }
}
.project-article-title {
    color: white;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

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


}


.project-article-title__black {
    color: black;

}


.project-article-location {
    color: white;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.project-article-location--black {
    color: black !important;
}

.projet-rouge .square-colored__red {
    background-image: url("/wp-content/themes/garluche/assets/square-hover.svg");
}


/*page-contact*/

.contact-container {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
    align-items: baseline;
}




@media screen and (min-width: 600px) {
    .contact-container {
        display: flex;
        align-items: center;
        flex-direction: row;

    }

}

.garluche-adress {
    width: 100%;
    height: 340px;
    background-image: url(/wp-content/themes/garluche/assets/adresse.jpg);
    background-size: cover;
}

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

    .garluche-adress {
        width: 50%;
    }

}


.garluche-contact-infos {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}


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

    .garluche-contact-infos {
        display: flex;
        flex-direction: column;
        margin-left: 120px;
        margin-top: 0;
    }


}

.garluche-contact-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 29px;
}

/*.project-article-picture::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -28px;*/
/*  height: 5px;*/
/*  width: 100%;*/
/*  background-color: #fcfd00;*/
/*}*/

.section-info {
    font-family: NeueMachinaRegular;
    font-size: 16px;
    line-height: 1.19;
    text-align: left;
    color: #000000;
    margin-top: 13px;
}

.portraits-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 72px;
    margin-bottom: 70px;

}


@media screen and (min-width: 600px) {
    .portraits-container {
        margin-top: 100px;
        flex-direction: row;

    }
    .portrait-bloc--m {
        margin-left: 16px;
    }

}


@media screen and (min-width: 1025px) {
    .portraits-container {
        padding: 0;
    }

}


.portrait-bloc {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 29px;
    font-family: NeueMachinaRegular;
    font-size: 16px;
    line-height: 1.19;
}



.portrait-g {
    width: 302px;
    height: 302px;
    position: relative;
    background-image: url(/wp-content/themes/garluche/assets/gui.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.portrait-m {
    width: 302px;
    height: 302px;
    position: relative;
    background-image: url(/wp-content/themes/garluche/assets/max.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

@media screen and (min-width: 600px) {
    .portrait-g {
        width: 326px;
        height: 326px;
    }

    .portrait-m {
        width: 326px;
        height: 326px;

    }

}


@media screen and (min-width: 1025px) {
    .portrait-g {
        width: 376px;
        height: 372px;

    }

    .portrait-m {
        width: 376px;
        height: 372px;
    }

}


.g-portrait {
    position: absolute;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;
    color: black;
    bottom: 40px;
    left: 11%;
    transform: translate3d(0, -8px,0);
}

.m-portrait {
    position: absolute;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;
    color: black;
    bottom: 40px;
    left: 25%;
}

.m-portrait::before {
    content: '';
    position: absolute;
    bottom: 3px;
    z-index: 1;
    background-color: #009efd;
    width: 102%;
    height: 11px;
    left: 4px;
}


.g-portrait::before {
    content: '';
    position: absolute;
    bottom: 3px;
    background-color: #00c58a;
    z-index: 1;
    width: 102%;
    height: 11px;
    left: 4px;
}

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

    .g-portrait::before {
        height: 11px;
        left: 4px
    }

    .m-portrait::before {
        height: 11px;
        left: 4px;
    }

}



.portrait-infos {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.small {
    font-size: 16px;
    margin-bottom: 21px;
}


/*page savoir-faire*/



.content-container {
    display: flex;
    flex-direction: row;
    max-width: 965px;
    margin: auto;
}

.content-container--column {
    flex-direction: column;
    padding: 38px 36px;
}

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

    .content-container--column {
        flex-direction: column;
        padding: 92px 0;
    }
}



.savoir-faire-container  {
    margin-bottom: 124px;

}

.savoir-faire-exemple-container {
    display: flex;
    flex-direction: column;
    max-width: 965px;
    margin: auto;
    align-items: center;
}

.description-savoir-text {
 width: 100%;
    margin-top: 30px;
}

.savoir-faire-exemple-container--reverse {
    flex-direction: column;
}



@media screen and (min-width: 460px) {
    .savoir-faire-exemple-container {
        display: flex;
        max-width: 965px;
        margin: auto;
        flex-direction: row;
    }

    .description-savoir-text {
        max-width: 278px;
        margin-top: 0;
        padding: 10px;
    }

    .savoir-faire-exemple-container--reverse {
        flex-direction: row-reverse;
    }
}







.content-container--grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    min-height: auto;
    margin-bottom: 220px;

}


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

   .content-container--grid {
        padding-top: 124px;
        grid-template-columns: repeat(2, 1fr);
    }
    .savoir-faire-container  {
        margin-bottom: 124px;
        padding-top: 68px;
    }
}





.content-container--reverse {
    flex-direction: row-reverse;
}



.picture-savoir {
    width: 100%;
    position: relative;
}

.description-savoir {
    font-family: NeueMachinaRegular;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: auto;
}




/*page projet*/

.project-category-container {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: fit-content;
    text-align: center;
}

.project-category {
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    z-index: 3;

}

.category-background {
    background-repeat: space;
    background-image: url(/wp-content/themes/garluche/assets/carrede10px-bleu.svg);
    display: inline;
    width: 100%;
    padding: 19px 6px 0 6px;
    background-size: 100%;
    font-size: 24px;
    background-position: 12px 30px;
}

.box-one {
    height: 300px;
    width: 300px;
}
.category-background--red {
    background-image: url(/wp-content/themes/garluche/assets/carrede10px-rouge.svg);
}

.category-background--vert {
    background-image: url(/wp-content/themes/garluche/assets/carrede10px-vert.svg);
}


.category-title {
    position: relative;
    z-index: 2;
    font-family: NeueMachinaRegular;
    font-size: 24px;
    color: white;

}

.agence-hero-container {
    width: 100%;
    height: 70vh;
    background-image: url(/wp-content/themes/garluche/assets/copie-de-dsc-01457@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

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

    .agence-hero-container {
        width: 100%;
        height: 94vh;
        background-image: url(/wp-content/themes/garluche/assets/hero-agence.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
}




.member-container{
    display: none;
    position: absolute;
    bottom: 30%;
    left: 20%;
    text-align: center;
}

.member-container-mobile{
    position: absolute;
    bottom: 25%;
    left: 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
}

.member-container-mobile-max {
    position: absolute;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    right: 10%;
}

.hierarchy {
    font-family: NeueMachinaRegular;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: 9px;
}

@media screen  and (min-width: 1025px) {
    .hierarchy {
        font-size: 14px;
        margin-top: 15px;
    }
}


@media screen and (min-width: 1025px) {
    .member-container-mobile{
        display: none;
        position: absolute;
        bottom: 30%;
        left: 20%;
    }

    .member-container{
        display: block;
        position: absolute;
        bottom: 30%;
        left: 20%;
    }

    .member-container-mobile-max {

        display: none;

    }

}

.member-container--max {
    right: 10%;
    left: inherit;
}

.promotion {

    font-size: 14px;
}

.public-txt {
    margin-bottom: 16px;
}

.promotion--last {
    margin-bottom: 30px;
}

.first-paragraphe {
    margin-top: 38px;
}

.public-container  {
    max-width: 965px;
    display: flex;
    flex-direction: column;
    min-height: 520px;

}

.public-container-ipad  {

    display: flex;
    flex-direction: column;
    min-height: 520px;
    margin: auto;
    margin-top: 42px;
    margin-bottom: 104px;
}

.public-texte {
margin: 0 16px 30px 0;
}

.public-txt-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}



/*.public-container  {*/
/*    max-width: 965px;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    grid-gap: 16px;*/
/*    margin-top: 44px;*/
/*    position: relative;*/
/*    min-height: 404px;*/

/*}*/

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

    .public-container  {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px;
        margin-left: 70px;
        margin-top: 42px;
        min-height: auto;
    }

    .first-paragraphe {
        margin-top: 0;
    }

    .promotion {
        margin-bottom: 0;
        font-size: 16px;
    }
}

.localisation-black {
    color: black !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*footer*/

.footer-container {
    display: none;
    height: 39px;
    width: 100%;

}

.footer-colors {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-colors-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


@media screen and (min-width: 1025px) {
    .footer-colors-mobile {
        display: block;
    }
    .footer-container {
        display: block;


    }

}



.color {
    height: 4px;
    width: 100%;
}

.color__blue {
    background-color: #009efd;
}

.color__green {
    background-color: #00c58a;
}

.color__yellow {
    background-color: #fcfd00;
}

.color__red {
    background-color: #fd3000;
}

.garluche-footer {
    background-color: black;
    height: 39px;
    display: flex;
    align-items: center;
}



.btn2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 100px;
    left: 120px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn2 .icon {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 60px;
    top: 30px;
    background-color:white;
}

.btn2 .icon:before {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: white;
    content: "";
    top: -20px;
}
.btn2 .icon:after {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: white;
    content: "";
    top: 20px;
}



.con,
.special-con {
    cursor: pointer;
    display: inline-block;
}

.bar {
    display: block;
    height: 3px;
    width: 27px;
    background: white;
    margin: 5px auto;
}

.con {
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.con:hover .bar,.special-con:hover .bar {
    background-color: white;
}

.col {
    display: inline-block;
    width: auto;
    text-align: center;
    height: auto;
    position: relative;
}

.middle {
    margin: 0 auto;
}

.bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.bar.top {
    margin-top: 0;
}

.bar.bottom {
    margin-bottom: 0;
}



.top--open {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}

 .bottom--open {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
}

.middle--open {
    width: 0;
}

.carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 546px !important;
}


.picture-project-mobile-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    object-fit: contain;
    margin-bottom: 74px;
}

.picture-project-mobile {
    width: 100%;
    height: 302px;
    object-fit: cover;
    margin-bottom: 20px;
}

@media screen  and (min-width: 600px) {
    .picture-project-mobile-container {
     display: none;
    }
}

.savoir-faire {
    padding: 160px 0 120px 0;
}

p {

}


.social-media-link {
    width: auto;
    height:auto;
}
