/*------------------------------
	Colors
-------------------------------*/

.txt_primary {
	color: var(--color_primary) !important;
}

.txt_secondary {
	color: var(--color_secondary) !important;
}

.txt_background {
	color: var(--color_background) !important;
}

.txt_primary_light {
	color: var(--color_primary_light) !important;
}

.txt_white {
	color: white !important;
}

.bg_primary {
	background-color: var(--color_primary) !important;
}

.bg_secondary {
	background-color: var(--color_secondary) !important;
}

.bg_background {
	background-color: var(--color_background) !important;
}

.bg_primary_light {
	background-color: var(--color_primary_light) !important;
}

.txt_white {
	color: white !important;
}


/*------------------------------
	Titres
-------------------------------*/

.page_title {
	color: white;
	font-size: 4.6rem;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	font-family: 'Barlow Condensed';
}

.section_title {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	font-family: 'Barlow Condensed';
}

.section_title span {
	display: inline !important;
}

.section_title::before,
.section_title::after,
.text_cuivre_deco::before,
.text_cuivre_deco::after {
	content: "\0000A0";
	width: 15px;
	height: 15px;
	background-color: currentColor;
	-webkit-mask: url('/wp-content/uploads/2023/05/deco-title.svg') no-repeat;
	mask: url('/wp-content/uploads/2023/05/deco-title.svg') no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

.section_title::before,
.text_cuivre_deco::before {
	margin-right: 15px;
}

.section_title::after,
.text_cuivre_deco::after {
	margin-left: 15px;
}

.small_title {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'Barlow Condensed';
}

.text_cuivre_deco,
.text_cuivre_deco::before,
.text_cuivre_deco::after {
	background: rgb(224, 151, 117);
	background: -moz-linear-gradient(90deg, rgba(224, 151, 117, 1) 0%, rgba(229, 168, 138, 1) 22%, rgba(236, 196, 174, 1) 40%, rgba(239, 200, 178, 1) 58%, rgba(213, 168, 144, 1) 75%, rgba(239, 200, 178, 1) 96%);
	background: -webkit-linear-gradient(90deg, rgba(224, 151, 117, 1) 0%, rgba(229, 168, 138, 1) 22%, rgba(236, 196, 174, 1) 40%, rgba(239, 200, 178, 1) 58%, rgba(213, 168, 144, 1) 75%, rgba(239, 200, 178, 1) 96%);
	background: linear-gradient(90deg, rgba(224, 151, 117, 1) 0%, rgba(229, 168, 138, 1) 22%, rgba(236, 196, 174, 1) 40%, rgba(239, 200, 178, 1) 58%, rgba(213, 168, 144, 1) 75%, rgba(239, 200, 178, 1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e09775", endColorstr="#efc8b2", GradientType=1);
}

.text_cuivre_deco {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media screen and (max-width: 1299px) {

	.page_title {
		font-size: 4rem;
	}

}

@media screen and (max-width: 991px) {

	.section_title {
		font-size: 2.6rem;
	}

}

@media screen and (max-width: 767px) {

	.page_title {
		font-size: 3.5rem;
	}

}

@media screen and (max-width: 767px) {

	/*.section_title {
		font-size: 2rem;
	}*/

}

@media screen and (max-width: 480px) {

	.text_cuivre_deco::before {
		margin-right: 10px;
	}

	.text_cuivre_deco::after {
		margin-left: 10px;
	}

	.section_title {
		font-size: 2.4rem
	}
	/*.page_title {
		font-size: 3rem;
	}*/

}


/*------------------------------
	Boutons et liens
-------------------------------*/

.main_btn {
	background-color: transparent;
	border: none;
	padding: 5px 20px 5px;
	border-radius: 30px;
	font-family: 'Barlow Condensed';
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.06rem;
	color: var(--color_primary);
	position: relative;
	transition: .3s;
	display: flex !important;
	align-items: center;
	height: 40px;
	cursor: pointer;
}

.main_btn:not(.btn_cuivre):hover {
	color: white;
}

.main_btn::before {
	content: "";
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	position: absolute;
	top: -4px;
	left: -4px;
	background: var(--color_primary);
	border-radius: 30px;
	z-index: -2;
}

.main_btn::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--color_background);
	border-radius: 30px;
	z-index: -1;
	left: 50%;
	transform: translate(-50%);
	top: 0;
	transition: .4s;
}

.main_btn:hover::after {
	width: 0%;
	opacity: 0;
}

.main_btn.btn_cuivre::before {
	background: rgb(229, 168, 138);
	background: -moz-linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%);
	background: linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5a88a", endColorstr="#e09775", GradientType=1);
}

.btn_icon {
	height: 40px;
	width: 40px;
	padding: 0;
	justify-content: center;
}

.btn_icon svg {
	width: 18px !important;
	height: 18px !important;
}

.btn_icon::after {
	top: 50%;
	transform: translate(-50%, -50%);
}

.btn_icon:hover::after {
	height: 0%;
}

.btn_arrow {
	background-color: transparent;
	border: none;
	font-family: 'Barlow Condensed';
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.07rem;
	color: var(--color_secondary);
	position: relative;
	padding-right: 18px;
	transition: .3s;
}

.btn_arrow::after {
	content: "";
	display: block;
	width: 10px;
	height: 12px;
	-webkit-mask: url('/wp-content/uploads/2023/05/arrow.svg') no-repeat;
	mask: url('/wp-content/uploads/2023/05/arrow.svg') no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
	background-color: var(--color_primary);
	transition: .3s;
}

.btn_arrow:hover {
	transform: translate(5px);
}

.btn_arrow:hover::after {
	transform: translate(3px);
}

/*------------------------------
	Liste à puces
-------------------------------*/

.list_nautilus ul {
	padding-left: 0;
	list-style: none;
}

.list_nautilus ul li {
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
}

.list_nautilus ul li::before {
	content: '';
	list-style-type: none;
	background-image: url('/wp-content/uploads/2023/05/bullet.svg');
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 1px;
	width: 25px;
	height: 25px;
}


/*------------------------------
	Formulaire
-------------------------------*/



.ntl_form div {
	flex-wrap: wrap;
}

.ntl_form .btcd-fld-itm {
	position: relative;
	/* z-index: 2; */
}

body .ntl_form div.p, body .ntl_form div.p:hover,
body .AD:focus-within:not(.menu-open):not(.disabled), 
body .AF:hover:not(.menu-open):not(.disabled), 
body .Cz:focus, 
body .DB:hover {
	border-color: transparent !important;
}

body.AE:focus-within:not(.menu-open):not(.disabled), body.DA:focus {
	box-shadow: none !important;
}

body .ntl_form .AB.menu-open {
	border-radius: 20px !important;
}

.ntl_form input[type="text"],
.ntl_form input[type="email"],
.ntl_form input[type="number"],
.ntl_form select,
.ntl_form textarea,
.ntl_form div[role="combobox"] {
	border: 2px solid #e9ac8d87!important;
	border-radius: 50px !important;
	padding: 5px 20px !important;
	color: var(--color_primary) !important;
}

.ntl_form div[role="combobox"] {
	height: 40px;
}

.ntl_form input[type="text"]:hover,
.ntl_form input[type="email"]:hover,
.ntl_form input[type="number"]:hover,
.ntl_form select:hover,
.ntl_form textarea:hover {
	border-color: #e9ac8d87!important;
}

.ntl_form input[type="text"]:focus,
.ntl_form input[type="email"]:focus,
.ntl_form input[type="number"]:focus,
.ntl_form select:focus,
.ntl_form textarea:focus {
	border-color: #e9ac8d87!important;
	box-shadow: 0 0 0 3px #e9ac8d2e!important;
}

.ntl_form textarea {
	border-radius: 15px !important;
	padding: 10px 20px !important;
}

.ntl_form button[type="button"] {
	background-color: var(--color_background) !important;
    border: 2px solid var(--color_primary);
    border-radius: 50px !important;
    color: var(--color_primary);
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03rem;
    font-size: 1rem !important;
    padding: 0 20px !important;
	height: 40px;
	position: relative;
	overflow: hidden;
	width: 100%;
	gap: 30px;
	text-align: left;
}

.ntl_form button[type="button"]::before {
	content: "";
	display: block;
	background-color: var(--color_primary);
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ntl_form button[type="submit"] {
	background-color: transparent !important;
    border: none !important;
    padding: 5px 20px 5px !important;
    border-radius: 30px !important;
    font-family: 'Barlow Condensed' !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.06rem !important;
    color: var(--color_primary) !important;
    position: relative !important;
    transition: .3s !important;
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
	cursor: pointer !important;
	min-width: 200px;
	margin: auto;
	box-shadow: none !important;
}

.ntl_form button[type="submit"]::before {
	content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: -4px;
    left: -4px;
	background: rgb(229, 168, 138);
    background: -moz-linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%);
    background: linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5a88a", endColorstr="#e09775", GradientType=1);
    border-radius: 30px;
    z-index: -2;
}

.ntl_form button[type="submit"]::after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color_background);
    border-radius: 30px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    transition: .4s;
}

