/*-----------------*/
/* LOADER */
/*-----------------*/
.triangles{transform:translate(-50%,-50%);height:81px;width:90px;position:absolute;left:50%;top:50%}.tri{position:absolute;animation:pulse_51 750ms ease-in infinite;border-top:27px solid var(--primary-color);border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:0}.tri.invert{border-top:0;border-bottom:27px solid var(--primary-color);border-left:15px solid transparent;border-right:15px solid transparent}.tri:nth-child(1){left:30px}.tri:nth-child(2){left:15px;top:27px;animation-delay:-125ms}.tri:nth-child(3){left:30px;top:27px}.tri:nth-child(4){left:45px;top:27px;animation-delay:-625ms}.tri:nth-child(5){top:54px;animation-delay:-250ms}.tri:nth-child(6){top:54px;left:15px;animation-delay:-250ms}.tri:nth-child(7){top:54px;left:30px;animation-delay:-375ms}.tri:nth-child(8){top:54px;left:45px;animation-delay:-.5s}.tri:nth-child(9){top:54px;left:60px;animation-delay:-.5s}@keyframes pulse_51{0%{opacity:1}16.666%{opacity:1}100%{opacity:0}}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
#wrappersite
{
    overflow: hidden;
}
.wrappercontent.extralarge
{
    max-width: 100%;
}
.title:not(.no-after):after, hr.wp-block-separator {
    background-color: #fff0!important;
    background: url(../images/emphase.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
}
/*-----------------*/
/* CHIFFRES */
/*-----------------*/
.home .eb-counter-number,
.wp-block-essential-blocks-number-counter .eb-counter-wrapper .eb-counter-title {
    text-align: left;
}
.eb-counter-title::first-letter
{
    text-transform: uppercase;
}
.eb-counter-wrapper
{
    padding-left: 30px!important;
}
.eb-counter-number::before,.eb-counter-number::after
{
    content:'';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    --size: 150px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.1;
}
.eb-counter-number::before
{
    border: 1Px solid;
    background: var(--primary-color);
}
#chiffres::before
{
    background: url(../images/home-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.chiffresHome>.wp-block-column>.wp-block-columns>.wp-block-column:nth-child(2) .eb-counter-number::before
{
    background: var(--secondary-color);
}
.chiffresHome>.wp-block-column>.wp-block-columns>.wp-block-column:not(:nth-child(3)) .eb-counter-title
{
    max-width: 100Px;
}
.chiffresHome>.wp-block-column>.wp-block-columns>.wp-block-column:nth-child(3) .eb-counter-number::before
{
    background: var(--tertiary-color);
}

.eb-counter-number::before
{
    animation: 4s floating infinite ease-in-out;
}

.eb-counter-number::after
{
    border: 1Px solid var(--white);
    margin-left: -20Px;
}
.eb-counter-wrapper
{
    padding: 40Px 10px!important;
    overflow: visible!important;
}
.chiffresHome .wp-block-columns
{
    align-items: stretch!important;
    margin-top: 40px;
}
.chiffresHome .counter-contents-wrapper *
{
    text-align: center!important;
}
.chiffresHome
{
    display: flex;
}
.home .eb-counter-number, .wp-block-essential-blocks-number-counter .eb-counter-wrapper .eb-counter-title {
    text-align: left;
    color: var(--white)!important;
    max-width: 160px;
    margin: 0 auto!important;
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#logo {
    padding: 20Px;
}

body.is-toggle-open #header-coordonnees {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 850ms all ease-in-out;
    z-index: 99999;
}

#logoheader,
#logoCoordonnees img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
}

#header-coordonnees {
    position: fixed;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all ease-in-out;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    flex-direction: column;
}

body.is-toggle-open #header-coordonnees {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 850ms all ease-in-out;
    z-index: 99999;
}

#logoheader,
#logoCoordonnees img {
    max-height: 90px;
    max-width: 100%;
    object-fit: contain;
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-2 {
    color: var(--black);
}

.navigBloc .button::after {
    display: none;
}

.navigBloc .article_content:hover>p {
    display: none;
}

/*-----------------*/
/* INFOTOOGLE */
/*-----------------*/
/*#info-toogle*/
#call-direct {
    --size: 200px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: -200px;
    transform: translateX(-50%);
}

