@font-face {
    font-family: 'Abel';
    src: url('/wp-content/themes/uncode-child/font/Abel-Regular.eot');
    src: url('/wp-content/themes/uncode-child/font/Abel-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uncode-child/font/Abel-Regular.woff2') format('woff2'),
        url('/wp-content/themes/uncode-child/font/Abel-Regular.woff') format('woff'),
        url('/wp-content/themes/uncode-child/font/Abel-Regular.ttf') format('truetype'),
        url('/wp-content/themes/uncode-child/font/Abel-Regular.svg#Abel-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.uncode-custom-fields {
    margin-top:0!important;
    color:#b89841;
    font-weight:bold;
}

#cmplz-document{
    max-width:100%;
}

p{
    letter-spacing:0.06px;
}

.triangle-texture .row{
    position: relative;

}

.t-entry-cf-nom-de-poste{
    font-size:15px;
}

@media only screen and (min-width:960px) {
.menu-smart i.menu-icon {
    margin-left: -23px;
    color:#b89841!important;
}

.menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner){
    width:250px!important;
}

.drop-menu{
    width:250px!important;
}

.drop-menu a{
    padding-left: 30px!important;
}
}

.triangle-texture:before{
    content: "";
    background-image: url(/wp-content/uploads/2024/02/fond-triangle-min-min.png);
    background-size: cover;
    position: absolute;
    height: 1645px;
    width: 100%;
    z-index: 1;
    top: -288%;
    /* left: -10%; */
    background-position: center center;
    right: 0;
}

/*
.triangle-texture:before{
    content: "";
    background-image: url(/wp-content/uploads/2024/02/fond-triangle-min-min.png);
    background-size: cover;
    position: absolute;
    height: 1600px;
    width: 100%;
    z-index: 1;
    top: -266%;
    left: 0;
    background-position: center center;

}*/

.triangle-texture{
    display: block;
    z-index: 1;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    overflow: visible;
    position: absolute!important;
}

.diagonal-gray-section-image-2{
    position: absolute!important;
    height: 800px;
}

.diagonal-gray-section-image-2:before{
    content: "";
    transform: skew(-15deg) rotate(-15deg);
    background-image: url(/wp-content/uploads/2024/02/fond-abonnement-3.jpg);
    background-size: cover;
    background-color: rgb(242 242 242 / 90%);
    position: absolute;
    height: 369px;
    width: 100%;
    z-index: 1;
    top: -38px;
    left: 0;
    background-position: center center;

}

.diagonal-gray-section-image{
    position: absolute!important;
    height: 800px;
}

.diagonal-gray-section-image:before{
    content: "";
    transform: skew(15deg) rotate(15deg);
    background-image: url(/wp-content/uploads/2024/02/fond-contact.jpg);
    background-size: cover;
    background-color: rgb(242 242 242 / 90%);
    position: absolute;
    height: 343px;
    width: 110%;
    z-index: 1;
    top: -24px;
    left: 0;

}

.diagonal-gray-section{
    position: absolute!important;
    height: 800px;
}

.diagonal-gray-section:before{
    content: "";
    transform: skew(15deg) rotate(15deg);
    /* background-image: url(/wp-content/uploads/2024/02/fond-contact.jpg); */
    background-size: cover;
    background-color: rgb(242 242 242 / 90%);
    position: absolute;
    height: 434px;
    width: 110%;
    z-index: 1;
    top: 52%;
    left: 0;

}

.top-word span{

    line-height: 1em;
    display: block;
    font-size: 16px;
    letter-spacing: 8px!important;
    text-transform: uppercase;
}
.beige{
color:#b89841;
}


.cta-h3{
    font-weight: 100;
    line-height: .8;
    color: #FFF;
    font-size: 26px;
    margin: 0 0 61px;
}


/*------------ Équipe -----------*/

@keyframes fade-in-up{

0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}


}

.gform_required_legend{
    display:none;
}

input[type="submit"]{
    background-color:#b89841!important;
    color:#ffffff;
    border:1px solid #b89841;
}
input[type="submit"]:hover{
    background-color:#ffffff!important;
    color:#b89841!important;
    border:1px solid #b89841;
}


.equipe_row{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr) !important;
    text-align:center;
    align-items:stretch;
}


.equipe_hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 214, 103, .7);
    opacity: 0;
    cursor:pointer;
    visibility: hidden;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    animation-name: fade-in-up;
    animation-duration: 4s;
}

.equipe:hover .equipe_hover{
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 214, 103, .7);
    opacity: 1;
    visibility: visible;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms; 
}


.equipe:hover .equipe_detail{
  opacity:1;
  bottom: -12px;
  visibility:visible;
}

.equipe_detail{
    position: absolute;
    bottom: -12px;
    background-color: #000000;
    color: #ffffff;
    width: 230px;
    transition: 0.3s;
    margin: 0 auto;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    left: calc(50% - 115px);
}

.equipe_detail p{
    font-weight:bold;
    font-size:20px;
    margin-top:0;
    line-height:1;

}

.equipe{
    position:relative;
}

.embleme_team_image {
    min-height: 300px;
    width: 100%;
    background-position: center top;
    background-size: cover;
}


.teamHoverContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 214, 103, .7);
    opacity: 0;
    visibility: hidden;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}

.folioGrid{
    display: grid;
    gap: 0 !important;
    grid-template-columns: repeat(5, 1fr) !important;
    text-align:center;
    align-items:stretch;
}
.embleme_folio_hover{
    background-color: rgba(35, 34, 33,1)!important;
    opacity: .8;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    transition:0.3s;
    cursor:pointer;
} 

.embleme_folio_hover:hover{
    background-color: rgba(35, 34, 33,1)!important;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
} 

.embleme_folio a{
    min-height:150px;
}
.embleme_folio p{
    line-height: 1;
    color: #b89841;
    letter-spacing: 3.5px;
}
.embleme_folio .image{   
    height:100%;
    background-size:cover;
   
}


@media only screen and (max-width: 1024px) {
.folioGrid{
     grid-template-columns: repeat(3, 1fr) !important;
}
.equipe_row{
    grid-template-columns: repeat(3, 1fr) !important;
}
.triangle-texture:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/02/fond-triangle-min-min.png);
    background-size: cover;
    position: absolute;
    height: 1090px;
    width: 100%;
    z-index: 1;
    top: -376px;
    left: 0;
    background-position: right;
}
}

@media only screen and (max-width: 767px) {
.folioGrid{
    grid-template-columns: repeat(2, 1fr) !important;
}
.equipe_row{
    grid-template-columns: repeat(2, 1fr) !important;
}
.triangle-texture:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/02/fond-triangle-min-min.png);
    background-size: cover;
    position: absolute;
    height: 1600px;
    width: 100%;
    z-index: 1;
    top: -189%;
    left: 0;
    background-position: center center;
}

}
@media only screen and (max-width: 480px) {
.folioGrid{
    grid-template-columns: repeat(1, 1fr) !important;
}
.equipe_row{
    grid-template-columns: repeat(1, 1fr) !important;
}

}

/*------- MEGA MENU --------*/

.image_service_analyse a img{
    margin-bottom:10px;
}

.image_service_analyse a img{
    font-size:15px;
    
}