/*!
Theme Name: Wordpress Starter kit
Theme URI: https://github.com/hugo-bachmann
Author: Hugo Bachmann
Author URI: https://github.com/hugo-bachmann
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starter

*/
ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none !important;
	line-height: normal !important;
	cursor: pointer !important;
}

.h1 {
	font-family: "Belleza";
	font-size: 42px;
	font-weight: 400;
}

.h2 {
	font-family: "Belleza";
	font-size: 36px;
	font-weight: 400;
}

.h3 {
	font-family: "Belleza";
	font-size: 28px;
	font-weight: 400;
}

.Texte p {
	font-family: "Lato";
	line-height: 130%;
	font-size: 16px;
	letter-spacing: 2%;
	font-weight: 400;
}

.buttonBlue {
	box-sizing: border-box;
	background-color: #00647F;
	padding: 12px 24px;
	transition: 0.3s ease-out;
	color: #F5F4F1;
	text-align: center;
	font-family: "Lato";
	font-weight: 500;
	cursor: pointer;
}

.buttonBlue:hover {
	background-color: #DCC8AA;
	color: #00647F;
}

.buttonBorder {
	box-sizing: border-box;
	transition: 0.3s ease-out;
	text-decoration: none;
	color: #F5F4F1;
	text-align: center;
	font-family: "Lato";
	font-weight: 500;
	cursor: pointer;
	font-size: 20px;
	border: solid 1px #DCC8AA;
	padding: 12px 24px;
}

.buttonBorder:hover {
	background-color: #DCC8AA;
	color: #00647F;
}

.cardDomaine {
	width: 276px;
	height: 475px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	margin-bottom: 32px;
	transition: 0.3s ease-out;
	cursor: pointer;
}

.cardDomaine img {
	width: 276px;
	height: 475px;
	filter: grayscale(1);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: relative;
	z-index: 0;
	transition: 0.3s ease-out;
}

