#container_carousel .carousel {
    overflow: hidden;
}

.carousel .item {
    text-align: center;
}

.carousel .page-header {
    display: flex;
    z-index: -2;
}

.page-header {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    height: 101vh;
}

.carousel .page-header .row {
    display: flex;
    flex: 1;
    align-items: center;
    margin: 0;
    padding: 0 15px;
}

.page-header .container {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-header .container .tritre_principal {
    margin: 5vh 0 4vh;
}

.titre_principal {
    font-size: 4rem;
}

.bouton_principal {
    font-size: 2vh;
    font-weight: 700;
    padding: 15px 20px;
}

.image_en_tete {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
}

.page-header_icone {
    position: absolute;
    left: 50%;
    bottom: 5%;
    font-size: 25px;
    transform: translateX(-50%);
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

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

    .actusite_header_transparent.active {
        background: transparent;

    }

    .actusite_header_transparent.active .composant-navbar {
        background: transparent;

    }
    .actusite_header_transparent {
        position: fixed!important;
    }
}

.actusite_header_transparent {
    position: absolute;
    z-index: 99999;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .actusite_header_90 nav div {
        width: 90%!important;
    }

    .actusite_header_ombre nav {
        box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 50%);
    }

    .actusite_header_ombre {
        z-index: 99;
        position: fixed;
        width: 100%;
    }

    .actusite_footer_ombre {
        box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 50%);
    }
}

.page_header_absolute .actusite_header_absolute {
    position: absolute;
    z-index: 99;
    width: 100%;
}

/* Bloc en-tête image, classe header */

