/***/
/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper svg
{
    --size: 50vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 300px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
.white blockquote p
{
    color: var(--white);
}
/*-------------------- MOT -------------------*/

/*-------------------- SHAPE -------------------*/
.row__shape .shape__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff;
}

.row__shape {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    pointer-events: none;
}
/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-accroche
{
    text-transform: uppercase;
    max-width: 800px;
    margin: 0 auto;
}
#bannerTitle
{
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
}
#header-coordonnees :is(.left,.right)
{
    gap: 20px;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
.imgContent
{
    height: clamp(350px,50vw,450px);
}
.imgContent img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}
.home #content .button
{
    margin: 30px auto;
}
/*-----------------*/
/* 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;
}

/*-----------------*/
/* CTA */
/*-----------------*/



/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations::before
{
    background: var(--light-color);
    height: 500Px;
}
#backgroundPrestations
{
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#backgroundPrestations {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#backgroundPrestations .background-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(.99);
    -ms-transform: scale(.99);
    transform: scale(.99);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 3s cubic-bezier(.19, 1, .22, 1) 0ms, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: opacity 3s cubic-bezier(.19, 1, .22, 1) 0ms, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: opacity 3s cubic-bezier(.19, 1, .22, 1) 0ms, transform 2s cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: opacity 3s cubic-bezier(.19, 1, .22, 1) 0ms, transform 2s cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: opacity 3s cubic-bezier(.19, 1, .22, 1) 0ms, transform 2s cubic-bezier(.19, 1, .22, 1) 0ms, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0ms
}

#backgroundPrestations .background-item:before {
    content: "";
    position: absolute;
    background: var(--black);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .5
}

#backgroundPrestations .background-item.active,
#backgroundPrestations .background-item.on {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

#wrapperPrestations:not(.active) #backgroundPrestations
{
    filter: brightness(0.6);
}


.bloc_prestations {
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

.bloc_prestations.on {
    backdrop-filter: blur(8px);
}

.bloc_prestations:before {
    pointer-events: none;
    z-index: 10;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    transition: opacity ease 0.5s;
}

.bloc_prestations.on .prestations-img img {
    opacity: 0;
}

.bloc_prestations .prestations-img {
    opacity: 1;
    min-height: inherit;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    transition: all ease 0.5s;
    width: 100%;
    height: auto;
}

.bloc_prestations.off .prestations-img {
    opacity: 0;
}

.bloc_prestations .prestations-img .blocthumb:before,
.bloc_prestations .prestations-img .blocthumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity ease-in-out 0.3s;
}

.bloc_prestations .prestations-img .blocthumb:after {
    z-index: 2;
    background: var(--overlay-color);
    opacity: 0.5;
}

.prestations-content .liresuite {
    margin-top: 40px;
}

#foregroundPrestations {
    grid-gap: 0;
    position: relative;
    z-index: 2;
}

.prestations-wrapper {
    height: 100%;
    display: flex;
}

.bloc_prestations .prestations-content {
    transition: opacity ease 0.5s;
    position: relative;
    z-index: 2;
    width: 100%;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}


.bloc_prestations .title-presta {
    transition: opacity ease 0.5s;
    opacity: 1;
    transition: all ease 0.5s;
}

.bloc_prestations .icone-presta {
    width: 50px;
    margin: 0 auto 20px;
}

.bloc_prestations.on .title-presta {
    transform: translateY(0);
}

.prestations-content .title_content,
.prestations-content .content_link,
.prestations-content .tc_excerpt {
    color: var(--white);
}

.bloc_prestations .txt-presta {
    font-size: 15px;
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    max-height: 0;
    opacity: 0;
}

.bloc_prestations .txt-presta .content_link {
    color: var(--white);
    line-height: 1.5;
    display: block;
    margin-bottom: 40px;
}

.bloc_prestations.on .txt-presta {
    max-height: 400px;
    opacity: 1;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.prestations-content h3
{
    font-size: 1em;
    padding: 10px;
    background: var(--primary-color);
}

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/


/*-----------------*/
/* SECTIONS */
/*-----------------*/
.column__shape
{
    position: absolute;
    height: 102%;
    z-index: 1;
    width: 101%;
    display: flex;
    justify-content: end;
    margin-right: 0px;
    margin-top: -1%;
}
.column__shape  svg
{
    height: 100%;
    width: auto;
}
.sectionsbloc.odd .column__shape
{
    margin-left: -2px;
    transform: scale(-1);
}
.sectionsbloc .blocthumb
{
    overflow: hidden;
}
.sectionsbloc .blocthumb img
{
    height: 120%;
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances
{
    padding-top: 180px;
    padding-bottom: 80px;
    background-attachment: fixed;
}

#reassurances .overlay
{
    z-index: -1;
}
#reassurances .row__shape
{
    transform: scale(-1);
    top: -1px;
    bottom: initial;
}
body:not(.template-prestations-php) #reassurances .overlay
{
    background: var(--primary-color);
}
/*-----------------*/
/* SHARE */
/*-----------------*/
#share
{
    padding: 50px 20px;
    padding-bottom: 110px;
    background: var(--light-color);
}

#share .share-buttons {
	display: inline-block;
	vertical-align: middle;
	display: inline-block;
}

#share .share-buttons a {
	display: inline-block;
	padding: 0px 17px;
    margin: 0;
	cursor: pointer;
}

#share .share-buttons a:nth-child(1) {
	background-color: #3b5999;
}
#share .share-buttons a:nth-child(2) {
	background-color: #55acee;
}
#share .share-buttons a:nth-child(3) {
	background-color: #dd4b39;
}
#share .share-buttons a:nth-child(4) {
	background-color: #e4405f;
}
#share .share-buttons a:nth-child(5) {
	background-color: #bd081c;
}
#share .share-buttons a svg {
	height: 20px;
	fill: var(--white);
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 15px 0;
}
#share .share-buttons a svg + a svg{
  background:#8a3ab9;
}
#share .share-buttons a:hover svg {
	/* fill: var(--white); */
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.5);
}

/*-----------------*/
/* certifications */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires
{
    background: var(--light-color);
    padding-top: 140px;
}
#partenaires .row__shape
{
    top: 0;
    bottom: initial;
    transform: scale(-1);
}
/*-----------------*/
/* RECRUTEMENT */
/*-----------------*/
#listrecrutement .list_imgrecrutement img {
    height: auto;
}
#bannerImg .blocthumb 
{
    background: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#bannerImg .blocthumb img
{
    display: none;
}
/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
#wrapperForm .title
{
    background: var(--secondary-color);
    padding: 20px;
}
#wrapperForm .title h2
{
    font-size: 20px;
}

/*-----------------*/
/* FOOTER */
/*-----------------*/