.cardDomaine .buttonCardDomaine {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	box-sizing: border-box;
	padding: 20px;
	background-color: #47565A;
	font-family: 'Belleza';
	color: #DCC8AA;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}

.cardDomaine:hover img {
	filter: grayscale(0);
}

.redactionArticle strong {
	color: #00647F;
}

.redactionArticle p {
	font-family: "Lato";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #47565A;
	line-height: 130%;
}

.redactionArticle blockquote {
	margin: 30px 0;
	padding-left: 24px;
	position: relative;
}

.redactionArticle blockquote p {
	color: #00647F;
	font-family: "Lato";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.32px;
}

.redactionArticle blockquote:before {
	content: "";
	position: absolute;
	left: 0px;
	height: 100%;
	background-color: #DCC8AA;
	width: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.underlineLeftCenter {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

.underlineLeftCenter::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

body.page-template-tpl-maintenance {
	background-color: #041434;
}

body.page-template-tpl-maintenance header {
	display: none;
}

body.page-template-tpl-maintenance footer {
	display: none;
}

body.page-template-tpl-maintenance #responsive-menu-button {
	display: none;
}

body.page-template-tpl-maintenance #rmp_menu_trigger-100 {
	display: none;
}

body.page-template-tpl-maintenance .maintenance {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	padding: 25px;
}

body.page-template-tpl-maintenance .maintenance h1 {
	color: #FFFFFF;
	font-size: 34px;
	margin-bottom: 15px;
}

body.page-template-tpl-maintenance .maintenance h2 {
	color: #FFFFFF;
	font-size: 28px;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/
.aligncenter,
.alignleft,
.alignright {
	display: block;
	padding: 0;
}

.aligncenter {
	float: none;
	margin: 0.5em auto 1em;
}

.alignright {
	float: right;
	margin: 0.5em 0 1em 1em;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 1em 0;
}

.wp-caption {
	padding: 5px 0;
	border: 1px solid #555;
	background: #444;
	text-align: center;
}

.wp-caption img {
	display: inline;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-weight: 100;
	font-style: italic;
	color: #ddd;
}

.current-menu-item.no_active a::after {
	display: none !important;
}

* {
	-webkit-tap-highlight-color: transparent;
}

.hide_scroll {
	overflow: hidden;
}

html {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
	overflow-x: hidden;
}

html::-webkit-scrollbar {
	display: none;
}

html ::-moz-selection {
	background-color: #00647F;
	color: white;
}

html ::selection {
	background-color: #00647F;
	color: white;
}

body {
	background-color: #F5F4F1;
	/* background-color: red; */
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

section {
	padding: 75px 0px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.splide__arrow {
	background: #00647F;
	transition: 0.3s ease-in-out;
}

.splide__arrow svg {
	transition: 0.3s ease-in-out;
	fill: #DCC8AA;
}

.splide__arrow:hover {
	background: #DCC8AA;
}

.splide__arrow:hover svg {
	fill: #00647F;
}

.overflowY {
	overflow: hidden;
}

.blueTest {
	height: 110px;
	background-color: #00647F;
	width: 100%;
}

@media (max-width: 1024px) {
	.blueTest {
		height: 110px;
		background-color: #00647F;
		width: 100%;
		background: #00647F !important;
	}

	.blueTest::after {
		mix-blend-mode: normal !important;
	}

	#header .container {
		box-shadow: none !important;
	}
}

.burgerMenu {
	z-index: 30;
	width: 30px;
	height: 25px;
	position: relative;
	right: 0px;
	cursor: pointer;
}

.burgerMenu .bar {
	position: absolute;
	background-color: #F5F4F1;
	height: 2px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
	width: 100%;
	right: 0%;
	transform: translateY(-50%);
	opacity: 1;
}

.burgerMenu .bar:nth-child(1) {
	top: 0;
}

.burgerMenu .bar:nth-child(2) {
	top: 50%;
}

.burgerMenu .bar:nth-child(3) {
	top: 100%;
}

.burgerMenuActivated .bar:nth-child(1) {
	top: 50%;
	transform: rotateZ(-45deg);
}

.burgerMenuActivated .bar:nth-child(2) {
	opacity: 0;
}

.burgerMenuActivated .bar:nth-child(3) {
	top: 50%;
	transform: rotateZ(45deg);
}

.cardArticle {
	max-width: 300px;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 410px;
	margin-bottom: 146px;
	padding-bottom: 106px;
	background-position: center;
	background-size: cover;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.cardArticle .grayScale {
	position: absolute;
	background-position: center;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	z-index: 1;
	opacity: 1;
}

.cardArticle .contentCardArticle {
	z-index: 2;
	filter: grayscale(0);
	position: absolute;
	left: 50%;
	min-height: 212px;
	transform: translateX(-50%);
	bottom: -106px;
	width: 256px;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	background-color: #DCC8AA;
	transition: 0.3s ease-in-out;
}

.cardArticle .contentCardArticle .titleArticle {
	font-family: "Belleza";
	color: #00647F;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
	transition: 0.3s ease-in-out;
}

.cardArticle .contentCardArticle p {
	margin-bottom: 20px;
	font-family: "Lato";
	line-height: 130%;
	font-size: 16px;
	letter-spacing: 2%;
	font-weight: 400;
	color: #47565A;
	transition: 0.3s ease-in-out;
}

.cardArticle .contentCardArticle a {
	cursor: pointer;
	text-decoration: none;
	color: #00647F;
	font-family: "Lato";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.32px;
}

.cardArticle:hover .grayScale {
	opacity: 0;
}

.cardArticle:hover .contentCardArticle {
	background-color: #00647F;
}

.cardArticle:hover .contentCardArticle .titleArticle,
.cardArticle:hover .contentCardArticle p {
	color: #F5F4F1;
}

.cardArticle:hover .contentCardArticle a {
	color: #DCC8AA;
}

.fixHeader {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#header {
	transition: all 0.3s;
	position: fixed;
	width: 100%;
	padding-top: 0px;
	z-index: 20;
}

#header .telHeaderParent {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

#header .telHeader:hover {
	color: #DCC8AA;
}

#header .buttonBorder {
	display: none;
	line-height: normal;
}

#header .telHeader {
	display: none;
	font-size: 16px;
	color: white;
	font-family: "Lato";
	font-weight: 500;
	transition: all 0.2s;
	line-height: normal;
}

#header .container {
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 44px;
	background-color: #00647F;
}

#header .aLogoLeft {
	height: 50px;
}

#header .aLogoLeft .imgLogoLeft {
	width: auto;
	height: 50px;
}

#header .menuDeroulant {
	position: absolute;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	width: 100vw;
	padding: 80px 40px 40px 40px;
	height: 120vh;
	background-color: #00647F;
	right: -100vw;
	top: -50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#header .menuDeroulant img {
	width: 220px;
	margin-bottom: 32px;
}

#header .menuOpen {
	right: 0%;
}

#header .menu-menu-header-container {
	width: -moz-fit-content;
	width: fit-content;
}

#header #menu-menu-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

#header #menu-menu-header li {
	list-style: none;
	display: flex;
	position: relative;
}

