/*
 Theme Name: Damien Artu
 Text Domain: model-expert-viseo
 Version: 1
 Description: 
 Author: Expert Viseo 
 Author URI: 

>>> TABLE OF CONTENTS:

----------------------------------------------------------------------------- */
/* CSS Reset
/* -------------------------------------------------------------------------- */
html,body {
	border: none;
	margin: 0;
	padding: 0;
    overflow-x: hidden;}
h1,h2,h3,h4,
h5,h6,p,blockquote,
em,img,small,li,
ol,ul,fieldset,form,
label,button {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;}

/* Document Setup
/* -------------------------------------------------------------------------- */

/* Font Init */
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-Light.eot');
    src: url('./assets/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-Light.woff2') format('woff2'),
        url('./assets/fonts/Lato-Light.woff') format('woff'),
        url('./assets/fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;}
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-LightItalic.eot');
    src: url('./assets/fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-LightItalic.woff2') format('woff2'),
        url('./assets/fonts/Lato-LightItalic.woff') format('woff'),
        url('./assets/fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;  font-style: italic; font-display: swap;}
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-Regular.eot');
    src: url('./assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-Regular.woff2') format('woff2'),
        url('./assets/fonts/Lato-Regular.woff') format('woff'),
        url('./assets/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal; font-style: normal;  font-display: swap;}
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-BoldItalic.eot');
    src: url('./assets/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('./assets/fonts/Lato-BoldItalic.woff') format('woff'),
        url('./assets/fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold; font-style: italic; font-display: swap;}
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-Italic.eot');
    src: url('./assets/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-Italic.woff2') format('woff2'),
        url('./assets/fonts/Lato-Italic.woff') format('woff'),
        url('./assets/fonts/Lato-Italic.ttf') format('truetype');
    font-weight: normal; font-style: italic; font-display: swap;}
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-BlackItalic.eot');
    src: url('./assets/fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-BlackItalic.woff2') format('woff2'),
        url('./assets/fonts/Lato-BlackItalic.woff') format('woff'),
        url('./assets/fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;  font-style: italic; font-display: swap;}
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-Bold.eot');
    src: url('Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-Bold.woff2') format('woff2'),
        url('./assets/fonts/Lato-Bold.woff') format('woff'),
        url('./assets/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;font-style: normal;font-display: swap;}
@font-face {
    font-family: 'Lato Hairline';
    src: url('./assets/fonts/Lato-HairlineItalic.eot');
    src: url('./assets/fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-HairlineItalic.woff2') format('woff2'),
        url('./assets/fonts/Lato-HairlineItalic.woff') format('woff'),
        url('./assets/fonts/Lato-HairlineItalic.ttf') format('truetype');
    font-weight: 300; font-style: italic;  font-display: swap;}
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato-Black.eot');
    src: url('./assets/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lato-Black.woff2') format('woff2'),
        url('./assets/fonts/Lato-Black.woff') format('woff'),
        url('./assets/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;font-style: normal;font-display: swap;}

html {
	font-size: 16px;
	font-size: 100%;
	line-height: 19px;
	line-height: 25px;
	scroll-behavior: smooth;
	font-family: Lato;
	color: var(--color-black-text)}
*,*::before,*::after {
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;}

:root{
	--max-width : 1920px;
	--max-width : 1760px;
	--max-width-full : 100vw;
	--margin-width : calc( ( var(--max-width) - var(--max-width-full ) ) / 2 );
	--margin-width-positive: calc( ( var(--max-width-full) - var(--max-width ) ) / 2 );	
	
	--container-width : 1600px;
	--max-width-1400 : 1440px;
	--max-width-1000 : 1000px;
	
	/* Helper font*/
	--font-size-home : 51px;
	--line-height-home : 61px; 
	--font-size-h1 : 40px;
	--line-height-h1 : 48px;
	
	--font-size-25 : 25px;
	--line-height-30 : 30px;
		
	/* Spacing */
	--header-page : 200px;
	--single-bottom : 150px;
	
	/* grid */
	--row-gap: 75px ;
	--column-gap : var(--row-gap);
	--grid-columns: 3; 

	}

/* Typography  */
/* H1 ------------------------------------- */
h1, .heading-size-1, .is-style-heading_1 {
	font: normal normal bold var(--font-size-home)/var(--line-height-home) Lato;
	margin-bottom: 20px;}

/* H2 ------------------------------------- */
h2,.heading-size-2, .is-style-heading_2 { 
	font: normal normal normal 32px/39px Lato;
	letter-spacing: 0px;
    margin-bottom: 30px;}

.wrapper-content-default h2,
.wrapper-content-default .heading-size-2,
.wrapper-content-default .is-style-heading_2,
.service-page h2,
.service-page .heading-size-2,
.service-page .is-style-heading_2,
.single-page h2,.single-page .heading-size-2,
.single-page .is-style-heading_2 {
	font: normal normal bold 24px/29px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	text-transform: uppercase;}

/* H3 ------------------------------------- */
h3,.heading-size-3, .is-style-heading_3 {
	/* font: normal normal 600 25px/30px Lato; */ 
	letter-spacing: 0px;
	text-align: left;
	font: normal normal bold 24px/29px Lato;
	color: #A68125;
	margin-bottom: 20px;}

.wrapper-content-default h3,
.wrapper-content-default .heading-size-3,
.wrapper-content-default .is-style-heading_3,
.service-page h3,.service-page  .heading-size-3,
.service-page .is-style-heading_3,
.single-page h3,.single-page  .heading-size-3,
.single-page .is-style-heading_3 {
	text-align: left;
	font: normal normal bold 20px/26px Lato;
	letter-spacing: 0px;
	color: #A68125;}

/* Spacing h2 / H3  */
/* Sapcing Block */
.wp-block-column h2 + p,
.wp-block-column h3 + p,
.service-page .block-image-texte h2 + p,
.service-page .block-image-texte h3 + p,
.wrapper-content-single h2 + ul,
.wrapper-content-single h3 + ul,
.wrapper-content-single h2 + p,
.wrapper-content-single h3 + p{ margin-bottom: 40px}

.wp-block-column p + h3,
.wp-block-column p + h2,
.service-page .block-image-texte  p + h3,
.service-page .block-image-texte  p + h2,
.wrapper-content-single p + h3,
.wrapper-content-single p + h2{ margin-top: 50px;}

.wrapper-content-default h2 + ul,
.wrapper-content-default h3 + ul,
.wrapper-content-default h2 + p,
.wrapper-content-default h3 + p{ margin-bottom: 40px}

.wrapper-content-default p + h3,
.wrapper-content-default p + h2{ margin-top: 50px;}

.wp-block-column a {font-size:inherit; font-weight: bold;color: var(--color-primary); };

/* H4 - H5 - H6 ------------------------------------- */
h4,.heading-size-4 { 	
	font: normal normal 600 20px/30px Lato;
    letter-spacing: 0;}

p { margin: 0 0 15px 0;}
blockquote::before { content: "";}
a{	text-decoration: none;
	color: inherit; 
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0px;}
.has-normal-font-size,
.has-regular-font-size{ font-size: 16px;}
em,i,q,dfn { font-style: italic;}
em em,em i,i em,i i,cite em,cite i {font-weight: bolder;}
b,strong {font-weight: 700;}
hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	border-color: darkmagenta; 
	margin: 4rem 0;}

/* link paragraphe */
.wrapper-content-page li > a, 
.wrapper-content-page p > a,
.wrapper-content-default li > a, 
.wrapper-content-default p > a, 
.wrapper-content-single p > a, 
.wrapper-content-single li > a,
.wrapper-content-page strong a, 
.wrapper-content-default strong a, 
.wrapper-content-single strong a{
	font-weight: bold;
	letter-spacing: 0px;
	color: #1d2341; 
	font-size: 16px;}

.wrapper-content-page ul,
.wrapper-content-default ul,
.wrapper-content-single ul{
	width: max-content;
	margin-left: 40px;
	margin-bottom: 30px;}

.wrapper-content-page .block-image-texte ul,
.wrapper-content-default .block-image-texte ul, 
.wrapper-content-single .block-image-texte ul, 
.wrapper-content-page details ul,
.wrapper-content-default details ul, 
.wrapper-content-single details ul{width: auto;}

.wrapper-content-page ul li ,
.wrapper-content-default ul li ,
.wrapper-content-single ul li { margin-bottom: 10px;}

/* Media ------------------------------------- */
figure { display: block;}
iframe {
	display: block;
	max-width: 100%;}
svg,img,embed,object {
	display: block;
	height: auto;
	max-width: 100%;}
figcaption,.wp-caption-text {
	color: #6d6d6d;
	color: darkmagenta; 
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;}
figcaption a,.wp-caption-text a { color: inherit;}

/* Inputs ------------------------------------ */
fieldset {
	border: 0.2rem solid #dcd7ca;
	border-color: darkmagenta; 
	padding: 2rem;}
legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;}
input,textarea { 
	border-color: #dcd7ca;
	border-color: darkmagenta; }
input[type="email"],
input[type="tel"] { direction: ltr;}
input[type="text"],input[type="email"],
input[type="number"],input[type="tel"],
input[type="date"],textarea {
	border: 1px solid #FFFFFF;
	border-radius: 22px;
	background: transparent;
	box-shadow: none;
    display: block;
    letter-spacing: 0;
	max-width: 100%;
    padding: 9px 25px;
	width: 100%;
    font-family: 'Lato';}
textarea {
	height: 12rem;
	line-height: 1.2;
	width: 100%;}
input::-webkit-input-placeholder { line-height: normal;}
input:-ms-input-placeholder { line-height: normal;}
input::-moz-placeholder { line-height: revert; }
button,.button,.faux-button,
.wp-block-button__link,.wp-block-file .wp-block-file__button,
input[type="button"],input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	display: inline-block;
	background: transparent;
	opacity: 1;
	text-align: center;
	text-decoration: none;}
input[type="text"]:focus,input[type="email"]:focus,
input[type="password"]:focus,input[type="number"]:focus,
input[type="tel"]:focus,input[type="color"]:focus,
textarea:focus { border-color: currentColor;}
input[type="radio"] {
  position: absolute;
  opacity: 0;}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
  content: '';
  position: absolute;}
.form-radio-wrapper .wpcf7-list-item-label{
    position: relative;
    display: flex;}
.form-radio-wrapper	.wpcf7-list-item{
	padding: 10px 10px;
    padding-left: 35px;}
.form-radio-wrapper .wpcf7-list-item-label::before, 
.form-radio-wrapper .wpcf7-list-item-label::after {
    content: " ";
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    display: block;
    top: 0;
    left: -25px;
    border-radius: 50px;}
.form-radio-wrapper input[type="radio"]:checked ~ .wpcf7-list-item-label::after{
	background: #A68125;
	width: 10px;
    height: 10px;
	top: 5px;
    left: -20px;}
.wp-block-button__link:active, .wp-block-button__link:focus, 
.wp-block-button__link:hover, .wp-block-button__link:visited{color: inherit;}

/* Init Helper Class 
/* -------------------------------------------------------------------------- */
.container-wrapper {
	transition: width .3s ease-in-out; 
	width: var(--max-width); 
	margin: 0 auto; 
	position: relative}

.service-page .wp-block-columns, 
.service-page .block-image-texte .container-wrapper, 
.wrapper-content-single, 
.wrapper-content-single .container-wrapper,
.wrapper-content-default, 
.wrapper-content-default .container-wrapper,
.wrapper-content-page > p,
.wrapper-content-page > h2,
.wrapper-content-page > .block-image-texte,
.wrapper-content-page  .container-wrapper{
	width: var(--max-width-1400); 
	margin-left: auto;
	margin-right: auto;}

.wrapper-content-page > .container-wrapper:not(.block-cta){
	padding-left: 0;
	padding-right: 0;}
.wp-block-columns{
	margin-bottom: 30px;
	margin-top: 50px;}

.wrapper-content-single > p, 
.wrapper-content-single > h2, 
.wrapper-content-single > h3, 
.wp-block-column{padding: 0 15px !important}

.width_50{
	width: calc(var(--max-width) / 2 );
	padding:  0 15px;}
.container-wrapper > .width_50{
	width: calc(100% / 2 );
	padding: 0;}

.width_60{
    width: calc( (100vw * 55 ) / 100 );
    padding: 0 15px;
    padding-left: var(--margin-width-positive);}
.width_40{
    width: calc( (100vw * 45 ) / 100 );
    padding: 0 15px; }
.width_70{
    width: calc( (100vw * 60 ) / 100 );
    padding: 0 15px;
    padding-left: var(--margin-width-positive);}
.width_30{ width: calc( (100vw * 40 ) / 100 );  }
.content-area{ 
	position: relative;
	min-height: 75vh;}

.header__menu-wrapper{display:flex ;}
.menu__trigger,.menu-item__children{display:none ;}
	
/* Bouton */
/* -------------------------------------------------------------------------- */

/* Undo Gutengerg style */
.is-style-outline>:where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline{ border: none !important; }
.wp-block-button{ width: max-content;}
.wp-block-button__link{
	background-color:transparent;
	padding: 0;
    letter-spacing: 0;
    line-height: inherit;
    color: inherit;
    text-transform: none;}

.wpcf7-submit, .btn-border{
		cursor: pointer;
	border: 3px solid #ffffff;
	border-radius: 35px;
	padding: 12px 20px}
.btn-filll{
	cursor: pointer;
	border-color: white;
	background: white;
	color: var(--color-primary);}
.btn-filll:hover{
	cursor: pointer;
	border-color: white;
	background: #1d2341;
	color: white;}
.border-white{
	cursor: pointer;
	border-color: white;
	color: #ffffff;}

/* Btn hoover */
.border-white:hover{
	background : #a38121;
	border-color: #a38121;  
	font-weight: bold;
	color : var(--color-primary) !important;
	transition: all .2s ease-in-out;}
.border-white:hover .has-primary-color{
	color:var(--color-secondary)!important;
	transition: all .2s ease-in-out; }
.border-white:hover .has-secondary-color{ 
	color : var(--color-primary) !important;
	transition: all .2s ease-in-out;}
.is-style-btn_slice_border .has-primary-color:hover{
	color: #1d2341 ;
	transition: all .2s ease-in-out;}	

h2.wp-block-heading.has-primary-color.has-text-color.has-link-color:hover {
	color: #1d2341 !important;
}	
	
.border-primary{ border-color: var(--color-primary) ;}
.border-secondary{ border-color: var(--color-secondary);}

.actualite-slider .splide__arrow,
.block-faq__wrapper details summary,
ul.sub-menu .menu-item-has-children,
.btn-arrow-mask{
    display: flex;
    align-items: center;}

/* Flech Mask */
.nav-item-pagination::after,
.menu-item-has-children .menu-item__children::before, 
.actualite-slider .splide__arrow::after,
.block-faq__wrapper details summary::after,
ul.sub-menu .menu-item-has-children::after,
.btn-arrow-mask::after{
	width: 36px;
    height: 15px;
    display: flex;
    cursor: pointer;
	background: none;
    content: "";
    -webkit-mask-image: url("assets/icon/ic_trending_flat_24px blanche.svg");
    mask-image: url("assets/icon/ic_trending_flat_24px blanche.svg");
    position: relative;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;}
.btn-parent-page{
	font: normal normal bold var(--font-size-25)/30px Lato;
	letter-spacing: 0px;
	color: #F4C85A;
	text-transform: uppercase;
	text-decoration: underline;
	-moz-text-decoration-color: white;
	-webkit-text-decoration-color: white;
  	text-decoration-color: white;} 

/* bouton slice  */
.home-service__wrapper .is-style-btn_slice_border .wp-block-button__link,
.actualite-slider .is-style-btn_slice_border,
.border-slice{
	border: none;
	position: relative;
    z-index: 9;
    overflow: hidden;
	display: flex;
    width: max-content;}
.home-service__wrapper .is-style-btn_slice_border .wp-block-button__link::before,
.actualite-slider .is-style-btn_slice_border::before,
.border-slice::before {
	content: "";
    background: white;
    width: 110px;
    position: absolute;
    height: 110px;
    transform: matrix(0.74, -0.67, 0.67, 0.74, 0, 0);
    z-index: -1;
    top: -70%;
    left: 30%;}
.home-service__wrapper .is-style-btn_slice_border .wp-block-button__link::after,
.actualite-slider .is-style-btn_slice_border::after,
.border-slice::after{
	content: "";
    padding: 12px 20px;
    border: 3px solid var(--color-secondary);
    border-radius: 50px;
    z-index: -2;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;}
.home-service .is-style-btn_slice_border .wp-block-button__link::after{  border: 5px solid var(--color-primary);}

/* Background Type */
.background-rounded-secondary{
	 padding: 34px 72px ;
    background: #F4C85A47 0% 0% no-repeat padding-box;
    background: #1d2341 0% 0% no-repeat padding-box;
    border-radius: 35px;
    display: flex;}
.background-blue{
	background: transparent linear-gradient(180deg, #a38121 0%, #a38121 100%) 0% 0% no-repeat padding-box;
	color: white;
	padding: 20px 0 150px 0;
	margin-bottom: 150px;}
.background-header{
	background: url("assets/img/background-header-alysio.svg");
	min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;}
.background-full{
	background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;}

/* -------------------------------------------------------------------------- */
/* breadcrumb */
.breadcrumb-page{    
    margin-bottom: 24px;
    margin-top: 70px;
    margin-left: 70px;}
.breadcrumb-page ol{
	font: normal normal normal 14px/17px Lato;
	display: flex;
	list-style: none;
	flex-wrap: wrap;}
.breadcrumb-page ol a{
	font-size: 14px; 
	line-height: 17px;}
.breadcrumb-page ol li:not(:last-of-type){display: flex; align-items: center;}
.breadcrumb-page ol li:not(:last-of-type)::after{  content: " > ";margin: 0 5px}
.breadcrumb-page ol li:last-of-type{ color:#fff}

/* Site Header
/* -------------------------------------------------------------------------- */
.header{
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: transparent;
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.0);
	transition: background 0.3s ease-out,
				box-shadow 0.3s ease-out;}
.header.header-sticky {
	background: var(--color-primary);
	box-shadow: 0px 3px 6px #00000029;
	transition: background 0.3s ease-out,
				box-shadow 0.3s ease-out;}
.header .header__wrapper {
	color: white;
	transition: color 0.3s ease-out;}
.header__wrapper{
	position: relative;
	z-index: 9999;}
.header__wrapper li{list-style-type: none;}
.header__wrapper ul{ display: flex; align-items: center;}

/* Header Logo */
.header__logo{
	position: absolute;
	top: 0;
	left: 0;
    z-index: 99;}
.header__logo .link-logo{  
	background: white;
    border-radius: 50%;
    width: 200px;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	transition: width 0.3s ease-out, height 0.3s ease-out;}
.header__logo .link-logo img{
	width: 144px;
    height: 144px;
	transition: width 0.3s ease-out, height 0.3s ease-out;}
.header-sticky .header__logo .link-logo{
    width: 150px;
    height: 150px;}
.header-sticky .header__logo .link-logo img{
	width: 120px;
    height: 120px;}
/* Primary Menu */
.header__titles-wrapper{
	display: flex;
	justify-content: flex-end;
    align-items: center;
    margin-top: 22px;
	transition:  margin-top 0.3s ease-out;}
.header.header-sticky .header__titles-wrapper{
	margin-top: 7px;
	transition:  margin-top 0.3s ease-out;}

.header__navigation-wrapper{ 
	margin-right: var(--margin-width);
	margin-top: 30px;
	border-bottom: 1px solid #FFFFFF;
	transition:  margin-top 0.3s ease-out;}

.header.header-sticky .header__navigation-wrapper{
	margin-top: 0px;
	transition:  margin-top 0.3s ease-out;}

.header__titles-wrapper li{
    padding: 10px 20px;
    margin: 20px 35px;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    line-height: 1 !important;}

.header.header-sticky .menu__primary > li {
    margin: 15px 35px;
    margin-top: 10px;	
	margin-left: 0;
	transition:  margin 0.3s ease-out;}

.header__titles-wrapper .primary-menu > li:last-of-type{
	margin-right: 0px;
	padding-right: 0px;}
.header__titles-wrapper li a{
    font: inherit;
	text-transform: uppercase;}
.header__titles-wrapper li a:hover{
	font-weight: 600;
    color: #fff;
    font-size: 21px;}
.header__titles-wrapper li.current-menu-item{color: #fff;}
.header__titles-wrapper ul.sub-menu .current-menu-item{
	font-weight: bold;
	color: var(--color-primary);}
.header__titles-wrapper ul.sub-menu{ 
	display: none;
	position: absolute;
    flex-direction: column;
    width: max-content;
    background: var(--color-secondary);
    color: var(--color-primary);
    margin-top: 35px;
    align-items: stretch;
	left: 0;
	padding: 40px 50px;}

.header__titles-wrapper ul.sub-menu li{
	margin: 0;
    padding-left: 0;}
.menu-item-has-children ul.sub-menu .menu-item__children::before, 
.menu-item-has-children .menu-item__children::before, 
ul.sub-menu .menu-item-has-children::after{
    background-color: var(--color-primary);
    position: absolute;
    right: -25px;
    width: 25px;
    -webkit-mask-position: center;}

.header.header-sticky  .header__titles-wrapper ul.sub-menu{  margin-top: 30px;}

/* fix hoover */
.header__titles-wrapper li.menu-item-has-children::before{
    content: "";
    background: transparent;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -40px;}
.header__titles-wrapper ul.sub-menu li.menu-item-has-children::before{
    background: transparent; 
    height: 150%;
    left: 100%;
    top: -25%;
    width: 50px;}
.header__titles-wrapper li:hover > ul.sub-menu{ display: flex;}
.header__titles-wrapper li ul.sub-menu ul.sub-menu{   
	top: -40px;
    margin-top: 0;
    padding-left: 30px;
    left: calc(100% + 50px);
    opacity: 0.95;}
.header__titles-wrapper li ul.sub-menu ul.sub-menu ul.sub-menu{padding: 15px;}
.header__titles-wrapper li.contact-tel{
	padding: 10px 40px;
	font: normal normal bold 21px/25px Lato;}
/* Fixed Right Menu */
.fixed-right-menu{
	position: fixed;
	right: 0;
	top: 30%;
	height: 300px;
	width: 0; 
	z-index: 9999;
	transform: translate(0, -10%);}
.fixed-menu-wrapper{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    right: calc( -100% - 40px);
	width: 600px;
	transition: right 0.3s ease-out;}
.fixed-menu-wrapper:nth-child(2){  top: 10%;}
.fixed-button{
	position: relative;
	width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	z-index: 9;
    right: 115px;}
.fixed-button.btn-fixed-menu::after{
	content: "";
    background: url(assets/img/spline_menu-fix_correction.svg);
    position: absolute;
    background-repeat: no-repeat;
    height: 200px;
    width: 170px;
	top: 0;
	left: 0;
	z-index: -2;}	
button.fixed-button::before{
	content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    border: 2px solid #a38121;
    border-radius: 50px;
	transition: all .2s ease-in-out;}	

button.fixed-button:hover::before{
	background-color: var(--color-primary);
		transition: all .2s ease-in-out;}
button.fixed-button:hover svg *{ fill:white;}
button.fixed-button:hover svg {z-index: 9;}

.fixed-right-menu .panel{
    position: absolute;
    width: 100%;
	/**/
	font: normal normal normal 14px/17px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 6px #00000029;
	border: 2px solid #1d2341;
	padding: 30px 75px;}
.fixed-right-menu .panel .btn-fixed-panel{
	position: absolute;
    left: -39px;
    top: 0;}
.fixed-right-menu .panel .btn-fixed-panel::after{
	content: "";
	width: 80px; 
	height: 80px;
    background: url(assets/img/spline_menu-fix_open.svg);
    position: absolute;
    background-repeat: no-repeat;
	top: -2px;
	left: 0;
	z-index: -2;}
.fixed-right-menu .panel input,
.fixed-right-menu .panel textarea{ border: 2px solid #1d2341;margin-bottom:9px}

.fixed-right-menu .panel input[type="submit"]{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate( -50% , 40px );
	font: normal normal bold 20px/24px Lato;
	color: #1d2341;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #1d2341;}
.fixed-right-menu .panel input[type="submit"]:hover{
	color: #FFFFFF;
	background: var(--color-primary) 0% 0% no-repeat padding-box;}
.fixed-menu-wrapper.active .btn-fixed-menu{
	transition: right 0.3s ease-out;
	right: 0;
	opacity: 0; 
	display: none; }
.fixed-menu-wrapper.active{
	transition: right 0.3s ease-out;
	right: 600px;
	top: -150px}

/* Card Actualite */
/* Mini Helper Card */ 
.margin-b-article{
	margin-bottom: 30px;
    display: flex;}
.actualite-slider ul{ width: 100% !important;}

.article-card{
    max-width: 480px;
	margin: 0 15px;
	margin: auto;
    width: auto;
    display: flex;
    flex-direction: column;
	height: 100%;}
.article-card__title{
	font: normal normal bold var(--font-size-25)/30px Lato;
	letter-spacing: 0px;
	color: var(--color-primary);
	text-transform: uppercase;
	min-height: 90px;}
.article-card__execrpt{
	font: normal normal normal 16px/19px Lato;
	letter-spacing: 0px;
	color: #a38121;
	line-height: 25px;}
.article-card__thhumbnail{
	position: relative;
    display: flex;
	width: 100%;
    max-width: 480px;
    height: 370px;
    border-radius: 35px;
	box-shadow: 4px 4px 6px #00000029;
    overflow: hidden;
    align-items: center;
    justify-content: center;}
.article-card__thhumbnail img{
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: none;}
.article-card__thhumbnail.portrait img{
	height: auto;
    width: 100%;}
.article-card__link{
	margin-top: auto;
	display: flex;
    justify-content: flex-end;}

.block-information-card__link .btn-card-link, 
.article-card__link .btn-card-link{
	position: relative;
	font: normal normal normal 14px/17px Lato;
	letter-spacing: 0px;
	color: #1d2341;
    padding: 7px;
    padding-right: 0;
	transition: all .2s ease-in-out;}

.block-information-card__link .btn-card-link::after, 
.section-aide-liste_link .btn-list-link::after, 
.article-card__link .btn-arrow-mask::after{
	transition: all .2s ease-in-out;
	margin-left: 10px;
	background-color : #F4C85A;}

.actualite-slider__btn{
	margin-top: 120px;
    display: flex;
    justify-content: center;}
.actualite-slider__btn .btn-border{
    padding: 12px 25px;
    align-items: center;}

.actualite-slider__btn span:not(:last-of-type){margin-right: 5px;}
.actualite-slider__btn .icon-plus{
	display: flex;
	background: url("assets/icon/icon_feather-plus-circle.svg");
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: cover;	}

/* Hover */
.article-card .article-card__thhumbnail img{ transition: all .2s ease-in-out; }
.article-card .article-card__thhumbnail:hover img{
	opacity: 0.7;
	transition: all .2s ease-in-out; }  
.article-card .article-card__title  { transition: all .2s ease-in-out; }
.article-card .article-card__title:hover  {
	color: var(--color-secondary-dark) ;
	transition: all .2s ease-in-out; }
.article-card .btn-card-link:hover { 
	font-weight: bold;
	transition: all .2s ease-in-out;}
.article-card .btn-card-link:hover::after{
	transform: scale(1.1);
	background-color : #A68125; 
	transition: all .2s ease-in-out;}

/* Slider actualite */
.actualite-slider .splide__arrow{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(244 200 90 / 50%);
	opacity: 1!important; 
	top: 30%;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: all .2s ease-in-out;}
.actualite-slider .splide__arrow:hover{
	width: 55px;
    height: 55px;
	background: rgb(244 200 90 / 100%);
	transition: all .2s ease-in-out;}
.actualite-slider .splide__arrow svg{ display: none;}
.actualite-slider .splide__arrow::after{
    background-color: #1d2341;
    width: 20px;
    height: 10px;}
.actualite-slider .splide__arrow--prev::after { transform: rotate(180deg);}
.actualite-slider .splide__arrow--prev{ left: -3em;}
.actualite-slider .splide__arrow--next{ right: -3em;}

/* Page Archive / Category */
.article-wrapper,
.block-information__wrapper{
	display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    row-gap: var(--row-gap);
    position: relative;}

/* title Actu */
.actualite-slider .actualite-slider__title{
	text-align: center ;
	font: italic normal normal 40px/48px Lato;
	color: #1d2341 ;
	margin-bottom: 80px ;}
.single-page .actualite-slider__title, 
.service-page .actualite-slider__title{
	font-size: 30px;
	line-height: 36px;}

.article-wrapper .article-card{ height: 100%;} 

/* Pagination */
.nav-item-wrapper{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;}
.nav-actu-pagination{
    margin-top: 150px;
    margin-bottom: 0;
    width: var(--max-width-1400);
    display: flex;
    justify-content: space-around;
    align-items: center;}
.nav-actu-pagination a{
	display: block;
    height: 100%;
    width: 100%;}
.nav-item-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;}

.nav-item-pagination.pagination-previous{transform: rotate(90deg);}
.nav-item-pagination.pagination-next{transform: rotate(-90deg);}
.nav-actu-pagination .nav-item-pagination::after,
.nav-actu-pagination .nav-item-pagination::before{ right: 0;}

/* Block Style 
/* -------------------------------------------------------------------------- */
/* Wrapper min-max-content */
.top-header__wrapper{ max-width: var(--container-width);}

.top-header{
	display: flex;
	align-items: center;
	color: white;
    padding: 300px 200px 200px;}

.top-header__left-content{  max-width: 700px;}
.top-header .wp-block-button{
    margin-left: auto;
	width: 270px;
    text-align: center;
    margin-right: 50px;}

.home-page .top-header__right-content img{
    max-width: 652px;
    position: absolute;
    bottom: -300px;
    right: 0%;
	transition: all .3s ease-in-out;}

/* Section colonne Service */
.home-service__wrapper {
	max-width: var(--max-width-1000);
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 150px;}
.home-service__wrapper .inner-content-block {
	max-width: 430px;
	text-align: center;}
.home-service__wrapper .inner-content-block p{
    font-size: 16px;
    color: #a38121;
    line-height: 19px;}
.home-service__wrapper .wp-block-button{
	margin: auto;	
	margin-bottom: 70px;}
.home-service__wrapper .is-style-btn_slice_border .wp-block-button__link{
	border-radius: 0px;
	margin: 0 auto;
	padding: 17px 50px;
    font-weight: bold;}

.actualite-slider .is-style-btn_slice_border::after,
.home-service__wrapper .is-style-btn_slice_border::after{
	border: 3px solid var(--color-primary);
	border-radius: 35px;
	transition: all .2s ease-in-out;}
.actualite-slider .is-style-btn_slice_border:hover::after{ 
	border-color: var(--color-secondary-dark)!important;	
		transition: all .2s ease-in-out;}

/* Section Aide */
.section-aide__wrapper{ width: var(--max-width-1400);}
.section-aide__wrapper h2{ text-align: center; margin-bottom:60px;}

.section-aide__liste-question{
	max-width: var(--max-width-1400);
	margin: auto;}
.section-aide__liste-question ul{
	width: 100% !important; 
    list-style-type: none;
    display: grid;
    position: relative;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;}
.section-aide__liste-question ul{grid-template-columns: repeat( var(--grid-columns) , 1fr); }

.liste-question__item a{
	color: white !important;
	position: relative;
	z-index: 9; 
	width: 100%;
	border: 3px solid #FFFFFF;
	background: #FFFFFF1A;
    padding: 20px;
    display: flex;
    align-items: center;
	text-align: left;
    min-height: 100px;
    transition: all .3s ease-in-out;}
.liste-question__item a p{
	margin: auto 0;
	font: normal normal normal 16px/19px Lato;
    transition: all .3s ease-in-out;}

.liste-question__item a:hover{
	border-width: 5px;
	transition: all .3s ease-in-out;
}
.liste-question__item a:hover p{
	font-weight: bold;
	transition: all .3s ease-in-out;
}


.item-type__inde a,
.item-type__salary a{ border-color:#F4C85A;}

.liste_des_question_row_01 .liste-question__item:nth-child(1) a{
	border-radius: 35px 0px 0px 0px;}

.liste_des_question_row_01 .liste-question__item:nth-child(3) a{
	border-radius: 0px 35px 0px 0px;}

.liste_des_question_row_01 .liste-question__item:nth-child(4) a{
	border-radius: 0px 0px 0px 35px;}

.liste_des_question_row_01 .liste-question__item:nth-child(6) a{
	border-radius: 0px 0px 35px 0px;}

/**/ 
.section-aide-liste_link{
    display: flex;
    justify-content: flex-end;}
.btn-list-link{
	font: normal normal normal 16px/19px Lato;
	letter-spacing: 0px;
	color: #FFFFFF;}
.section-aide__quote{
	display: block;
	max-width: 700px;
	margin: auto;
	text-align: center;
	font: italic normal normal 40px/48px Lato;
	letter-spacing: 0px;
	color: #ffffff;
    margin-bottom: 140px;
    margin-top: 140px;}
.section-aide__cabinet{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-top: -30px;}

.section-aide-cabinet__left{    margin-right: 100px;}
.section-aide-cabinet__right{    width: calc( 100% - 650px);}
.section-aide-cabinet__right a{    font-weight: bold; font-size:inherit}

.section-aide-cabinet__title{
	font: normal normal normal 75px/90px Lato;
	letter-spacing: 0px;
	text-transform: uppercase;}
.section-aide__cabinet__link {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    width: 280px;
    text-align: center;
    font-weight: bold;}

/* Section Domaine */
.section-domaine__wrapper{ width: var(--max-width-1400);}
.section-domaine{ 
	margin-bottom: 200px;
	--width-section01 : 1235px;
	--width-section02 :  1130px;
	--width-section03 : 1025px;}
.section-domaine__section-01,
.section-domaine__section-02,
.section-domaine__section-03{ 
	padding-top: 75px;
	padding-bottom: 75px;
	margin-left: auto;   
	position: relative;	}

.section-domaine__section-01{  max-width: var(--width-section01);}
.section-domaine__section-02{
	max-width: var(--width-section02);
	margin-right: calc( var(--width-section01) - var(--width-section02) );  }
.section-domaine__section-03{ max-width: var(--width-section03);}

.section-domaine__title.title_section{
	position: absolute;
	top: 50%;
	left: -140px;
	font: italic normal normal 45px/54px Lato;
	letter-spacing: 0px;
	color: #1d2341;}

.section-domaine__item{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
	z-index: 9; }
.section-domaine__section-02 .section-domaine__item{ flex-direction: row-reverse;}
.section-domaine__section-02 .domaine-item__icon{
	margin-right: 0;
	margin-left: 30px;}
.section-domaine__section-01 .section-domaine__item{margin: 20px 0; }
.section-domaine__section-01 ul,
.section-domaine__section-02 ul,
.section-domaine__section-03 ul{
   display: flex;
   flex-direction: column;}

.domaine-item__icon{
    border: 2px solid #1d2341;
    width: 130px;
    height: 130px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    background: white;
    z-index: 9;}
.domaine-item__icon img { transform:scale(0.86); transition: all .3s ease-in-out;}
.domaine-item__titre{
	font: normal normal bold 20px/24px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	text-transform: uppercase;
	max-width: 220px;
	transition: color .3s ease-in-out;}
.domaine-item__content{
	max-width: 480px;
    margin: auto;}
.domaine-item__content a{
	position: relative;
	color: var(--color-primary);
	font-weight: bold;
    font-size: inherit;}
.domaine-item__lien{
    width: max-content;
    display: flex;
	font: normal normal 900 16px/19px Lato;
	letter-spacing: 0px;
	color: #1d2341;
    margin: 0 30px;
	transition: all .3s ease-in-out;}

/* Hover */
.section-domaine__item:hover .domaine-item__titre{
	color: var(--color-primary-light);
	transition: color .3s ease-in-out;} 
/*.section-domaine__item:hover .domaine-item__icon img {
	opacity: 0.7;
    transform: translate(0px, 20px) scale(0.86);
	transition: all .3s ease-in-out;}*/
.section-domaine__item:hover .domaine-item__lien{
	color: var(--color-secondary);
    font-size: 20px;
	transition: all .3s ease-in-out;}
/* Section contact*/ 
/* Form Generale */
.form-2col{
	display: flex; 
	justify-content: space-between;
	column-gap: 30px;}
.form-radio-wrapper{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 45px;}
.section-contact-home{
	display: flex;
	color: white}
.section-contact-home .full-left{
	padding-right: 170px;}
.section-contact-home .full-right{ 
	background-size: cover !important;
	margin-top: 90px;}

.section-contact-home .width_60 { padding-left:0; background: #a38121;}
.section-contact-home .width_60 .mid-wrapper{
	padding-left: calc( ( var(--max-width-full) - var(--max-width-1400 ) ) / 2 );}
.section-contact-home .width_40 { padding-right:0;}
.section-contact-home .width_40 .mid-wrapper{
	padding-right: calc( ( var(--max-width-full) - var(--max-width-1400 ) ) / 2 );}

.section-contact-home__title{
	display: flex;
	font: normal normal normal 40px/48px Lato;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 70px;}

.fixed-right-menu label,
.contact-page__form label,
.section-contact-home__form label{ font: normal normal normal 14px/17px Lato;}

.fixed-right-menu .form-label-title,
.contact-page__form .form-label-title,
.section-contact-home__form .form-label-title{
	text-transform: uppercase;
	margin-bottom: 6px;
    display: flex;
    margin-left: 25px;}

.contact-page__form .wpcf7-textarea, 
.section-contact-home__form .wpcf7-textarea{ margin-bottom: 40px;}

.fixed-right-menu input, 
.contact-page__form input,
.section-contact-home__form input {margin-bottom: 9px;}

.fixed-right-menu input::placeholder, 
.contact-page__form input::placeholder,
.fixed-right-menu textarea::placeholder, 
.contact-page__form textarea::placeholder{
	text-align: left;
	font: italic normal normal 14px/17px Lato;
	color: #1d2341;
	opacity: 0.4;}

.section-contact-home input::placeholder,
.section-contact-home textarea::placeholder,
.section-contact-home input,
.section-contact-home textarea{ color: rgb(255 255 255);}
.section-contact-home__form textarea::placeholder
.section-contact-home__form input::placeholder{
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 0.4;}

.contact-page-container input.wpcf7-submit, 
.section-contact-home__form input.wpcf7-submit{
	font: normal normal bold 20px/24px Lato;
	border-width: 2px;
	color: #1d2341;
    margin-left: auto;
    display: flex;
	width: 300px;
    justify-content: center;}
.section-contact-home__form input.wpcf7-submit{
	color: white;
	transition: all .2s ease-in-out;}
.section-contact-home__form input.wpcf7-submit:hover{
	color: var(--color-primary);
	background: white;
	transition: all .2s ease-in-out;}

.contact-page-container input.wpcf7-submit:hover{
	background: var(--color-primary);
	color: white;}

.form-mention{
    margin-top: -20px;
    display: flex;
    margin-bottom: 40px;
	font: normal normal normal 14px/17px Lato;
	letter-spacing: 0px;
	color: #1d2341;}
.section-contact-home .form-mention{color: white}

.section-contact-home__quote{
	text-align: right;
	font: italic normal normal 30px/36px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	max-width: 430px;
    display: flex;
    margin-left: auto;
    margin-top: 80px;
	position: relative;}
span.section-contact-home__quote::before {
    content: "\"";
    color: white;
    font-style: normal;
    font: italic normal normal 190px/216px Lato;
    position: absolute;
    top: -80px;
    left: 25px;}

/* Block CTA */
.block-cta{
	position: relative;
    max-width: 1250px;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font: normal normal bold 22px/27px Lato;
    justify-content: space-between;
    margin-top: 75px;
    margin-bottom: 75px;
	z-index:98;}
.wp-block-column .block-cta {
	width: 100%;
	max-width: none;}
.service-page > .block-cta::after{
	content: "";
    background: url(assets/img/spline_sevice.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: calc( ( 100vw - 1250px ) / 2 );
    right: calc( ( -100vw + 1250px) / 2 );
    transform: rotateX(-180deg);
	top: -220px;}

.block-cat__wrapper-btn .btn-border{
	border-color: #ffffff;
	padding: 10px 40px;	transition: all .2s ease-in-out;}
.block-cat__wrapper-btn .btn-border:first-of-type{margin-right: 25px;}
.block-cat__wrapper-btn .btn-border:hover{
	background: white;
	color: #1d2341;
	transition: all .2s ease-in-out;}

/* block card information*/
.block-information{ 
	position: relative;
	width: var(--max-width-1400);   
	margin-bottom: 80px;
    display: flex;
    flex-direction: column;}
.contact-page__title::before,
.block-information::before{
	content: "";
	background: url("assets/img/spline_sevice.svg");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: calc( ( 100vw - 1300px ) / 2 );
    left: calc( ( -100vw + var(--max-width-1400)) / 2 );}
.block-information__title{
	display: flex;
	max-width: 750px;
	font: normal normal bold 24px/29px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	text-transform: uppercase;
	margin-bottom: 70px;}

.block-information__wrapper{ column-gap: var(--row-gap);  }

.block-information__card{
	display: flex;
	flex-direction: column;
    width: 100%;
    margin: auto;
	padding: 50px 30px 70px; 
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 40px #00000017;
	border-radius: 35px;}
.block-information-card__link{
	margin-top: auto;
    margin-bottom: -40px;
	display: flex;
    justify-content: flex-end;}

/* block FAQ */
.block-faq{
	display: flex;
    flex-direction: column;
	max-width: 1250px;
	padding: 80px 125px !important;
    margin-bottom: var(--single-bottom);}
.block-faq__title{
    font: normal normal bold 32px/39px Lato;
    margin: auto;
	margin-bottom: 100px;}
.block-faq__title p{margin-bottom: 0;}

.block-faq__wrapper summary h3{
	font: normal normal normal 22px/27px Lato;
	letter-spacing: 0px;
	color: #ffffff;}
.block-faq__wrapper details[open] summary ~ * { animation: open 0.3s ease-in-out;}
.block-faq__wrapper details summary::-webkit-details-marker {display: none;}
.block-faq__wrapper details summary {
	outline: 0;
	padding-right: 120px;
	width: 100%;
  	padding-bottom: 40px;
  	padding-top: 40px;
  	position: relative;
  	cursor: pointer;
  	list-style: none;
    z-index: 99;}
.block-faq__wrapper details a {font-size:inherit; font-weight:bold; text-decoration:underline;}
.block-faq__wrapper details {
	color: #fff; }
.block-faq__wrapper details:not(:last-of-type){ border-bottom: 2px solid #ffffff;}

.nav-item-pagination::after, 
.nav-item-pagination::before, 
.block-faq__wrapper details summary::after,
.block-faq__wrapper details summary::before {
  	content: "";
  	position: absolute;
  	right: 70px;
	width: 50px;
	height: 50px;}

.nav-item-pagination::before, 
.block-faq__wrapper details summary::before{
	border-radius: 50%;
	background-color: #a38121;
	opacity: 0.4;}

.nav-item-pagination::after, 	
.block-faq__wrapper details summary::after{
    background-color: #ffffff;
    width: 20px;
    transform: translate(-20px, 2px) rotate(90deg);
    height: 20px;
    display: flex;
    align-items: center;
    justify-items: center;
  transition: 200ms linear;}

.block-faq__wrapper details[open] summary:after { transform:translate(-8px, 2px) rotate(270deg);}

@keyframes open {
  0% {  opacity: 0;  }
  100% {  opacity: 1;  }
}

.wrapper-content-page > p + .block-faq {  margin-top: 100px;}

/* Page Service */
.service-page .block-faq__title p::after {
	content: "";
    background: url(assets/img/spline_silouhette.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    width: calc( ( 100vw - 750px ) / 2 );
    left: calc( ( -1440px + 770px) / 2 );
    top: -75px;}
.service-page .block-faq__title::after{content: none;}

/*Expertise */
.block-list-expertise{
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin-bottom: 0 !important; 
	margin-left: 0 !important; 
    width: 100% !important;}
.block-list-expertise li{
	padding: 10px;
	border: 1px solid #1d2341;
	border-radius: 50px;
   counter-increment: expertise;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
    padding-right: 30px;}
.block-list-expertise p{
	margin-bottom: 0;
	width: calc( 100% - 90px);}

.expertise-item-number{
	width: 70px;
	height: 70px;
	background: #F4C85A;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;}
.expertise-item-number::before{
	font: normal normal bold 30px/36px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	content:""counter(expertise)""; }

/* Page Home
/* -------------------------------------------------------------------------- */
.home-page .actualite-slider{ margin-bottom: 150px;}

/* Header page */
.header-page{
	padding: var(--header-page) 0;
    min-height: 100%;
	display: flex;
	align-items: center;
	color: white;
    margin-bottom: 50px}
.header-page h1{
	text-align: left;
	font: normal normal bold var(--font-size-h1)/var(--line-height-h1) Lato;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;}

.header-page .header-page__title{max-width: 700px;}
.header-page__center-content{
	display: flex;
	justify-content: center;}
.header-page__center-content h1{ text-align: center;}
.header-page__center-content.content-col{
    flex-direction: column;
    width: max-content;
    margin: auto;
    text-align: center;}
.header-page__center-content.content-col .btn-border{
    min-width: 280px;
    margin: auto;
	border-color: white;
	color: var(--color-secondary);
	transition: all .2s ease-in-out;}
.header-page__center-content.content-col .btn-border:hover{
	border-color: var(--color-secondary);
	color: var(--color-primary);
	background: var(--color-secondary);
	font-weight: bold;
	transition: all .2s ease-in-out;}

.header-page__center-content.content-col .btn-parent-page,
.header-page__center-content.content-col .header-page__title{margin-bottom: 20px}

.header-page__left-2-content{  display: flex;}
.header-page__left-2-content .header-page__title{margin-right: 260px;}

.header-page__meta{
	max-width: var(--max-width-1000);
	max-width:  920px; 
	min-width: 300px;
	margin-bottom: 100px;}
.header-page-meta__title{
	display: flex;
	font: normal normal bold 19px/23px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	margin-bottom: 60px;}

/* Option Meta */
.archive-page .cat-item .btn-border,
.category-page .cat-item .btn-border{
	border: 3px solid #1d2341;
	text-align: center;
	font: normal normal bold 22px/27px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	border-radius: 49px;
    min-width: 280px;}
.archive-page .cat-item.current-cat .btn-border,
.category-page .cat-item.current-cat .btn-border{ border-color: #F4C85A;}

.header-page__meta ul{
	list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;}
.header-page__meta .cat-item{
	display: flex;
	margin: 10px 12px;}

/* Page Services
/* -------------------------------------------------------------------------- */
.service-page{
	display: flex;
    flex-direction: column;}
.service-page > div{ margin-bottom: 100px;}

/* Page Contact
/* -------------------------------------------------------------------------- */
.contact-page-container{position: relative;}
.contact-page-container__full,
.contact-page-container{ display: flex;}

.contact-page-container{ max-width: var(--max-width-1400);}

.contact-page-container .width_70,
.contact-page-container .width_30{ padding-left: 15px;}

.contact-page__title{
	margin-bottom: -20px;
	font: normal normal bold 24px/29px Lato;	
	letter-spacing: 0px;
	color: #A68125;}
.contact-page__title::before{
	top: -182px;
    z-index: -1;
    width: 200px;
    height: 200px;
    left: -200px;}

.contact-page__information{ 
	padding-bottom: 330px;
	position: relative;}
.contact-page__information::after{
	content: "";
	position: absolute;
    height: 100%;
    background: url(assets/img/spline_contact.svg);
    left: -180px;
    top: 20px;
   	width: 850px;
    background-repeat: no-repeat;
	z-index: -1}

.container-contact-info{
	grid-template:
        "title title"
        "icon content" / 50px auto;
    display: grid;
    max-width: 260px;
    margin: auto;
    align-items: center;
    justify-content: space-around;
	margin-bottom: 70px;
	background-color:#FFF }

.container-contact-info__title{
	grid-area: title;
	font: normal normal bold 24px/29px Lato;
	letter-spacing: 0px;
	color: #1d2341;
	margin-bottom: 15px;}
.container-contact-info__icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center; 
	width: 68px;
	height: 68px;
	border: 2px solid #1d2341;
	border-radius: 50px;
	grid-area: icon;}
.container-contact-info__icon::after{
	content: "";
	position: absolute;
	background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;}
.container-contact-info__icon.icon-tel::after{
	width: 70px;
	height: 70px;
	background: url("assets/icon/icone-telephone.svg");}
.container-contact-info__icon.icon-adress::after{
	width: 70px; 
	height: 70px;
	background: url("assets/icon/icone-lieu.svg");}
.container-contact-info__content{  grid-area: content; font: normal normal 18px/20px Lato; letter-spacing: 0px; color: #1d2341;}
.container-contact-info__content p{margin-bottom: 0}
.container-contact-info__content.contact-tel{
	font: normal normal bold 22px/27px Lato;
	letter-spacing: 0px;
	color: #1d2341;}

.contact-page-container .form-radio-wrapper .wpcf7-list-item-label::before, 
.contact-page-container .form-radio-wrapper .wpcf7-list-item-label::after{ background: #1d2341;}
.form-radio-wrapper input[type="radio"]:checked ~ .wpcf7-list-item-label::after{ background: #F4C85A;}

/* Form */
.contact-page__form input[type="text"], 
.contact-page__form input[type="email"],
.contact-page__form input[type="number"],
.contact-page__form input[type="tel"],
.contact-page__form input[type="date"],
.contact-page__form textarea {border-color: #1d2341}
.contact-page__form .form-label-title{color:#1d2341 }
.contact-page__form label{  width: calc( 50% - 20px);}

/* Correction  map */
.leaflet-pane{z-index: 0 !important}
.leaflet-control-attribution.leaflet-control{ display: none !important;}

/* Article
/* -------------------------------------------------------------------------- */
/* header page Meta */
.single-page .header-page {
    padding-top: 200px;
    min-height: 100%;
    padding-bottom: 170px;
    margin-bottom: 50px;}

.single-page .header-page__left-2-content{ margin-left: 70px;}
.single-page .breadcrumb-page{ margin-bottom: 40px; }

.single-page .header-page__meta ul{
    flex-direction: column;
    align-items: center;
    max-width: 280px;}
.single-page .header-page__meta li{  width: 100%;}
.single-page .header-page__meta a{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
	padding: 10px 20px;
    border-radius: 50px}

.single-page .header-page__meta .tag-item{
	margin-top: 25px;
	position: relative;
    display: flex;}
.single-page .header-page__meta .tag-item .tag-item-wrapper-img{
    position: relative;
    position: absolute;
    margin: 28px;
    margin-bottom: 0;}
.single-page .header-page__meta .tag-item .tag-item-wrapper-img::after{
	content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 3px solid #1d2341;
    top: 0;
    position: absolute;
    border-radius: 130px;}
.single-page .header-page__meta .tag-item img{
    border: 2px solid #1d2341;
    border-radius: 130px;
	background: white;}

.single-page .header-page__meta .tag-item .curved-name svg{
	position: absolute;
    width: 210px;
    transform: rotate(-115deg);}

.block-image-texte__wrapper,
.top-single__wrapper{
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 75px;}

.top-single__wrapper{
	gap: 50px;
    flex-wrap: nowrap;}

.block-image-texte__thumbnail, 
.top-single__thumbnail{
	position: relative;
    display: flex;
    max-width: 600px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;}

.wp-block-column .wp-block-image  img,
.block-image-texte__thumbnail img, 
.top-single__thumbnail img{
    position: relative;
	object-fit: cover;
    border-radius: 35px;
    overflow: hidden;
    height: 100%;}

.wrapper-content-single,
.service-page .block-information,
.service-page .block-image-texte,
.service-page .block-cta,
.wrapper-content-single .block-information, 
.wrapper-content-single .top-single, 
.wrapper-content-single .block-cta{ margin-bottom: var(--single-bottom); } 

.wp-block-columns ul, 
.top-single__wrapper .top-single__left-content ul{
	max-width: 100%;
    width: auto;}

/* Block Contact Center */
.single-cta-center__wrapper-btn{
    line-height: 1;
    display: flex;
    flex-direction: row;
    width: max-content;
	min-width: 200px; 
    margin: auto;
	gap: 50px;}

.block-cta.single-cta-col{margin-bottom: 0;}
.single-cta-col .single-cta-center__wrapper-btn{
	flex-direction: column !important;
	gap:0 !important;
	width: max-content !important;}
.single-cta-center__wrapper-btn .btn-border{
    border-color: #1d2341;
    padding: 10px 40px;
    margin-bottom: 15px;
    font: normal normal bold 22px/27px Lato;
    line-height: 1;
    position: relative;
    z-index: 98;
	transition: all .2s ease-in-out;
color: #1d2341;}
.single-cta-center__wrapper-btn .btn-border:hover{
	border-color: #1d2341;
	background: #1d2341;
	color: #fff;
	transition: all .2s ease-in-out;}

.wp-block-column .single-cta-center__wrapper-btn,
.block-image-texte .single-cta-center__wrapper-btn{
	flex-direction: row;
	justify-content: space-around;
    width: 100%;}
.block-image-texte .block-cta{
	width: 100% !important; 
	max-width: none;}
.block-image-texte__thumbnail img{ position: absolute;}

/* Site Footer
/* -------------------------------------------------------------------------- */
.footer__wrapper{ 
	display: flex;
	padding-top: 90px;
    padding-bottom: 60px;}
.footer-logo{
	display: flex;
	margin-right: auto;
	align-items: center;
    gap: 50px;}
.footer-logo img {
	width: 205px;
}
.widget-footer__title{
	font: normal normal 900 20px/24px Lato;
	letter-spacing: 0px;
	color: var(--color-primary);
	margin-bottom: 25px;
	text-transform: uppercase;
	display: flex;}
.widget-footer{   width: max-content;}
.widget-footer {  margin-right: 100px;}
.widget-footer a{
	font-size: 16px;
	line-height: 19px;
	color: #1d2341;}
.widget-footer ul{list-style-type: none;}
.widget-footer li{ margin-bottom: 25px; display: flex;}

.widget-information .widget-footer__content{
	display: flex;
	flex-direction: column;}
.widget-information li{margin-bottom: 15px;color: #1d2341;}
.widget-information li p{margin-bottom: 0px;color: #1d2341;}
.widget-information li a{
	width: 100%;
	font: normal normal bold 16px/19px Lato;
	letter-spacing: 0px;
	padding: 8px;
	text-align: center;
    width: 250px;
	transition: all .2s ease-in-out;
    background: #ffffff;
    color: #1d2341;
	border-color: #1d2341}
.widget-footer .btn-border:hover{ 
	background: var(--color-primary);
	color: white;
	transition: all .2s ease-in-out;} 

.widget-footer .menu a:hover {
	font-weight: 700;
}

.footer-mention{
	text-align: center;
    width: max-content;
    margin: auto;
    position: relative;
    font-size: 14px;
    color: #1d2341;
    line-height: 17px;
	padding: 0 40px;
	border-top: 1px solid #707070;}
.footer-mention a{font-size: 14px;}
.footer-mention p{ margin: 0; padding: 3px;}

/* Decoration Line */
/* Page home */
.decoration-line{
	border: 2px solid #FFFFFF;
    position: absolute;
    border-radius: 60px;
	transition: all .5s ease-in-out; }

/* Section Aide */
.section-aide__wrapper .decoration-line.line-left {
    width: 520px;
    height: 415px;
    top: -390px;
    left: -150px;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;}
.section-aide__wrapper .decoration-line.line-right {
    width: 350px;
    height: 420px;
    bottom: -157px;
    right: 30px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;}

/* Decoration Section Domaine */
.section-domaine__wrapper .decoration-line{ border-color: #0D0D49;}
.section-domaine__wrapper .decoration-line.line-up{
	width: 21%;
    top: -347px;
    border-top: none;
    border-left: none;
    right: 30px;
    border-top-right-radius: 0;
    height: 347px;
    border-bottom-left-radius: 0;}
.section-domaine__wrapper .decoration-line.line-left{
	right: 0;
    width: 70%;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: -2px;
    left: 60px;
    height: 100%;}
.section-domaine__wrapper .decoration-line.line-right{
	height: 100%; /* calc 100 % + 1/2 margin top et bottom */
	width: 40%;
    left: auto; /* height + ( padding b + margin b / 2 ) */
	top: -4px;
    right: 65px;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;}
.section-domaine__wrapper .decoration-line.line-down{
	width: 40%;
	height: 100%;
	top: -6px; 
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
    left: 65px;
    border-bottom: 0;
    border-bottom-left-radius: 0;}
.section-domaine__wrapper .decoration-line.line-close{
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    bottom: -80px;
    height: 200px;
    left: calc( -100% + 67px );}

/* decoration feuille back  */
.section-aide, .block-information__wrapper .block-information__card, 
.section-contact-home .full-right{position: relative;}
.section-aide::after{opacity: 0.4;}

.section-contact-home .full-right::after{
	top: -160px;
    height: 200px;
    width: 200px;
    transform: rotate(155deg);
    left: 20%;
	opacity: 0.4;}
.block-information__wrapper .block-information__card:nth-child(3)::after{
	top: -80px;
    height: 130px;
    width: 130px;
    transform: rotate(105deg);
    left: -70px;}
.contact-page-container::after{
    width: 210px;
    height: 220px;
    bottom: -50px;
    transform: rotate(165deg);
    opacity: 0.4;
	left: calc( ( (var(--max-width-1400 ) - 100vw ) / 2 ) - 50px ) ; }

p#paraph-1-home {
	margin-left: 437px;
}

p#paraph-2-home {
	top: 958px;
	left: 1054px;
	width: 426px;
	height: 76px;
	margin-left: 45px;
}

div#bloc-equipe {
	margin-left: 278px;
	margin-right: 278px;
}

h2#title-equipe {
	margin-left : 278px;
}

div#map-contact {
	width: 100%;
}

.wp-container-3.wp-block-columns {
	padding-bottom: 60px;
    padding-top: 40px;
}

/* Media Queries
/* -------------------------------------------------------------------------- */
@media ( max-width: 1760px ) {
		:root{ --max-width : 1536px; }
	
	/* Bouton Slider */
	.actualite-slider .splide__arrow--prev{ left: -30px; }
	.actualite-slider .splide__arrow--next{ right: -30px; }
	
	/* Decoration All */
	.section-aide__wrapper .decoration-line.line-left{
		left: -80px;
		width: 470px; }

	.home-page .top-header__right-content img{
	bottom: -50px;
	right: 17%;
	width: 400px}	
	
	.section-domaine__title.title_section {
    left: 0px;}
	}
	
	
	
@media ( max-width: 1536px ) {
	:root{ 
		--max-width : 1440px; 
	
		/* Spacing */
		--header-page : 150px;
	}
	/* header */
	.header__navigation-wrapper{ margin-top: 30px;}
	.header__titles-wrapper li{ margin: 0 20px 30px 0px; }
	.header__logo .link-logo{ width: 180px; height: 180px; }
	.widget-footer{  margin-right: 90px;}
	
	.home-page .top-header__right-content img{
	bottom: -50px;
	right: 0%;
	width: 400px}	
	
	/**/
	.section-domaine__wrapper, 
	.section-aide__wrapper{ padding: 0 15px; }
	
	.section-aide__wrapper .decoration-line.line-left{ 
		left: 0;
		width: 340px;}
	
}

@media ( max-width: 1440px ) {	 
	:root{ 
		--max-width : 1366px;
		--max-width-1400 : calc(100% - 30px );
	}
	/* Correction Decoration */
	.contact-page__information::after{ left: -240px; }
	
	.service-page .wp-block-columns, .service-page .block-image-texte .container-wrapper,
	.wrapper-content-single, .wrapper-content-single .container-wrapper, .wrapper-content-page > p,
	.wrapper-content-page > h2, .wrapper-content-page > .block-image-texte,
	.wrapper-content-page .container-wrapper{
		width: 100%;
		width: var(--max-width-1400) }
	
	.block-image-texte__wrapper, .top-single__wrapper{
		column-gap: 40px;
		flex-wrap: inherit; }
	
	/* header */
	.header__titles-wrapper li {  padding: 7px 7px; margin: 0 15px 30px 0px;}
	
	/* Home */
	.section-contact-home .width_60 .mid-wrapper{ padding-left: 15px; }
	.section-contact-home .width_40 .mid-wrapper{padding-right: 15px;}
	/* Article card */
	.article-card{
		max-width: none;
		width: calc( 100% - 30px ); }
	.article-card .margin-b-article:first-of-type{ aspect-ratio: 4/3; }
	.article-card__thhumbnail{
		max-width: initial;
		height: auto; }
	/* footer */
	.widget-footer {margin-right: 50px;}
	
}

@media ( max-width: 1366px ) {	 
	:root{ 
		--max-width : 1245px;
	
		--row-gap: 50px ;
		--column-gap : var(--row-gap);
	}
	
	/* Home */
	.top-header{ padding: 14em 5em 12em; }

	.section-domaine__title.title_section{
		top: 0px;
		left: 200px;
    	
	/* Footer */
	.widget-footer{  margin-right: 30px;}
	.article-wrapper, .block-information__wrapper{column-gap: var(--column-gap)}
	
}

@media ( max-width: 1245px ) {	 
	/* Font Size */
	:root{
		--max-width : calc( 100% - 30px );
		/* Font Size */
		--font-size-h1 : 30px;
		--line-height-h1 : 40px;
		--font-size-25 : 20px; 
		/* Spacing */
	}
	
	/* header */
	.header__navigation-wrapper{margin-right: 0;}
	.header__wrapper ul{margin-right: 15px;}
	.header__navigation-wrapper{margin-top: 15px}
	.header__titles-wrapper li{margin-bottom: 15px;  margin: 0 5px 30px 0px;}
	.header__titles-wrapper li.contact-tel{font-size: 18px;}
	.header__logo .link-logo { width: 150px;  height: 150px;}
	
	.header-page__left-2-content{ justify-content: space-between; }
	.header-page__left-2-content .header-page__title{ margin-right: auto; }
	
	.wp-block-columns{width: 98%; }
	.home-page .top-header__right-content img{
	bottom: 0px;
	right: 0%;
	width: 300px}
	
	div#bloc-equipe {
    margin-left: 10px;
    margin-right: 10px;
}
	/**/
	.block-faq{  padding: 70px 100px !important; }
	.block-faq__title{
		font-size: 27px;
		text-align: center;
		margin-bottom: 50px; }
	/**/
	
	/* Footer */
	.footer-logo{gap:0px;}
	
	/* Decoration */
	.section-aide__wrapper .decoration-line.line-left{ 
		left: 0;
	    width: 210px;}
}

@media ( max-width: 1100px ) {	 
	:root{
		--max-width-1000 : 800px;
		--grid-columns : 2;
		--max-width-1400 : var(--max-width); 
		
		/* Spacing */
		/* --header-page : 100px*/
		--single-bottom : 100px;
	}
	.decoration-line{display: none;}
	
	/* Menu Responsive  */
	.menu-item__link{   
		display: flex;
		align-items: center;}
	.header__titles-wrapper ul.sub-menu li.menu-item-has-children::before,
	 ul.sub-menu .menu-item-has-children::after,
	.header__menu-wrapper{display: none;}
	.header__navigation-wrapper.active .header__menu-wrapper{
		display: flex;
		width: calc( 100% + 30px);
		position: absolute;
		left: -15px;
		background: var(--color-primary);
		padding: 15px;
		padding-top: 100px;}

	.header__navigation-wrapper.active  ul{
		margin-right: 0;
		align-items: flex-start;
		flex-direction: column;}
	
	.menu-item-has-children .menu-item__children::before{
		position: relative !important;
		right: auto !important;
		width: 30px !important;}
	
	ul.sub-menu .menu-item-has-children::after ,
	.header__navigation-wrapper.active li.menu-item-has-children::before{ content: none;}
	.header__navigation-wrapper.active li.menu-item-has-children{
		flex-direction: column;
		align-items: flex-start;
   	 	display: flex;}
	
	/* Premier nivaux */
	.header__navigation-wrapper.active ul.sub-menu{
		position: relative;
		margin-top: 15px;
		padding: 20px 20px;
		margin-left: 15px;
		padding-right: 60px;}
	
	/* 2eme nivaux */
	.header__navigation-wrapper.active ul.sub-menu ul.sub-menu{
		position: absolute;
		left: 250px;
		top: -100%;
		margin-top: 0;
		padding: 10px;
	    width: 350px;}
	.header__navigation-wrapper.active ul.sub-menu ul.sub-menu li{  width: 100%; }
	
	.header__navigation-wrapper.active ul.sub-menu ul.sub-menu .menu-item__link{
		width: 100%;
		justify-content: space-between;}
	.header__navigation-wrapper.active ul.sub-menu ul.sub-menu .menu-item__children{
		position: relative;
    	left: auto; 
		padding: 0;}
	
		/* 3eme  nivaux */
	.header__navigation-wrapper.active ul.sub-menu ul.sub-menu ul.sub-menu{ 
	    border: 1px solid;
		position: relative;
		left: auto;
		top: auto;
		margin-right: 0;
		margin-top: 20px;}
	.header__navigation-wrapper.active ul.sub-menu li{ margin: 7px 0;  }
	
	.menu-item-has-children .menu-item__children::before{ background-color: var(--color-secondary);}
	.menu-item-has-children .menu-item__children{		
		position: absolute;
		padding: 15px 20px;
		left: 250px;}
	
	.menu-item-has-children  ul.sub-menu .menu-item__children{ left: 200px; }
	.header__titles-wrapper li ul.sub-menu ul.sub-menu{
		top: auto;
		left: auto; }
	.menu__trigger,
	.menu-item__children{display: flex;}
	.menu__trigger{ 
		width: 30px;
		height: 30px;
		margin-bottom: 10px;}
	
	/* Block */
	.block-information__wrapper .block-information__card:nth-child(3)::after{content: none;}
	
	/* Block CTa */
	.block-cat__wrapper-btn{
		display: flex;
    	flex-direction: column;
		align-items: center;}
	.block-cat__wrapper-btn .btn-border{
		width: 100%;
   		text-align: center; }
	.block-cat__wrapper-btn .btn-border:first-of-type {
    	margin-right: auto;
   		margin-bottom: 20px;}
	.block-image-texte .single-cta-center__wrapper-btn{  
		width: auto;
		flex-direction: column;
		text-align: center;}
	
	/* Block FAQ */
	.block-faq{ padding: 60px 60px;}
	.article-card{ margin: auto;}
	
	/* Page Home */
	.top-header{ padding: 14em 0 12em; }
	.top-header__left-content{width: 100%;}
	.top-header .wp-block-button{margin-right: auto;}
	.home-page .top-header__right-content img{
	    right: 5%; }
	.section-domaine__section-01,
	.section-domaine__section-02,
	.section-domaine__section-03{
		width: 100%;
		margin: auto; }
	
	.liste_des_question_row_01 .liste-question__item:nth-child(4) a,
	.liste_des_question_row_01 .liste-question__item:nth-child(3) a{ border-radius : 0px 0px 0px 0px; }
	
	.liste_des_question_row_01 .liste-question__item:nth-child(5) a{ border-radius : 0px 0px 0px 35px; }
	.liste_des_question_row_01 .liste-question__item:nth-child(2) a{ border-radius : 0px 35px 0px 0px; }

	/**/
	.section-contact-home .width_60 .mid-wrapper,
	.section-contact-home .width_40 .mid-wrapper{ padding: 0;   }
	.section-contact-home .full-left,
	.section-contact-home .width_40{ padding: 15px; }
	
	/* Footer */
	.footer__wrapper{
	    grid-template:
        "footer-logo footer-logo footer-logo"
        "widget-1 widget-2 widget-3" / auto auto auto;
	    display: grid;}
	.footer-logo{
	    grid-area: footer-logo;
		margin: auto;
		margin-bottom: 30px;}
	.widget-footer{ grid-area: widget-1;}
	.widget-footer:nth-child(3){ grid-area: widget-2;}
	.widget-footer:nth-child(4){ grid-area: widget-3;}
	
}

@media ( max-width: 1024px ) {	
	:root{
		--max-width-1000 : 100%;
	}
	.section-aide-cabinet__left{ margin-right: 40px; }
	.section-aide-cabinet__right{ width: calc( 100% - 500px); }
}

@media (max-width: 968px) {
	.section-aide__liste-question ul.item-count-3 { grid-template-columns: repeat( 2 , 1fr); }
	
	/* home */
	.section-domaine__item{ justify-content: normal; gap: 20px;}
	.domaine-item__icon{ margin-right: 0;}
	.domaine-item__titre{ max-width: calc( 100% - 150px);}
	.domaine-item__content{ margin: 0; width:  calc( 100% - 120px ) }
	.domaine-item__lien{  margin: 0 0 15px 0;  margin-top: auto;}
	
	.section-domaine__section-02, 
	.section-domaine__section-03{padding-top: 0;}
	.section-domaine__section-02 .section-domaine__item{flex-direction: row;}
	.section-domaine__section-02 .domaine-item__icon{ margin-left: 0; }
	
		.contact-page__title{ margin-bottom: 0; }
}

@media (max-width: 800px) {
	:root{
		--single-bottom : 75px;
	}
	.service-page .wp-block-columns, .service-page .block-image-texte .container-wrapper,
	.wrapper-content-single, .wrapper-content-single .container-wrapper,
	.wrapper-content-page > p, .wrapper-content-page > h2, 
	.wrapper-content-page > .block-image-texte, .wrapper-content-page .container-wrapper{
		width: 100%;
	}
	.home-service__wrapper,
	.container-wrapper > .width_50 {
    padding: 0 15px;
}
	/* fixed Menu*/
	.fixed-right-menu{z-index: 9999;}	
	/**/
	.block-faq{  padding: 20px !important; }
	.block-faq__wrapper details summary::after,
	.block-faq__wrapper details summary::before{right: -10px;}
	.block-faq__wrapper details summary{padding-right: 30px}
	.section-aide__cabinet{flex-direction: column;}
	.section-aide__cabinet{ align-items: initial;  }
	.section-aide__cabinet__link{ margin: 20px auto; }
	.section-aide-cabinet__right,
	.section-aide-cabinet__left{width: 100%;}
	/**/
	.section-aide-cabinet__title{font-size: 50px; }
	.section-domaine__title.title_section{
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0, 0);}
	/* Contact */

	.form-2col{flex-direction: column;}
	.contact-page__form label{width: 100%;}
}

/* Break point Wordpress Coll */
/* 1 Collonne */
@media (max-width: 780px) {
		:root {
    	--grid-columns: 1;
	}
	
	/* Header */
	.header-sticky .header__logo .link-logo ,
	.header__logo .link-logo {
		width: 110px;
		height: 110px;}
	.header-sticky .header__logo .link-logo img ,
	.header__logo .link-logo img {
   		width: 80px;
		height: 80px;}
	.header-page{ padding-top: 200px; }
	
	/* Responsive menu */
	.header__navigation-wrapper.active .header__menu-wrapper{    padding-top: 50px;}
	.header__navigation-wrapper.active li{margin-bottom: 15px;}
	.header__navigation-wrapper.active li.menu-item-has-children,
	.header__navigation-wrapper.active ul{ width: 100%; }
	.header__navigation-wrapper.active ul.sub-menu{
		margin-top: 10px;
		padding: 10px;
	margin-left: 10px;}
	.header__navigation-wrapper.active ul.sub-menu ul.sub-menu{
		border: 1px solid;
		position: relative;
		left: auto;
		top: auto;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;}
	.header.header-sticky .header__titles-wrapper ul.sub-menu{margin-top: 15px;}
	.header__navigation-wrapper{border-bottom: none;}
	/* Helper container */
	
	.container-wrapper > .width_50,
	.home-service__wrapper .inner-content-block,
	.width_50,.width_60, .width_40, 
	.width_70, .width_30{
		width: 100%;
	    display: flex;
	    flex-direction: column;}
	
	.single-cta-center__wrapper-btn,
	.home-service__wrapper,.section-contact-home, 
	.contact-page-container__full{flex-direction: column}
	.background-rounded-secondary{  padding: 25px 25px; }
	
	.section-contact-home .full-left{padding: 0 15px;}
	
	/* Breadcrum */
	.breadcrumb-page{
		margin-left: 0;
		margin-top: 0;}
	
	/**/
	.single-page .header-page__left-2-content{
		flex-direction: column;
    	margin-left: 0;}

	/* Block */
	.block-cta{ flex-direction: column;}
	.block-cta__title{ margin-bottom: 20px;}
	
	/* Media Text Custom */
	.block-image-texte__wrapper,
	.top-single__wrapper{ flex-direction: column; }
	.block-image-texte .block-cta{margin: 20px 0}
	.block-image-texte__thumbnail, .top-single__thumbnail{
		max-width: none;
		min-height: 400px; }

	
	
	/* Page Home */
	.top-header .wp-block-button{
		margin-right: auto;
    	margin-left: 0; }
	.home-page .top-header__right-content img{
		display: none; 
		bottom: -40px;
		bottom: -160px;}
	.home-service__wrapper .inner-content-block{margin: auto;margin-bottom: 30px}
	
	p#paraph-1-home {margin-left: inherit;}
	p#paraph-2-home {top: inherit; left: inherit; width: inherit; height: inherit;
    margin-left: inherit; }
	
	.section-domaine {margin-bottom: 20px;}
	
	h2#title-equipe { margin: 0px 15px; padding: 0px 15px; }
	
	div#bloc-equipe { margin-left: inherit; margin-right: inherit;}
	
	
	.liste-question__item a{justify-content: center;}
	
	.liste_des_question_row_01 .liste-question__item:nth-child(1) a{ border-radius:35px 35px 0px 0px ; }
	.liste_des_question_row_01 .liste-question__item:nth-child(5) a,
	.liste_des_question_row_01 .liste-question__item:nth-child(2) a{ border-radius: 0; }
	.liste_des_question_row_01 .liste-question__item:nth-child(6) a{ border-radius:0px 0px 35px 35px; }
	
	.full-right.width_40.background-full{
		margin-top: 0;
		padding-top: 90px;
		padding-bottom: 90px;}
	.section-contact-home__quote{ margin: auto; }
	
	/* page contact */
	.contact-page-container{ flex-direction: column-reverse; }
	.contact-page__information::after{content: none;}
	.contact-page-container__full .background-full{display: none;}
	.contact-page__information{ padding-bottom: 0;}
	.container-contact-info{ margin: 0;margin-bottom: 60px;  }
	
	.contact-page-container .width_70, 
	.contact-page-container .width_30{padding: 0; }
	
	/* Footer */
	.footer__wrapper {
		grid-template:
			"footer-logo"
			"widget-1"
			"widget-2"
			"widget-3" / auto;}
	.widget-footer{
		margin-right: auto;
	    margin-bottom: 30px; }
	.widget-footer{
		width: 300px;
	    margin: auto; }

}

@media ( max-width: 660px ) {
	/* Fixed Menu */
	.fixed-right-menu {
		top: 25%;}
	.fixed-right-menu.open{width: 100%;}
	.fixed-menu-wrapper.active{
	    right: calc( 0% + -37px);
    	width: calc( 100% - 35px);}
	.fixed-right-menu .panel{padding: 20px 30px;}
	
	.section-aide__liste-question ul.item-count-3 ,
	.section-aide__liste-question ul.item-count-2 { grid-template-columns: repeat( 1 , 1fr); }
	
	textarea { height:inherit}
	.fixed-button {right:110px;}
	
	.domaine-item__titre {font-size:16px;}
	h2 {font-size:25px}
	.section-domaine__title.title_section {font-size:35px}
	.block-cta__title {font-size:16px}
	
	/*Formulaire de contact sur mobile*/
	.wpcf7-not-valid-tip {line-height:8px;font-size: 9px}
	.wpcf7 form.invalid .wpcf7-response-output {font-size:9px}
	input[type="text"] {height:32px}
}

@media ( max-width: 600px ) {
	.header-page__center-content.content-col,
	.header-page .header-page__title{width: 100%;}
	
	/* Bouton Slider */
	.actualite-slider .splide__arrow--prev{ left: -30px; }
	.actualite-slider .splide__arrow--next{ right: -30px; }
	
	/* Home */
	.domaine-item__content{ width: 100%;}
	.domaine-item__lien{
		width: 100%;
   		justify-content: center; }
}
