* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; 
    font-smoothing: antialiased; 

}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@font-face {
    font-family: 'Goia-regular';
    src: url('fonts/goia/Goia-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goia-semibold';
    src: url('fonts/goia/Goia-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goia-bold';
    src: url('fonts/goia/Goia-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/font-awesome/fa-brands-400.eot");
  src: url("fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),
       url("fonts/font-awesome/fa-brands-400.woff2") format("woff2"),
       url("fonts/font-awesome/fa-brands-400.woff") format("woff"),
       url("fonts/font-awesome/fa-brands-400.ttf") format("truetype"),
       url("fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}

:root {
    --leftright: 7vw;
    --vert: #bfe0d6;
    --beige: #fef5e9;
    --couleur03: #e0e8de;
    --couleur04: #feebdc;
    --couleur07: #9da59c;
    --violet: #7d6ba8;
    --noir: #3c3c3b;
    --bold: 'Goia-bold';
    --materialicon: 'Material Symbols Outlined';
    --heightaccueil: 75vh;
}

html, body {
    box-sizing: border-box;
    font-family: 'Goia-regular', helvetica, arial, lucida, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    font-optical-sizing: auto;
    color: var(--noir);
    text-rendering: optimizeLegibility; 
    word-wrap: normal !important;
    hyphens: none !important;
    word-break: normal !important;
}

strong,
.bold {
    font-family: var(--bold) !important;
}

#container,
#content {
    margin: 0 auto;
    position: relative;
}

.bkg-blanc {
    background: #fff;
}

.bkg-noir {
    background: var(--noir);
}

p {
    font-family: 'Goia-regular', helvetica, arial, lucida, sans-serif;
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
    color: var(--noir);
    margin: 0;
    font-optical-sizing: auto;
    font-style: normal;
    position: relative;
}

.entry-content p {
    margin: 0;
    margin-bottom: 10px;
}

p.small {
    font-size: .85rem;
    line-height: 1.25rem;
}

.big,
p.big {
    font-size: 1.45rem;
    line-height: 1.8rem;
}

.superbig {
    font-size: 4.5rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
}

.cap {
    text-transform: uppercase;
}

ul, ol {
    margin: 0;
}

a {
    outline: none;
}

a,
a:hover,
a:visited,
a::after,
a:hover::after,
a:hover::before {
    color: inherit;
    outline-style: none !important;
    transition: all 0.3s;
}

a img {

}

img {
    max-width: 100%;
    border-radius: 10px;
}

img.alignleft {
    float: left;
    margin-right: 20px;
}

img.alignright {
    float: right;
    margin-left: 20px;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Goia-bold', helvetica, arial, lucida, sans-serif;
	font-style: normal;
    margin: 0;
    position: relative;
}


h1 {
    font-size: 2.9rem;
    line-height: 3.4rem;
}

h2 {
    font-size: 2.4rem;
    line-height: 2.7rem;
    text-decoration: underline;
}

h2::before {
    content: '';
    display: block;
    height: 100px;
    width: 100px;
    background: url(img/fleche-before.png) bottom left no-repeat;
    background-size: contain;
    margin-bottom: 12px;
}

h3 {
    font-size: 1.7rem;
    line-height: 2.1rem;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.7rem;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.6rem;
}

h2 + p,
h2 + div,
h2 + h5,
h2 + h4,
h2 + h3,
h2 + ul {
    margin-top: 25px;
}

h3 + h3 {
    margin-top: 10px;
}

h3 + p,
h3 + div,
h3 + img,
h3 + h5,
h3 + h4,
h3 + ul {
    margin-top: 10px;
}

h1 + p,
h1 + div,
h1 + img,
h1 + h4,
h1 + ul {
    margin-top: 30px;
}

h4 + p,
h4 + div,
h4 + nav,
h4 + ul,
h4 + img,
h5 + p,
h5 + div,
h5 + ul {
    margin-top: 12px;
}

p:not(.marginzero) + img,
ul:not(.marginzero) + img,
a:not(.marginzero) + img {
    margin-top: 30px;
}

p:not(.marginzero) + p {
    margin-top: 15px;
}

p:not(.marginzero) + .big,
p:not(.marginzero) + ul {
    margin-top: 20px;
}

a.underline:hover {
    text-decoration: underline;
}

a.bouton + p,
a.bouton + h3,
a.bouton + ul,
a.bouton + h4,
a.bouton + h5,
a.bouton + img,
a.cta + p,
a.cta + h3,
a.cta + ul,
a.cta + h4,
a.cta + h5,
a.cta + img,
a.link + p,
a.link + ul,
a.link + h4,
a.link + h5,
a.link + h3,
a.link + img,
a.lien + p,
a.lien + ul,
a.lien + h4,
a.lien + h5,
a.lien + h3,
a.lien + img {
    margin-top: 20px;
}

a.cta + a.link {
    margin-top: 30px;
}

p:not(.marginzero) + h4,
p:not(.marginzero) + h3,
p:not(.marginzero) + h5,
p:not(.marginzero) + h2 {
    margin-top: 25px;
}

p:not(.marginzero) + a {
    margin-top: 20px;
}

h2:not(.marginzero) + ul,
h3:not(.marginzero) + ul,
h4:not(.marginzero) + ul,
h5:not(.marginzero) + ul,
p:not(.marginzero) + ul,
img + ul {
    margin-top: 15px;
}

/*************************************************************************/
/************************* STRUCTURE *************************************/
/*************************************************************************/

a.absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
}

body.home .wrapthin,
.wrap {
    position: relative;
    padding-left: var(--leftright);
    padding-right: var(--leftright);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 3;
}

.wrapthin {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 3;
}

.thin {
    position: relative;
    width: 967px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 3;
}

.hentry {
    background: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.entry-content {
    padding: 0;
}

.hentry header {
    border: 0;
    border-bottom: 0;
    padding: 0;
}

.hentry footer {
    border: 0;
    padding: 0;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.display-table {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.blanc p,
p.blanc,
.blanc {
    color: #fff;
    font-weight: 400;
}

.bkg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding80 {
    padding: 80px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.padding10 {
    padding: 10px;
}

.filet {
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

.filet-epais {
    width: 100%;
    height: 12px;
    margin: 25px 0;
    border-radius: 3px;
}

.container-flex {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-flex-center {
    display: flex;
    column-gap: 3%;
    flex-wrap: wrap;
    justify-content: center;
}

.container-flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.container-flex-start {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    justify-content: flex-start;
}

.container-flex-start-nowrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
    max-width: 100%;
}

.flex-item-moitie {
    justify-content: space-between;
    width: 48%;
    position: relative;
}

.flex-item-quart {
    justify-content: space-between;
    width: 23%;
    position: relative;
}

.flex-item-trois-quart {
    justify-content: space-between;
    width: 70%;
    position: relative;
}

.flex-item-tiers {
    justify-content: space-between;
    width: 31%;
    position: relative;
}

.flex-item-deux-tiers {
    justify-content: space-between;
    width: 65%;
    position: relative;
}

.flex-item-auto {
    justify-content: space-between;
    position: relative;
}

.flex-item-full {
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.flex-item-cinq {
    justify-content: space-between;
    width: 18%;
    position: relative;
}

.flex-center {
    align-self: center;
}

.flex-end,
.flex-base {
    align-self: flex-end;
}

.marginzero,
.margin-zero {
    margin: 0 !important;
}

paddingzero,
padding-zero {
    padding: 0 !important;
}

.borderradius,
.border-radius {
    border-radius: 8px;
}

.boxshadow,
.box-shadow {
    box-shadow: 0 0 28px rgba(0,0,0,0.13);
}

a.cta {
    font-family: "Goia-bold", sans-serif;
	font-style: normal;
    color: #fff;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    margin-right: 20px;
    text-decoration: none;
    background: var(--violet);
    transition: all .3s;
    position: relative;
}

a.cta-filet {
    font-family: "Goia-bold", sans-serif;
	font-style: normal;
    color: var(--violet);
    padding: 0 30px;
    height: 60px;
    line-height: 58px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    margin-right: 20px;
    text-decoration: none;
    border: 2px solid var(--violet);
    transition: all .3s;
    position: relative;
}

a.cta::after,
a.cta-filet::after {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: 4px;
    right: 4px;
    transition: all .3s;
}

a.cta::after {
    background-image: url(img/forme-cta-beige.png);
    background-size: contain;
    background-repeat: no-repeat;
}

a.cta-filet::after {
    background-image: url(img/forme-cta-violet.png);
    background-size: contain;
    background-repeat: no-repeat;
}


li#menu-item-23 a {
    font-family: "Goia-bold", sans-serif;
	font-style: normal;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background: var(--violet);
}

li#menu-item-23 a::after {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    bottom: 3px;
    right: 3px;
    transition: all .3s;
    background-image: url(img/forme-cta-beige.png);
    background-size: contain;
    background-repeat: no-repeat;
}

li#menu-item-24 a {
    height: 40px;
    width: 40px;
    background: var(--beige);
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    font-size: .9rem;
}

li#menu-item-24 a::after {
    content: '›';
    vertical-align: middle;
    margin-left: 3px;
}


a.lien,
a.link {
    font-size: 1rem;
    margin-top: 20px;
    text-decoration: underline;
    display: inline-block;
    color: var(--violet);
    font-family: var(--bold);
}


p + .cta,
ul + h4,
ul + h5,
ul + h3,
ul + h2,
ul + .cta,
ul + p,
h3 + .cta,
h4 + .cta,
h4 + .h3,
h4 + .h2,
h5 + .cta,
.cta + .cta {
    margin-top: 20px;
}

h1 + .cta,
h2 + .cta {
    margin-top: 30px;
}


/*************************************************************************/
/**************************** HEADER *************************************/
/*************************************************************************/

header.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    padding: 20px 0 0;
    background-color: transparent;
    transition: all .3s;
}

.logo-header {
    width: 280px;
    height: 90px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: relative;
    transition: all .3s;
}

header.header nav li:not(.cta, .cta-filet) {
    display: inline-block;
    float: none;
    padding: 8px 15px;
}

header.header nav li:not(.cta, .cta-filet) a {
    font-size: 1rem;
    display: block;
    text-decoration: none;
    font-family: "Goia-semibold", sans-serif;
	font-style: normal;
    position: relative;
    color: var(--noir);
    padding: 0;
}

header.header.scroll {
    transition: all .3s;
    padding: 8px 0;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
}

header.header.scroll .logo-header {
    top: 0;
    transition: all .3s;
    width: 200px;
    height: 60px;
}

header.header .top-header {
    transition: all .3s;
}

header.header.scroll .top-header {
    top: -250px;
    position: absolute;
    transition: all .3s;
}

header.header .cta a,
header.header .cta-filet a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: .85rem;
}

header.header .cta-filet a {
    color: var(--noir);
    line-height: 38px;
    background: transparent;
    border: 2px solid var(--vert);
}


/*---------------- */
/* RESEAUX SOCIAUX */
/*---------------- */

li.youtube,
li.linkedin,
li.twitter,
li.facebook,
li.instagram {
    display: inline-block;
    width: auto !important;
    padding: 0;
}

li.youtube a,
li.linkedin a,
li.twitter a,
li.facebook a,
li.instagram a {
    padding: 0;
}

li.youtube a::after,
li.linkedin a::after,
li.twitter a::after,
li.facebook a::after,
li.instagram a::after {
    content: '';
    display: inline-block;
    font-size: 1.3rem;
    font-family: 'fontAwesome';
    height: 40px;
    padding: 0 10px;
    color: #fff;
}

li.youtube a:hover::after,
li.linkedin a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {

}

li.facebook a::after {
    content: '\f082' !important;
}

li.instagram a::after {
    content: '\e055' !important;
}

li.twitter a::after {
    content: '\e61a' !important;
}

li.linkedin a::after {
    content: '\f08c' !important;
}

li.youtube a::after {
    content: '\f167' !important;
}



/*************************************************************************/
/**************************** FOOTER *************************************/
/*************************************************************************/

footer.footer {
    background: var(--beige);
    color: var(--noir);
    padding: 40px 0;
}

footer.footer nav a,
footer.footer p {
    text-decoration: none;
}

footer.footer nav.footer-nav li {
    display: block;
    padding: 8px 0;
    float: none;
}

footer.footer nav.footer-nav a {
    display: inline-block;
    padding: 0;
}




/*******************************************************************/
/*************************** Home + Pages **************************/
/*******************************************************************/

.top-home {
    width: 100%;
    height: var(--heightaccueil);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}


section {
    padding: 40px 0;
    position: relative;
}

section.bkg-droite {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

section.bkg-gauche {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}


.module-action {
    padding: 0 20px;
    border-left: 1px solid var(--noir);
}

.module-action:last-child {
    border-right: 1px solid var(--noir);
}

.module-action .titre-action {
    height: 150px;
}

.module-action .barre-action {
    background: var(--violet);
    transition: all .2s;
    height: 6px;
    width: 100px;
    margin-bottom: 50px;
}





.container-breadcrumb {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 25px;
}

#breadcrumbs {
    font-size: .85rem;
    font-weight: 400;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs a {
    position: relative;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs .separ {
    display: inline-block;
}

#breadcrumbs .separ::before {
    content: '\e315';
    display: inline-block;
    font-size: .9rem;
    color: var(--dore);
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: middle;
}



/**********************************************************************************************************************************************************/
/********************************************************************** TRANSITION PAGES ******************************************************************/
/**********************************************************************************************************************************************************/

.loader-site {
    background: var(--beige);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15000;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
}

.spinner {
  margin: 40vh auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: var(--vert);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}


#holder {
	opacity: 0;  
	transition: opacity 0.3s ease-in-out;
 	-moz-transition: opacity 0.3s ease-in-out;
 	-webkit-transition: opacity 0.3s ease-in-out;
}

#holder.visible {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
 	-moz-transition: opacity 0.4s ease-in-out;
 	-webkit-transition: opacity 0.4s ease-in-out;
}