#header #menu-menu-header li>a {
	text-decoration: none;
	color: #F5F4F1;
	font-family: "Lato";
	font-size: 20px;
	font-weight: 400;
	transition: all 0.2s;
}

#header #menu-menu-header li:hover>a {
	color: #DCC8AA;
}

#header .supMenu>a {
	display: none;
}

#header .sub-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.progressBar {
	display: none;
	position: absolute;
	top: 90px;
	left: 50%;
	width: 6px;
	transform: translateX(-50%);
	background: #DCC8AA;
	height: 0%;
	z-index: 10;
	transition: width 0.8s ease-in-out;
}

.underProgessbar {
	display: none;
	position: absolute;
	top: 90px;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background: #DCC8AA;
	background: rgba(220, 200, 170, 0.2);
	height: 90%;
	z-index: 10;
	transition: width 0.2s ease-in-out;
	flex-direction: column;
	gap: 200px;
	align-items: center;
}

#sideButton {
	border-radius: 20px 0px 0px 20px;
	position: fixed;
	top: 600px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	background-color: #00647F;
	padding: 24px 14px;
	z-index: 10;
	color: #DCC8AA;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

#sideButton a, #sideButton button {
	height: 30px;
	width: 30px;
	position: relative;
    background: transparent;
    border: none;
    outline: none;
}

#sideButton a img, #sideButton button img {
	position: absolute;
	transition: 0.3s ease-in-out;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#sideButton a .clear, #sideButton button .clear {
	width: 34px;
	height: 34px;
	opacity: 1;
}

#sideButton a .op, #sideButton button .op {
	opacity: 0;
	width: 34px;
	height: 34px;
}

#sideButton a:hover .clear, #sideButton button:hover .clear {
	opacity: 0;
}

#sideButton a:hover .op, #sideButton button:hover .op {
	opacity: 1;
}

#sideButton .bar {
	height: 1px;
	width: 34px;
	background-color: #DCC8AA;
}

#hero {
	position: relative;
	padding-top: 0px;
	padding-top: 142px;
	padding-bottom: 87px;
}

#hero::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	height: 100%;
	background-image: url("./img/background/decorhero.svg");
	background-position: center;
	background-size: cover;
}

#hero video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

#hero .contentCenter {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#hero .contentCenter .logoHero {
	margin-bottom: 70px;
	width: 343px;
	height: 275px;
}

#hero .contentCenter .h1 {
	text-align: center;
	color: #F5F4F1;
	letter-spacing: 2%;
	margin-bottom: 5px;
	max-width: 950px;
    font-size: 37px;
    margin-bottom: 12px;
}

#hero .contentCenter h2 {
	text-align: center;
	color: #F5F4F1;
	letter-spacing: 2%;
	margin-bottom: 5px;
    font-family: 'Lato';
	max-width: 950px;
    font-size: 28px;
}


#hero .contentCenter p {
	text-align: center;
	color: #F5F4F1;
	max-width: 585px;
	font-family: "Lato";
	font-size: 22px;
	font-weight: 400;
}

#hero .contentCenter .chevronHero {
	margin-top: 47px;
	position: relative;
	padding: 46px 0;
}

#hero .contentCenter .chevronHero img {
	transform: rotate(180deg);
}

#hero .contentCenter .chevronHero:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	width: 1px;
	height: 40px;
	background-color: #DCC8AA;
}

#hero .contentCenter .chevronHero:after {
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	bottom: 0px;
	width: 1px;
	height: 40px;
	background-color: #DCC8AA;
}

#presentation {
	padding-top: 78px;
	padding-bottom: 121px;
	overflow-x: hidden;
}

#presentation .container .leftContent div {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 55px;
}

#presentation .container .leftContent div::before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #DCC8AA;
	width: 258px;
	height: 374px;
	left: -60px;
	top: -56px;
}

#presentation .container .leftContent div::after {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #DCC8AA;
	width: 258px;
	height: 374px;
	right: -41px;
	bottom: -41px;
}

#presentation .container .leftContent div img {
	width: 100%;
	max-width: 362px;
	height: 512px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

#presentation .container .rightContent .h2 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
	margin-top: 20px;
}

#presentation .container .rightContent .h2::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#presentation .container .rightContent .Texte {
	margin-bottom: 32px;
}

#domaine {
	position: relative;
}

#domaine:before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	height: 685px;
	background-color: rgba(220, 200, 170, 0.2);
	width: 100%;
}

#domaine .container .h2 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

#domaine .container .h2::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#domaine .container .Texte {
	color: #47565A;
	max-width: 818px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 50px;
}

