/* Custom CSS */

/* général */

::selection {
	background-color: #0e214b2e;
}

h1 span {
	font-weight: 200!important;
}

.col-max-width {
	max-width: 700px!important;
}

.justify-left p.elementor-image-box-description {
	text-align: justify!important;
}

@media (max-width: 767px) {
	.tel-justify-center {
	  text-align: justify!important;
	  text-align-last: center!important;
	}
}
	
	
/* menu */
.raven-menu-item-active {
	color: #ff3417!important;
}

.raven-submenu-item.raven-menu-item-active:after {
    display: none!important;
}


.raven-menu-item-active:after, .current-menu-parent:after {
    content: "";
    background: #ff3417;
    width: 100%;
    height: 3px;
    position: absolute;
	bottom: -24px;
    left: 0;
}

/* accuei */

.btn-icon svg {
	transition: .3s;
}

.btn-icon:hover svg {
	transform: translateX(6px);
}

/* blog */
.single-post .elementor-image-box-img {
    max-width: 85px;
}

/* contact */
.grecaptcha-badge {
  visibility: hidden!important;
}

input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
	border: 1px solid #0e214b;
	border-radius: 10px;
	padding: 9px;
}

::placeholder {
  color: #0e214b;
  opacity: 0.7;
}

.wpcf7-submit {
	width: 150px!important;
	padding: 10px 5px!important;
}


/* ckeckbox */
/*
.wpcf7-acceptance label {
display: flex;
align-items: baseline;
text-align: left;
}

.wpcf7-acceptance input {
width: 30px!important;
margin-right: 12px;
}
*/

.wpcf7-list-item {
	margin: 0!important;
}
.wpcf7-acceptance label {
font-size: 13px!important;
}

/*checkbox stylisée :*/

[type="checkbox"] {
position: absolute;
left: 0;
opacity: 0.01;
}

[type="checkbox"] + span {
position: relative;
padding-left: 1.3em;
font-size: 1.05em;
line-height: 1.7;
cursor: pointer;
}

[type="checkbox"]:not(:checked) + span::before,
[type="checkbox"]:checked + span::before {
content: '';
position: absolute;
left: 0;
top: 1.6px;
width: 1em;
height: 1em;
border: 1px solid #0e214b;
background: #FFF;
border-radius: .2em;
transition: all .275s;
}

/* Aspect de la coche */
[type="checkbox"]:not(:checked) + span::after,
[type="checkbox"]:checked + span::after {
content: '\2713';
speak: never; /* Pour être sûr que le lecteur d'écran ne lira pas "fois" */
position: absolute;
top: .33em;
left: .1em;
font-size: 1.3em;
font-weight: bold;
color: #0e214b;
line-height: 0;
transition: all .2s; /* Petite transition */
}

/* Aspect non cochée */
[type="checkbox"]:not(:checked) + span::after {
opacity: 0;
transform: scale(0) rotate(45deg);
}

/* Aspect cochée */
[type="checkbox"]:checked + span::after {
opacity: 1;
transform: scale(1) rotate(0);
}

/* formulaire */

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* lexique / Glossary - Glossaire */

.index-glossaire ul.glossary-menu-atoz{
    border-bottom: none;
    margin-bottom: 30px;
}

.index-glossaire ul.glossary-menu-atoz li{
    list-style-image: none!important;
    transition: .3s;
    height: 30px;
}

.index-glossaire ul.glossary-menu-atoz li a{
    color: var(--e-global-color-text);
    transition: .3s;
}

.index-glossaire ul.glossary-menu-atoz li.atozmenu-on {
    text-decoration: none;
    background: var(--e-global-color-text);
}

.index-glossaire ul.glossary-menu-atoz li.atozmenu-on a{
    color: #fff;
}

.index-glossaire .atozmenu-off:hover{
        background-color: var(--e-global-color-text)!important;
}

.index-glossaire ul.glossary-menu-atoz li.atozmenu-off:hover{
    cursor: pointer;
}

.index-glossaire ul.glossary-menu-atoz li.atozmenu-off:hover a{
    color: #fff;
}

.index-glossaire .atoz-term-title{
    font-weight: 600;
}

.index-glossaire li::marker {
    color: #ff3417!important;
}
.index-glossaire .atoz-term-title {
    text-transform: uppercase!important;
}

.index-glossaire p {
	font-family: 'Poppins';
}

/* footer */
#sous-footer a {
color: #141414!important;
font-size: 13px!important;
}
#sous-footer a:hover {
transition: .3s;
color: #ff3417!important;
}

/* cookies */
button.cky-btn.cky-btn-accept {
    margin-top: 10px;
}