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

body{
	overflow-x: hidden;
}

/* Liste à puce */

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

.liste_puce ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
	font-family: 'Ubuntu';
	color: #004992;
	line-height: 1.5;
	font-size: 0.95rem;
}

.liste_puce ul li::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/wp-content/uploads/2022/08/puce.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 4px;
}

/* BR title */

@media screen and (max-width: 1300px) {
	
	.main_title br, .section_title br {
		display: none;
	}
	
}

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

.header_user_link:hover > div {
	background-color: #FED308 !important;
}

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

.menu_footer .menu-item a {
	padding: 0 !important;
	font-family: 'Ubuntu';
	color: color(1);
	margin-bottom: 10px;
	font-size: 0.95rem;
	line-height: 1.2;
	transition: .3s;
}

.menu_footer .menu-item:hover a {
	background-color: transparent !important;
	border-left-width: 0px !important;
	color: #004992b3;
}

.menu_footer_col {
	column-count: 2;
	display: block;
}

.copyright_txt a {
	color: #676767;
	transition: .4s;
	opacity: .7;
}

.copyright_txt a:hover {
	opacity: 1;
}

@media screen and (max-width: 991px) {
	
	.menu_footer_col {
		column-count: 1;
	}
	
}

/* --------------------------------------
	Contact form
---------------------------------------*/

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="number"],
.contact_form textarea {
	border: 1px solid #e3e3e3 !important;
	border-radius: 0 !important;
	font-family: 'Roboto Slab';
}

.contact_form button[type="submit"] {
	transition-duration: 6s;
	transition-property: background-position;
	background-size: 150% 100%;
	background-position: 0% 100%;
	background-color: rgb(254,211,8);
	background-image: -moz-linear-gradient(90deg, rgba(254,211,8,1) 0%, rgba(247,164,12,1) 74%);
	background-image: -webkit-linear-gradient(90deg, rgba(254,211,8,1) 0%, rgba(247,164,12,1) 74%);
	background-image: linear-gradient(90deg, rgba(254,211,8,1) 20%, rgba(247,164,12,1) 74%);
	
	font-family: 'Ubuntu';
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8rem;
	color: #004992;
	position: relative;
	padding-right: 55px;
	transition-duration: 0.3s;
	border-left: 2px solid #FED308;
	border-right: 2px solid #F7A40C;
	background-repeat: no-repeat;
	
	box-shadow: none;
	border-radius: 0;
	line-height: 1.6;
}

.contact_form button[type="submit"]::after {
	content: "";
	background-image: url(/wp-content/uploads/2022/08/arrow_btn_blue.svg);
	background-size: 24% auto;
	position: absolute;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.4);
	border-radius: 50%;
	right: 14px;
	top: 8px;
	transition-duration: 0.3s;
	background-position: 52% 50%;
}

.contact_form input[type="checkbox"] + .btcd-mrk {
	border: 1px solid #676767;
	border-radius: 0;
	width: 15px;
	height: 15px;
	top: 1px;
}

.contact_form input[type="checkbox"]:checked + .btcd-mrk {
	background-color: #004992 !important;
}

.contact_form .btcd-ck-wr:hover input[type="checkbox"] + .btcd-mrk:hover {
	border-color: #004992 !important;
}

.contact_form input[type="checkbox"] + .btcd-mrk::after {
	border-width: 0 2px 2px 0 !important;
	height: 8px !important;
	width: 4px !important;
	top: 46% !important;
}

.contact_form label.btcd-ck-wrp {
	font-family: 'Roboto Slab' !important;
	font-size: 1rem !important;
	padding-left: 30px !important;
}

.contact_form label.btcd-ck-wrp span, .contact_form .fld-1>.btcd-ck-wrp span:first-child {
	color: #676767 !important;
}

.contact_form .btcd-fld-itm {
	min-height: unset !important;
}

/* --------------------------------------
	Gutenberg
---------------------------------------*/
/*
.template_gutemberg_container h1{
	font-family: 'Ubuntu';
	line-height: 1.3;
	font-size: 2.8rem;
	color: #004992;
	font-weight: 600;
}*/

.template_gutemberg_container h2{
	font-family: 'Ubuntu';
	color: #004992;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 30px;
}
.template_gutemberg_container h2:not(:first-child){
   margin-top: 50px;
}

.template_gutemberg_container h3 {
	font-size: 1.4rem;
	color: #004992;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 40px;
}

.template_gutemberg_container a{
	transition: 0.3s;
	opacity: 1;
}
.template_gutemberg_container a:hover {
	opacity: 0.6;
}

.template_gutemberg_container h4{
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 30px;
}
.template_gutemberg_container ul  {
	padding-left: 0;
  }
.template_gutemberg_container ul li {
	position: relative;
	padding-left: 30px;
	font-family: 'Ubuntu';
	/*color: #004992;*/
	list-style: none;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 10px;

  }

.template_gutemberg_container ul li::before{
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/wp-content/uploads/2022/08/puce.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 4px;
}

.template_gutemberg_container .txt_intro {
	font-size: 1.3rem;
	color: #004992;  
}
.template_gutemberg_container .txt_intro::after {
	content:'';
	display: block;
	width: 250px;
	height: 4px;
	background-image: linear-gradient(90deg, #FED308, 85%, #F7A40C), linear-gradient(90deg, #FED308, 85%, #F7A40C);  
	margin-top: 20px;
	margin-bottom: 50px;
}

.template_gutemberg_container .cta_encadre {
	background-color: #004992;  
	padding: 30px 50px;
	margin-top: 50px;
}
.template_gutemberg_container .cta_encadre ul li  {
	color: #fff;
}
.template_gutemberg_container .cta_encadre p, .template_gutemberg_container .cta_encadre h3, .template_gutemberg_container .cta_encadre a  {
	color: #fff;
	font-family: 'Ubuntu';
}
.template_gutemberg_container .cta_encadre h3  {
	font-size: 1.4rem;  
}
.template_gutemberg_container .cta_encadre a  {
	text-decoration: underline;
	transition: 0.3;
	opacity: 1;
}
.template_gutemberg_container .cta_encadre a:hover  {
	text-decoration: unset;
	transition: 0.3s;
	opacity: 0.5;
}
.template_gutemberg_container figure {
	margin: 60px 0;
}



  /* */

@media screen and (max-width: 768px) {
	
	.template_gutemberg_container h2 {
		font-size: 1.7rem;
	}
	.template_gutemberg_container .cta_encadre h3 {
		font-size: 1.2rem;
	} 
	
	
}
@media screen and (max-width: 480px) {
	
	.template_gutemberg_container h2 {
		font-size: 1.7rem;
	}
	.template_gutemberg_container .cta_encadre h3 {
		font-size: 1.2rem;
	} 
	.template_gutemberg_container .cta_encadre {
		padding: 20px 30px;
	
	}	
	
}