.header_absolute header, .header_absolute_couleur header {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.header_fixed header {
    position: fixed;
    z-index: 99;
    width: 100%;
}

.header_fixed.active header, .header_absolute header {
    background: transparent;
}
.header_fixed.active header .composant-navbar, .header_absolute header .composant-navbar {
    background: transparent;
}

@media screen and (max-width: 768px) {

    .header_fixed header {
        position: absolute!important;
    }
    .nav-link {
        text-align: center!important;
    }
    .dropdown-item {
        white-space: normal!important;
    }
}



@media screen and (min-width: 769px) {
    .header_90 header nav div {
        width: 90%!important;
    }
}

.eapps-widget-toolbar {
    display: none!important;
}.actusite_full_width {
    max-width: 100%;
    position: relative;
    margin: 3vh 0;
}

.actusite_flex {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 480px) {
    .actusite_flex_justify_content_center {
        justify-content: center;
        display: flex;
    }
}


.actusite_flex_column_3 {
    display: flex;
    filter: brightness(100%);
    transition: filter 0.3s ease;
    position: relative;
    float: left;
    height: 100%;
}

.actusite_flex_column_3:hover {
    filter: brightness(105%);
}

.actusite_flex_ss_column_3 {
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 3vh 1vw 1vh 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
    background-color: #ffe97a;
}

.actusite_container_ss_titre_column_3 {
    text-align: center;
    margin-bottom: 1vh;
}

.actusite_container_titre_column_3 {
    text-align: center;
    display: block;
    margin-bottom: 2vh;
    text-transform: none;
}

.container_img_column_3 {
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    margin-bottom: 3vh;
    max-width: 180px;
}

.img_column_3 {
    max-width: 100%;
}

.actusite_titre_section {
    text-align: center;
    margin: 3vh auto;
}

@media only screen and (max-width: 640px) {
    .actusite_flex_column_3 {
        width: 100%;
        height: auto;
        margin-bottom: 3vh;
    }
}.actusite_banniere_full_width {
    display: flex;
    overflow: hidden;
    background-color: #156e72;
}

.actusite_container_banniere_flex {
    display: flex;
    position: relative;
    padding: 5vh 0;
    color: #fff;
}

.actusite_container_texte_banniere {
    margin: 0 auto;
}

.actusite_row_banniere {
    display: flex;
    flex: 1;
    align-items: center;
    margin: 0!important;
    padding: 0 1vw;
    max-width: 100%;
    text-align: center;
}


.actusite_col_gauche_banniere {
    float: left;
    text-align: left;
}

.actusite_h1 {
    margin-bottom: 2vh;
}

.actusite_ss_titre_banniere {
    margin: 1vh 0 3vh;
}

.actusite_img_banniere {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

@media (max-width: 768px) {

    .actusite_row_banniere .col-md-5, .actusite_row_banniere .col-md-7 {
        margin-top: 2vh;
    }
    .actusite_row_banniere .col-md-5 img {
        width: 100%;
    }


}

@media (max-width: 480px) {
    .actusite_col_gauche_banniere {
        text-align: center;
    }
}.actusite_container_banniere {
    display: flex;
    position: relative;
    padding: 5vh 0;
}

.actusite_container_texte_banniere{
    width: auto;
}.actusite_column_3_trombi {
    position: relative;
    height: 100%;
    flex: 1 0 28%;
}

.actusite_container_trombi {
    display: flex;
    flex-wrap: wrap;
}

.actusite_container_img_trombi {
    margin: 2vh 1vw;
    text-align: center;
}

.actusite_img_trombi {
    border-radius: 50%;
    width: 160px;
}

.actusite_nom_trombi {
    margin: 0 1vw 1vh;
    text-align: center;
}

.actusite_desc_trombi {
    margin: 1vh 1vw 2vh;
    text-align: center;
}

@media (max-width: 480px){
    .actusite_container_trombi {
        display: block;
    }
}.actusite_column_5 {
    position: relative;
    flex: 1 0 17%!important;
}

@media screen and (max-width: 479px) {
    .actusite_column_5 {
        margin-bottom: 2vh!important;
    }
}

@media screen and (max-width: 1000px) {

    .actusite_column_5 {
        flex: 1 0 35% !important;
        margin-bottom: 2vh!important;
    }

}

.actusite_container_titre_column {
    margin: 2vh 1vw;
    text-align: center;
}

.actusite_container_icon_column {
    margin: 2vh 1vw;
    text-align: center;
    font-size: 40px;
}

.actusite_container_texte_column {
    margin: 0 1vw 1vh;
    text-align: center;
}.actusite_4_column {
    position: relative;
    height: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 22%;
}.actusite_container_zigzag_start {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-top:-2px;
}

.actusite_border_1 {
    position: relative;
    display: flex;
    margin-right: 200px;
    padding-bottom: 40px;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-bottom-left-radius: 50px;
}

.actusite_content_zigzag {
    max-width: 715px;
    margin-left: 2vw;
    margin-right: 2vw;
}

.actusite_titre_zigzag {
    margin-top: 0;
    margin-bottom: 0;
}

.actusite_p_zigzag {
    margin-top: 10px;
    margin-bottom: 10px;
}

.actusite_container_zigzag_left {
    justify-content: flex-end;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -2px;
}

.actusite_border_2 {
    position: relative;
    display: flex;
    margin-left: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.actusite_container_zigzag {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -2px;
}

.actusite_border_3 {
    position: relative;
    display: flex;
    margin-right: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.actusite_container_zigzag_bottom {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -2px;
}

.actusite_border_4 {
    position: relative;
    display: flex;
    margin-left: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: flex-end;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-top-right-radius: 50px;
}

@media screen and (max-width: 767px) {

    .actusite_border_1 {
        max-width: 90%;
        margin-right: 30px;
        padding-bottom: 30px;
    }

    .actusite_content_zigzag {
        max-width: 100%;
    }

    .actusite_border_2 {
        max-width: 90%;
        margin-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .actusite_border_3 {
        max-width: 90%;
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .actusite_border_4 {
        max-width: 90%;
        margin-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 479px) {

    .actusite_border_1 {
        max-width: 85%;
        padding-bottom: 20px;
    }
    .actusite_border_2 {
        max-width: 85%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .actusite_border_3 {
        max-width: 85%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .actusite_border_4 {
        max-width: 85%;
        margin-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}.actusite_popup_container {
    z-index: 9999;
    background-color: #fff;
    display: none;
}

.popup_container_texte {
    padding: 40px;
    text-align: center;
}

.actusite_titre_section.titre_popup, .paragraphe_popup {
    margin-bottom: 3vh;
}

.popup_container_bouton {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: auto;
}

.bouton_fermer_popup {
    margin: 1vh auto 0;
    -webkit-appearance: none!important;
    background-color: transparent;
    border: none;
    font-size: 10px;
    text-decoration: underline;
    width: fit-content;
}

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

    .actusite_popup_container.active {
        display: block;
        position: fixed;
        bottom: 30px;
        right: 30px;
        max-width: 480px;
        width: 100%;
        box-shadow: 0 0 32px 0 rgb(34 34 34 / 5%);
        animation: initial;
    }

}.actusite_container_fondvideo {
    width: 100%;
    position: relative;
}

.actusite_video_fond {
    position: absolute;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.actusite_video_fond:-webkit-media-controls {
    display: none!important;
}
    
.actusite_container_glassmorphism {
    width: 100%;
    background: linear-gradient(90deg,#FFFF00 6%,#FFA500 25%,#F14444 45%,#D53567 55%,#9A109A 94%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.actusite_titre_glassmorphism {
    color: #fff;
    font-weight: 900;
}

.actusite_glassmorphism_principal {
    background: rgba( 255, 255, 255, 0.2 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-align: center;
    margin: 4vh 2vw;
    padding: 2vh 1vw;
    max-width: 450px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 769px) {

    .actusite_banniere_full_width.actusite_background_penche_1 {
        transform: skewY(-2.5deg);
    }

    .actusite_container_penche_1 {
        margin: 10vh auto;
        transform: skewY(2.5deg);
    }
}

@media screen and (max-width: 767px){
    
.actusite_container_penche_1 {
    margin: 2vh auto;
}

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

    .actusite_banniere_full_width.actusite_background_penche_2 {
        transform: skewY(2.5deg);
    }

    .actusite_container_penche_2 {
        margin: 10vh auto;
        transform: skewY(-2.5deg);
    }
}

@media screen and (max-width: 767px) {

    .actusite_container_penche_2 {
        margin: 2vh auto;
    }

}@media only screen and (min-width: 768px) {
    .actusite_popup_bulle_container.active {
        display: block;
        position: fixed;
        bottom: 30px;
        right: 30px;
        max-width: 350px;
        width: 100%;
        box-shadow: 0 0 32px 0 rgb(34 34 34 / 5%);
        animation: initial;
    }

    .actusite_popup_bulle_container.active:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-width: 0 16px 20px 0;
        border-color: transparent #fff transparent transparent;
        bottom: -20px;
        left: 85%;
    }
}

.actusite_popup_bulle_container {
    border-radius: 20px;
    z-index: 9999;
    background-color: #fff;
    display: none;
}

.bouton_fermer_popup_bulle {
    margin: 1vh auto 0;
    -webkit-appearance: none!important;
    background-color: transparent;
    border: none;
    font-size: 10px;
    text-decoration: underline;
    width: fit-content;
}@media screen and (max-width: 479px) {
    .actusite_container_bloc_entete {
        display: none;
    }
}

.actusite_container_barre_entete {
    display: flex;
    margin: 0;
    justify-content: space-between;
    padding: 1vh 0;
}

.barre_entete_colonne {
    flex: 1 0 28%;
    height: 100%;
    text-align: center;
}

.barre_entete_colonne a {
    text-decoration: none;
}
.barre_entete_colonne i {
    margin-right: 1vw;
}

@media screen and (min-width: 481px) {
    .actusite_header_colonne .composant-navbar .container {
        flex-direction: column!important;
    }
    
    .actusite_header_colonne .navbar-brand {
        margin-right: 0!important;
    }
    
    .actusite_header_colonne .navbar-collapse {
        margin-top: 1vh;
    }
}.actusite_container_footer {
    margin: 0;
    padding-top: 3vh;
}

.actusite_full_width_footer {
    margin: 0 0 3vh 0;
}

.actusite_container_texte_column_footer {
    margin: 0 1vw 1vh;
    text-align: left;
}

.actusite_container_footer .actusite_full_width_footer hr {
    width: 50%;
}.actusite_lien_footer_contact{
    text-decoration: none;
}

.actusite_container_texte_column_footer i {
    margin-right: 1vw;
}.actusite_popup_apparition_container {
    border-radius: 12px;
    z-index: 1200;
    background-color: #fff;
    display: none;
}

.popup_apparition_container {
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.bouton_fermer_popup_apparition {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1201;
    background-image: url(https://cabinet1.actusite.com/resources/1/cancel.png);
    background-color: transparent;
    background-size: cover;
}

@media only screen and (min-width: 1321px) {
    .actusite_popup_apparition_container.active {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 1320px;
        box-shadow: 0 0 32px 0 rgb(34 34 34 / 5%);
        animation-duration: 2s;
        animation-name: popup_apparition;
        animation-iteration-count: 1;
    }
}

@keyframes popup_apparition {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pyro > .before, .pyro > .after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@-moz-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@-o-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@-ms-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@-webkit-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}
@-moz-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}
@-o-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}
@-ms-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}
@keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}.actusite_carousel_background {
    position: relative;
}

.page-header.actusite_carousel_background .carousel, .page-header.actusite_carousel_background .carousel-inner {
    position: initial!important;
}

.page-header.actusite_carousel_background .carousel-item {
    position: absolute!important;
}.actusite_container_slider_gauche {
    margin-right: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: 2s;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    transform: translateX(calc( -100% + 100px ));
}

.actusite_container_slider_droite {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: 2s;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    transform: translateX(calc( 100% - 100px ));
}

.actusite_container_slider_gauche:hover {
    transform: translateX(0);

}

.actusite_container_slider_droite:hover {
    transform: translateX(0);

}

.actusite_container_slider_droite .actusite_image_slider {
    margin-right: 1vw;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.actusite_container_slider_gauche .actusite_image_slider {
    margin-left: 1vw;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}


.actusite_container_slider_gauche .actusite_texte_slider {
    margin-left: 1vw;
}

.actusite_container_slider_droite .actusite_texte_slider {
    margin-right: 1vw;
}

.actusite_container_slide_animation {
    width: 70vw;
    margin: 2vh auto;
    padding: 0;
}

@media screen and (max-width: 768px){
    .actusite_container_slide_animation {
        width: 100vw;
    }

}

.actusite_texte_slider {
    max-width: 80%;
}

.actusite_texte_slider p {
    margin-bottom: 0;
}.actusite_column_tarif {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid;
    border-radius: 20px;
    margin: 0 1vw;
    flex: 1 0 17%;
}

@media screen and (max-width: 1000px) {

    .actusite_column_tarif {
        flex: 1 0 35%;
        margin-bottom: 2vh;
    }

}

@media screen and (max-width: 480px) {}

.actusite_bloc_tarif.entete_bloc {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.actusite_bloc_tarif {
    box-sizing: border-box;
    border: 0 solid;
}

.entete_bloc_tarif {
    padding: 2vh;
}

.enfant_bloc_tarif {
    display: flex;
    align-items: center;
    padding: 2vh;
}

.prix_bloc_tarif {
    display: flex;
    justify-content: center;
    align-items: center;
}
.prix_bloc_tarif h4 {
    margin-right: 5px;
}


.container_bouton_tarif {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1vh;
}

.actusite_column_tarif p, .actusite_column_tarif h4 {
    margin-bottom: 0!important;
}

@media screen and (max-width: 480px) {
    .actusite_column_tarif {
        margin-bottom: 2vh;
    }
}.actusite_timeline_hori *,
.actusite_timeline_hori *::before,
.actusite_timeline_hori *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.actusite_container_timeline {
    overflow: hidden;
}

.actusite_timeline_hori button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.actusite_timeline_hori {
    background: #456990;
    color: #fff;
}


/* actusite_timeline_hori
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.actusite_timeline_hori {
    white-space: nowrap;
    overflow-x: hidden;
}

.actusite_timeline_hori ol {
    font-size: 0;
    width: fit-content;
    padding: 250px 0;
    transition: all 1s;
}

.actusite_timeline_hori ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #fff;
}

.actusite_timeline_hori ol li:last-child {
    width: 280px;
}

.actusite_timeline_hori ol li:not(:first-child) {
    margin-left: 14px;
}

.actusite_timeline_hori ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #F45B69;
}

.actusite_timeline_hori ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: white;
}

.actusite_timeline_hori ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.actusite_timeline_hori ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

.actusite_timeline_hori ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
}

.actusite_timeline_hori ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.actusite_timeline_hori ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
}

.actusite_timeline_hori time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* actusite_timeline_hori ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.actusite_timeline_hori .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.actusite_timeline_hori .arrows .arrow__prev {
    margin-right: 20px;
}



.actusite_timeline_hori .arrows img {
    width: 45px;
    height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
    .actusite_timeline_hori ol,
    .actusite_timeline_hori ol li {
        width: auto;
    }

    .actusite_timeline_hori ol {
        padding: 0;
        transform: none !important;
    }

    .actusite_timeline_hori ol li {
        display: block;
        height: auto;
        background: transparent;
    }

    .actusite_timeline_hori ol li:first-child {
        margin-top: 25px;
    }

    .actusite_timeline_hori ol li:not(:first-child) {
        margin-left: auto;
    }

    .actusite_timeline_hori ol li div {
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }

    .actusite_timeline_hori ol li div {
        position: static;
    }

    .actusite_timeline_hori ol li:nth-child(odd) div {
        transform: none;
    }

    .actusite_timeline_hori ol li:nth-child(odd) div::before,
    .actusite_timeline_hori ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid white;
        height: 25px;
    }

    .actusite_timeline_hori ol li:last-child,
    .actusite_timeline_hori ol li:nth-last-child(2) div::before,
    .actusite_timeline_hori ol li:not(:last-child)::after,
    .actusite_timeline_hori .arrows {
        display: none;
    }
}.actusite_verticale_timeline {
    width: 80%;
    margin: 2vh auto;
    position: relative;
}
.actusite_verticale_timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: rgba(255,255,255, 1);
}

.actusite_verticale_timeline article {
    width: 100%;
    margin: 0 0 3vh 0;
    position: relative;
}
.actusite_verticale_timeline article:after {
    content: '';
    display: block;
    clear: both;
}
.actusite_verticale_timeline article div.inner {
    width: 40%;
}
.actusite_verticale_timeline article div.inner span.date {
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    background: #e74c3c;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.actusite_verticale_timeline article div.inner span.date span {
    display: block;
    text-align: center;
}

.actusite_verticale_timeline article div.inner h2 {
    padding: 0 1vw;
    height: 50px;
    margin: 0;
    border-radius: 6px 6px 0 0;
    position: relative;
    display: flex;
}
.actusite_verticale_timeline article div.inner h2 span {
    margin: auto 0;
}

.actusite_verticale_timeline article:nth-child(2n+1) div.inner h2:after {
    content: '';
    border-top: 3px dashed #e74c3c;
    position: absolute;
    top: 50%;
    right: -1px;
    width: 25%;
    transform: translate(100%, -50%);
    z-index: 0;
}
.actusite_verticale_timeline article:nth-child(2n+2) div.inner h2:after {
    content: '';
    border-top: 3px dashed #e74c3c;
    position: absolute;
    top: 50%;
    left: -1px;
    width: 25%;
    transform: translate(-100%, -50%);
    z-index: 0;
}
.actusite_verticale_timeline article div.inner p {
    padding: 1vh 1vw;
    margin: 0;
    background: #fff;
    color: #656565;
    border-radius: 0 0 6px 6px;
}
.actusite_verticale_timeline article:nth-child(2n+2) div.inner {
    float: right;
}

.actusite_verticale_timeline article div.inner h2 {
    background: #e74c3c;
}


@media screen and (max-width: 478px) {
    .actusite_verticale_timeline:before {
        display: none;
    }
    .actusite_verticale_timeline article div.inner h2:after {
        display: none
    }
    .actusite_verticale_timeline article:nth-child(2n+2) div.inner span.date {
        top: 50%;
        left: 10%;
        transform: translate(-50%, -50%);
    }
    .actusite_verticale_timeline article:nth-child(2n+1) div.inner span.date {
        top: 50%;
        left: 90%;
        transform: translate(-50%, -50%);
    }
    .actusite_verticale_timeline {
        width: 90%;
    }
    .actusite_verticale_timeline article div.inner {
        width: 75%;
    }
    .actusite_verticale_timeline article div.inner p {
        padding: 2vh 2vw;
    }
    .actusite_verticale_timeline article div.inner h2 {
        padding: 0 2vw;
    }

}.actusite_container_mon_profil {
    display: flex;
    flex-wrap: wrap;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -7px 18px -5px rgb(0 0 0 / 20%);
    padding: 0!important;
    overflow: hidden;
    background-color: #f9f0e8;
}

.actusite_colonne_mon_profil_description {
    width: 80%;
    padding: 4vh 5vw 4vh 3vw;
}

.actusite_colonne_mon_profil_photo {
    width: 20%;
    border-bottom-left-radius: 20px;
    height: 100%;
    background-color: #f8d3b9;
}

.mon_profil_description_sous_titre, .mon_profil_description_description {
    margin-bottom: 5vh;
}

.mon_profil_titre_section {
    margin-bottom: 1vh;
}

.mon_profil_photo {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin-top: 4vh;
    margin-left: -4vw;
    margin-bottom: 4vh;
}

.mon_profil_croix_bouton_en_savoir_plus {
    padding: 5px 10px;
    background-color: #f8d3b9;
    color: #fff;
    border-radius: 100%;
    font-size: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .mon_profil_photo {
        margin-left: -16vw;
        margin-top: 6vh;
        margin-bottom: 6vh;
    }
    .mon_profil_description_description {
        padding-right: 15vw;
    }
    .actusite_container_mon_profil .actusite_container_barre_entete {
        align-items: center;
    }
    .actusite_container_mon_profil .barre_entete_colonne i {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .actusite_colonne_mon_profil_photo {
        order: -1;
        width: 100%;
        text-align: center;
        border-radius: 20px;
    }
    .actusite_colonne_mon_profil_photo .mon_profil_photo {
        margin: 1vh auto;
    }
    .actusite_colonne_mon_profil_description {
        width: 100%;
        text-align: center;
    }
    .mon_profil_description_description {
        padding: 0;
    }
    .actusite_colonne_mon_profil_description .actusite_container_barre_entete {
        flex-wrap: wrap;
    }
    .actusite_colonne_mon_profil_description .barre_entete_colonne {
        flex: 1 0 50%!important;
        margin-top: 1vh;
    }
}.actusite_container_en_tete {
    display: flex;
    height: 101vh;
    flex-wrap: wrap;
}
.colonne_en_tete_design_couleur {
    height: 100%;
    width: 40%;
    background-color: rgba(248,211,185,0.9);
    position: relative;
}

.colonne_en_tete_design_vide {
    height: 100%;
    width: 60%;
}

@media screen and (max-width: 821px) {
    .colonne_en_tete_design_couleur {
        width: 60%;
    }
    .colonne_en_tete_design_vide {
        width: 40%;
    }
}

@media screen and (max-width: 480px) {
    .colonne_en_tete_design_couleur {
        width: 100%;
    }
    .colonne_en_tete_design_vide {
        display: none;
    }
    .container_titre_en_tete_design .container_titre {
        text-align: center;
        top: 35%!important;
    }
    .container_titre_en_tete_design .container_texte {
        bottom: 1%!important;
    }

}


.container_titre_en_tete_design .container_titre {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
}
.container_titre_en_tete_design .container_texte {
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
}
.container_titre_en_tete_design h1 {
    margin-bottom: 4vh;
}
.container_titre_en_tete_design p {
    margin-top: 1vh;
}
.container_titre_en_tete_design h1, .container_titre_en_tete_design h2, .container_titre_en_tete_design p {
    color: #fff;
}

.container_titre_en_tete_design hr {
    color: #fff;
    opacity: 1!important;
    width: 100%;
}.actusite_bandeau_defilant {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #D0342C;
    position: relative;
    height: 30px;
}

.actusite_message_defilant {
    position: absolute;
    min-width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.message_defilant_1 , .actusite_message_defilant:after {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.actusite_message_defilant:after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    animation: defilement2 15s infinite linear;
}

.actusite_message_defilant .message_defilant_1 {
    animation: defilement 15s infinite linear;
}


@keyframes defilement {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -100%;
    }
}

@keyframes defilement2 {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
}.image_en_tete_2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 769px) {
    .actusite_carousel_background .carousel-control-prev-icon, .actusite_carousel_background .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
    }
}
@media screen and (max-width: 479px) {
    .actusite_carousel_background .carousel-control-prev-icon, .actusite_carousel_background .carousel-control-next-icon {
        display: none;
    }
}
.actusite_colonne_survol_texte {
    flex: 1 0 30%;
    margin: 0 1vw;
    position: relative;
    overflow: hidden;
}

.colonne_survol_titre_container {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2vw;
    transition: all 1s ease-in-out;
    color: #000;
    width: 100%;
    text-align: center;
}

.actusite_colonne_survol_texte:hover .colonne_survol_titre_container {
    top: 5%;
    transform: translateY(0);
}

.colonne_survol_img_container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.filtre_hover_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.actusite_colonne_survol_texte:hover .filtre_hover_container {
    background-color: rgb(0 0 0 / 30% );
}

.colonne_survol_img_container img {
    width: 100%;
    height: auto;
}

.colonne_survol_texte_container {
    position: absolute;
    z-index: 2;
    color: black;
    transition: all 1s ease-in-out;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding: 0 1vw;
}

.actusite_colonne_survol_texte:hover .colonne_survol_texte_container {
    bottom: 10%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 479px) {

    .actusite_colonne_survol_texte {
        margin-bottom: 2vh;
    }
}.actusite_colonne_flip {
    flex: 1 0 27%;
    margin: 0 1vw;
    position: relative;
    overflow: hidden;
    color: #000;
}

.actusite_colonne_flip h3, .actusite_colonne_flip a {
    margin: 2vh auto;
}

.actusite_colonne_flip p {
    padding: 0 2vw;
}

.card-3d-wrap {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.card-3d-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 700ms 400ms ease-out;
}
.card-front, .card-back {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 12px 35px 0 rgba(16, 39, 112,.07);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-front {
    position: initial;
}
.card-back {
    position: absolute;
    left: 0;
    top: 0;
}
.card-back {
    transform: rotateY(180deg);
}
.actusite_colonne_flip .card-3d-wrap:hover .card-3d-wrapper {
    transform: rotateY(180deg);
    transition: transform 700ms 400ms ease-out;
}
.actusite_flip_input-wrap {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes border-transform {
    0%,100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@media screen and (max-width: 479px){
    .actusite_colonne_flip {
        margin-bottom: 2vh;
    }
}
.actusite_container_expertises {
    display: flex;
    flex-wrap: wrap;
    padding: 2vh 2vw;
    background-color: #3b3c4a;
}

.actusite_expertise_titre_colonne span {
    font-size: 1.25rem;
    padding-left: 10px;
}

.actusite_expertise_footer_colonne a {
    font-size: 1em;
}

.actusite_container_expertises ul {
    list-style: none;
    margin-bottom: 0;
}
.actusite_container_expertises li i {
    padding-right: 10px;
}
.actusite_container_expertises li {
    padding-bottom: 3vh;
    font-size: 1em;
}
.container_expertises_texte div,.container_expertises_texte a {
    margin: 3vh 0;
}

.container_expertises_texte h2 {
    font-size: 40px;
}

.container_expertises_texte p {
    font-size: 20px;
}

.container_expertises_texte {
    width: 50%;
    padding: 3vh 2vw;
    margin-left: 3vw;
}

.container_expertises_colonne {
    width: 40%;
    color: #000;
    margin-right: 3vw;
    padding: 3vh 2vw;
}

.expertises_container_animation {
    position: relative;
    overflow: visible;
}
.actusite_expertise {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 15%);
    transform: scale(1);
    transform-origin: center right;
    will-change: transform;
    transition: .4s all cubic-bezier(.215,.61,.355,1);
    z-index: 4;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.actusite_expertise_titre_colonne {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vh 2vw;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.actusite_expertise_contenu_colonne {
    padding: 3vh 2vw 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.actusite_expertise_footer_colonne {
    text-align: center;
    padding: 0 2vw 2vh;
}
.actusite_expertise:nth-of-type(2) {
    z-index: 3;
    left: 20%;
    transform: scale(.9);
}
.actusite_expertise:nth-of-type(3) {
    z-index: 2;
    left: 40%;
    transform: scale(.8);
}

.actusite_expertise.premiere .actusite_expertise_titre_colonne {
    background-color: #c8588f;
}

.actusite_expertise.premiere .actusite_expertise_footer_colonne a {
    color: #c8588f;
}


.actusite_expertise.seconde .actusite_expertise_titre_colonne {
    background-color: #58a5c8;
}

.actusite_expertise.seconde .actusite_expertise_footer_colonne a {
    color: #58a5c8;
}

.actusite_expertise.troisieme .actusite_expertise_titre_colonne {
    background-color: #79c858;
}

.actusite_expertise.troisieme .actusite_expertise_footer_colonne a {
    color: #79c858;
}

.bouton_expertise_next , .bouton_expertise_prev {
    display: flex;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 0.2vw;
    cursor: pointer;
    align-items: center;
    border-radius: 50%;
    border: none;
}

.bouton_expertise_next:hover , .bouton_expertise_prev:hover {
    background-color: #c8588f;
}


.expertise_container_bouton {
    display: flex;
}

@media screen and (max-width: 1000px) {
    .actusite_expertise {
        position: initial;
        transform: scale(1)!important;
        margin: 2vh 1vw;
        width: 100%;
    }
    .expertises_container_animation {
        display: flex;
    }
    .expertises_container_colonne {
        display: flex;
    }
    .expertise_container_bouton {
        display: none;
    }
    .expertises_container_texte_dynamique {
        display: none;
    }
    .container_expertises_texte {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .container_expertises_colonne {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 478px) {

    .container_expertises_colonne {
        padding: 0 4vw;
    }
    .expertises_container_animation {
        flex-direction: column;
    }
    .actusite_expertise_contenu_colonne {
        text-align: center;
    }
    .actusite_expertise_contenu_colonne ul {
        padding: 0;
    }
}.actusite_container_annonce_immo {
    margin: 3vh 0;
}

.container_annonce_immo {
    display: flex;
    justify-content: space-between;
}
.actusite_annonce_immo {
    position: relative;
    box-shadow: 0 0.1rem 0.5rem 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    padding-bottom: 180px;
    color: #3c3c3c;
    margin: 0 1vw;
}

.annonce_immo_container_image {
    position: relative;
}

.annonce_immo_container_texte {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 180px;
    background-color: #fff;
    padding: 1rem 2rem;
}

.lien_titre_annonce_immo {
    text-decoration: none!important;
    color: #3c3c3c;
}

.titre_annonce_immo {
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.presentation_annonce_immo {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.container_lien_annonce_immo {
    padding-top: 1rem;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .7s cubic-bezier(.65,0,.49,.9),height .7s cubic-bezier(.65,0,.49,.9);
}

.container_carousel_annnonce_immo {
    height: 100%;
}

.lien_annonce_immo {
    font-size: 1.7rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-decoration: none;
    color: #3c3c3c;
}

.actusite_annonce_immo:hover .container_lien_annonce_immo {
    height: 5rem;
    opacity: 1;
    transition: opacity .7s cubic-bezier(.65,0,.49,.9),height .7s cubic-bezier(.65,0,.49,.9);
}

.carousel_annonce_immo {
    height: 350px;
    width: 100%;
}

.photo_annonce_immo {
    height: 350px;
}

.bouton_carousel_annonce_immo {
    opacity: 0;
    transition: 350ms cubic-bezier(.65,0,.49,.9);
}

.annonce_immo_container_image:hover .bouton_carousel_annonce_immo {
    opacity: 1;
    transition: 350ms cubic-bezier(.65,0,.49,.9);
}

.modal_annonce_immo {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
    width: 70vw!important;
    height: 70vh!important;
}

.modal_annonce_immo .modal-dialog {
    max-width: none!important;
    margin: 0!important;
}

.carousel_annonce_modal {
    height: 70vh;
}

.container_carousel_annnonce_modal {
    width: 100%;
    height: 100%;
}

.photo_annonce_modal {
    height: 100%;
}

.bouton-annonce-immo {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}.colonne_container_clay {
    flex: 1 0 28%;
    margin: 0 2vw;
}

.container_rectangle_clay {
    margin: 3vh auto;
    width: 300px;
    height: 150px;
    box-shadow: inset 10px 10px 20px 0px #F1F8FF, inset -15px -15px 32px 0px #B7D9FA, 15px 15px 32px 0px #9EC1E1;
    border-radius: 25px;
    background-color: #fff;
    display: flex;
}
.container_texte_clay {
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #363636;
}

.container_texte_clay p {
    margin: 0;
}.actusite_container_sidebar_contact {
    position: fixed;
    top: 40%;
    right: -200px;
    display: flex;
    flex-direction: column;
    z-index: 999;
    transition: all 1s;
}

.actusite_container_sidebar_contact:hover {
    right: 0;
    transition: all 1s;
}

.actusite_container_sidebar_contact a {
    text-decoration: none;
}


.sidebar_contact_container {
    height: 50px;
    width: 250px;
    display: flex;
    background-color: #fff;
}

.sidebar_contact_container_icone {
    width: 50px;
    display: flex;
}
.sidebar_contact_container_texte {
    width: 200px;
    display: flex;
    overflow-wrap: anywhere;
}
.sidebar_contact_container_texte p {
    padding: 5px;
    margin: auto 0;
}
.sidebar_contact_container_icone img {
    width: 30px;
    height: 30px;
    margin: auto;
}

@media screen and (max-width:820px) {
    .actusite_container_sidebar_contact {
        display: none;
    }
}#actusite_page_loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}.actusite_presentation_equipe {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    max-width: 1056px!important;
}

.actusite_grid_pres_equipe {
    width: 100%;
    height: auto;
    margin: 0 0 330px 0;
    padding: 0;
}

.actusite_presentation_equipe .actusite_equipe_card:nth-child(3n+2) {
    transform: translateY(210px);
}

.actusite_presentation_equipe .actusite_equipe_card:nth-child(3n+1) {
    transform: translateY(80px);
}

.actusite_equipe_card {
    overflow: hidden;
    height: 465px;
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

.actusite_equipe_photo {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-image: url('https://cabinet1.actusite.com/resources/1/victoire.jpg');
}

.actusite_presentation_equipe_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 30px;
    background-color: rgba(0,0,0,.8);
    z-index: 2;
    opacity: 0;
    transform: translateX(100%);
    transition: All .3s linear;
}

.actusite_equipe_card:hover .actusite_presentation_equipe_content {
    opacity: 1;
    transform: translateX(0);
}

.actusite_presentation_equipe_content h3 {
    color: #fff;
    display: inline-block;
    font-weight: 900;
    margin: 0 0 20px 0;
    padding: 0;
}

.actusite_presentation_equipe_content p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.actusite_presentation_equipe_icons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 20px 30px;
    height: auto;
    margin: 0;
}

.actusite_presentation_equipe_icons a {
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
    text-decoration: none;
    margin: 0 0 0 10px;
    padding: 0;
}

@media (max-width: 820px) {
    .actusite_presentation_equipe_content p {
        font-size: 13px;
    }

    .actusite_presentation_equipe_content h3 {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 420px) {
    .actusite_presentation_equipe {
        display: block;
    }
    .actusite_presentation_equipe .actusite_equipe_card:nth-child(3n+2) {
        transform: translateY(0);
    }
    .actusite_presentation_equipe .actusite_equipe_card:nth-child(3n+1) {
        transform: translateY(0);
    }
    .actusite_equipe_card {
        margin: 0 0 2vh 0;
    }
    .actusite_grid_pres_equipe {
        margin: 0 0 8vh 0;
    }
    .actusite_equipe_card {
        float: initial;
    }

}.actusite_full_width.banniere_chiffre {
    padding: 3vh 0;
}

.actusite_container_section.banniere_chiffre {
    padding-top: 0 !important;
}.container-presentation-onglets {
    margin: 3vh auto;
    gap: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vh;
    position: relative;
}

.actusite-onglets-presentation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: 2px solid transparent;
    outline-offset: 2px;
    opacity: 0.5;
    cursor: pointer;
}

.actusite-onglets-presentation.active {
    opacity: 1!important;
}

.onglets-presentation-img {
    height: 56px;
    width: 56px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.fond-couleur-img-onglets {
    width: 100%;
    padding-bottom: 100%;
    background-color: rgba(59,130,246,.5);
}

.img-onglets-presentation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transition-delay: 500ms;
}

.onglets-presentation-titre {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.onglets-presentation-container-onglets {
    align-self: flex-start;
    padding: 2vh 0;

}

@media (max-width: 421px){
    .container-presentation-onglets {
        overflow: scroll;
    }
}.container-liste-dynamique {
    display: flex;
    align-items: center;
    margin: 3vh auto;
    color: grey;
}

@media (min-width: 1200px) {
    .container-liste-dynamique {
        max-width: 960px!important;
    }

}

.liste-affichage-container .actusite-onglets-presentation {
    align-items: left!important;
}

.container-list-dynamique-list {
    flex-direction: column;
    width: 30%;
    margin: auto!important;
    gap: 16px;
    display: flex;
    border-right: 1px solid grey;
}

.container-liste-dynamique ul, .container-liste-dynamique .onglets-presentation-titre {
    margin-bottom: 0!important;
}

.container-liste-dynamique .actusite_titre_section {
    margin-top: 0!important;
}

.container-liste-dynamique .onglets-presentation-container-onglets {
    padding: 0 2vw;
    text-align: left;
}

.container-liste-dynamique .actusite_titre_section {
    text-align: left;
}

.onglets-list-dynamique {
    width: 70%;
    margin: auto!important;
}

@media (max-width: 820px) {

    .container-liste-dynamique {
        display: block;
    }

    .container-list-dynamique-list {
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        gap: unset;
        border-right: none;
        flex-direction: initial;
        justify-content: center;
    }
    .container-list-dynamique-list .actusite-onglets-presentation {
        margin: 0.5vh 0;
    }
    .onglets-list-dynamique {
        margin-top: 3vh!important;
    }
    .onglets-list-dynamique .onglets-presentation-onglets {
        text-align: center;
    }
    .container-liste-dynamique .actusite_titre_section {
        text-align: center;
    }
}.actusite_container_polaroid_popup {
    margin: 8vh 0 5vh;
}

.container_categories_polaroid {
    margin: 0 auto 8vh;
}

.titre_polaroid_categories {
    margin: 0 auto 5vh;
    text-align: center;
}

.categories_polaroid {
    margin: 0 auto 8vh;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.nom_categorie_polaroid {
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.actusite_container_polaroid {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.polaroid_lien_modal {
    text-decoration: none;
    margin-bottom: 3vh;
}

.polaroid_container {
    width: 350px;
    height: 450px;
    padding: 20px 25px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
}

.polaroid_container_publication {
    width: 300px;
    height: 300px;
    margin: 0 auto 30px;
    background-image: url("https://www.sikliv.fr/resources/1/15H.jpg");
}

.titre_polaroid {
    height: 35px;
    font-size: 25px;
    margin: 0 auto 25px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container_polaroid_cat {
    display: flex;
    justify-content: space-between;
    margin: 0;
    height: 20px;
    align-items: end;
}

.container_polaroid_cat div {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.loading .modal_polaroid {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

}
.loading .contenu_modal_polaroid {
    position: absolute;
    transform: translate(-50%,-50%);
}

.loading .modal_polaroid:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal_polaroid {
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: all 0.3s;
}

.contenu_modal_polaroid {
    position: static;
    transform: none;
    background: #fff;
    border-radius: 2rem;
    padding: 25px;
    color: black;
    top: 50%;
    left: 50%;
    width: 700px;
}

.titre_modal_polaroid {
    font-size: 25px;
    text-align: left;
    margin: 0 0 25px;
}

.texte_modal_polaroid {
    font-size: 14px;
}

.lien_fermer_modal_polaroid {
    text-decoration: none;
    font-size: 80%;
    color: #aaa;
    position: absolute;
    text-align: center;
    width: 70px;
    line-height: 50px;
    top: 0;
    right: 0;
}
.lien_fermer_modal_polaroid:hover {
    color: black;
}

@media (max-width: 699px) {
    .contenu_modal_polaroid {
        width: 400px;
    }
}

@keyframes hover-polaroid {
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(-6px);
    }
}
@keyframes shadow-polaroid {
    0% {
        transform: translateY(6px);
        opacity: .4;
    }

    50% {
        transform: translateY(3px);
        opacity: 1;
    }

    100% {
        transform: translateY(6px);
        opacity: .4;
    }
}
.hover-polaroid {
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hover-polaroid:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);
    /* W3C */
    transition-duration: 0.3s;
    transition-property: transform opacity;
}

.hover-polaroid:hover {
    transform: translateY(-6px);
    animation-name: hover-polaroid;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.hover-polaroid:hover .titre_polaroid {
    color: #fcc723;
}

.hover-polaroid:hover:before {
    opacity: .6;
    transform: translateY(6px);
    animation-name: shadow-polaroid;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;

}.actusite-colonne-hover-couleur-container {
    padding: 1vh;
}

.actusite-colonne-hover-couleur {
    background: #f7f7f8;
    color: #000;
    border-radius: 14px;
    text-decoration: none;
    transition: .3s cubic-bezier(.6,.4,0,1),transform .15s ease;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 15%;
}

.actusite-colonne-hover-couleur .container-texte {
    transition: .3s cubic-bezier(.6,.4,0,1);

}

.actusite-colonne-hover-couleur i {
    font-size: 50px;
    margin-bottom: 30px;
}

.actusite-colonne-hover-couleur strong {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: -.035em;
}

.actusite-colonne-hover-couleur .container-texte div {
    color: #464853;
    font-size: 16px;
    line-height: 1.7em;
}

.actusite-colonne-hover-couleur .text-apparition {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: all .3s cubic-bezier(.6,.4,0,1);
    opacity: 0;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -.035em;
    margin: 0 10%;
}
.actusite-colonne-hover-couleur-container:nth-child(1) .text-apparition {
    color: #00AEE5;
}
.actusite-colonne-hover-couleur-container:nth-child(1) .actusite-colonne-hover-couleur:hover {
    background-color: #D8F6FF;
    background-image: none!important;
}
.actusite-colonne-hover-couleur-container:nth-child(2) .text-apparition {
    color: #14B789;
}
.actusite-colonne-hover-couleur-container:nth-child(2) .actusite-colonne-hover-couleur:hover {
    background-color: #D5F8EF;
    background-image: none!important;
}
.actusite-colonne-hover-couleur-container:nth-child(3) .text-apparition {
    color: #E50087;
}
.actusite-colonne-hover-couleur-container:nth-child(3) .actusite-colonne-hover-couleur:hover {
    background-color: #FFE5F4;
    background-image: none!important;
}
.actusite-colonne-hover-couleur-container:nth-child(4) .text-apparition {
    color: #802FDE;
}
.actusite-colonne-hover-couleur-container:nth-child(4) .actusite-colonne-hover-couleur:hover {
    background-color: #E8E2F7;
    background-image: none!important;
}
.actusite-colonne-hover-couleur-container:nth-child(5) .text-apparition {
    color: #DAAB00;
}
.actusite-colonne-hover-couleur-container:nth-child(5) .actusite-colonne-hover-couleur:hover {
    background-color: #FDF3CE;
    background-image: none!important;
}
.actusite-colonne-hover-couleur:hover .container-texte {
    opacity: 0;
}
.actusite-colonne-hover-couleur:hover .text-apparition {
    opacity: 1;
    bottom: 50%;
    transform: translateY(50%);
}.container-acustite-bouton-popup {
    padding: 20px 0;
    margin-bottom: 2vh;
}

.actusite-bouton-popup {
    border-radius: 50px;
    padding: 15px 20px;
    background-color: rgb(46,65,144);
    margin: 10px;
    box-shadow: 0 0.2rem 1.2rem rgb(0 0 0 / 20%);
    text-decoration: none;
}

.texte-bouton-popup {
    margin: 0;
    line-height: 1;
    text-align: center;
    color: #fff;
}.container_barre_liens_arrondies {
    width: 100%;
    position: relative;
    height: 40px;
}

.container_absolute_liens {
    height: 40px;
    right: 0;
    top: 0;
    border-bottom-left-radius: 100px;
    display: flex;
    padding: 0;
    padding-right: 5%;
    position: absolute;
    align-items: center;
    background-color: #fff;
}

.lien_barre_liens_arrondies {
    text-decoration: none;
}
.lien_barre_liens_arrondies:hover {
    background-color: #07258c;
    color: #fff;
}

.container_barre_liens_arrondies .btn:focus {
    box-shadow: none;
}

.container_barre_liens_arrondies .dropdown-menu {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.barre_entete_liens_arrondies {
    padding: 0 2vw;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_barre_liens_arrondies i {
    padding: 0 5px;
}.container-nav-full-page {
    position: relative;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 2vh 0;
}

.container-nav-full-page a {
    text-decoration: none;
}

.actusite-header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.actusite-header-logo-wrapper {
    flex-grow: 2!important;
    flex: 0 auto;
}

.actusite-link-header-logo {
    max-width: 100%;
    display: inline-block;
}

.actusite-header-logo {
    width: 185px;
}

.actusite-header-menu-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.actusite-menu-exp-wrapper {
    position: relative;
    z-index: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-exp-item-wrapper {
    position: relative;
    margin-left: 3rem;
    color: #000;
    text-decoration: none;
}

.header-exp-item-wrapper.first {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    margin-left: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item__dash {
    background-color: black;
    transition: all .25s ease;
    opacity: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 1px;
}

.exp__arrow {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
    transition: all 300ms ease;
}

.actusite-menu-exp-wrapper:hover .exp__arrow {
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform-style: preserve-3d;
}

.exp__menu {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 1rem;
    z-index: -10;
    display: none;
    width: 250px;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    transform: translate(0px, 100%);
}

.actusite-menu-exp-wrapper:hover .exp__menu {
    display: block;
}

.exp-menu-item-wrapper {
    position: relative;
    margin-bottom: 1.25rem;
    margin-left: 1rem;
    text-decoration: none;
    max-width: 100%;
    display: inline-block;
}

.actusite-header-btn-wrapper {
    margin-left: 2rem;
}

.header-main-btn {
    padding: 16px 36px;
    border-radius: 42px;
    background-color: #3b67ff;
    transition: all 450ms ease;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
}

.header-main-btn:hover {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    background-color: #5d80f9;
    transform: translate(0px, -2px);
    text-decoration: none;
}

.actusite-hamburger-wrapper {
    position: relative;
    width: 56px;
    height: 31px;
    margin-left: 1rem;
    cursor: pointer;
}

.hamburger__dash {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 5px;
    border-radius: 19px;
    background-color: #62769d;
    transform: translate(0px, -50%);
}

.hamburger__dash.top {
    top: 0%;
    transform: translate(0px, 0%);
}
.hamburger__dash.middle {
    width: 48px;
}
.hamburger__dash.bottom {
    top: auto;
    bottom: 0px;
    width: 35px;
    transform: translate(0px, 0%);
}

.container-menu-full-page {
    position: fixed;
    transform: translate(0px, -100%);
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: flex;
    overflow: hidden;
    height: 100vh;
    padding-right: 9.5rem;
    padding-left: 9.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff6e9;
    transition: all 0.5s ease-out;
}

.gjs-dashed .container-menu-full-page, .container-menu-full-page.active {
    transform: translate(0, 0);
    overflow-y: hidden;
    display: flex;
}

.container-mobile-menu {
    width: 100%;
}

.mobile-header {
    position: absolute;
    left: 50%;
    top: 2rem;
    display: flex;
    width: 90%;
    height: 5rem;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    transform: translate(-50%, 0px);
}

.menu-cross-wrapper {
    display: flex;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.menu__cross {
    width: 100%;
}

.mobile-menu-wrapper-full-page {
    display: flex;
    max-width: 1174px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mobile-content-col-full-page {
    flex: 1;
}

.mobile-grid-container-full-page {
    display: flex;
    justify-content: flex-start;
}

.mobile-menu-grid-full-page {
    display: grid;
    margin-right: 4rem;
    justify-items: start;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: 2.5rem 2.5rem 2.5rem 2.5rem;
}
.mobile-menu-grid-full-page.last {
    margin-right: 0rem;
}

@media screen and (max-width: 991px) {
    .actusite-header-menu-wrapper {
        display: none;
    }
    .actusite-header-btn-wrapper {
        display: block;
    }
    .container-menu-full-page {
        padding-right: 0;
        padding-left: 0;
        display: none!important;
        transform: translate(100%, 0px);
    }
    .mobile-header {
        top: 0;
        height: auto;
        padding: 2vh 0;
    }
    .mobile-menu-wrapper-full-page {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .mobile-content-col-full-page {
        width: 100%;
    }
    .mobile-grid-container-full-page {
        flex-direction: column;
    }
    .mobile-menu-grid-full-page {
        margin-right: 0;
        margin-bottom: 1.5rem;
        grid-row-gap: 1.5rem;
    }
    .mobile-menu-grid-full-page.last {
        margin-bottom: 0rem;
        grid-template-rows: 2.5rem 2.5rem;
    }

}

@media screen and (max-width: 767px) {
    .actusite-header-btn-wrapper {
        display: none;
    }
    .container-menu-full-page {
        position: absolute;
        bottom: auto;
        height: auto;
        padding-right: 0;
        padding-left: 0;
        height: 100vh;
    }
    .mobile-header {
        position: relative;
        left: auto;
        top: auto;
        z-index: 999999;
        transform: none;
        height: auto;
        padding: 2vh 0;
    }
    .mobile-menu-wrapper-full-page {
        width: 80%;
        margin-top: 3rem;
    }
    .mobile-menu-grid-full-page {
        margin-bottom: 2rem;
        grid-row-gap: 2rem;
    }
}
@media screen and (max-width: 479px) {
    .actusite-header-logo {
        width: 150px;
    }
    .container-menu-full-page {
        display: none;
        transition: display 0.1s linear, transform 1s ease-out;
    }
    .container-menu-full-page.active {
        display: block!important;
        transition: display 0.1s linear, transform 1s ease-out;
    }
}.actusite_sidebar_active {
    position: fixed;
    z-index: 20;
    padding: 0;
    margin: 0 1vw;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.item_sidebar_active {
    color: #fff;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: color;
    text-decoration: none;
    display: flex;
    height: 40px;
    text-align: center;
    width: 40px;
    margin: 3vh 0;
    justify-content: center;
    flex-direction: column;
}

.item_sidebar_active.active, .item_sidebar_active:hover {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: color;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
}

.icon_sidebar_active {
    font-size: 15px!important;
}

@media (max-width:420px){
    .actusite_sidebar_active {
        display: none;
    }
}.container-nav-mini-droite {
    position: absolute;
    right: 0;
    padding: 2vh 2vw;
    background-color: #141b2e;
    border-bottom-left-radius: 50px;
    z-index: 100;
}

.container-nav-mini-droite .header-menu__item {
    color: #fff;
}

.container-nav-mini-droite a {
    text-decoration: none;
}

.container-nav-mini-droite .header-exp-item-wrapper {
    margin-left: 2vw;
    color: #fff;
}


.container-nav-mini-droite .actusite-header-btn-wrapper {
    margin-left: 2vw;
}

.container-nav-mini-droite .header-main-btn {
    padding: 10px 30px;
}

.container-nav-mini-droite .actusite-hamburger-wrapper {
    width: 40px;
    height: 20px;
    margin-left: 2vw;
}

.hamburger__dash {
    position: absolute;
    height: 2px;
    background-color: #62769d;
    transform: translate(0px, -50%);
}

.hamburger__dash.top {
    top: 0%;
    transform: translate(0px, 0%);
}
.container-nav-mini-droite .hamburger__dash.middle {
    width: 40px;
}

.container-nav-mini-droite .hamburger__dash.bottom {
    width: 40px;
}

.container-menu-mini-page {
    position: fixed;
    transform: translate(100%, -100%);
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: flex;
    overflow: hidden;
    height: 100vh;
    width: 50vw;
    padding-right: 9.5rem;
    padding-left: 9.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #141b2e;
    transition: all 0.5s ease-out;
}

.gjs-dashed .container-menu-mini-page, .container-menu-mini-page.active {
    transform: translate(0, 0);
    overflow-y: hidden;
    display: flex;
}.home-section-design {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: 'Rubik', sans-serif;
}

#home-design {
    display: flex;
    height: 100vh;
    background: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#home-clients {
    position: relative;
    background-image: url('https://demo.cocobasic.com/seppo-html/images/quote_image_01.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-design .container-text-center {
    margin: auto;
    padding: 0;
    width: 1170px;
    position: relative;
}

#home-news, #home-tarifs, #home-expertise, #home-contact {
    position: relative;
    background-color: #fff;
}

#home-team, #home-chiffres {
    position: relative;
    background-color: #000;
}


.big-text {
    color: #fff;
    font-size: 80px;
    line-height: 120%;
    margin-bottom: 40px;
}

.button-page {
    display: inline-block;
    color: #fff;
    background-color: #47ea4e;
    text-align: left;
    padding: 10px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    border: 2px solid #47ea4e;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.button-page:hover {
    background-color: transparent;
    color: #47ea4e;
}

.one_half img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#home-service {
    background-color: #000;
    position: relative;
}

#home-about, #home-portfolio {
    position: relative;
}

.titre-section-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #47ea4e;
    width: 285px;
    display: flex;
    z-index: 98;
    height: 100px;
}

.titre-section {
    font-size: 16px;
    line-height: 149%;
    font-weight: 400;
    word-break: break-word;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    margin: auto;
}

.titre-section-container:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 60px 0 0;
    border-color: #47ea4e transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

#home-service .container-text-center, #home-about .container-text-center, #home-clients .container-text-center, #home-news .container-text-center, #home-tarifs .container-text-center, #home-team .container-text-center, #home-expertise .container-text-center, #home-chiffres .container-text-center, #home-contact .container-text-center {
    width: 1170px;
    position: relative;
    padding: 200px 0 115px 0;
    margin-left: auto;
    margin-right: auto;
}

#home-portfolio .container-text-center {
    width: 100%;
    max-width: 100%;
    padding: 0!important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.one_third {
    width: 30%;
    margin-right: 5%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.one_half {
    width: 46%;
    margin-right: 8%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.one {
    display: block;
    clear: both;
    margin-bottom: 30px;
}

.one_third .button-page-container {
    margin: 25px 0 0;
}

.clear {
    clear: both;
}

.last {
    margin-right: 0!important;
    clear: right;
}

.service-container-home {
    margin: 25px 0;
}

.service-numero {
    font-size: 264px;
    font-weight: 700;
    color: #000000;
    text-shadow: -1px 0 #b3b3b3, 0 1px #b3b3b3, 1px 0 #b3b3b3, 0 -1px #b3b3b3;
    line-height: 100%;
    height: 165px;
    overflow: hidden;
    margin-bottom: -10px;
    -webkit-transform: translateZ(0);
}

.service-texte h4 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    line-height: 110%;
    word-break: break-word;
}

.button-page-dot {
    color: #fff !important;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    color: #47ea4e;
    transition: color .3s ease;
}

.button-page-dot:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 90%;
    top: -7px;
    position: absolute;
    transition: .3s;
}

.button-page-dot:hover:before {
    width: calc(100% + 30px);
    height: 51px;
    border-radius: 50px;
    top: -18px;
}

.button-page-dot span {
    transition: .3s;
    display: inline-block;
    margin-left: 50px;
    letter-spacing: 2px;
}

.button-page-dot:hover span {
    transform: translateX(-8px);
}

.sur-titre-about {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.titre-about {
    color: #000;
    font-size: 60px;
    line-height: 120%;
    font-weight: 700;
    padding-bottom: 35px;
}

.text-slider-wrapper {
    font-size: 24px;
    line-height: 35px;
    background-color: #000;
    padding: 130px;
    position: relative;
}

.text-slider-header-quotes {
    margin-bottom: 60px;
    background-image: url('https://cabinet1.actusite.com/resources/1/quotes_image.png');
    background-repeat: no-repeat;
    width: 87px;
    height: 74px;
    background-size: 87px 74px;
}

.text-slider-container-text {
    width: 100%;
    z-index: 1;
    display: block;
    position: relative;
}

.text-slide-container {
    text-align: left;
    font-size: 28px;
    line-height: 170%;
    overflow: hidden;
}

.description-text-slide {
    margin-bottom: 60px;
}

.img-text-slide {
    width: 70px !important;
    height: 70px;
    border-radius: 90%;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}

.nom-avis-text-slide {
    font-size: 18px;
    line-height: 100%;
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.poste-text-slide {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.container-actualites-home {
    margin-top: 0;
    width: 1370px;
    transform: translateX(-100px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.item-actualites-home {
    margin: 30px 0;
    width: 27%;
    display: inline-block;
    margin-right: 8%;
    vertical-align: text-top;
    text-align: left;
}

.actualites-thumbail-home {
    overflow: hidden;
}

.home-news a {
    text-decoration: none;
    color: #47ea4e;
    transition: color .3s;
}

.home-news a:hover {
    color: #47ea4e;
}

.background-thumbnail-actu {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .3s;
    background: url('https://demo.cocobasic.com/seppo-html/images/blog_img_01.jpg');
}

.background-thumbnail-actu:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.titre-actualites {
    padding: 0;
    margin: 35px 0;
    font-size: 30px;
}

.titre-actualites a {
    color: #000 !important;
    font-size: 34px;
    line-height: 110%;
    font-weight: 700;
    transition: .3s;
    letter-spacing: -1px;
    text-decoration: none;
}

.titre-actualites a:hover {
    opacity: 0.8;
}

.excerpt-actualites {
    margin-top: 20px;
}

.item-actualites-home:nth-of-type(3n) {
    margin-right: 0;
}

.portfolio-grid-home {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
    height: 90vh;
}

.grid-sizer {
    width: 25%;
}

.grid-item-portfolio {
    float: left;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.grid-item-portfolio.grid-quatre {
    width: 25%;
}

.grid-item-portfolio.grid-deux {
    width: 50%;
}

#portfolio-1 {
    left: 0;
    top: 0;
    height: 90vh;
}

#portfolio-2 {
    left: 25vw;
    top: 0;
    height: 90vh;
}

#portfolio-3 {
    left: 75vw;
    top: 0;
    height: 45vh;
}

#portfolio-4 {
    left: 75vw;
    top: 45vh;
    height: 45vh;
}

.portfolio-item-link {
    text-decoration: none;
    color: #47ea4e;
    transition: color .3s ease;
}

.portfolio-item-link img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.portfolio-item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.portfolio-item-link:hover:after {
    opacity: 1;
}

.portoflio-text {
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: inline-block;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.portfolio-item-link:hover .portoflio-text {
    opacity: 1;
}

.portfolio-description {
    font-size: 14px;
    line-height: 22px;
    color: #b3b3b3;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.portfolio-titre {
    font-size: 30px;
    line-height: 170%;
    margin-bottom: 0;
    font-weight: 700;
    color: #b3b3b3;
}

.container-tarifs-home {
    padding-bottom: 20px;
    background-color: #ffffff;
    margin-top: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    position: relative;
    text-align: left;
}

.numero-tarifs-home {
    font-size: 200px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: -1px 0 #b3b3b3, 0 1px #b3b3b3, 1px 0 #b3b3b3, 0 -1px #b3b3b3;
    line-height: 100%;
    margin-bottom: -10px;
    position: absolute;
    top: -50px;
    right: -9px;
    z-index: 1;
}

.numero-tarifs-home:before {
    content: "";
    width: 150px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.contenu-tarifs-home {
    padding: 0 15%;
}

.home-tarifs-titre {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    padding: 40px 0;
    margin-bottom: 25px;
}

.home-tarifs-prix {
    font-size: 100px;
    line-height: 120%;
    color: #47ea4e;
    font-weight: 700;
}

.home-tarifs-desc {
    font-size: 16px;
    letter-spacing: 2px;
}

.home-tarifs-liste {
    margin-bottom: 40px;
}

.home-tarifs-liste ul {
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.home-tarifs-item {
    padding: 10px 0;
    color: #000;
}

.home-tarifs-item .fa {
    color: #47ea4e;
    margin-right: 25px;
}

.home-tarifs-item.non {
    color: gray;
}

.home-tarifs-item.non .fa {
    color: gray;
}

.home-tarifs-bouton {
    text-align: center;
}

.bouton-tarifs {
    display: inline-block;
    color: #fff;
    background-color: #47ea4e;
    text-align: left;
    padding: 10px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    border: 2px solid #47ea4e;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.bouton-tarifs:hover {
    background-color: transparent;
    color: #47ea4e;
}

.membre-equipe {
    text-align: center;
    margin: 70px 0;
}

.home-membre-information {
    width: 380px;
    background-color: #fff;
    padding: 65px 110px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -130px;
    text-align: left;
    position: relative;
    z-index: 31;
}

.membre-droite .home-membre-information {
    margin-left: auto;
    margin-right: -130px;
}

.membre-equipe img {
    max-width: 700px;
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
}

.membre-description {
    margin-bottom: 35px;
}

.membre-social-container {
    background: #47ea4e;
    padding: 25px 50px;
    position: absolute;
    bottom: -35px;
    left: -45px;
}

.membre-social {
    display: inline-block;
    font-size: 25px;
    margin-right: 20px;
}

.membre-social a {
    text-decoration: none;
    color: #fff!important;
    transition: all .3s ease;
}

.membre-social a:hover {
    opacity: 0.5;
}

.home-expertises-container {
    position: relative;
    margin: 40px 0;
}

.home-expertise-container {
    margin-bottom: 30px;
}

.expertise-pourcentage {
    font-size: 48px;
    line-height: 100%;
    font-weight: 100;
    width: 100px;
    display: inline-block;
    vertical-align: text-top;
}

.expertise-description {
    display: inline-block;
    width: calc(100% - 145px);
    margin-right: 0;
    float: right;
    vertical-align: text-top;
}

.expertise-description span {
    font-size: 22px;
    line-height: 35px;
}

.echelle-expertise {
    width: 100%;
    height: 3px;
    background-color: rgba(202, 202, 202, 0.3);
    margin-bottom: 30px;
}

.niveau-expertise {
    width: 75%;
    height: 10px;
    background-color: #000;
}

.home-nos-chiffres {
    padding: 0;
    list-style: none;
    margin: 0;
}

.home-chiffre-container {
    width: 45%;
    display: inline-block;
    margin: 30px 9% 30px 0;
}

.home-chiffre-container:nth-child(2n) {
    margin-right: 0;
}

.home-chiffre-container > div {
    display: inline-block;
    vertical-align: text-top;
}

.chiffre-info-gauche {
    margin-right: 35px;
    text-align: right;
    width: 30%;
}

.chiffre-info-droite {
    width: 62%;
}

.chiffre-numero {
    font-size: 80px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    color: #000000;
    text-shadow: -1px 0 #b3b3b3, 0 1px #b3b3b3, 1px 0 #b3b3b3, 0 -1px #b3b3b3;
}

.home-chiffre-container h5 {
    color: #fff;
    max-width: 240px;
    padding-top: 0;
    line-height: 115%;
}

.home-container-formulaire {
    max-width: 100%;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
}

.home-container-formulaire p {
    margin-bottom: 0!important;
}

.home-container-formulaire input[type=text], .home-container-formulaire input[type=email],.home-container-formulaire textarea {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    border: 0;
    font-size: 15px;
    padding: 5px 0;
    width: 100%;
    line-height: 25px;
    color: #000;
    margin-bottom: 35px;
    text-indent: 10px;
    background-color: transparent;
    border-bottom: 3px solid;
}

.home-container-formulaire input[name="nom"] {
    margin-top: 0;
}

.home-container-formulaire textarea {
    height: 150px;
}

.home-container-formulaire .home-submit-form {
    color: #fff;
    background-color: #47ea4e;
    text-align: center;
    padding: 10px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    display: block;
    width: 100%;
    line-height: 35px;
    border: 2px solid #47ea4e;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.social-contact-container {
    display: inline-block;
    font-size: 25px;
    margin-right: 20px;
}

.social-contact-container a {
    text-decoration: none;
    color: #000!important;
    transition: all .3s ease;
}

@media screen and (max-width: 1600px) {
    #home-design .container-text-center, #home-service .container-text-center, #home-about .container-text-center, #home-news .container-text-center, #home-clients .container-text-center, #home-tarifs .container-text-center, #home-team .container-text-center, #home-expertise .container-text-center, #home-chiffres .container-text-center, #home-contact .container-text-center {
        max-width: 95%;
    }
}

@media screen and (max-width: 1366px) {
    .container-actualites-home {
        width: 100%;
        transform: none;
    }
    .item-actualites-home {
        width: 29%;
        margin-right: 5%;
    }
    .titre-actualites a {
        font-size: 32px;
    }
}

@media screen and (max-width: 1270px) {
    .home-membre-information {
        padding: 65px 80px;
    }
}

@media screen and (max-width: 1024px) {
    .one_third {
        width: calc(88% / 3);
    }
    .one_half {
        width: 47%;
        margin-right: 6%;
    }
    .item-actualites-home {
        width: 27%;
    }
    .background-thumbnail-actu {
        height: 350px;
    }
    .contenu-tarifs-home {
        padding: 0 10%;
    }
    .home-chiffre-container {
        text-align: center;
    }
    .chiffre-info-gauche {
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    .home-chiffre-container h5 {
        max-width: 100%;
    }
}

@media screen and (max-width: 1020px) {
    .one_third {
        width: 100%!important;
        float: none;
        margin-right: auto!important;
        margin-left: auto!important;
        text-align: center;
    }

    .text-slider-wrapper {
        padding: 10%;
    }

    .titre-about {
        font-size: 40px;
        line-height: 105%;
        padding-top: 10px;
    }

    .one_half {
        width: 100% !important;
        float: none;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center;
    }

    .service-container-home {
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    #home-about .container-text-center, #home-clients .container-text-center {
        padding: 65px 0 35px 0;
    }
    #home-service .container-text-center, #home-about .container-text-center, #home-news .container-text-center, #home-tarifs .container-text-center, #home-team .container-text-center, #home-expertise .container-text-center, #home-chiffres .container-text-center, #home-contact .container-text-center {
        padding-bottom: 70px;
    }
    .item-actualites-home {
        display: block;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
    .grid-sizer, .grid-item-portfolio {
        width: 100%!important;
    }
    .container-tarifs-home {
        margin-bottom: 100px;
    }
    .membre-equipe {
        max-width: 80%;
        margin: 70px auto;
    }
    .membre-equipe img {
        display: block;
        margin: 0 auto;
        width: 100%!important;
    }
    .membre-social-container {
        right: 0 !important;
        left: 0 !important;
        width: 100%;
        text-align: center;
        padding: 25px 0;
    }
    .home-membre-information {
        display: block;
        margin: 0 auto !important;
        width: 100%;
        padding: 10%;
    }
    .expertise-pourcentage {
        display: block;
        width: 100%;
        font-size: 40px;
    }
    .expertise-description {
        display: block;
        width: 100%;
    }
    .expertise-description span {
        margin-bottom: 10px;
        display: block;
    }
    .home-chiffre-container {
        width: 100%;
        margin-bottom: 60px;
        display: block;
        max-width: 350px;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .home-chiffre-container > div {
        width: 100%!important;
        display: block;
        margin-left: auto!important;
        margin-right: auto!important;
        text-align: center!important;
    }
    .chiffre-numero {
        font-size: 65px;
    }
    .home-chiffre-container h5 {
        margin-top: 20px;
    }
    .big-text {
        font-size: 60px;
        text-align: center;
    }
    .button-page-container {
        text-align: center!important;
    }
}

@media screen and (max-width: 767px) {
    .titre-section-container {
        height: 100px;
    }
    /**.text-slider-wrapper {
        width: 80%;
    } **/
    .titre-section-container:after {
        border-width: 100px 60px 0 0;
    }
    .service-container-home {
        margin: 0 auto;
    }
    #home-service .container-text-center, #home-about .container-text-center, #home-about .container-text-center, #home-news .container-text-center, #home-tarifs .container-text-center, #home-team .container-text-center, #home-expertise .container-text-center, #home-chiffres .container-text-center, #home-contact .container-text-center {
        padding: 130px 0 30px 0;
    }
    .actualites-thumbail-home {
        margin-top: 70px;
    }
    .blog-holder-scode > article:first-of-type .post-thumbnail {
        margin-top: 0;
    }
    .background-thumbnail-actu {
        height: 300px;
    }
    .membre-equipe {
        max-width: 100%;
    }
    .membre-equipe.membre-droite {
        display: flex;
        flex-direction: column;
    }
    .membre-equipe.membre-droite .home-membre-information {
        order: 2;
    }
    .membre-description {
        font-size: 16px;
        line-height: 170%;
        margin-bottom: 50px;
    }
    .text-slide-container {
        font-size: 20px;
    }
    .img-text-slide {
        display: block;
        margin-bottom: 10px;
    }
    .nom-avis-text-slide {
        display: block;
        margin-bottom: 5px;
    }
    .poste-text-slide {
        display: block;
        font-size: 14px;
        line-height: 125%;
    }
    .titre-section-container {
        width: 200px;
    }
    .portfolio-item-link {
        position: relative;
    }
    .grid-item-portfolio {
        position: static!important;
        height: 50vh!important;
    }
    .portfolio-grid-home {
        height: auto;
    }
}

@media screen and (max-width: 650px) {
    .big-text {
        font-size: 40px;
        text-align: center;
    }
}@media (max-width: 768px) {

        #sticky-contact-transparent ul {

            list-style-type: none;
            padding-left: 0px;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            padding-left: 0;
            margin-bottom: 0;
            justify-content: space-around;
        }


        #sticky-contact-transparent {
            display: none;

            position: fixed;
            z-index: 1000;
            bottom: 0px;
            width: 100%;
        }



        #sticky-contact-transparent .list {
            width: 100%;
            padding: 20px;
            border-radius: 10px 10px 0 0;
            position: relative;
            z-index: 1;
            text-align: center;
            border: 1px solid #FFFFFF;
            box-sizing: border-box;
            border-radius: 5px;
            background-color: rgb(40 51 58 / 20%);

        }

        #sticky-contact-transparent .list .title {
            margin: 0 -10px 15px;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.1em;
            text-align: center;
            color: #7a7a7a
        }

        #sticky-contact-transparent .list .title .icon {
            display: block;
            margin-top: 5px;
        }

        #sticky-contact-transparent .list li {
            margin-top: 0px;
            position: relative;
            font-size: 23px;
        }


        #sticky-contact-transparent .list ul a,
        #sticky-contact-transparent .list ul span {
            display: block;
            transition: all .2s ease-in-out;
            cursor: pointer;
            text-decoration: none;
            color: white;

        }

        #sticky-contact-transparent .list ul a:hover,
        #sticky-contact-transparent .list ul span:hover {
            opacity: .5
        }

        #sticky-contact-transparent .list ul img {
            max-width: 38px
        }
    }
    @media (min-width: 768px) {
        #sticky-contact-transparent ul {

            list-style-type: none;
            padding-left: 0px;
        }

        #sticky-contact-transparent {
            position: fixed;
            z-index: 1000;
            top: 45%;
            right: 22px;
            transform: translateY(-50%)
        }

        #sticky-contact-transparent .opener {
            display: none
        }

        #sticky-contact-transparent .list {
            width: 80px;
            padding: 20px;
            position: relative;
            z-index: 1;
            text-align: center;
            border: 1px solid #FFFFFF;
            box-sizing: border-box;
            border-radius: 5px;
            background-color: rgb(40 51 58 / 20%);
        }

        #sticky-contact-transparent .list .title {
            margin: 0 -10px 15px;
            font-weight: 600;
            font-size: 14px;
            line-height: 1.1em;
            text-align: center;
            color: #7a7a7a
        }

        #sticky-contact-transparent .list .title .icon {
            display: block;
            margin-top: 5px;
        }

        #sticky-contact-transparent .list li {
            margin-top: 30px;
            position: relative;
            font-size: 23px;
        }

        #sticky-contact-transparent .list li+li:before {
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            top: -15px;
            left: -10px;
            right: -10px;
            opacity: .1;
            background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 20%, #000 80%, rgba(0, 0, 0, 0) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
        }

        #sticky-contact-transparent .list ul a,
        #sticky-contact-transparent .list ul span {
            display: block;
            transition: all .2s ease-in-out;
            cursor: pointer;
            text-decoration: none;
            color: white;
        }

        #sticky-contact-transparent .list ul a:hover,
        #sticky-contact-transparent .list ul span:hover {
            opacity: .5
        }

        #sticky-contact-transparent .list ul img {
            max-width: 38px
        }
    }.landing-page-container {
    color: #212529;
    font-size: 16px;
    font-family: 'Urbanist', sans-serif;
}