#faq .container .h2 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

#faq .container .h2::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#faq .container .Texte {
	color: #47565A;
	max-width: 818px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 50px;
}

#faq .faq-container {
	width: 100%;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}

#faq .faq-item {
	padding: 15px 0px;
	border-bottom: solid 1px #DCC8AA;
}

#faq .faq-item:last-child {
	border-bottom: 0px;
}

#faq .custom-btn-faq {
	color: #00647F;
	font-family: "Lato";
	font-size: 18px;
}

#faq .top-faq {
	cursor: pointer;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#faq .top-faq .cross {
	position: relative;
	background-color: #DCC8AA;
	height: 2px;
	width: 12px;
	border-radius: 1px;
	position: relative;
}

#faq .top-faq .less:after {
	content: "";
	position: absolute;
	background-color: #DCC8AA;
	width: 2px;
	height: 12px;
	border-radius: 1px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

#faq .custom-faq-content {
	padding-top: 10px;
	transition: 0.3s ease-in-out;
	height: -moz-max-content;
	height: max-content;
	overflow: hidden;
}

#faq .custom-faq-content p {
	font-family: "Lato";
	line-height: 22px;
}

#faq .custom-faq-content-hidden {
	height: 0px;
}

#actu {
	padding: 61px 0px 80px 0px;
	background: url("././img/background/bg_actuHome.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#actu .container .h2 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

#actu .container .h2::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#actu .container .Texte {
	color: #47565A;
	max-width: 818px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 50px;
}

#actu .boutonActu {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin-top: 34px;
}

#contact {
	padding: 0px;
}

#contact .mapsInfo {
	min-height: 512px;
}

#contact .mapsInfo .mapsGoogle {
	min-height: 412px;
	padding: 0px;
}

#contact .mapsInfo .mapsGoogle iframe {
	width: 100%;
	height: 100%;
}

#contact .mapsInfo .infoCo {
	padding: 0px;
	background-color: rgba(220, 200, 170, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact .mapsInfo .infoCo .contentCo {
	padding: 40px 0;
	margin-left: 40px;
}

#contact .mapsInfo .infoCo .contentCo ul {
	max-width: 424px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#contact .mapsInfo .infoCo .contentCo ul li {
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	margin-right: 20px;
}

#contact .mapsInfo .infoCo .contentCo ul li img {
	width: 21px;
	height: 20px;
}

#contact .mapsInfo .infoCo .contentCo ul li a,
#contact .mapsInfo .infoCo .contentCo ul li span {
	text-decoration: none;
	color: #00647F;
	font-family: "Lato";
	font-weight: 500;
	font-size: 18px;
}

#blog {
	position: relative;
}

#blog .blueTest {
	background-image: url("././img/background/Header_bleu_menu.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#blog #blogHeader {
	padding-top: 22px;
	position: relative;
	min-height: 400px;
	background: url("././img/background/carneiro_headerActu.jpg");
	background-position: center top;
	background-size: cover;
}

#blog #blogHeader .container .h1 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

#blog #blogHeader .container .h1::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#blog #blogHeader .container .Texte {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

#blog #blogHeader .container .Texte p {
	font-family: "Lato";
	text-align: center;
	color: #47565A;
}

#blog #contentBlog .row {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

#blog #contentBlog .linkArticle {
	display: contents;
}

#blog #contentBlog article {
	margin-left: auto;
	margin-right: auto;
}

#single {
	position: relative;
}

#single #singleHeader {
	padding-top: 220px;
	position: relative;
	background: url("././img/background/carneiro_headerActu.png");
	background-position: center top;
	background-size: cover;
	max-height: 620px;
}

#single #singleHeader .imgHeroSingle img {
	width: 100%;
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

#single #contentSingle {
	padding-top: 175px;
}

#single #contentSingle .container .h2 {
	color: #00647F;
	position: relative;
	margin-bottom: 50px;
	text-align: left;
}

#single #contentSingle .container .h2::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0%;
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#single #contentSingle .container .Texte {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

#single #contentSingle .container .Texte p {
	text-align: center;
	color: #47565A;
}

#single #contentSingle .container .article .date {
	margin-bottom: 20px;
	font-family: "Lato";
	font-size: 14px;
	color: #47565A;
}

#single #contentSingle .container .article .underTitle {
	margin-bottom: 20px;
	font-family: "Lato";
	font-size: 16px;
	font-weight: 600;
	color: #47565A;
	margin-bottom: 70px;
}