#call-direct a{
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(../images/icons/phone-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    bottom: 50%;
    left: 50%;
    margin-left: -60px;
    margin-bottom: -60px;
    z-index: 50;
    text-indent: -9999px;
}

/*#info-toogle::after,*/
.ckmenu-toogle:after {
    content: "Infos";
    position: absolute;
    bottom: 0px;
    left: 48%;
    transform: translateX(-50%);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: var(--font-bold);
    font-size: 0.65em;
}

.ckmenu-toogle::after {
    content: "Menu";
    left: 50%;
}

.ckmenu-toogle {
    padding-bottom: 50Px;
    text-align: center;
    justify-items: center;
}

#info-toogle .circle {
    --size: 7px;
    width: var(--size);
    height: var(--size);
    background: var(--white);
    border-radius: 50%;
    transition: all .4s;
}

#info-toogle .circle:nth-child(2) {
    transition-delay: .1s
}

#info-toogle .circle:nth-child(3) {
    transition-delay: .2s
}

#info-toogle .circle:nth-child(4) {
    transition-delay: .3s
}

#info-toogle .circle:nth-child(5) {
    transition-delay: .4s
}

#info-toogle .circle:nth-child(6) {
    transition-delay: .5s
}

#info-toogle:hover .circle {
    border-radius: 0%;
    transform: scale(1.1);
}

#info-toogle::before {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    --size: 130px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: var(--primary-color);
    border-radius: 50%;
}
#ckbp_bannerText
{
    padding: 10px;
    font-size: 14px;
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-content
{
    color: var(--title-color);
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
}
#firstP
{
    padding: 40px 0;
}
#secondP p
{
    padding: 30px 0;
    margin-bottom: 0;
}
.wrapHeaderHome
{
    gap:30px;
}
.imageLeft
{
    background: url(../images/home-bg5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100Px;
}
.imageRight
{
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
figure.wp-block-gallery.has-nested-images
{
    gap: 0;
}
#galleryHome .gallery-item {
    margin-bottom: 0;
}

.gallery-icon {
    line-height: 0;
}

.gallery-icon>*:not(a) {
    line-height: 1.2;
}

.gallery-icon
{
    height: 100%;
}

.nohome .gallery .gallery-item a img
{
    max-height: 450Px;
}

/*-----------------*/
/* COORDHEAD */
/*-----------------*/
#Coordinfoadresse_inner
{
    gap: 15px;
}
#Coordinfoadresse_inner>*
{
    padding-left: 30px!important;
}
#Coordinfoadresse_inner *
{
    font-size: 17px;
    font-family: var(--font-title);
}

.CoordadresseIco
{
    background: var(--background-color);
    padding: 30px;
    justify-items: center;
    justify-content: center;
}


#coordHead
{
    z-index: 3;
}

.imgCoord
{
    display: none;
}
/*-----------------*/
/* LINKTURN */
/*-----------------*/
.linkTurn {
    --size: 12rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 1em;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.1175em;
    word-spacing: 0.3em;
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    background: var(--secondary-color);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
    stroke-width: 0.075em;
}
.link__text {
    -webkit-animation: rotateReverse normal infinite 20s linear;
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}
.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

@keyframes rotateReverse {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/*-----------------*/
/* CONTENT */
/*-----------------*/
.wrapperContentHome
{
    gap: 20px;
}
.imgContentWrap
{
    gap:30px;
}
.home #content .wp-block-image
{
    margin-bottom: 50px;
}
.home #content .wp-block-buttons
{
    margin-top: 30px;
}
#content .right img
{
    object-fit: cover;
}

#bannerImg {
    height: 25vh;
    min-height: 250px;
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations
{
    z-index: 2;
}
#prestations::before
{
  background: var(--black);
  height: 50%;
}
.prestations-content
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 100%;
    max-width: 300px;
    padding: 30px;
}
.prestations-wrapper
{
    position: relative;
}
.bloc_prestations
{
    overflow: hidden;
}
.bloc_prestations .prestations-content h3, .bloc_prestations .prestations-content .liresuite,  .bloc_prestations .prestations-content .tc_excerpt
{
    transition: all 0.4s;
    position: relative;
   top: 50px;
}
 .bloc_prestations .prestations-content .liresuite,  .bloc_prestations .prestations-content .tc_excerpt
{
    opacity: 0;
    top: 150Px;
}
 .bloc_prestations:hover .prestations-content .liresuite,  .bloc_prestations:hover .prestations-content .tc_excerpt, .bloc_prestations:hover .prestations-content h3
{
    top: 0;
    opacity: 1;
}

.bloc_prestations:nth-child(2) .prestations-wrapper{
    transition-delay: 0.1s;
}
.bloc_prestations:nth-child(3) .prestations-wrapper{
    transition-delay: 0.2s;
}

/*-----------------*/
/* ACTU */
/*-----------------*/
.nohome.category .thumbnail_slider
{
    height: 250px;
}
#news .wrapper_inner_slider {
    position: relative;
}

#news .content_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.thumbnail_slider::before {
    background: #1d1d1d7a;
    z-index: 1;
    transition: all .4s;
    height: 110%;
    pointer-events: none;
    width: 110%;
}