.ntl_form button[type="submit"]:hover::after {
	width: 0%;
    opacity: 0;
}

.ntl_form input[type="checkbox"] + label {
	flex-wrap: wrap;
	align-items: flex-start;
}

.ntl_form input[type="checkbox"]:checked + label > span:first-child {
	background-color: var(--color_secondary) !important;
}

.ntl_form input[type="checkbox"]:focus + label > span:first-child {
	box-shadow: 0 0 0 3px #e9ac8d2e!important;
}

.ntl_form input[type="checkbox"]:checked + label > span:first-child svg {
	filter: none !important;
}

.ntl_form input[type="checkbox"] + label > span:first-child {
	border: 2px solid #e9ac8d87!important;
	margin-top: -2px;
}

.ntl_form input[type="checkbox"] + label > span:last-child {
	flex: 1;
	font-size: 0.8rem;
    color: var(--color_primary);
}

.ntl_form select {
	position: relative;
	background-image: url('/wp-content/uploads/2023/06/Vector-1.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btcd-fld-itm.b3-1 {
	margin-top: 20px;
}

.ntl_form {
	overflow: hidden;
}

/*--------*/

.bloc_contact_container .r {
	border-width: 2px !important;
	color: #1F4246 !important;
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px !important;
}

.bloc_contact_container .p {
	border-color: #FAEAE3 !important;
}

.bloc_contact_container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none;
	position: relative;
}