.landing-page-container .bloc-en-tete {
    height: 100vh;
    width: 100%;
    display: flex;
    position: relative;
}

.landing-page-container .bloc-en-tete .col-gauche {
    width: 66.66%;
    display: flex;
    padding-left: 10vw;
    padding-right: 15vw;
    position: relative;
}

.landing-page-container .bloc-en-tete .container-titres {
    margin: auto;
}

.landing-page-container .bloc-en-tete h2 {
    font-weight: 300;
    font-size: 45px;
    font-family: Exo;
    color: #212529;
}

.landing-page-container .bloc-en-tete h1 {
    font-family: Overpass;
    font-size: 65px;
    margin: 0 0 5vh;
    font-weight: 500;
    color: #212529;
}

.landing-page-container .bloc-en-tete .container-bouton {
    padding: 0;
    margin: 7vh 0 0;
    display: flex;
}

.landing-page-container .bloc-en-tete .div-bouton {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.landing-page-container .bouton-1 {
    border-color: #d8b16c;
    color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    padding: 20px 40px;
    background-color: #d8b16c;
    font-size: 17px;
    text-decoration: none;
}

.landing-page-container .bouton-1:hover {
    transition: all .4s ease-in-out;
    color: #d8b16c;
    background-color: #fff;
    border-color: #d8b16c;
    text-decoration: none;
}

.landing-page-container .bloc-en-tete .sous-bouton {
    font-size: 13px;
    padding: 2vh 0 0;
    margin: 0;
}

.landing-page-container .bloc-en-tete .col-droite {
    width: 33.33%;
    display: flex;
    background-color: #d8b16c;
}

.landing-page-container .bloc-en-tete .container-image {
    background-color: #000;
    height: 80vh;
    width: 40vw;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -10vw;
}

.landing-page-container .bloc-en-tete .container-partenaire {
    position: absolute;
    padding: 0;
    bottom: 2%;
    top: auto;
    right: auto;
    left: 10%;
    width: 45%;
    margin: 0;
}

.landing-page-container .bloc-en-tete .container-partenaire .row {
    margin: 0;
    min-height: 24px;
    font-size: 16px;
    line-height: 24px;
}

.landing-page-container .counter {
    font-size: 40px;
}

.landing-page-container .bloc-en-tete .container-partenaire .row img {
    max-width: 100%;
    height: 60px;
    width: auto;
}

.landing-page-container .bloc-icones, .landing-page-container .bloc-description, .landing-page-container .bloc-chiffres, .landing-page-container .bloc-avis-clients, .landing-page-container .bloc-faq {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.landing-page-container .bloc-icones .col-icones {
    display: flex;
    flex-direction: column;
}

.landing-page-container .colonne-container-icones {
    min-height: 80px;
    margin-bottom: 1vh;
}

.landing-page-container .colonne-container-titre {
    margin-bottom: 2vh;
}

.landing-page-container .colonne-container-titre h3 {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    font-family: Exo;
}

.landing-page-container .titre-description-container {
    margin-bottom: 3vh;
}

.landing-page-container .titre-description-container h2 {
    font-size: 40px;
    font-weight: 700;
    color: #d8b16c;
    text-align: center;
}

.landing-page-container .bloc-description .container-img {
    display: flex;
}

.landing-page-container .bloc-description .bloc-image-rounded {
    background-color: #000;
    border-radius: 35px;
    height: 400px;
    width: 400px;
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
}

.landing-page-container .bloc-description .background-bloc-image {
    position: absolute;
    height: 300px;
    width: 300px;
    top: -30px;
    left: -30px;
    right: auto;
    bottom: auto;
    z-index: -1;
    background-color: #d8b16c;
}

.landing-page-container .bloc-description .container-texte {
    display: flex;
}

.landing-page-container .texte-description {
    margin: auto;
    height: auto;
}

.landing-page-container .paragraphe-description {
    margin-bottom: 2vh;
}

.landing-page-container .paragraphe-description u {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1vh;
}

.landing-page-container .bloc-description .paragraphe-citation {
    border-color: #d8b16c;
    border-style: solid;
    border-width: 0 0 0 4px;
    box-shadow: rgb(0 0 0 / 40%) 2px 0px 10px 0px;
    padding: 2vh 2vw;
}

.landing-page-container .bloc-description .paragraphe-citation p {
    margin-bottom: 0;
}

.landing-page-container .bloc-chiffres {
    background-color: rgb(255, 244, 236);
}

.landing-page-container .actusite_container_titre_column {
    margin: 0 1vw!important;
}

.landing-page-container .titre-chiffres {
    font-weight: 700;
    font-size: 17px;
}

.landing-page-container .qui-sommes-container .container-texte {
    display: flex;
}

.landing-page-container .qui-sommes-container .container-texte .texte-description {
    margin: auto;
}


.landing-page-container .container-avis-clients {
    min-height: 150px;
}

.landing-page-container .bloc-faq .container-img {
    padding: 0 5% 0 0;
}

.landing-page-container .bloc-faq .bloc-image {
    height: 100%;
    width: 100%;
    background-color: #000;
    display: flex;
}

.landing-page-container .bloc-faq .bloc-image .titre-faq {
    background-color: #d8b16c;
    padding: 2vh 2vw;
    margin: auto -3vw auto auto;
}

.landing-page-container .bloc-faq .bloc-image .titre-faq h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.landing-page-container #faq-questions {
    width: 90%;
    margin: auto 0 auto auto;
}

.landing-page-container #faq-questions .accordion-button {
    color: #fff;
    background-color: #d8b16c;
    font-size: 15px;
}