#single #contentSingle .sidebar {
	box-shadow: 0px 2px 20px 0px rgba(36, 34, 30, 0.1);
	background: linear-gradient(180deg, #FCFCFC 0%, #F5F4F1 100%);
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	max-width: 289px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 64px;
}

#single #contentSingle .sidebar p {
	color: #00647F;
	position: relative;
}

#single #contentSingle .sidebar p::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #DCC8AA;
}

#single #contentSingle .sidebar .articleList {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}

#single #contentSingle .sidebar .articleList a {
	text-decoration: none;
	color: #00647F;
	font-family: "Belleza";
	font-size: 24px;
}

.redactionArticle h1 {
	font-family: "Belleza";
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #00647F;
	margin-top: 20px;
}

.redactionArticle h2 {
	font-family: "Belleza";
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #00647F;
	margin-top: 20px;
}

.redactionArticle h3 {
	font-family: "Belleza";
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #00647F;
	margin-top: 20px;
}

.redactionArticle h4 {
	font-family: "Belleza";
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #00647F;
	margin-top: 20px;
}

.redactionArticle h5 {
	font-family: "Belleza";
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #00647F;
	margin-top: 20px;
}

.redactionArticle h6 {
	font-family: "Belleza";
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #00647F;
}

.redactionArticle ul {
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.redactionArticle ul li {
	padding-left: 12px;
	list-style: none;
	font-family: "Lato";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #47565A!important;
	line-height: 130%;
	position: relative;
}
.redactionArticle ul li a{
    color: #47565A!important;
}

.redactionArticle ul li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #00647F;
}

.redactionArticle strong {
	color: #00647F;
}

.redactionArticle p {
	font-family: "Lato";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #47565A;
	line-height: 130%;
}

.redactionArticle blockquote {
	margin: 30px 0;
	padding-left: 24px;
	position: relative;
}

.redactionArticle blockquote p {
	color: #00647F;
	font-family: "Lato";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.32px;
}

.redactionArticle blockquote:before {
	content: "";
	position: absolute;
	left: 0px;
	height: 100%;
	background-color: #DCC8AA;
	width: 6px;
	top: 50%;
	transform: translateY(-50%);
}

#droit {
	position: relative;
}

#droit .blueTest {
	background-image: url("././img/background/Header_bleu_menu.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#droit #droitHeader {
	padding-top: 22px;
	min-height: 400px;
	position: relative;
	background-position: center top;
	background-size: cover;
	padding-bottom: 18px;
}

#droit #droitHeader #breadcrumbs {
	margin-bottom: 30px;
}

#droit #droitHeader .container {
	filter: unset;
}

#droit #droitHeader .container .h1 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

#droit #droitHeader .container .h1::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#droit #droitHeader .container .Texte {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

#droit #droitHeader .container .Texte p {
	text-align: center;
	color: #47565A;
}

#droit #contentDroit {
	position: relative;
	margin-bottom: 75px;
	padding-bottom: 0 !important;
	overflow: hidden;
}

#droit #contentDroit .container .paragraphes {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

#droit #contentDroit .container .paragraphes .paraDirection {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#droit #contentDroit .container .paragraphes .paraDirection:after {
	content: "";
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #DCC8AA;
	border-radius: 100px;
	left: 50%;
	transform: translateX(-50%);
	top: 12px;
}

#droit #contentDroit .container .paragraphes .paragraphe {
	width: 100%;
	max-width: 712px;
	position: relative;
	padding-top: 48px;
}

#droit #contentDroit .container .paragraphes .paragraphe::before {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#droit #contentDroit .container .paragraphes .paragraphe .titleParagraphe {
	text-align: center;
	color: #00647F;
	margin-bottom: 20px;
}

#droit #contentDroit .container .paragraphes .paragraphe .Texte p {
	color: #47565A;
}

#droit #contentDroitImage .paragraphes {
	margin-bottom: 64px;
}

#droit #contentDroitImage .textColumn {
	margin-bottom: 32px;
}

#droit #contentDroitImage .titleParagraphe {
	text-align: center;
	color: #00647F;
	margin-bottom: 20px;
}

#droit #contentDroitImage .Texte p {
	color: #47565A;
}

#droit #contentDroitImage img {
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}

#cabinet {
	position: relative;
}

#cabinet img {
	width: 100%;
}

#cabinet .blueTest {
	background-image: url("././img/background/Header_bleu_menu.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#cabinet #cabinetHeader {
	position: relative;
	padding-top: 22px;
	min-height: 400px;
	position: relative;
	background: url("./././img/background/carneiro_headerCabinet.jpg");
	background-size: cover;
	background-blend-mode: saturation;
	background-position: bottom;
	padding-bottom: 18px;
}