.bloc_contact_container select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	background-image: url('/wp-content/uploads/2023/06/Vector-1.svg');
	background-size: cover;
	transform: translateY(-50%);
}

/*------------------------------
	Global
-------------------------------*/

body {
	-webkit-font-smoothing: antialiased;
}

.ct-section li a, .ct-section .txt_gutenberg a, .ct-section .ct-text-block a, .ct-section p a {
	color: var(--color_primary);
	text-decoration: underline;
}

.ct-section li a:hover, .ct-section .txt_gutenberg a:hover, .ct-section .ct-text-block a:hover, .ct-section p a:hover {
	text-decoration: none;
}

.header_top .oxy-header-left,
.header_top .oxy-header-right {
	width: 30%;
}

/* Actu */

.single_actu_cat {
	border-radius: 20px;
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: white;
	padding: 5px 15px;
	background-color: var(--color_primary);
}

/* Border cuivre */

.border_cuivre {
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center;
}

.border_cuivre::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	/*1*/
	border: 6px solid transparent;
	/*2*/
	background: linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%) border-box;
	/*3*/
	-webkit-mask:
		/*4*/
		linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%) padding-box,
		linear-gradient(0deg, rgba(229, 168, 138, 1) 0%, rgba(193, 144, 118, 1) 32%, rgba(235, 189, 164, 1) 64%, rgba(224, 151, 117, 1) 100%);
	-webkit-mask-composite: xor;
	/*5'*/
	mask-composite: exclude;
	/*5*/
	pointer-events: none;
}

/* Border dots */

.img_round_hublot::before {
	background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%23E9AC8D' stroke-width='0.7' stroke-dasharray='0 4' stroke-linecap='round' fill='transparent'/></svg>");
	background-size: 100% 100%;
}

@media screen and (max-width: 1300px) {

	.img_round_hublot::before {
		background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%23E9AC8D' stroke-width='0.9' stroke-dasharray='0 6' stroke-linecap='round' fill='transparent'/></svg>");
	}

}

@media screen and (max-width: 991px) {

	.img_round_hublot::before {
		background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%23E9AC8D' stroke-width='1.3' stroke-dasharray='0 6' stroke-linecap='round' fill='transparent'/></svg>");
		transform: rotate(45deg);
	}

}

@media screen and (max-width: 767px) {

	.img_round_hublot::before {
		background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%23E9AC8D' stroke-width='1.6' stroke-dasharray='0 8' stroke-linecap='round' fill='transparent'/></svg>");
	}

}

@media screen and (max-width: 480px) {

	.img_round_hublot::before {
		background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%23E9AC8D' stroke-width='1.6' stroke-dasharray='0 9' stroke-linecap='round' fill='transparent'/></svg>");
	}

}

/*------------------------------
	Header
-------------------------------*/

.oxy-header.oxy-sticky-header-active .header_top {
	padding-top: 10px !important;
}

.oxy-header.oxy-sticky-header-active .header_logo {
	width: 100px !important;
}

@media screen and (max-width: 991px) {

	.oxy-header.oxy-sticky-header-active #_header_row-20-35 {
		top: 11px;
	}

}

/*------------------------------
	Footer
-------------------------------*/

.txt_footer_bottom a {
	color: white !important;
	transition: .3s;
}

.txt_footer_bottom a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 480px) {

	.menu_footer a {
		justify-content: center !important;
		text-align: center !important;
	}

}