.landing-page-container #faq-questions .accordion-button:focus {
    border-color: transparent!important;
    box-shadow: none!important;
}

.landing-page-container .bloc-contact {
    margin-top: 10vh;
    margin-bottom: 0;
    position: relative;
}

.landing-page-container .bloc-contact .container-img-contact {
    height: 40vh;
    display: flex;
    background-color: #000;
}

.landing-page-container .bloc-contact .container-img-contact .container-texte {
    margin: auto;
    color: #fff;
}

.landing-page-container .bloc-contact .container-img-contact .container-texte h2 {
    font-size: 45px;
    margin-bottom: 3vh;
    color: #fff;
}

.landing-page-container .bloc-contact .container-img-contact .container-texte p {
    margin-bottom: 0;
    font-size: 15px;
}
.landing-page-container .bloc-contact .container-map {
    height: 40vh;
    background-color: #343a40;
}

.landing-page-container .bloc-contact .container-bouton-contact {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media screen and (max-width: 992px) {

    .landing-page-container .bloc-en-tete {
        height: 70vh;
    }

    .landing-page-container .bloc-en-tete .col-gauche {
        padding: 0 0 0 5vw;
        width: 100%;
    }
    .landing-page-container .bloc-en-tete .container-titres {
        margin: auto -30vw auto auto;
    }
    .landing-page-container .bloc-en-tete .container-bouton {
        width: 100%!important;
        padding: 0;
    }
    .landing-page-container .bloc-en-tete .container-partenaire {
        width: 40%;
        left: 5%;
        bottom: 2%;
        top: auto;
        right: auto;
    }
}

@media screen and (max-width: 480px) {

    .landing-page-container .bloc-en-tete {
        height: auto;
        margin: 0 0 5vh 0;
        padding: 0;
        padding-top: calc(80px + 2vh);
        overflow: hidden;
        flex-direction: column;
    }

    .landing-page-container .bloc-en-tete .col-gauche {
        padding: 0 5vw;
    }
    .landing-page-container .bloc-en-tete .container-titres {
        margin: 0;
    }
    .landing-page-container .bloc-en-tete h2 {
        font-size: 30px;
    }
    .landing-page-container .bloc-en-tete h1 {
        font-size: 40px;
    }
    .landing-page-container .bloc-en-tete .container-bouton {
        margin: 6vh 0 0;
        padding: 0;
        flex-direction: column;
    }

    .landing-page-container .bloc-en-tete .sous-bouton {
        padding: 20px 0 0;
    }

    .landing-page-container .bloc-en-tete .div-bouton {
        margin: 0 0 5vh;
        width: 100%;
    }
    .landing-page-container .bloc-en-tete .col-droite {
        position: absolute;
        width: 110px;
        height: 110px;
        right: -55px;
        z-index: -1;
        border-radius: 50%;
        top: 20%;
    }
    .landing-page-container .texte-description {
        text-align: center;
    }
    .landing-page-container .bloc-en-tete .col-droite .container-image {
        display: none;
    }
    .landing-page-container .bloc-en-tete .container-partenaire {
        width: 100%;
        bottom: 0;
        left: 0;
        position: static;
    }
    .landing-page-container .bloc-en-tete .container-partenaire .row img {
        height: auto;
        width: 100%;
    }
    .landing-page-container .colonne-container-titre h3 {
        text-align: center;
    }
    .landing-page-container .bloc-icones .col-icones {
        margin-bottom: 3vh;
    }
    .landing-page-container .colonne-container-texte p {
        text-align: center;
    }
    .landing-page-container .bloc-description .titre-description-container h2 {
        text-align: center;
    }

    .landing-page-container .bloc-description .container-img {
        margin-bottom: 3vh;
    }

    .landing-page-container .qui-sommes-container .container-img .col-md-4:nth-child(2), .landing-page-container .qui-sommes-container .container-img .col-md-4:nth-child(3) {
        display: none;
    }

    .landing-page-container .qui-sommes-container .container-img .col-md-4 {
        margin-bottom: 2vh;
    }

    .landing-page-container .bloc-description .bloc-image-rounded {
        width: 200px;
        height: 200px;
        margin: auto;
    }
    .landing-page-container .bloc-description .background-bloc-image {
        display: none;
    }
    .landing-page-container .bloc-faq .container-img {
        padding: 0;
        margin-bottom: 3vh;
    }
    .landing-page-container .bloc-faq .bloc-image {
        background: none!important;
    }
    .landing-page-container .bloc-faq .bloc-image .titre-faq {
        width: 90%;
        margin: auto;
        text-align: center;
        display: flex;
    }
    .landing-page-container .bloc-faq .titre-faq h2 {
        margin: auto;
    }
    .landing-page-container .bloc-faq .container-texte {
        padding: 0;
    }
    .landing-page-container .bloc-faq .container-texte #faq-questions {
        margin: auto;
    }
    .landing-page-container .bloc-contact .container-img-contact .container-texte {
        text-align: center;
    }

    .landing-page-container .bloc-contact .container-img-contact .container-texte h2 {
        font-size: 35px;
        text-align: center;
    }

    .landing-page-container .bloc-contact .container-img-contact .container-texte p {
        text-align: center;
    }
    .landing-page-container .bloc-contact .container-bouton-contact {
        width: 100%;
        justify-content: space-around;
    }

    /*.landing-page-container .bloc-contact .container-bouton-contact .bouton-1 {
        padding: 10px 25px;
    }*/
}.header-landing-page {
    position: absolute;
    background-color: transparent;
    width: 100%;
    top: 0;
    padding: 2vh 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
}