#cabinet #cabinetHeader #breadcrumbs {
	margin-bottom: 30px;
}

#cabinet #cabinetHeader .container .h1 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

#cabinet #cabinetHeader .container .h1::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#cabinet #cabinetHeader .container .Texte {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

#cabinet #cabinetHeader .container .Texte p {
	text-align: center;
	color: #47565A;
}

#cabinet .grayEffect {
	filter: grayscale(1);
	transition: 0.3s ease-in-out;
}

#cabinet .grayEffect:hover {
	filter: grayscale(0);
}

#cabinet #presentationCabinet .container .imgRight {
	width: 100%;
	max-width: 578px;
	height: 500px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
}

#cabinet #illuCabinet {
	margin-top: 125px;
	background: rgba(220, 200, 170, 0.2);
}

#cabinet #illuCabinet .secondPart {
	margin-top: -175px;
}

#cabinet #illuCabinet .secondPart img {
	margin-bottom: 30px;
	width: auto;
	max-width: 100%;
}

#cabinet #illuCabinet .secondPart .redactionArticle {
	margin-top: 18px;
}

#cabinet #informationsCabinet {
	padding-bottom: 0px;
}

#cabinet #informationsCabinet .footerCabinet {
	margin-top: -50px;
	margin-bottom: -5px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

#cabinet #informationsCabinet .container .h2 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

#cabinet #informationsCabinet .container .h2::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#cabinet #informationsCabinet .container .cardInfo {
	margin-bottom: 40px;
}

#cabinet #informationsCabinet .container .cardInfo img {
	width: 140px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#cabinet #informationsCabinet .container .cardInfo .h3 {
	margin-bottom: 15px;
	color: #00647F;
}

#cabinet #informationsCabinet .container .cardInfo .h3,
#cabinet #informationsCabinet .container .cardInfo .redactionArticle {
	text-align: center;
	max-width: 264px;
	margin-left: auto;
	margin-right: auto;
}

main {
	min-height: 90vh;
}

#contactPage .blueTest {
	background-image: url("././img/background/Header_bleu_menu.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#contentContact {
	padding-top: 0px;
}

#contentContact .container .h1 {
	color: #00647F;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

#contentContact .container .h1::after {
	position: absolute;
	content: "";
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 173px;
	height: 1px;
	background-color: #DCC8AA;
}

#contentContact .container .Texte {
	margin-bottom: 32px;
	text-align: center;
}

#contentContact .container .Texte p {
	color: #47565A;
}

.wpcf7 {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7 form {
	display: flex;
	flex-direction: column;
}

.wpcf7 form .champs {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.wpcf7 form .champs .top {
	display: flex;
	flex-flow: wrap;
	gap: 42px;
	justify-content: center;
	margin-bottom: 42px;
}

.wpcf7 form .champs input {
	all: unset;
	box-sizing: border-box;
	padding: 12px 24px;
	border: solid 1px #DCC8AA;
	color: #47565A;
	font-size: 18px;
	font-family: "Lato";
	letter-spacing: 2%;
	width: 305px;
	background-color: #F5F4F1;
}

.wpcf7 form .champs input:focus {
	background-color: #EBE8E4;
	border: solid 1px #DCC8AA;
}

.wpcf7 form .champs textarea {
	all: unset;
	box-sizing: border-box;
	padding: 12px 24px;
	border: solid 1px #DCC8AA;
	color: #47565A;
	font-size: 18px;
	font-family: "Lato";
	letter-spacing: 2%;
	background-color: #F5F4F1;
	height: 180px;
}

.wpcf7 form .champs textarea:focus {
	background-color: #EBE8E4;
	border: solid 1px #DCC8AA;
}

.wpcf7 form .confirm {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
	position: relative
}

.wpcf7 form .confirm .wpcf7-list-item {
	margin: 0
}

.wpcf7 form .confirm .wpcf7-list-item input {
	cursor: pointer;
	all: unset;
	border: solid 2px #DCC8AA;
	height: 16px;
	width: 16px;
	transition: all 0.3s
}

.wpcf7 form .confirm .wpcf7-list-item input:hover {
	background: transparent;
	border: solid 2px #00647F
}

.wpcf7 form .confirm .wpcf7-list-item input:checked {
	background-image: url("/wp-content/themes/starter/sass/.././img/icons/checkForm.svg");
	background-size: cover;
	border: solid 2px #00647F
}

.wpcf7 form .confirm p {
	font-family: "Lato";
	font-size: 14px;
	color: #47565A;
	font-style: italic;
	font-weight: 300;
	width: 100%;
	max-width: 791px
}

.wpcf7 form .confirm p a {
	color: #00647F;
	font-weight: 500
}

.wpcf7 form .confirm input {
	margin-top: 6px;
	box-sizing: border-box;
	font-size: 16px;
	background-color: #00647F;
	padding: 12px 24px;
	transition: 0.3s ease-in-out;
	color: #F5F4F1;
	text-align: center;
	font-family: "Lato";
	font-weight: 500;
	cursor: pointer;
	height: fit-content;
	width: fit-content
}

.wpcf7 form .confirm input:hover {
	background-color: #DCC8AA;
	color: #00647F
}

.wpcf7 form .confirm .wpcf7-submit {
	border: transparent !important;

}

.wpcf7 form .confirm .wpcf7-spinner {
	position: absolute;
	right: -68px;
	top: 50%;
	transform: translateY(-50%)
}

.wpcf7 form .wpcf7-response-output {
	all: unset;
	box-sizing: border-box;
	padding: 12px;
	width: fit-content;
	background-color: #DCC8AA;
	margin-top: 24px;
	color: #47565A;
	font-family: "Lato";
	text-align: left;
	font-weight: 400;
	font-size: 18px
}

#breadcrumbs {
	margin-top: 30px;
	margin-bottom: 60px;
}

#breadcrumbs span {
	font-family: "Lato";
	font-size: 16px;
}

