/*-----------------*/
/* 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(--secondary-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}}

/*-----------------*/
/* WRAPPERSITE */
/*-----------------*/

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
.title:not(.no-after):after,hr.wp-block-separator
{
	background: url(../images/emphase.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
}
#reassurances .title::after
{
  background: #fff0;
}
.wrappercontent.full
{
  max-width: 100%;
}
.wrappercontent.extralarge
{
  max-width: 1600px;
}
/*--------------ESSENTIALS BLOCKS-------------------*/
.wp-block-essential-blocks-feature-list {
  padding: 30px 0px !important;
  position: relative;
}

.wp-block-essential-blocks-feature-list::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 29Px;
  width: 1px;
  height: 90%;
  z-index: -1;
  border-right: 1px solid var(--tertiary-color);
}

.eb-feature-list-items .eb-feature-list-item .eb-feature-list-content-box .eb-feature-list-title {
  margin-bottom: 5Px;
  margin-top: 15px !important;
}

/*-----------------*/
/* SHAPE */
/*-----------------*/
.shape {
  --size: 100%;
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
}

.shape::before,
.shape::after {
  background: linear-gradient(to bottom right, var(--primary-color), var(--tertiary-color));
  clip-path: polygon(50% 50%, 0% 100%, 25% 100%, 66% 62%, 80% 48%, 80% 75%, 39% 76%, 25% 100%, 100% 100%, 100% 0%);
  --size: 150px;
  width: var(--size);
  height: var(--size);
  top: 20vh;
  left: initial;
  right: 15vh;
  transform: rotate(-15deg);
  animation: rotateBorder3 5s linear alternate infinite;
}

.shape::after {
  /* clip-path: initial; */
  --size: 100px;
  transform: rotate(-15deg) scale(-1);
  top: initial;
  right: initial;
  left: 15vh;
  bottom: 15vh;
  animation-delay: 2.5s;
}

/*-----------------*/
/* BOUTONS */
/*-----------------*/
.allButtons
{
  background: #fff0!important;
  color: var(--secondary-color);
}
.gallery .gallery-item a.allButtons:after
{
  background: #fff0!important;
}
.allButtons.white
{
  color: var(--white);
}
.allButtons::before,.allButtons::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--secondary-color);
  transition: all .4s
}
:root .allButtons.has-very-light-gray-color
{
  color: var(--title-color);
}
:root .wp-block-cover .allButtons.has-very-light-gray-color
{
  color: var(--white);
}

.allButtons::before {
  border: 1px solid var(--secondary-color);
}

.allButtons.white::before,.allButtons.white::after 
{
  border-color: var(--white);
}

.allButtons::after {
  top: 0;
  left: 0
}

.allButtons:hover::before {
  top: -5px;
  left: -5px
}
.cekome_form .button.cf_submit
{
  color: var(--white);
}

.cekome_form .button.cf_submit:hover
{
  background-color: var(--tertiary-color);
}

/*-----------------*/
/* HEADER */
/*-----------------*/
#header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#logoheader
{
    max-height: 200px;
    padding: 30px;
}
#header-coordonnees
{
  border-bottom: 1px solid #ffffff4f;
  padding: 10px;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigBloc .article_content.hasthumb:hover>p
{   
    bottom: 50px;
}
.navigBloc .article_content.hasthumb>p:hover,.navigmenu .navigBloc.tb_hoverBloc article:hover .allButtons span:hover
{
    color: var(--secondary-color);
}
.menuarticle
{
    display: grid;
    align-items: center;
}
.navigmenu .naviglink.lvl-2
{
  color: var(--text-color);
}
.navigmenu .navbloctitle
{
  line-height: 1.1;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
.imageDiapo
{
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
  height: 100%;
}
#headerHome::before {
  height: calc(100% - 240px);
  background: var(--tertiary-color);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
}
#headerHome::after {
  background: url(../images/bottomCurve.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
  top: initial;
  bottom: -400px;
  height: 700px;
  transform: scale(-1);
  z-index: -2;
  pointer-events: none;
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/

#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;
}

/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/
#content::before,.home #news::before {
  background: url(../images/home-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations .prestations-img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.prestations-content {
    padding: 100px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    height: 100%;
}
#prestations .widget_parentpage {
    counter-reset: prestations;
}
#prestations .prestations-content:before{
	content: "0" counter(prestations);
	counter-increment: prestations;
	font-size: 50px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	margin-bottom: 0;
	font-family: var(--font-title);
	opacity: 0.5;
}
#prestations .widget_parentpage .allButtons .button {
    background-color: #fff0;
    background-image: url(../images/icons/arrowright-white.svg);
    --size: 30px;
    width: var(--size);
    height: var(--size);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0;
}
#prestations .widget_parentpage .allButtons .button span
{
    display: none;
}
#prestations .tc_excerpt {
    color: var(--white);
    display: block;
    opacity: 0;
    transform: translateY(100%);
}
#prestations .bloc_prestations:hover .tc_excerpt {
    opacity: 1;
    transform: translateY(0);
    transition: 250ms all ease-in-out;
}
.prestations-img .overlay
{
    z-index: 1;
}
.prestations-img .blocthumb
{
    overflow: hidden;
    position: relative;
}
.prestations-img img
{
    transition: 0.6s all;
}
#prestations .bloc_prestations:hover .prestations-img img
{
    transform: rotate(15deg) scale(1.5);
}

.bloc_prestations .blocthumb::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    --size: calc(100% - 0px);
    width: var(--size);
    height: var(--size);
    background: var(--overlay-color);
    /* opacity: .4; */
    z-index: 1;
    pointer-events: none;
    transition: all .6s;
}
.bloc_prestations:hover .blocthumb::after {
    top: 0%;
}
/*-----------------*/
/* ACTU */
/*-----------------*/
#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 */
/*-----------------*/
.sectionsbloc.odd
{
  background: var(--title-color);
}
.sectionsbloc.odd .tc_content,.sectionsbloc.odd .title h2,.sectionsbloc.odd .eb-feature-list-title
{
  color: var(--white);
}
.sectionsbloc.odd .eb-feature-list-title
{
  font-size: 1em;
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/

.reaImg{
  width: 100%;
  height: 100%;
}
.reaImg::before {
  z-index: 0;
  transition: all 1s;
  background: url(../images/home-bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(10deg);
}
.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;
}

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

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

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

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

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/

/*-----------------*/
/* FOOTER */
/*-----------------*/
.wrapperContact
{
  background: var(--title-color);
}
#footerLinks
{
  padding: 30px;
}

.cekome_form .formprivacy_chk label,.mention,.cekome_form .blc_captcha label
{
  color: var(--white);
}

.coordFull>div
{
  padding: 8px 20px;
}

.coordFull h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.marque-alsace
{
  object-fit: contain;
}
#cptchkbx-footerContact
{
  margin-left: 0!important;
  --size: 20px;
  width: var(--size)!important;
  height: var(--size)!important;
}

.coordFull
{
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.footerh3
{
  font-size: 20Px;
}

#recrutementForm
{
  padding: 70px 40px;
}
#recrutementForm .cekome_form .blc_fileattach label{color: var(--white)}

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

.imageFond
{
  background: url(../images/home-bg3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.coordFull span
{
  display: none;
}

#footer,#contactForm
{
  position: relative;
  z-index: 15;
}