#news .ckslider {
    padding: 40px 0;
}

.wrapper_slider {
    padding: 0;
}

.thumbnail_slider {
    line-height: 0;
    overflow: hidden;
}

.thumbnail_slider img {
    transition: all 0.4s;
}

.wrapper_inner_slider:hover .thumbnail_slider img {
    transform: rotate(5deg) scale(1.2);
}

#news .overlay {
    z-index: 1;
}

.categoryTitle {
    display: inline-block;
    color: var(--white);
    padding: 5px;
    padding-left: 30px;
    margin-bottom: 20Px;
    top: 0;
    left: 0;
    z-index: 1;
}

.categoryTitle::before {
    --size: 20px;
    width: calc(var(--size)*2);
    height: var(--size);
    top: 47%;
    transform: translateY(-50%);
    background: url(../images/icons/calendar.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.text_slider,
.text_slider a {
    color: var(--white);
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
.section_num0 .wp-block-image img
{
    height: 100Px;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 5Px;
}
.section_num0 .specialthumb
{
    display: none;
}
.sectionsbloc .section_thumb .blocthumb
{
    overflow: hidden;
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
.reaImg {
    width: 100%;
    height: 100%;
}

.reaImg::before {
    z-index: 0;
    transition: all 1s;
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(10deg);
    top: 50px;
}

.reaImg::before {
    mask-size: 5%;
    -webkit-mask-size: 5%;
}

.reaImg.in-view::before {
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.reaFull {
    padding: 60px 40px;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

#reassurances .title::after
{
    display: none;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* SHARE */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.cekome_form input[type=checkbox]
{
    margin: 3px 5px 0 0;
}
label.emphase
{
    color: #f00!important;
}
.desccontact {
    border-bottom: 1px solid #ffffff4f;
    padding: 10px
}

.wrap-fieldset {
    display: grid!important;
    grid-template-columns: repeat(1,1fr);
    gap: 10px 20px
}

.blc_select {
    margin-top: 10px
}

.wrap-fieldset>span {
    display: none
}

#content .titlehoraires
{
    display: block;
    font-size: 10px;
    font-family: var(--font-bold);
    padding-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    text-align: left;
}
/*-----------------*/
/* FOOTER */
/*-----------------*/
.imageFooter
{
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 300px;
}
#footerbloc::before
{
    background: var(--black);
}
#footerMap
{
    line-height: 0;
}
#footerMap>a
{
    width: 100%;
}
#footer .title
{
    margin-bottom: 30px!important;
}
.coord
{
    gap: 25px 10px;
}
.sociblock .share-buttons span
{
    color: var(--white);
    padding: 0 10px;
}
.sociblock .share-buttons span:hover
{
    color: var(--primary-color);
}
.wrapHaut
{
    margin-bottom: 20px;
}

.wrapBas
{
    padding: 50px 0;
    gap: 40px;
}
.linkBas
{
    padding: 20px 20px 0;
}
.linkBas,.wrapBas
{
    border-top: 1Px solid #ffffff26;
}

.copyright
{
    color: var(--white);
}