#breadcrumbs a {
	color: #47565A;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	margin-right: 10px;
}

#breadcrumbs a:hover {
	color: #00647F;
}

#breadcrumbs .breadcrumb_last {
	color: #004C61;
	margin-left: 10px;
}

#footer {
	padding: 40px 0px;
	background-image: url("./img/background/footer.svg");
	background-position: center;
	background-size: cover;
}

#footer .container .logoFooter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 24px;
	width: -moz-fit-content;
	width: fit-content;
}

#footer .container .logoFooter img {
	width: 136px;
	height: 109px;
}

#footer .container .menuFooter {
	padding: 20px 0;
	max-width: 882px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer .container .menuFooter::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #DCC8AA;
	height: 1px;
	width: 100%;
	max-width: 995px;
}

#footer .container .menuFooter ul {
	display: flex;
	flex-flow: wrap;
	gap: 8px;
	justify-content: space-evenly;
	align-items: center;
}

#footer .container .menuFooter ul li {
	list-style: none;
	margin: 0px 8px;
}

#footer .container .menuFooter ul li a {
	text-decoration: none;
	color: #F5F4F1;
	font-family: "Lato";
	font-size: 16px;
	text-align: center;
	transition: all .2s;
}

#footer .container .menuFooter ul li:hover a {
	color: #DCC8AA;
}

#footer .container .social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#footer .container .social img {
	height: 30px;
	width: 30px;
}


@media screen and (min-width: 768px) {
	.h1 {
		font-family: "Belleza";
		font-size: 64px;
		font-weight: 400;
	}

	.h2 {
		font-family: "Belleza";
		font-size: 56px;
		font-weight: 400;
	}

	.h3 {
		font-family: "Belleza";
		font-size: 32px;
		font-weight: 400;
	}

	.wpcf7 form .confirm {
		flex-direction: row;
	}
}