.header-landing-page a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}

.header-landing-page .lien-form {
    display: none;
}

.header-landing-page .logo-lp {
    width: auto;
    height: 50px;
}

.header-landing-page .lien-numero {
    line-height: initial;
}

.header-landing-page .lien-numero:hover {
    color: #000;
    text-decoration: none;
}

.header-landing-page .icone {
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
    .header-landing-page {
        position: fixed;
        padding: 2vh 5vw;
        background-color: #d8b16c;
    }
    .header-landing-page .texte-numero {
        display: none;
    }
    .header-landing-page .icone {
        margin-right: 0;
    }
    .header-landing-page .lien-numero, .header-landing-page .lien-form {
        font-size: 20px;
        padding: 10px 20px;
        background-color: #be9c5e;
        border-radius: 10px;
        line-height: inherit;
    }
    .header-landing-page .lien-form {
        display: block;
    }
    .header-landing-page .logo-lp {
        height: 30px;
    }
}.footer-lp {
    background-color: #d8b16c;
    margin: 0;
}

.footer-lp .container-contenu-footer {
    padding: 3vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-lp .container-logo-footer, .footer-lp .container-texte-footer {
    padding: 0 2vw;
}

.footer-lp .container-contenu-footer .container-logo-footer img {
    height: 250px;
    width: auto;
    margin: auto;
}

.footer-lp h2 {
    font-size: 40px;
    font-weight: 700;
}

.footer-lp hr {
    opacity: 1;
    margin: 2vh auto;
    width: 35%;
    height: 1px;
    background-color: #333a40;
}

@media screen and (max-width: 480px) {
    .footer-lp .container-contenu-footer .container-logo-footer img {
        height: 150px;
    }
    .footer-lp .container-logo-footer, .footer-lp .container-texte-footer {
        padding: 0;
    }
}