@media screen and (min-width: 1024px) {
	#contact .mapsInfo .infoCo {
		justify-content: flex-start;
	}

	#contact .mapsInfo .infoCo .contentCo {
		margin-left: 80px;
	}

	#cabinet #presentationCabinet .container .imgRight {
		margin-right: unset;
	}

	#single #contentSingle .sidebar {
		margin-right: unset;
		margin-top: 0px;
	}

	#header {
		padding-top: 50px;
	}

	.blueTest {
		height: 220px;
	}

	#hero {
		padding-top: 232px;
	}

	.underlineLeftCenter {
		color: #00647F;
		position: relative;
		margin-bottom: 100px;
		text-align: left;
	}

	.underlineLeftCenter::after {
		position: absolute;
		content: "";
		bottom: -48px;
		left: 0%;
		transform: none;
		width: 173px;
		height: 1px;
		background-color: #DCC8AA;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1310px;
	}

	#header .telHeaderParent {
		display: flex;
	}

	#header .telHeader {
		display: block;
	}

	.progressBar {
		display: block;
	}

	.underProgessbar {
		display: flex;
	}

	#droit #contentDroit .container .paragraphes {
		gap: 32px;
	}

	#droit #contentDroit .container .paragraphes .paraDirection {
		align-items: flex-end;
	}

	#droit #contentDroit .container .paragraphes .paraDirection::after {
		display: block;
	}

	#droit #contentDroit .container .paragraphes .paraDirection:nth-child(2n+1) {
		align-items: flex-start;
	}

	#droit #contentDroit .container .paragraphes .paragraphe {
		max-width: 512px;
		padding-top: unset;
	}

	#droit #contentDroit .container .paragraphes .paragraphe::before {
		all: unset;
	}

	#droit #contentDroit .container .paragraphes .paragraphe .titleParagraphe {
		text-align: left !important;
	}

	#droit #contentDroitImage .paragraphes:nth-child(2n+1) {
		flex-direction: row-reverse !important;
	}

	#droit #contentDroitImage .paragraphes .titleParagraphe {
		text-align: left !important;
	}

	#header #burger {
		display: none;
	}

	#header .buttonBorder {
		display: block;
	}

	#header .menuDeroulant {
		all: unset;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#header .menuDeroulant .imgAccueil {
		display: none;
	}

	#header #menu-menu-header {
		flex-direction: row;
		gap: 40px;
	}

	#header #menu-menu-header>.menu-item:last-child a {
		display: none;
	}

	#header .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		padding: 42px 30px 22px;
		background: transparent;
		min-width: 100%;
		align-items: flex-start;
		gap: 0px;
		padding-left: 0;
		padding-right: 0;
	}

	#header .sub-menu li {
		width: 100%;
	}

	#header .sub-menu li a {
		background: #003B4A;
		padding: 10px 30px;
		box-sizing: border-box;
		width: 100%;
		transition: none;
		text-wrap: nowrap;
		font-size: 16px !important;
	}

	#header .sub-menu li a:first-child {
		padding-top: 16px;
	}

	#header .sub-menu li a:last-child {
		padding-bottom: 16px;
	}

	#header .sub-menu li a:hover {
		background: #004C61;
		color: #DCC8AA !important;
	}

	#header .supMenu>a {
		display: block;
		padding-right: 18px;
		cursor: initial;
		position: relative;
		transition: all 0.2s;
        pointer-events: none;
        cursor: pointer;
	}

	#header .supMenu>a::after {
		transition: all 0.2s;
		position: absolute;
		right: 0;
		top: 60%;
		transform: translateY(-50%) rotate(90deg);
		font-family: "FontAwesome";
		content: "\f054";
		font-size: 14px;
	}

	#header .supMenu:hover>a {
		transition: all 0.2s;
	}

	#header .supMenu:hover>a::after {
		transition: all 0.2s;
		transform: translateY(-50%) rotate(270deg);
	}

	#header .supMenu:hover .sub-menu {
		display: flex !important;
	}

	#contentContact {
		position: relative;
	}

	#contentContact:after {
		content: "";
		position: absolute;
		right: 0px;
		top: 0px;
		width: 430px;
		height: 585px;
		background: url("././img/background/maskContact.svg");
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
	}

	#contentSingle {
		position: relative;
	}

	#contentSingle:after {
		content: "";
		position: absolute;
		right: 0px;
		bottom: 20%;
		width: 430px;
		height: 585px;
		background: url("././img/background/maskContact.svg");
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
	}

	#contentBlog {
		position: relative;
	}

	#contentBlog:after {
		content: "";
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 430px;
		height: 585px;
		background: url("././img/background/maskContact.svg");
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
	}

	#contentDroit {
		position: relative;
	}

	#contentDroit:after {
		content: "";
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 430px;
		height: 585px;
		background: url("././img/background/maskContact.svg");
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
	}

	#domaine {
		position: relative;
	}

	#domaine:after {
		content: "";
		position: absolute;
		z-index: -1;
		background: url("././img/background/carneiro_illuLeft.svg");
		left: 0;
		bottom: 0;
		height: 682px;
		width: 436px;
	}

	#cabinet #informationsCabinet .footerCabinet {
		margin-top: -100px;
	}
}

@media (min-width: 1600px) {
	#cabinet #informationsCabinet .footerCabinet {
		margin-top: -150px;
	}
}

@media (min-width: 1900px) {
	#cabinet #informationsCabinet .footerCabinet {
		margin-top: -200px;
	}
}

@media (min-width: 2200px) {
	#cabinet #informationsCabinet .footerCabinet {
		margin-top: -250px;
	}
}


/*# sourceMappingURL=main.css.map */