/*
Theme Name: ODA V2
Description: ODA captures and analyses global as well as local market information. Work with ODA to improve your grain sales performance and limit your risks.
Version: 2.0
*/

html {
	box-sizing: border-box;
	margin-top: 0 !important;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-size: 16px;
	font-family: "Open Sans", serif;
}

strong,
b {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}


.title_uppercase {
	text-transform: uppercase;
}

.text_color_white {
	color: #fff;
}

.text_color_black {
	color: #000;
}

.text_color_gray {
	color: #3E4B65;
}

.text_color_gray2 {
	color: #FAFAFA;
}

.text_color_green {
	color: #6B932F;
}

.background-color1 {
	background-color: #577290;
}

.background-color-gray {
	background-color: #FAFAFA;
}


h1 {
	font-size: 42px;
	line-height: 52px;
	letter-spacing: 1px;
}

h2 {
	font-size: 37px;
	line-height: 47px;
	letter-spacing: 1px;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.page-template-default h2 {
	font-size: 2.5rem;
	color: #3E79BC;
}

.slogan {
	font-size: 19px;
	line-height: 26px;
}

.text-limite {
	align-items: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

a:hover {
	outline: none;
	text-decoration: none;
}

.background-size-cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.background-size-contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.row-right {
	justify-content: flex-end;
}

.row-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.row-justify-verticaly-content {
	align-items: center;
}

.row-inverse-colunm {
	flex-direction: row-reverse;
}

.display_flex {
	display: flex;
}

.justify-right {
	justify-content: flex-end;
}

.full_width_container {
	max-width: 100% !important;
}

.container-100 {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.block-center-horizontale-verticale {
	position: absolute !important;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

.border-raduis {
	border-radius: 12px;
}

.border-10 {
	border-radius: 10px;
}

.button_oda {
	position: relative;
	overflow: hidden;
	padding: 13px 25px;
	border-radius: 50px;
	background: #5B7B2B;
	background-size: 400%;
	border: none;
	cursor: pointer;
	display: inline-block;
}

.button_oda_border {
	border: 1.2px solid #5B7B2B;
}

.button_oda:hover::before {
	transform: scaleX(1);
}

.button_oda_border:hover {
	border: 1.2px solid #fff;
}

.button_oda span {
	position: relative;
	z-index: 1;
	color: #fff;
}

.button_oda::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	width: 100%;
	height: inherit;
	border-radius: inherit;
	background: linear-gradient(245deg, #5B7B2B 0%, #222e0f 100%);
	transition: all 0.2s;
}

.button_oda_white::before {
	background: #fff;
}

.button_oda_white:hover span{
	color: #6B932F!important;
}

.button_oda2 {
	position: relative;
	overflow: hidden;
	padding: 15px 25px;
	border-radius: 50px;
	background: transparent;
	border: 1.2px solid #5B7B2B !important;
	background-size: 400%;
	border: none;
	cursor: pointer;
	display: inline-block;
	color: #5B7B2B;
}

.button_oda2:hover::before {
	transform: scaleX(1);
}

.button_oda2:hover {
	color: #fff;
}

.button_oda2 span {
	position: relative;
	z-index: 1;
}

.button_oda2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	width: 100%;
	height: inherit;
	border-radius: inherit;
	background: #5B7B2B;
	transition: all 0.2s;
}

.button_oda2_white {
	border: 1.2px solid #fff !important;
	color: #fff;
}

.button_oda2_white::before {
	background: #fff;
}

.button_oda2_white:hover {
	color: #5B7B2B;
}

.button_oda-fin {
	padding: 10px 17px;
}

.button_oda_arrow{
	color: #6B932F;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.button_oda_arrow img{
	width: 24px;
	height: 24px;
	padding-left: 5px;
}

.button_oda_arrow:hover{
	color: #6B932F;
	text-decoration: underline;
	font-weight: bold;
}


.button_submit {
	border: 0;
}

.card-profil-dashboard .button_submit:disabled {
	opacity: 0.5;
}

.slogan-section {
	font-size: 18px;
	font-weight: 400;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 75%;
	}
}

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

	.container,
	.container-sm {
		max-width: 95%;
	}

	.title-section br,
	.slogan-section br {
		display: none;
	}

	.button_oda {
    	padding: 10px 25px;
	}
}

@media screen and (max-width: 1379px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	h2 {
		font-size: 36px;
		line-height: 46px;
	}
}

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 38px;
		line-height: 48px;
	}

	h2 {
		font-size: 34px;
		line-height: 44px;
	}
}

@media screen and (max-width: 991px) {
	@media screen and (max-width: 1199px) {
		h1 {
			font-size: 34px;
			line-height: 44px;
		}

		h2 {
			font-size: 30px;
			line-height: 30px;
		}

		h3 {
			font-size: 25px;
			line-height: 28px;
		}
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 42px;
	}

	h2 {
		font-size: 28px;
		line-height: 33px;
	}

	h3 {
		font-size: 22px;
		line-height: 25px;
	}
}

@media screen and (max-width: 650px) {
	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2 {
		font-size: 25px;
		line-height: 30px;
	}

	h3 {
		font-size: 20px;
		line-height: 22px;
	}

	.slogan-section, .slogan {
		font-size: 17px;
		line-height: 24px;
	}

	p {
		line-height: 21px;
	}
}

@media screen and (max-width: 550px) {
	h1 {
		font-size: 23px;
        line-height: 30px;
	}

	h2 {
		font-size: 19px;
		line-height: 26px;
	}

	h3 {
		font-size: 17px;
		line-height: 20px;
	}
}

/***** NAVBAR **********************************************************************************************************************************************************************/

.navbar-header-2 {
	top: 30px;
	position: absolute;
	width: 100%;
}

.container-navbar {
	padding: 0;
}

.content-menu {
	background-color: #fff;
	box-shadow: 0px 2px 20px #1b1a1a38;
	width: 100%;
	border-radius: 12px;
	max-width: 100%;
	padding: 0;
}

.navbar .container-navbar .content-menu .container {
	display: flex;
	max-width: 100%;
	flex-wrap: nowrap;
	padding: 0;
}

.navbar.nav-scroll .container-navbar .content-menu .container {
	max-width: 75%;
	padding-right: 12px;
	padding-left: 12px;
}

.navbar-top li {
	display: inline-block;
}

.navbar-top li svg,
.navbar-top li img {
	width: 20px;
	height: 16px;
	margin-top: -5px;
}

.navbar-top li svg path {
	fill: #15143b;
}

.home .navbar-top li svg path {
	fill: #000;
}

.navbar-top li a:hover svg path {
	fill: #000;
}

.menu-item a {
	display: block;
	padding: .5rem 1rem;
}

.navbar-header-2 .navbar-brand {
	display: flex !important;
	align-items: center;
}

.home .nav-scroll .navbar-brand {
	opacity: 1 !important;
}

.navbar-center-2 {
	color: #ccc;
}

.navbar-header-2 .navbar-center-2 .current-menu-item a {
	background-color: #EFF0F2;
	font-weight: bold;
}

.navbar-header-2 .navbar-center-2 .current-menu-item .sub-menu {
	background: #283033 !important;
}

.navbar-header-2 .navbar-center-2 .current-menu-item .sub-menu a {
	background: #283033 !important;
}

.navbar-header-2 .navbar-center-2 .current-menu-item .sub-menu a:hover {
	background-color: #2F80ED !important;
}

.navbar-header-2 .current-menu-ancestor {
	background-color: #2F80ED !important;
}

.navbar-header-2 .current-menu-ancestor a {
	font-weight: bold;
}

.navbar-header-2 .navbar-center-2 .current-menu-item .sub-menu .current-menu-item {
	background-color: #EFF0F2 !important;
}

.navbar-header-2 img {
	height: 100%;
	width: 230px;
	object-fit: contain;
	padding: 0 30px;
}

.navbar-header-2 #menu-menu-header {
	padding-left: 0;
	margin-bottom: 0;
}

.navbar-center-2 #menu-menu-header {
	padding: 0;
	margin: 0;
}

.navbar-center-2 #menu-menu-header .menu-item-object-page {
	margin: 0 -4px;
}

.navbar-center-2 li:hover {
	background-color: #EFF0F2;
}

.navbar-center-2 li a {
	color: #15143b;
	font-size: 15px;
	position: relative;
	padding: 1.9rem 1rem;
}

.navbar-center-2 li .sub-menu a {
	padding: 0.6rem 1rem;
}

.block-buttons-header {
	display: flex;
	align-items: center;
	-ms-flex: 0 0 335px;
	flex: 0 0 335px;
	max-width: 335px;
	justify-content: end;
	margin-right: 20px;
}

.button-login-nav {
	border-left: 1px solid #F0F0F0;
	display: flex;
	height: 100%;
	padding: 16px 0 16px 13px;
	color: #000;
	font-weight: 600;
	position: relative;
	align-items: center;
	font-size: 15px;
}

.button-login-nav:hover {
	text-decoration: underline;
	color: #000;
}

.button-login-nav:before {
	display: inline-block;
	width: 22px;
	height: 22px;
	content: "";
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-image: url(../oda/img/icon-login-nav-oda.svg);
	margin-right: 7px;
}

.button-navbar-top-block-connect {
	display: flex;
	align-items: center;
	border-left: 1px solid #F0F0F0;
	padding-left: 10px;
}

.user-initial {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: #40566F;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
}

.user-initial:hover {
	border: 4px solid #c7cefc;
	color: #fff;
}

.button-log-header-deconnexion {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
	color: #40566F;
	border: 1.5px solid #40566F;
	margin-left: 10px;
}

.button-log-header-deconnexion:hover {
	color: #fff;
	background-color: #40566F;
}

/* Menu au scroll */

.nav-scroll {
	position: fixed;
	top: 0;
	padding: 0;
}

.nav-scroll .container-navbar {
	max-width: 100%;
}

.nav-scroll .content-menu {
	border-radius: 0;
}

.nav-scroll .content-menu {
	max-width: 100%;
}

/***** Sous menu *****/

.navbar-header-2 #menu-menu-header ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	background: #283033;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
	padding-top: 3px;
}

.navbar-header-2 #menu-menu-header .sub-menu li a {
	color: #fff;
}

.navbar-header-2 #menu-menu-header .sub-menu li:first-child {
	margin-left: 0;
}

.navbar-header-2 #menu-menu-header .sub-menu li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}

.navbar-header-2 #menu-menu-header ul:after {
	bottom: 100%;
	left: 13%;
	border: solid red;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgb(216 144 144 / 0%);
	border-bottom-color: #283033;
	border-width: 6px;
	margin-left: -6px;
}

.navbar-header-2 #menu-menu-header li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.navbar-header-2 #menu-menu-header ul li a:hover,
.navbar-header-2 #menu-menu-header ul li:hover>a {
	background: #6B932F;
	color: #fff;
}


/***** Sous sous menu *****/

.navbar-header-2 #menu-menu-header ul ul {
	left: 170px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 0px);
	transition: all 0.2s ease-out;
	background: #263238;
	padding-left: 3px;
	padding-top: 0;
	border-top: 3px solid #263238;
}

.navbar-header-2 #menu-menu-header ul li:hover ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.navbar-header-2 #menu-menu-header ul ul:after {
	left: -6px;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #263238;
	border-width: 6px;
	margin-top: -6px;
}

.navbar-header-2 #menu-menu-header ul a,
.navbar-header-2 #menu-menu-header ul ul a {
	border-left: inherit;
	border-right: inherit;
}

.navbar-header-2 #menu-menu-header .sub-menu .menu-item a::after {
	display: none;
}

.navbar-header-2 .button_oda {
	padding: 11px 14px;
	font-size: 15px;
	margin-right: 15px;
}

.navbar-toggler {
    padding: 9px 9px;
    font-size: 16px;
    border-radius: 50%;
}

.block-buttons-header-responsive{
	display: none;
}

@media screen and (max-width: 1460px) {
	.navbar-center-2 li a {
		padding: 1.9rem 0.8rem;
	}

	.navbar-header-2 img {
		width: 175px;
		padding: 0 20px;
	}

	.block-buttons-header {
		-ms-flex: 0 0 310px;
		flex: 0 0 310px;
		max-width: 310px;
	}
}

@media screen and (max-width: 1360px) {
	.navbar-header-2 img {
		width: 175px;
		padding: 0 18px;
	}

	.navbar-center-2 li a {
		padding: 1.9rem 0.65rem;
	}

	.block-buttons-header {
		-ms-flex: 0 0 305px;
		flex: 0 0 305px;
		max-width: 305px;
	}

	.navbar-header-2 .button_oda {
		margin-right: 10px;
	}

	.button-login-nav {
		padding: 16px 0 16px 10px;
	}
}

@media screen and (max-width: 1280px) {
	.navbar-header-2 .navbar-brand {
		width: 17% !important;
	}

	.navbar-header-2 .navbar-brand img {
		width: 100%;
		padding: 0 11px;
	}
}

@media screen and (max-width: 1199px) {
	.navbar.nav-scroll .container-navbar .content-menu .container {
		max-width: 982px;
	}
}

@media screen and (max-width: 1150px) {
	.navbar-header-2 .navbar-brand img {
		width: 100%;
	}

	.navbar-center-2 li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1080px) {
	.navbar-center-2 li a {
		letter-spacing: initial !important;
	}
}

@media screen and (max-width: 1025px) {
	.navbar-center-2 li a {
		padding: 1.5rem 0.7rem;
	}
}

@media screen and (max-width: 995px) {
	.navbar.nav-scroll .container-navbar .content-menu .container {
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.navbar-header-2 .container {
		max-width: 95%;
	}

	.navbar.nav-scroll .container-navbar .content-menu .container {
		max-width: 95%;
	}

	.navbar-header-2 .container-navbar {
		max-width: 100%;
	}

	.nav-scroll .content-menu {
		max-width: 100%;
	}

	.content-menu {
		padding: 6px 10px;
	}

	.navbar-header-2 img {
		padding: 0 25px;
	}

	.block-buttons-header {
		justify-content: center;
	}

	.button-navbar-top-block-connect{
		display: none;
	}

	.navbar-header-2 .button_oda {
        margin-right: 0;
    }

	.block-buttons-header-responsive, .button-navbar-top-block-connect-responsive{
		display: flex;
		margin-right: 12px;
	}

	.navbar-header-2 #menu-menu-header ul li a:hover,
	.navbar-header-2 #menu-menu-header ul li:hover>a {
		background: inherit;
		color: #fff;
	}

	.button-login-nav {
        padding: 16px 16px 16px 10px;
		border-left: 0;
    }

	.navbar-dark .navbar-toggler {
		background-color: #6B932F;
	}

	.nav-scroll .navbar-dark .navbar-toggler {
		background-color: transparent;
	}

	.navbar-center-2 li a {
		padding: 1rem;
	}

	.navbar-header-2.fixed-top #menu-menu-header li {
		border-bottom: 1px solid #736f6f;
		display: block;
		text-align: center;
	}

	.navbar-top5 #menu-menu-header li {
		display: block;
		margin-left: inherit;
		position: relative;
		border-bottom: 1px solid #ccc;
	}

	.navbar-header-2 .fixed-top .container-navbar {
		background: #0c0c0c;
	}

	.navbar-header-2 .navbar-top5 {
		margin-top: 1rem;
	}

	.navbar-header-2 .menu-item:first-child a {
		border-left: inherit;
	}

	.navbar-header-2.fixed-top .menu-item:first-child a {
		border-left: 0;
	}

	.navbar-header-2.fixed-top #menu-menu-header li:last-child {
		border-bottom: 0;
	}

	.navbar-header-2.fixed-top #menu-menu-header {
		margin-top: 1rem !important;
	}

	.navbar-header-2.fixed-top .navbar-top2 .menu-item a,
	.header-2.fixed-top #menu-menu-header .current-menu-item {
		border-right: 0 !important;
	}

	.navbar-header-2 #menu-menu-header li:hover>ul,
	.navbar-header-2 #menu-menu-header li:hover>ul li ul {
		position: relative;
		transform: initial;
		width: 100%;
	}

	.navbar-header-2 #menu-menu-header ul {
		transform: initial !important;
		width: 100%;
		transition: initial !important;
		display: none;
		padding-top: 3px;
		top: 1rem;
	}

	.navbar-header-2 #menu-menu-header ul:after {
		left: 50%;
	}

	.navbar-header-2 #menu-menu-header ul li:hover ul,
	.navbar-header-2 #menu-menu-header li:hover ul li:hover ul,
	.navbar-header-2 #menu-menu-header li:hover ul {
		display: block;
		margin-bottom: 20px;
	}

	.navbar-header-2 #menu-menu-header li:hover ul li ul {
		display: none;
	}

	.navbar-header-2 #menu-menu-header ul ul {
		left: 0 !important;
		display: none;
		padding-top: 3px;
		padding-left: 0;
	}

	.navbar-header-2 #menu-menu-header ul ul:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgb(216 144 144 / 0%);
		border-bottom-color: #253337;
		border-width: 6px;
		margin-left: -6px;
		top: -6px;
	}

	.navbar-header-2 #menu-menu-header ul ul {
		transform: initial !important;
	}

	.navbar-center-2 #menu-menu-header .menu-item-object-page {
		margin: 0;
	}

	.navbar .container-navbar .content-menu .container {
		display: inherit;
		flex-wrap: inherit;
	}

	.block-buttons-header {
		margin: 1rem auto;
	}

	.button-login-nav-no-resp{
		display: none;
	}

	.block-buttons-header-responsive{
		display: flex;
		margin: 0;
        justify-content: end;
	}

	.navbar-header-2 .navbar-brand {
        max-width: 151px;
		display: block !important;
    }

	.navbar-header-2 .navbar-brand img {
        width: 145px;
    }
}

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

	.navbar-header-2 .navbar-brand {
        max-width: 20%;
        display: inline-block;
    }

	.navbar-header-2 .navbar-brand img {
        width: 145px;
    }

	.user-initial, .button-log-header-deconnexion {
		width: 40px;
		height: 40px;
	}

	.block-buttons-header-responsive {
		display: inline-block;
        width: initial;
        max-width: 40%;
    }

	.navbar-toggler {
		padding: 8px 8px;
		font-size: 14px;
		border-radius: 50%;
	}

	.navbar-center-2 li a {
        padding: .6rem;
    }

	.button-navbar-top-block-connect {
		padding-left: 22px;
		border-left: 0;
		justify-content: end;
	}

	.button-login-nav {
        justify-content: end;
        margin-right: 13px;
		padding: 16px 0px 16px 10px;
    }
}

@media screen and (max-width: 500px) {
	.button-navbar-top-block-connect {
		padding-left: 0;
	}
}


/***** Section Accueil - homepage  ***************************************************************************************************************************************/


.section-accueil {
	padding: 12rem 0 5.5rem;
	position: relative;
	overflow: hidden;
}

.section-accueil h1 {
	margin-top: 1rem;
}

.section-accueil .slogan-section {
	margin-top: 1rem;
	margin-bottom: 4rem;
}

.section-accueil .container {
	z-index: 2;
	position: relative;
}

.section-accueil .fond-section-accueil-image {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0%;
	top: 0%;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 0;
}

@media screen and (max-width: 991px) {
	.section-accueil {
		padding: 10rem 0 5.5rem;
	}

	.section-accueil .slogan-section {
		margin-bottom: 3rem;
	}

	.block-accueil-home {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 950px) {
	.col-section-accueil {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.block-accueil-home {
        margin-bottom: 1rem;
        text-align: center;
    }

	.block-accueil-home {
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 771px) {
	.section-accueil {
		padding: 8rem 0 5.5rem;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.section-accueil {
		padding: 7rem 0 5.5rem;
	}
}


/***** Section Event banners - homepage  ***************************************************************************************************************************************/

.event-banners{
	background-color: #5B7B2B;
    color: #fff;
    padding: 25px 0px;
    text-align: center;
}

.event-banners .container-evnt-ban-in{
	display: flex;
    align-items: center;
	justify-content: space-between;
}

.event-banners .container-event-banners{
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: 100%;
}

.event-banners .icon-event-banners{
	width: 37px;
    height: 37px;
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    max-width: 37px;
    display: inline-block;
    margin-right: 13px;
}

.event-banners .content-event_label{
    display: inline-block;
	text-align: left;
}

.event-banners .content-event_label h2{
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 2px;
}

.event-banners .content-event_label p{
	font-size: 15px;
}

.event-banners .content-event_label p:last-of-type{
	margin-bottom: 0;
}

.event-banners .button_oda {
    background: #fff;
	border: 1.5px solid #fff;
}

.event-banners .button_oda span {
    color: #5B7B2B;
	font-weight: 500;
}

.event-banners .button_oda_white::before {
    background: #5B7B2B;
}

.event-banners .button_oda_white:hover span {
    color: #ffffff !important;
}

@media screen and (max-width: 995px) {
    .event-banners .container-event-banners {
    	display: block;
    	width: 100%;
	}

	.event-banners .content-event_label h2 {
    	text-align: center;
	}

	.event-banners .content-event_label {
    	display: block;
    	margin-bottom: 1rem;
		text-align: center;
	}	

	.event-banners .container-evnt-ban-in {
    	display: block;
		text-align: center;
	}

	.content-event_label p {
   	 	font-size: 14px;
	}

}

@media screen and (max-width: 700px) {
	.icon-event-banners{
		width: 28px;
		height: 28px;
		-ms-flex: 0 0 28px;
		flex: 0 0 28px;
		max-width: 28px;
	}
}

.block-contact-bubble{
	width: 60px;
    height: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
    background: #6b8e36;
    border-radius: 50%;
	padding: 15px;
	cursor: pointer;
}

.block-contact-bubble:hover{
	opacity: 0.8;
}	

.block-contact-bubble .icon-contact-bubble{
	width: 100%;
	height: 100%;
	display: block;
}

.block-little-contact{
	position: fixed;
	max-width: 330px;
	width: 330px;
    display: none;  
	right: 20px;
	bottom: 95px;
	z-index: 10;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .14);
}

.head-block-little-contact{
	background: #5B7B2B;
	padding: 15px;
	display: flex;
}

.btn-close-block-little-contact{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.btn-close-block-little-contact:hover{
	opacity: 0.7;
}

.btn-close-block-little-contact img {
    width: 16px;
    height: 16px;
}

.icon-user-contact-bubble{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
	-ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}

.head-block-little-contact .content-little-contact-in{
    margin-right: 2rem;
}

.head-block-little-contact .name-question{
	color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 21px;
    margin-bottom: 5px;
}

.head-block-little-contact .name-question-subtitle{
	font-size: 14px;
	color: #e9e6e6;
	margin-bottom: 0;
}

.block-form-little-contact-page .block-form-contactform7 {
    padding: 0 15px 15px 15px;
	background-color: #ffffff;
}

.block-form-little-contact-page .block-form-contactform7 .row{
	background-color: #40566F;
	padding-top: 15px;
}

.block-form-little-contact-page .col-input-button {
      padding: 15px 0 0;
    background: #fff;
    text-align: center;
}

.block-form-little-contact-page .col-input-button .wpcf7-spinner{
	display: none;
}
	
.block-form-little-contact-page .block-form-contactform7 label textarea {
    resize: none;
    height: 120px;
}

.block-form-little-contact-page .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0em;
}

.block-form-little-contact-page .col-input:first-of-type label {
    margin-bottom: 1rem;
}


/***** Section Clients - homepage  ***************************************************************************************************************************************/

.section-partners-clients {
	padding: 3rem 0 1.5rem;
}

.logo-partners-clients {
	width: 110px;
	height: 110px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	margin: 0 auto 2rem;
}


@media screen and (max-width: 991px) {
	.logo-partners-clients {
		width: 90px;
		height: 90px;
	}
}

@media screen and (max-width: 767px) {
	.col-md-partners-clients {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.section-accueil .slogan-section {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 690px) {
	.section-partners-clients {
		padding: 1rem 0 1.5rem;
	}

	.logo-partners-clients {
		width: 85px;
		height: 85px;
	}
}


/***** Section Proof points - homepage  ***************************************************************************************************************************************/


.section-proof-points {
	padding: 1.5rem 0 2rem;
}

.section-proof-points .block-of-services {
	background-color: #F8FAFB;
	padding: 24px;
	height: 100%;
 	border: 1px solid #577290;
}

.section-proof-points h2 {
	padding-bottom: 0.5rem;
}

.section-proof-points .slogan-section {
	padding: 0.5rem 0 1.5rem;
}

.row-ist-of-services {
	margin-top: 1.5rem;
}

.section-proof-points .block-of-services .icon-list-of-services {
	width: 36px;
    height: 36px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 1rem;
}

.section-proof-points .block-of-services h3 {
	font-size: 18px;
	margin-bottom: 15px;
	min-height: 45px;
}

.section-proof-points .block-of-services p {
	font-weight: 400;
	margin-bottom: 0;
}

.section-proof-points .block-button {
	margin-top: 2rem;
	text-align: center;
}

@media screen and (max-width: 1190px) {
	.section-proof-points .slogan-section {
		padding: 0.5rem 0 0;
	}

	.col-list-of-services {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 2rem;
	}

	.section-proof-points .block-of-services h3 {
		min-height: 30px;
	}
}

@media screen and (max-width: 767px) {
	.col-list-of-services {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.row-ist-of-services {
		margin-top: 0;
	}

	.col-list-of-services {
        margin-top: 1rem;
    }
}

/***** Section introduction ***************************************************************************************************************************************/

.section-introduction{
	margin-bottom: 1rem;
}


/***** Section image ***************************************************************************************************************************************/

.section-img {
	padding: 2rem 0;
}

.home .section-img {
	padding: 2rem 0 4rem;
} 

.section-img .blok-img-section{
	height: 415px;
}

@media screen and (max-width: 991px) {
	.section-img .blok-img-section {
		height: 335px;
	}
}

@media screen and (max-width: 767px) {
	.section-img .blok-img-section{
		height: 325px;
	}
}

@media screen and (max-width: 590px) {
	.section-img .blok-img-section{
		height: 225px;
	}

	.section-img {
    	padding: 1rem 0;
	}
}


/***** Section Vidéo - homepage  ***************************************************************************************************************************************/

.section-video {
	padding: 0 0 3rem;
}

.page-template-a-propos .section-video {
	padding: 1rem 0 3rem;
}

.video-sitelink {
	width: 100%;
	height: 415px;
	object-fit: cover;
}

.block-video-youtube-iframe {
	height: 415px;
}

.video-youtube-iframe {
	border: 0;
}

@media screen and (max-width: 991px) {
	.video-sitelink, .block-video-youtube-iframe {
		height: 335px;
	}
}

@media screen and (max-width: 767px) {
	.video-sitelink, .block-video-youtube-iframe {
		height: 325px;
	}
}

@media screen and (max-width: 590px) {
	.video-sitelink, .block-video-youtube-iframe {
		height: 225px;
	}
}


/***** Section Teams  ***************************************************************************************************************************************/

.section-team{
	padding-top: 1.5rem;
}


/***** Section Market alert - homepage  ***************************************************************************************************************************************/

.section-market-alert {
	padding: 3rem 0;
}

.section-market-alert .block-market-alert {
	margin-top: 2.5rem;
}

.section-market-alert .block-item-market {
	align-items: center;
}

.section-market-alert .block-content-market p {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: justify;
}

.section-market-alert .block-content-market {
	padding: 20px 15px;
}

.section-market-alert .info-item-market{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 14px;
}

.section-market-alert .info-item-market p{
	margin-top: 0;
}

.section-market-alert .info-item-market img {
    width: 17px;
    height: 17px;
    margin-right: 9px;
}

.section-market-alert .block-market-alert .item{
	padding: 3px;
}

.section-market-alert .img-market-in {
	width: 100%;
	height: 450px;
	background-color: #fff;
}

.section-market-alert .img-market-in-graph {
	border: 1px solid #577290;
}

.block-owl-in,
.custom-dots-wrapper {
	display: flex;
	align-items: center;
}

.block-owl-in {
	margin-top: 25px;
	justify-content: space-between;
}

.block-owl-in .custom-counter .total {
	font-weight: bold;
}

.block-owl-in .custom-nav {
	text-align: center;
}

.block-owl-in .custom-prev,
.block-owl-in .custom-next {
	background: #5B7B2B;
	color: #fff;
	border: none;
	padding: 8px 12px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 50%;
}

.block-owl-in .custom-prev:hover,
.block-owl-in .custom-next:hover {
	opacity: 0.8;
}

.block-owl-in .custom-dots {
	text-align: center;
	margin-left: 8px;
	display: flex;
	align-items: center;
}

.block-owl-in .custom-dot {
	cursor: pointer;
	color: #aaa;
	border: 1.5px solid #5B7B2B;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50%;
}

.block-owl-in .custom-dot.active {
	width: 15px;
	height: 15px;
	background-color: #5B7B2B;
}

.no-market-alerte-homepage{
    text-align: center;
    color: #989696;
    text-transform: uppercase;
    font-size: 18px;
}

.no-market-alerte-homepage .img-no-alerte-hp{
	width: 250px;
	height: 160px;
	margin: 0 auto;
}

@media screen and (max-width: 1090px) {
	.col-item-market {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-market-alert .img-market-in {
		height: 250px;
	}
}

@media screen and (max-width: 650px) {
	.section-market-alert {
		padding: 2rem 0;
	}

	.block-owl-in {
		display: block;
	}

	.custom-dots-wrapper{
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}

	.no-market-alerte-homepage .img-no-alerte-hp{
		width: 150px;
		height: 120px;
	}
}

@media screen and (max-width: 600px) {
	.section-market-alert .block-market-alert {
		margin-top: -0.5rem;
	}
}

@media screen and (max-width: 500px) {
    .section-market-alert .img-market-in {
        height: 210px;
    }
}

/***** Section Subscribe banner   ***************************************************************************************************************************************/

.section-subscribe-banner {
	padding: 2rem 0;
}

.section-subscribe-banner .row {
	align-items: center;
}

.section-subscribe-banner .row h3 {
	font-size: 22px;
	line-height: 33px;
}

.block-slogan-subscribe-banner p {
	margin-bottom: 0;
}

.col-button-subscribe-banner {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 1190px) {
	.col-subscribe-banner {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-subscribe-banner {
		text-align: center;
	}

	.section-subscribe-banner .row h3 {
		margin-bottom: 1rem;
	}

	.col-button-subscribe-banner {
		justify-content: center;
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 500px) {
	.section-subscribe-banner .row h3 {
		font-size: 19px;
		line-height: 33px;
	}
}


/***** Section Market - homepage  ***************************************************************************************************************************************/
.section-market-homepage {
	padding: 3rem 0;
}

.row-market-homepage {
	align-items: center;
	flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
	.content-market-homepage {
		text-align: center;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 500px) {
	.section-market-homepage {
		padding: 2rem 0;
	}
}


/***** Section and Page Our solution - homepage  ***************************************************************************************************************************************/

.section-our-solutions {
	padding: 3rem 0 4rem;
}

.section-our-solutions .img-our-solutions {
	height: 183px;
}

.section-our-solutions .row {
	margin-top: 2.5rem;
}

.section-our-solutions .block-content-card-our-solutions {
	margin-top: 1rem;
	padding-bottom: 3rem;
}

.card-our-solutions{
	height: 100%;
}

.card-our-solutions ul li {
	list-style: none;
	position: relative;
	margin-bottom: 12px;
}

.card-our-solutions ul {
	padding-left: 40px;
}

.card-our-solutions ul li::before {
	display: inline-block;
	margin-left: -40px;
	width: 23px;
	height: 23px;
	color: #169dd2;
	position: absolute;
	top: 0px;
	content: "";
	background-image: url(../oda/img/check-oda.svg);
	border-radius: 50%;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.card-our-solutions-1 ul li::before {
	background-color: #6B932F;
}

.card-our-solutions-2 ul li::before {
	background-color: #577290;
}

.card-our-solutions-3 ul li::before {
	background-color: #EAB614;
}

.button-block-our-solutions {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.home .button-block-our-solutions {
	position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.button-block-our-solutions .block-button:first-child {
	margin-right: 15px;
}

.button-block-our-solutions .block-button a {
	display: block;
}

@media screen and (max-width: 870px) {
	.col-our-solutions {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-our-solutions .col-our-solutions {
		margin-bottom: 2rem;
	}

	.section-our-solutions .col-our-solutions:last-of-type {
		margin-bottom: 0;
	}
}

.section_services-page .img-our-solutions {
	height: 100%;
}

.section_services-page .block-content-card-our-solutions {
	padding: 1rem 0;
}

.section_services-page .card-our-solutions {
	margin: 5rem 0;
}

.col-our-solutions:nth-child(odd) .row {
	flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
	.button-block-our-solutions .block-button .button_oda-fin {
		font-size: 14px;
	}
}

@media screen and (max-width: 930px) {
	.home .button-block-our-solutions {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.section-our-solutions .block-content-card-our-solutions {
    	padding-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.section_services-page .img-our-solutions {
		height: 300px;
	}
}

@media screen and (max-width: 650px) {
	.section_services-page .img-our-solutions {
		height: 150px;
	}

	.section_services-page .card-our-solutions {
		margin: 2rem 0;
	}

	.section-our-solutions {
		padding: 2rem 0;
	}

	.section-our-solutions .col-our-solutions {
        margin-bottom: 2.5rem 0;
    }
}

@media screen and (max-width: 500px) {
	.section-our-solutions .img-our-solutions {
		height: 135px;
	}
}

/***** Section Key figures and testimonial  ***************************************************************************************************************************************/

.section-key-figures-testimonials {
	padding: 3.5rem 0 2rem;
	background-color: #FAFAFA;
}

.container-block-key-figures {
	margin: 2.5rem 0;
}

.block-key-figures .col-key-figures .block-key-figures {
	border-right: 1px solid #b8bcc6;
    padding: 0rem 2.5rem;
    height: 95%;
}

.block-key-figures .col-key-figures:last-of-type .block-key-figures {
	border-right: 0 solid #b8bcc6;
}

.icone-key-figures {
	width: 45px;
	height: 45px;
	margin-bottom: 0.5rem;
}

.block-key-figures .key-figure {
	font-size: 38px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 0;
}

.block-key-figures .key-figure span {
	text-transform: uppercase;
}

.wording-key-figure {
	color: #171C26;
	margin-bottom: 0;
}


@media screen and (max-width: 1350px) {
	.block-key-figures .col-key-figures .block-key-figures {
		padding: 1rem;
	}
}

@media screen and (max-width: 1250px) {
	.block-key-figures .col-key-figures .block-key-figures {
		padding: 1rem 0.5rem 1rem;
		height: 100%;
	}
}

@media screen and (max-width: 991px) {
	.block-key-figures .key-figure {
		font-size: 33px;
		line-height: 43px;
	}
}

@media screen and (max-width: 767px) {
	.block-key-figures {
		margin-top: 0.5rem;
	}

	.block-key-figures .key-figure {
		font-size: 30px;
		line-height: 40px;
	}

	.col-key-figures {
		text-align: center;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.block-key-figures .col-key-figures .block-key-figures {
		border-right: 0 solid #C5C9D3;
		border-bottom: 1px solid #C5C9D3;
	}

	.block-key-figures .col-key-figures:last-of-type .block-key-figures {
		border-right: 0 solid #C5C9D3;
		border-bottom: 0 solid #C5C9D3;
	}

	.icone-key-figures {
		margin: 0 auto 1rem;
	}
}

@media screen and (max-width: 650px) {
	.section-key-figures-testimonials {
		padding: 2rem 0;
	}

    .block-key-figures .key-figure {
        font-size: 27px;
        line-height: 37px;
    }
}

.col-testimonials{
	margin-bottom: 2rem;
}

.block-testimonials {
	margin-top: 3rem;
}

.block-testimonials .owl-carousel .owl-stage {
	display: flex;
}

.block-testimonials-in {
	padding: 20px;
	display: flex;
	height: 100%;
	background-color: #3F566F;
	color: #fff;
}

.section-key-figures-testimonials .owl-item {
	opacity: 0.5;
}

.section-key-figures-testimonials .owl-item.active.center {
	opacity: 1;
}

.section-key-figures-testimonials .item {
	margin: 10px 0;
	height: 100%;
	padding: 6px 0 0;
}

.section-key-figures-testimonials .block-testimonials-in .logo-testimonials {
	width: 110px;
	height: 110px;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
	max-width: 110px;
	margin-right: 30px;
	border-radius: 50%;
}

.section-key-figures-testimonials .block-testimonials-in blockquote {
	margin: 0;
}

.section-key-figures-testimonials .block-testimonials-in p {
	margin-bottom: 0;
}

.section-key-figures-testimonials .name-testimonials {
	margin-top: 1rem;
}

.section-key-figures-testimonials .name-testimonials strong {
	margin-right: 10px;
}

@media screen and (max-width: 1100px) {
	.col-testimonials{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.block-testimonials {
		margin-top: 1rem;
	}

	.section-key-figures-testimonials .item {
		padding: 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.container-block-key-figures {
    	margin: 0 0 1rem;
	}

	.block-testimonials-in {
		display: block;
	}

	.section-key-figures-testimonials .block-testimonials-in .logo-testimonials {
		width: 90px;
		height: 90px;
		margin-bottom: 10px;
	}

	.block-testimonials-in {
		padding: 20px;
		height: 100%;
	}
}


/***** Section News - homepage  ***************************************************************************************************************************************/

.section-news {
	padding: 3rem 0;
}

.section-news .container {
	padding-right: 0;
	padding-left: 0;
}

.head-section-news {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
	padding: 0 15px;
	align-items: center;
}

.section-news .item {
	padding: 15px;
}

@media screen and (max-width: 650px) {
	.section-news {
		padding: 2rem 0;
	}
}

/***** Section Banner with background image  ***************************************************************************************************************************************/

.section-banner-background-image-hp {
	background-color: #000;
	position: relative;
	padding: 6rem 0;
}

.section-banner-background-image-hp .background-banner-image-hp {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	bottom: 0;
}

.section-banner-background-image-hp .content-banner-background-image-hp h2 {
	margin-bottom: 1rem;
}

.section-banner-background-image-hp .content-banner-background-image-hp {
	position: relative;
	z-index: 2;
}

.block-banner-background-image-button {
	text-align: center;
	margin-top: 2.5rem;
}

@media screen and (max-width: 650px) {
	.section-banner-background-image-hp {
		padding: 3rem 0;
	}
}

/***** Section TEAMS - A propos ***************************************************************************************************************************************/

.section-team .part-teams:nth-child(odd) {
	background-color: #FAFAFA;
}

.section-team .part-teams {
	padding: 3rem 0;
}

.section-team .part-teams:nth-child(odd) .container-team .row-team {
	flex-direction: row-reverse;
}

.section-team .block-profile_picture {
	width: 100%;
	height: 100%;
}

.section-team .content-team {
	padding: 1.5rem 0;
}

@media screen and (max-width: 1450px) {
	.section-team .col-team-picture {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.section-team .col-team-content {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}

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

	.section-team .col-team-picture,
	.section-team .col-team-content {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-team .block-profile_picture {
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 650px) {
	.section-team .part-teams {
		padding: 2rem 0;
	}

	.section-team .content-team {
		padding: 1.5rem 0 0;
	}
}

@media screen and (max-width: 590px) {
	.section-team .block-profile_picture {
		width: 150px;
		height: 150px;
	}
}

/***** List icones  ***************************************************************************************************************************************/


.list_icone-contact {
	padding-left: 35px;
	margin-top: 1.5rem;
}

.list_icone-contact li {
	list-style: none;
	position: relative;
	margin-bottom: 8px;
}

.list_icone-contact li::before {
	display: inline-block;
	margin-left: -37px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	content: "";
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.list_icone-contact .icon-email-team::before {
	background-image: url(../oda/img/icon-email-team-oda.svg);
}

.list_icone-contact .icon-phone-team::before {
	background-image: url(../oda/img/icon-phone-team-oda.svg);
}

.list_icone-contact .icon-whatsapp-b::before {
	background-image: url(../oda/img/icon-whatsapp-black.svg);
}


/***** Page Maps  ***************************************************************************************************************************************/

.page-template-page-carte {
	padding-top: 11rem;
}

.section_maps {
	padding: 0 0 4rem;
}

.section_maps .row {
	align-items: center;
}

.map_visual-in {
	width: 100%;
	height: 600px;
}

@media screen and (max-width: 991px) {
	.map_visual-in {
		height: 400px;
	}
}

@media screen and (max-width: 650px) {
	.page-template-page-carte {
		padding-top: 9rem;
	}

	.block-maps{
		margin-top: 1rem;
	}

	.map_visual-in {
		width: 100%;
		height: 190px;
	}
}

/***** Page Contact  ***************************************************************************************************************************************/

.section-contact-informations {
	padding-bottom: 4rem;
}

.row-informations {
	padding-bottom: 3rem;
}

.block-form-contactform7 {
	padding-top: 1rem;
}

.contact-form-left {
	padding: 2.5rem;
}

.block-information-in {
	padding: 2rem;
	height: 100%;
}

.block-contact-form-in {
	box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
	overflow: hidden;
}

.block-information-in h2,
.block-contact-form-in h2 {
	font-size: 28px;
	line-height: 38px;
}


.block-form-contactform7 label,
.block-form-contactform7 label input,
.block-form-contactform7 label textarea {
	width: 100%;
}

.block-form-contactform7 label input,
.block-form-contactform7 label textarea {
	border: 1px solid #FAFAFA;
	background-color: #FAFAFA;
	padding: 0.4rem;
	border-radius: 10px;
	margin-top: 5px;
}

.block-form-contactform7 select {
	border: 1px solid #FAFAFA;
	background-color: #FAFAFA;
	width: 100%;
	height: 40px;
	border-radius: 10px;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 10px;
	margin-top: 5px;
  	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  	background-repeat: no-repeat;
  	background-position: right 10px center;
  	background-size: 25px;
}

/* Pour éviter que le texte chevauche la flèche */
.block-form-contactform7 select:focus {
  outline: none;
  border-color: #666;
}

.block-form-contactform7 label textarea {
	background-color: #FAFAFA;
	resize: none;
	height: 150px;
}

.block-form-contactform7 label {
	margin-bottom: 1.4rem;
}

.row-contact select {
	position: relative;
}

.row-contact .col-select label {
	position: relative;
}

.row-contact .col-select label:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #696868;
	position: absolute;
	right: 15px;
	top: 25px;
	z-index: 1;
	pointer-events: none;
	font-size: 27px;
}

.col-input-button input {
	background-color: #5B7B2B;
	color: #F3F3F3;
	display: inline-block;
	border-radius: 30px;
	padding: 0.5rem 2.5rem;
	width: 192px;
	border: 1px solid #5B7B2B;
	cursor: pointer;
	outline: none;
}

.col-input-button input:hover {
	transition: 0.2s;
	background-color: transparent;
	color: #5B7B2B;
}

span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-not-valid {
	border: 1px solid #ec7878 !important;
}

.row-contact .wpcf7 form.invalid .wpcf7-response-output,
.row-contact .wpcf7 form.unaccepted .wpcf7-response-output {
	border: 1px solid #ec7878 !important;
	background-color: #ec7878 !important;
	color: #fff !important;
}

.row-contact .wpcf7 form.sent .wpcf7-response-output {
	border-color: #3F566F;
	background-color: #3F566F!important;
	color: #fff !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 0 !important;
	color: #d45656 !important;
	margin-top: 16px;
	margin-bottom: 0;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}

.col-contact-form-in-left {
	padding-right: 0;
}

.col-contact-form-in-picture {
	padding: 0;
}

.picture-contact-form {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 991px) {
	.col-contact-informations {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.block-information {
		margin-bottom: 1rem;
	}

	.col-contact-form-in {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-contact-form-in-left {
		padding-right: 15px;
	}

	.picture-contact-form {
		height: 300px;
	}

	.block-information-in h2, .block-contact-form-in h2 {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width: 660px) {
	.contact-form-left {
		padding: 1.5rem;
	}

	.picture-contact-form {
		height: 180px;
	}

	.block-information-in {
		padding: 1rem;
	}

	.block-information-in h2, .block-contact-form-in h2 {
		font-size: 19px;
		line-height: 29px;
	}

	.row-informations {
		padding-bottom: 2rem;
	}
}


/***** Banners page default  ***************************************************************************************************************************************/

.section-banners-page {
	background-color: #40566F;
	padding: 11rem 0 3rem;
	margin-bottom: 3rem;
}


.block-page-default {
	min-height: 90vh;
}

@media screen and (max-width: 991px) {
	.section-banners-page {
		padding: 10rem 0 2rem;
	}
}

@media screen and (max-width: 660px) {
	.section-banners-page {
		padding: 8rem 0 1rem;
		margin-bottom: 2rem;
	}
}


/***** Card News weekly market edito  and card post ***************************************************************************************************************************************/

.card-post {
	background-color: #fff;
	padding: 20px 8px 8px;
	display: block;
	box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
}

.card-post .head-card-post {
	display: flex;
	padding: 0 0.5rem;
	justify-content: space-between;
}

.card-post .head-card-post-content h3 {
	font-size: 18px;
	line-height: 22px;
	padding-right: 15px;
	margin-bottom: 10px;
	min-height: 43px;
	text-align: left;
}

.card-post .arrow-post {
	width: 32px;
	height: 32px;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	max-width: 32px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	transition-duration: 300ms;
	transition-timing-function: linear;
}

.card-post:hover .arrow-post {
	rotate: 45deg;
}

.card-post .head-card-post-content .info-post-content {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 14px;
}

.card-post .head-card-post-content img {
	width: 17px;
    height: 17px;
    margin-right: 9px;
}

.card-post .head-card-post-content .info-post-content {
	font-weight: 400;
}

.card-post .head-card-post-content .info-post-content p{
	margin-bottom: 0;
}

.img-card-post-content {
	width: 100%;
	height: 190px;
	border-radius: 8px;
	overflow: hidden;
}

.card-post .img-post-in {
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.card-post:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgb(46 41 51 / 24%) -1px 1px 6px 0px, rgb(71 63 79 / 30%) 0px 5px 13px;
}

.card-post:hover .img-post-in {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.card-post-in{
	padding: 8px 8px 8px;
}

.card-post-in .head-card-post {
    margin-top: 13px;
}

.card-post-in .img-card-post-content {
    height: 150px;
}

.owl-theme-oda .owl-dots {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-theme-oda .owl-dot span {
	cursor: pointer;
	color: #aaa;
	border: 1.5px solid #6B932F;
	width: 11px;
	height: 11px;
	display: inline-block;
	border-radius: 50%;
}

.owl-theme-oda .owl-dots button {
	background-color: transparent;
	border: 0;
	outline: none;
	display: flex;
}

.owl-theme-oda .owl-dots .owl-dot.active span {
	width: 15px;
	height: 15px;
	background-color: #6B932F;
}

@media screen and (max-width: 1150px) {
	.img-card-post-content {
		height: 165px;
	}
}

@media screen and (max-width: 771px) {
	.img-card-post-content {
		height: 150px;
	}
}

@media screen and (max-width: 500px) {
	.img-card-post-content {
		height: 135px;
	}
}

/***** PAGE BLOG ***************************************************************************************************************************************/

.header-blog {
	padding: 5rem 0 5.5rem;
	background-color: #17403d;
	text-align: center;
}

.header-blog h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

.header-blog p {
	color: #e3dddd;
}

.container-page-blog {
	min-height: 100vh;
}

.content-left-blog {
	box-sizing: border-box;
	min-width: 0px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	margin-bottom: 3rem;
	height: 100%;
}

.content-left-blog .block-img-post-other {
	height: 190px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.content-left-blog .col-post-blog {
	margin-bottom: 2rem;
}

.content-left-blog h2 {
	font-size: 22px;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	color: #000;
	letter-spacing: 0;
}

.content-left-blog h2 span {
	font-size: 16px;
	color: #8c8b8b;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: lighter;
	margin-left: 0.5rem;
}

.col-right-blog .title-related_posts {
	margin-bottom: 1rem;
	color: #000;
	font-size: 25px;
	font-weight: 700;
}

.list_category_posts_blog ul {
	padding-left: 0 !important;
	margin-bottom: 0;
}

.list_category_posts_blog ul li {
	list-style: none;
	margin-bottom: 1rem;
}

.list_category_posts_blog ul li a {
	position: relative;
	width: 100%;
	padding: 20px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	font-weight: 600;
	font-size: 16px;
	background-color: #3a867f !important;
	overflow: hidden;
	min-height: 73px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	border-radius: 10px;
}

.list_category_posts_blog ul li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #6B932F;
	z-index: 0;
}

.list_category_posts_blog ul li a span {
	z-index: 1;
}

.list_category_posts_blog .category-count {
	position: absolute;
	background: #fff;
	color: #000;
	padding: 5px;
	width: 40px;
	right: 20px;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 32px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.list_category_posts_blog ul li:last-child a {
	margin-bottom: 0;
}

#wp_pagination {
	text-align: center;
}

#wp_pagination a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	padding: 1px !important;
	border: 0;
}

#wp_pagination .active {
	background: #3a867f;
	color: #fff;
	margin: 2px 2px 2px 4px;
}

/***** IMG NO POST ***************************************************************************************************************************************/

.block-img-no-post-blog {
	text-align: center;
	width: 100%;
	margin: 3rem 0;
}

.img-no-post-blog {
	width: 250px;
	height: 170px;
	display: inline-block;
}

.block-img-no-post-blog .no-post-home {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	color: #06689b7d;
	letter-spacing: 3px;
	margin-top: 1rem;
}


@media screen and (max-width: 1100px) {
	.content-left-blog .col-post-blog {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.col-left-blog,
	.col-right-blog {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-left-blog {
		padding: 0;
	}

	.container-page-blog {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 650px) {
	.content-left-blog .col-post-blog {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.img-no-post-blog {
		width: 200px;
		height: 120px;
	}	

	.block-img-no-post-blog .no-post-home {
		font-size: 23px;
		letter-spacing: 1px;
		margin-top: 0;
	}
	
}

@media screen and (max-width: 500px) {
	.content-left-blog h2 {
		font-size: 18px;
	}

	.col-right-blog .title-related_posts {
		margin-bottom: 0.5rem;
		font-size: 17px;
	}
}

/***** SLIDEBAR BLOG ***************************************************************************************************************************************/

.block-search-slidebar {
	margin-bottom: 3rem;
}

.block-col-right-blog {
	padding: 15px;
	margin-bottom: 2.5rem;
}

.weekly_market_edito-template-default .block-col-right-blog {
	padding: 0 15px 15px;
}

.category .block-col-right-blog {
	margin-top: 0.5rem;
}

.list_category_posts_blog{
	margin-bottom: 3rem;
}

.slidebar-blog .button-blog-post {
	display: block;
	margin-bottom: 2rem;
	font-size: 15px;
	color: #6d6b6b;
	background-color: #FAFAFA;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	padding: 1rem;
	border-radius: 10px;
}

.slidebar-blog .button-blog-post:hover {
	text-decoration: underline;
}

.slidebar-blog .all-tag-post-blog {
	margin-top: 3rem;
}

.all-tag-post-blog a {
	margin-top: 2px;
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	padding: 2px 10px 2px 4px;
	font-size: 14px;
	color: #17403d;
	margin-right: 8px;
	display: inline-block;
	border: 1.5px solid #a0cdc9;
	border-radius: 5px;
}

.all-tag-post-blog a i {
	padding: 7px;
	color: #3a867f;
}

.list_category_posts_blog ul li a:hover,
.all-tag-post-blog a:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.all-tag-post-blog h3 {
	margin-bottom: 10px !important;
}

#related_posts {
	margin-top: 1rem;
}

.post_v5 .all-tag-post {
	margin-bottom: 2rem;
}

.post_v5 #related_posts ul {
	padding-left: 0;
}

.post_v5 #related_posts ul li {
	list-style: none;
}

.post_v5 #related_posts ul li a {
	width: 100%;
	list-style: none;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	display: flex;
	align-items: center;
	border-radius: 10px;
	padding: 5px;
}

.post_v5 #related_posts ul {
	margin-bottom: 0;
}

.post_v5 #related_posts ul li:last-child a {
	margin-bottom: 0;
}

.post_v5 #related_posts ul li a:hover,
.post_v5 .list_category_posts ul li a:hover,
.post_v5 .all-tag-post a:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.post_v5 #related_posts ul li h3 {
	font-size: 15px;
	color: #2D3848;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 18px;
	font-weight: 600;
}

.no-tag {
	color: #807e7e;
	font-size: 14px;
	margin-bottom: 0;
}

/***** PAGE CATEGORIE BLOG ***************************************************************************************************************************************/


.header-blog-categorie {
	position: relative;
	background-color: #3a867f;
}

.content-header-blog-categorie {
	padding: 10rem 0 3.5rem;
	text-align: center;
}

.section-blog-category {
	padding: 1.8rem 0 3rem;
	min-height: 100vh;
}

.container-header-blog-categorie .categorie-name {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 3px;
	background: #1f2a29;
	padding: 3px 8px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 5px;
}

.container-header-blog-categorie h1 {
	color: #ffffff;
	font-size: 46px;
	line-height: 48px;
	font-weight: 300;
	text-transform: uppercase;
}

.sous-titre-categorie {
	display: flex;
	align-items: center;
}

.block-title-view h2 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	color: #000;
	letter-spacing: 0;
}

.block-title-view span {
	font-size: 16px;
	color: #8c8b8b;
	margin-left: 0.5rem;
}

.block-title-view {
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.switcher button {
	padding: 8px;
	background: transparent;
	color: #3a867f;
	outline: none;
	border: 1px solid #3a867f;
	border-radius: 5px;
}

.switcher .active {
	background-color: #3a867f;
}

.switcher svg {
	position: relative;
	display: block;
}

.switcher .active svg g {
	fill: #fff !important;
	stroke: #fff !important;
}

.switcher svg g {
	fill: #3a867f !important;
	stroke: #3a867f !important;
}

.hr-view-category-post {
	margin-top: 1rem;
	margin-bottom: 1.4rem;
}

.view-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.item-post-category {
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% / 2);
	padding: 0 15px;
	margin-bottom: 30px;
}

#ajax-posts .block-arrow svg {
	width: 25px;
}

.view-list .block-arrow {
	position: absolute;
	right: -6px;
	bottom: 0;
}

.view-list .block-img-post-other {
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	max-width: 13%;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.other_posts:hover .img-post-other {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.view-list .content-post-other {
	padding: 0 15px;
}

.view-list .item-post-category {
	margin-bottom: 1.5rem;
}

.block-button-more-post {
	text-align: center;
}

.misha_loadmore {
	background: linear-gradient(to left, rgba(86, 204, 242, 0.8), rgba(47, 128, 237, 0.7));
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #f5f5fa;
	color: #fff;
}

.misha_loadmore:hover {
	background: transparent;
	color: #000;
	border: 2px solid rgb(86, 204, 242);
}

@media screen and (max-width: 1020px) {
	.view-list .block-img-post-other {
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
		max-width: 17%;
	}
}

@media screen and (max-width: 995px) {
	.section-blog-category .col-left-blog {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 991px) {
	.content-header-blog-categorie {
		padding: 9rem 0 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	.view-list .block-img-post-other {
		-ms-flex: 0 0 21%;
		flex: 0 0 22%;
		max-width: 21%;
	}

	.content-header-blog-categorie {
        padding: 8rem 0 1rem;
    }

	.container-header-blog-categorie h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 650px) {
	.item-post-category {
		flex: 0 0 calc(100% / 1);
	}

	.text-decoration-cateogrie {
		display: none;
	}

	.section-blog-category .col-left-blog {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 500px) {
	.container-header-blog-categorie h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.block-title-view h2 {
		font-size: 18px;
	}
}

/***** PAGE TAG ***************************************************************************************************************************************/

.header-blog-tags {
	background-color: #3a867f;
}

.header-blog-tags .container {
	padding: 10rem 0 3.5rem;
}

.header-blog-tags .categorie-name {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 3px;
	background: transparent;
	padding: 3px 8px;
	display: inline-block;
	margin-bottom: 13px;
	border: 1.5px solid #ffffff70;
}

.header-blog-tags h1 {
	color: #ffffff;
	font-size: 43px;
	line-height: 48px;
	margin-bottom: 0;
}

.container-header-blog-tags {
	text-align: center;
	top: 55%;
}

.header-blog-tags h1 i {
	margin-right: 10px;
	color: #ffdbbb;
}

.container-tags {
	min-height: 80vh;
	margin-bottom: 3rem;
}

.content-header-blog-tags {
	text-align: center;
}

.section_tag {
	padding-top: 1.8rem;
}

.tag .misha_loadmore {
	background: linear-gradient(to left, rgba(234, 139, 53, 0.8), rgba(241, 168, 103, 0.7)) !important;
}

.tag .misha_loadmore:hover {
	background: transparent !important;
	color: #000;
	border: 2px solid rgb(234, 139, 53);
}

@media screen and (max-width: 991px) {
	.header-blog-tags .container {
		padding: 9rem 0 3.5rem;
	}
}
@media screen and (max-width: 991px) {
	.header-blog-tags .container {
		padding: 8rem 0 1rem;
	}
}

@media screen and (max-width: 500px) {
	.container-header-blog-categorie h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

/***** PAGE ARCHIVE POST ***************************************************************************************************************************************/

.page-template-archive {
	background-color: #f5f5fa;
}

.section-archive {
	margin-top: 120px;
	min-height: 90vh;
}

.section-archive h1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 1.5rem;
	display: block;
}

.tab-archive {
	max-width: 900px;
	margin: 1rem auto 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	-webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	-moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
}

.archive_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.has-children-1 {
	margin-bottom: 1rem;
	border-radius: 10px;
	overflow: hidden;
}

.has-children>.archive_label::after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	margin-right: 1em;
	transition: transform 0.3s;
	position: absolute;
	right: 0;
	top: 30%;
	font-size: 24px;
}

.has-children.is-open>.archive_label::after {
	transform: rotate(180deg);
}

.archive_link,
.archive_label {
	display: block;
	font-size: 1rem;
	padding: 1em;
	margin: 0;
	cursor: pointer;
	color: #fff;
	background-color: #413c85;
	transition: color 0.25s ease-in, background-color 0.25s ease-in;
	position: relative;
}

.number-post-archive {
	background-color: #a3a1af;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
	margin-left: 5px;
	min-width: 32px;
	text-align: center;
	display: inline-block;
	text-transform: initial;
	letter-spacing: 0.5px;
}

.archive_label h3 {
	margin-bottom: 0;
}

.archive_link:focus,
.archive_label:focus,
.archive_link:hover,
.archive_label:hover {
	color: #e6e6e6;
	background-color: #24214e;
}

.archive_list-level1 {
	margin-bottom: 4rem;
}

.archive_link-level2,
.archive_label-level2 {
	padding-left: 2em;
	background-color: #d2dbe0;
}

.archive_label-level2 h3 {
	margin-bottom: 0;
	font-size: 18px;
	color: #1d262b;
	text-transform: capitalize;
	font-weight: lighter;
}

.archive_list-level2 .has-children:nth-child(even) .archive_label-level2 {
	background-color: #d8e1e6;
}

.archive_label-level2::after {
	color: #6e7a82;
}

.archive_link-level2:focus,
.archive_label--level2:focus,
.archive_link-level2:hover,
.archive_label-level2:hover {
	background: #cad8d8;
}

.archive_link-level3,
.archive_label-level3 {
	padding-left: 5em;
	background: #184a52;
}

.archive_link-level3:focus,
.archive_label-level3:focus,
.archive_link-level3:hover,
.archive_label-level3:hover {
	background: #153f46;
}

.archive_link-level4,
.archive_label-level4 {
	padding-left: 8em;
	background: #153f46;
}

.archive_link-level4:focus,
.archive_label-level4:focus,
.archive_link-level4:hover,
.archive_label-level4:hover {
	background: #11353b;
}

.archive_list-level2,
.archive_list-level3,
.archive_list-level4 {
	display: none;
}

.is-open>.archive_list-level2,
.is-open>.archive_list-level3,
.is-open>.archive_list-level4 {
	display: block;
}

.archive_list-level3 {
	padding: 1rem 2rem 0;
}

.archive_list-level3 li {
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 15px;
	position: relative;
	padding-left: 1rem;
	border-bottom: 1px solid #e6e4e4;
	padding-bottom: 12px;
}

.archive_list-level3 li:last-child {
	border-bottom: 0;
}

.archive_list-level3 li a {
	color: #000;
}

.archive_list-level3 li a:hover {
	text-decoration: underline;
}

.archive_list-level3 .arrow-list-archive {
	position: absolute;
	left: 0;
	top: 5px;
	color: #b1afaf;
}

.comments-list-archives {
	background-color: #fbf5f5;
	padding: 1px 7px;
	margin-left: 11px;
	color: #888585;
	border-radius: 5px;
	font-size: 12px;
	min-width: 26px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.5px;
}

.comments-list-archives i {
	margin-left: 4px;
	color: #b5b4b4;
}

/***** PAGE ARTICLE ***************************************************************************************************************************************/

.post_v5 .title-post {
	margin-bottom: 13px;
	font-size: 28px;
	color: #17403d;
	font-weight: 500;
	margin-top: 10px;
	line-height: 34px;
}

.block-info-post-head {
	color: #fff;
	font-size: 15px;
}

.text-post-in {
	text-align: justify;
}

.extrait-post-no-connect {
	position: relative;
}

.extrait-post-no-connect:before {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
	bottom: 0;
	content: "";
	height: 182px;
	left: 0;
	position: absolute;
	right: 0;
}

.intro-block-not-logged-new-in {
	margin: 3rem 0 2rem;
	font-size: 15px;
	color: #7a7979;
}

.block-not-logged-new-in {
	padding: 30px;
	text-align: center;
}

.block-not-logged-new-in h3 {
	margin-bottom: 1rem !important;
}

.list-cat {
	font-size: 14px;
	color: #545252;
	margin: 0 0 30px;
	display: block;
}

.block-img-post {
	width: 100%;
	height: 260px;
	margin: 0 0 1rem;
	border-radius: 10px;
}

.post_v5 .list-cat a {
	margin-right: 5px;
	color: #545252;
	font-weight: bold;
	text-decoration: underline;
}

.post_v5 .content-left-post {
	box-sizing: border-box;
	min-width: 0px;
	margin-bottom: 3rem;
}

.post_v5 .block-right-post {
	background-color: #fff;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	-webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	-moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	padding: 15px;
	margin-bottom: 2rem;
}

.post_v5 .content-post-in {
	padding-right: 1.5rem;
}

.post_v5 .content-post-in h2 br,
.post_v5 .content-post-in h3 br,
.post_v5 .content-post-in h4 br {
	display: none;
}


.post_v5 .text-post-in img {
	width: 100%;
}

.img-author-post-v1 {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 12px;
	vertical-align: middle;
}

.img-author-post-v1 img {
	object-fit: cover;
}

.post_v5 .name-author-post {
	border-right: 1px solid #ccc;
	padding-right: 15px;
}

.info-post-date {
	bottom: 15px;
	left: 25px;
	color: #676464;
}

.no-post-blog {
	padding: 0 1rem;
}

.content-left-post h2,
.content-left-post h3,
.content-left-post h4,
.content-left-post h5,
.content-left-post h6 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0;
}

.info-post-date a {
	color: #000;
}

.post_v5 .separator-content {
	margin-top: 2.5rem;
}

.post_v5 .title-related_posts {
	margin-bottom: 1rem;
	color: #000;
	font-size: 25px;
	font-weight: 700;
}

.block-arrow-button {
	display: inline-block;
	width: 25px;
	margin-right: 7px;
	transform: rotateY(180deg);
}

.post_v5 .list_category_posts {
	margin-bottom: 3rem;
}

.post_v5 .list_category_posts ul {
	padding-left: 0 !important;
}

.post_v5 .list_category_posts ul li {
	list-style: none;
}

.post_v5 .list_category_posts ul li a {
	list-style: none;
	display: flex;
	padding: 12px;
	align-items: center;
	justify-content: space-between;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	overflow: hidden;
	background: linear-gradient(to left, rgba(86, 204, 242, 0.8), rgba(47, 128, 237, 0.7));
	margin-bottom: 1rem;
	font-size: 16px;
	color: #fff;
}

.post_v5 .list_category_posts ul li a span {
	background-color: #EDF2F6;
	padding: 3px;
	color: #8c8d9c;
	font-size: 14px;
	width: 55px;
	text-align: center;
	font-weight: bold;
}

.block-img-related-posts {
	-ms-flex: 0 0 30;
	flex: 0 0 30%;
	max-width: 30%;
	height: 95px;
	border-radius: 10px;
}

.post_v5 .relatedcontent {
	padding: 0 1rem;
	width: 100%;
}

.post_v5 blockquote {
	position: relative;
	padding-left: 1.5rem;
	font-style: italic;
	margin: 0 2rem;
}

.post_v5 blockquote:after {
	content: "";
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #896eff;
	border-radius: 30px;
}

.post_v5 p.has-background {
	border-radius: 12px;
}

.post_v5 .metier-author-card {
	text-align: center;
	margin-bottom: 0;
	color: #787878;
	font-size: 15px;
}

.post_v5 .block-author-post_v2 ul {
	text-align: center;
	padding-left: 0;
}

.post_v5 .info-related_posts {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	flex: 1 1 0%;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.info-user-related_posts {
	color: #787878;
	font-size: 13px;
	font-weight: lighter !important;
}

.info-date-related_posts {
	color: #787878;
	font-size: 13px;
}

.post_v5 .all-tag-post-content {
	padding: 2rem 0 0rem;
	margin-bottom: 2rem;
	border-radius: 5px;
}

.post_v5 .all-tag-post-content h4 {
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	margin-right: 11px;
	font-family: 'Open Sans', sans-serif !important;
}

.post_v5 .all-tag-post-content a {
	background-color: #8f9eab;
	border: 1px solid #8f9eab;
	padding: 5px 15px;
	margin-right: 12px;
	color: #fff;
	transition: 0.2s;
	font-size: 14px;
	border-radius: 6px;
}

@media screen and (max-width: 1450px) {
	.container-page-post,
	.section-blog-category .container {
		max-width: 95%;
	}

	.post_v5 .content-post-in {
		padding-left: 0;
	}

	.content-left-blog .block-img-post-other {
		height: 155px;
	}

	.block-img-post {
		height: 230px;
	}
}

@media screen and (max-width: 991px) {
	.post_v5 .content-post-in {
		padding: 0;
	}

	.container-header-blog-categorie h1 {
		font-size: 37px;
		line-height: 46px;
	}

	.category .block-col-right-blog {
		margin-top: 0rem;
	}
}

@media screen and (max-width: 991px) {
	.post_v5 .col-left-post,
	.post_v5 .col-right-post {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-right-post {
		margin-bottom: 3rem;
	}

	.post_v5 .block-img-related-posts {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}

	.post_v5 .title-post {
		font-size: 35px;
	}
}

@media screen and (max-width: 767px) {
	.post_v5 .content-header-post h1 {
		font-size: 28px;
	}

	.post_v5 .block-img-related-posts {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.post_v5 .section-banners-post h1 {
		font-size: 30px;
		line-height: 37px;
	}

	.post_v5 .content-post-in {
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	.post_v5 .section-banners-post h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.switcher {
		margin-top: 0;
		text-align: center;
	}

	.post_v5 .title-post {
		font-size: 27px;
		line-height: 31px;
	}

	.block-img-post {
		height: 160px;
	}

	.container-header-blog-categorie h1 {
        font-size: 27px;
        line-height: 37px;
    }
}

@media screen and (max-width: 500px) {
	.switcher button {
		padding: 5px;
	}
}

@media screen and (max-width: 350px) {
	.block-title-view h2 {
		font-size: 15px;
	}

	.block-img-post {
		height: 200px;
	}
}

/***** CONTENTS POSTS ***************************************************************************************************************************************/

.wp-block-image .alignleft {
	float: inherit;
	margin: inherit;
	width: 100%;
}

/***** COMMENTAIRES POSTS ***************************************************************************************************************************************/

.comments-area {
	margin-top: 2rem;
}

.comment-body {
	display: flex;
	margin-bottom: 1.5rem;
}

.comments-title-in {
	margin-bottom: 1.5rem;
	font-size: 19px;
}

.comment-list {
	padding-left: 0;
}

.comment-list li {
	list-style: none;
}

.comment-list .depth-1 {
	padding-bottom: 0.5rem;
}

.comment-list .depth-1:last-child {
	border-bottom: 0;
}

.comment-list .children {
	padding-left: 67px;
}

.comment-img-author {
	display: inline-block;
}

.comment-img-author img {
	width: 50px !important;
	height: 50px;
	overflow: hidden;
	border-radius: 10px;
	object-fit: cover;
}

.comment-details {
	padding: 20px;
	position: relative;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	margin-left: 1rem;
}

.comment-details:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #ffffff;
	top: 17px;
	left: -11px;
}

.comment-details h4 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 5px;
}

.comment-meta {
	font-size: 13px;
	color: #8c8c8c;
	margin-bottom: 0.2rem;
	display: block;
}

.comment-text {
	font-style: italic;
	font-size: 14px;
	margin-top: 1rem;
	text-align: justify;
	color: #424141;
}

.comment-text p {
	margin-bottom: 0;
}

.comment-details .reply {
	position: absolute;
	top: 20px;
	right: 20px;
}

.comment-details .reply a {
	color: #8c8d9c;
	font-size: 13px;
	font-weight: bold;
}

.comment-respond {
	padding: 1rem 0 0;
}

.comment-form p {
	position: relative;
	margin-bottom: 25px;
}

.comment-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.comment-respond label {
	display: block;
	position: absolute;
	top: -8px;
	padding: 3px 9px;
	left: 38px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	border-top-left-radius: 3px;
	transition: all 0.2s ease-in-out;
	z-index: 1;
	color: #848484;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-respond label:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #F8F8F8;
	z-index: -1;
}

.comment-notes {
	display: none;
}

.comment-respond textarea {
	width: 100%;
	outline: 0;
	padding: 1.5rem 2rem;
	line-height: 1.5;
	border-radius: 13px;
	border: 1px solid #ccc;
	resize: none;
	height: 150px;
	font-size: 15px;
	background-color: transparent;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: auto;
}

.comment-notes,
.comment-form-comment,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit,
.logged-in-as {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.comment-respond h3 {
	margin-bottom: 2rem;
	-webkit-box-pack: justify;
	display: flex;
	align-items: center;
	position: relative;
}

.comment-respond h3 small {
	position: absolute;
	right: 0;
}

.comment-respond h3 a {
	color: #828080;
}

.comment-respond h3 a:first-child {
	margin-left: 5px;
}

.comment-form-author,
.comment-form-email {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.comment-form input {
	width: 100%;
	padding: 0.9rem 2rem;
	border-radius: 13px;
	border: 1px solid #ccc;
	outline: none;
	position: relative;
	background-color: transparent;
}

.comment-form-cookies-consent {
	display: flex;
}

.comment-form-cookies-consent input {
	width: inherit;
}

.comment-form-cookies-consent label {
	position: inherit;
	text-transform: inherit;
	top: inherit;
	left: inherit;
	display: inline-block;
	letter-spacing: inherit;
	padding-top: 1px;
}

.form-submit input {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border: 0;
	color: #5a5959;
	font-size: 15px;
}

.form-submit input {
	background-color: #b1afaf;
	color: #fff;
	font-size: 14px;
}

.comment-form-cookies-consent {
	margin-bottom: 10px !important;
}

.comments-area .error-message,
.comments-area .error-message2 {
	color: #e65f5f;
	font-weight: bold;
	font-size: 14px;
}

.logged-in-as {
	-webkit-box-pack: justify;
	display: block;
	align-items: center;
	color: #828080;
}

.logged-in-as a {
	color: #828080;
}

.logged-in-as a:hover {
	text-decoration: underline;
}

.logged-in-as a:last-child {
	text-transform: uppercase;
	font-size: 14px;
	right: 20px;
	position: absolute;
}

.comment-awaiting-moderation {
	background-color: #47863c;
	color: #fff;
	font-weight: bold;
	margin-top: 1rem;
	display: block;
	padding: 10px;
	border-radius: 7px;
}

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

	.comment-form-author,
	.comment-form-email {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.comment-img-author img {
		width: 40px !important;
		height: 40px;
	}

	.comment-details h4 {
		font-size: 16px;
	}

	.comment-details .reply {
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 1rem;
	}

	.comment-list .children {
		padding-left: 0;
	}
}

@media screen and (max-width: 400px) {
	.comment-img-author,
	.comment-details:after {
		display: none;
	}

	.comment-details {
		margin-left: 0;
	}
}


/***** Footer  ***************************************************************************************************************************************/

footer {
	background-color: #171C26;
	padding: 3rem 0;
}

footer h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

footer .block-footer-menu ul {
	padding-left: 0;
}

footer .block-footer-menu ul li {
	list-style: none;
	padding-bottom: 1.3rem;
	padding-left: 0;
}

footer .block-footer-menu ul li a:hover{
	text-decoration: underline;
	color: #fff;
}


footer .block-footer-contact ul {
	list-style: none;
	padding-left: 35px;
	margin-bottom: 0;
}

footer .block-footer-contact ul li {
	list-style: none;
	padding-bottom: 1.3rem;
	padding-left: 0;
	position: relative;
	display: flex;
	align-items: center;
}

footer .block-footer-contact ul li::before {
	display: inline-block;
	margin-left: -37px;
	width: 24px;
	height: 24px;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	max-width: 24px;
	content: "";
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin-right: 10px;
}

footer .block-footer-contact ul li p {
	margin-bottom: 0;
}

footer .block-footer-contact ul li:last-child {
	padding-bottom: 0;
}

footer .block-footer-contact ul .email-footer::before {
	background-image: url(../oda/img/icon-email-footer-oda.svg);
}

footer .block-footer-contact ul .address-footer::before {
	background-image: url(../oda/img/icon-address-footer-oda.svg);
}

footer .block-footer-contact ul .phone-footer::before {
	background-image: url(../oda/img/icon-phone-footer-oda.svg);
}

footer .block-footer-contact ul .whatsapp-footer::before {
	background-image: url(../oda/img/icon-whatsapp-footer-oda.svg);
}

@media screen and (max-width: 1360px) {
	footer .block-footer-contact ul .address-footer p br {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	footer .col-footer {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	footer .col-footer {
		margin-bottom: 2rem;
	}

	footer .col-footer:last-of-type {
		margin-bottom: 0;
	}
}

/***** PAGE RECHERCHE ***************************************************************************************************************************************/

.section-page-search {
	padding: 10rem 0;
	min-height: 100vh;
}

.section-page-search .block-form-search {
	margin-top: 2rem;
}

.block-search-slidebar .block-form-search,
.bloc-search-page-in .block-form-search {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

.block-search-slidebar .search,
.bloc-search-page-in .search {
	background-color: #f8fafc;
}

.block-search-slidebar .block-form-search-in,
.bloc-search-page-in .block-form-search-in {
	border: 1px solid #3a867f;
	border-radius: 60px;
}

.block-search-slidebar .input-search,
.bloc-search-page-in .input-search {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	padding: 10px 12px;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	outline: none;
	border: 0;
	border-radius: 50px 0 0 50px;
	font-size: 15px;
}

.bloc-search-page-in .input-search {
	font-size: 19px;
}

.block-search-slidebar .block-form-search .searchform,
.bloc-search-page-in .block-form-search .searchform {
	color: #000;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: #17403d;
	border-radius: 50%;
}

.block-search-slidebar .block-form-search svg,
.bloc-search-page-in .block-form-search svg {
	width: 25px;
	height: 25px;
}

.block-search-slidebar .border-input-search,
.bloc-search-page-in .border-input-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #c0b19c;
	pointer-events: none;
	border-radius: 10px;
	z-index: 0;
}

.block-search-slidebar .border-animation,
.bloc-search-page-in .border-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	pointer-events: none;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	border-radius: 10px;
	z-index: 1;
}

.block-form-search #searchsubmit,
.bloc-search-page-in #searchsubmit {
	color: #fff;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: #ffffff;
	border-radius: 50%;
}

.header-5 .block-form-search .st0 {
	fill: #000 !important;
}

.header-5 .block-form-search input::placeholder {
	color: #afaaaa;
}

.block-search-slidebar .st0,
.bloc-search-page-in .st0 {
	fill: #17403d !important;
}

.section-page-search .search-title {
	margin-bottom: 1.5rem;
	font-weight: 400;
	font-size: 25px;
	font-family: "Open Sans", serif;
	letter-spacing: 0;
}

.section-page-search .search-title strong {
	font-weight: 700;
}

.section-page-search .search-results {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.section-page-search .search-result-item {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 10px;
}

.section-page-search .search-result-item:hover {
	transform: translateY(-10px);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

/* Type de contenu */

.section-page-search .type-contenus-recherche {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3F5A7F !important;
	font-size: 16px;
	font-weight: 700;
}

/* Titre du résultat */
.section-page-search .search-result-item h2 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 23px;
	color: #17403d;
	letter-spacing: 0;
}

.section-page-search .search-result-item h2 a {
	color: #1d3557;
	text-decoration: none;
	transition: color 0.3s ease;
}

.bloc-extrait-list-recherche {
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Extrait */
.section-page-search .bloc-extrait-list-recherche p {
	font-size: 16px;
	color: #7f7a7a;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}

/* Pagination */
.section-page-search .pagination {
	margin-top: 15px;
	text-align: center;
}

.section-page-search .pagination a,
.section-page-search .pagination span {
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	border-radius: 50%;
}

.section-page-search .pagination a:last-child {
	background-color: inherit;
	color: #000;
}

.section-page-search .pagination a:hover {
	font-weight: bold;
}

.section-page-search .pagination .current {
	background-color: #3a867f;
	font-weight: bold;
	color: #fff;
	padding: 5px 12px;
}

/* Aucun résultat */
.section-page-search .no-results {
	text-align: center;
	margin-top: 5rem;
}

.section-page-search .icones-no-search {
	width: 120px;
	height: 120px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: auto;
}

.section-page-search .no-results h2 {
	font-size: 2em;
	font-weight: 600;
	color: #17403d;
	margin-bottom: 5px;
}

.section-page-search .no-results p {
	font-size: 1.2em;
	color: #666;
}

/* Responsive */
@media (max-width: 768px) {
	.section-page-search .search-title {
		font-size: 2em;
	}

	.section-page-search .search-result-item h2 {
		font-size: 1.3em;
	}
}

@keyframes draw-border {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	}

	25% {
		clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
	}

	50% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

.col-left-search .screen-reader-text {
	display: none;
}

.col-left-search h1 {
	font-weight: lighter;
	margin-bottom: 2rem;
	font-size: 30px;
}

.col-left-search h1 span {
	font-weight: bold;
	color: #000;
}

.col-left-search article {
	margin-bottom: 3rem;
}

.col-left-search article .header-post-search h2 a {
	color: #000 !important;
}

.col-left-search article .header-post-search h2 {
	font-size: 19px;
	text-transform: initial;
}

.col-left-search article p {
	font-size: 15px;
	color: #797979;
}

@media screen and (max-width: 991px) {
	.col-left-search {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


.block-table {
	border-radius: 10px;
	overflow: hidden;
	background-color: #f3f3f3;
	min-height: 100%;
	overflow-x: auto;
}

.section_market_page .block-table {
	min-height: inherit;
}

.block-table h2 {
	color: #4979B8;
	padding: 17px 16px 3px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

.block-table h2 span {
	color: #fff;
	font-size: 12px;
	text-transform: inherit;
}

.container-table {
	width: 100%;
}

.container-table tr td:last-child {
	display: none;
}

.container-table tr td:nth-child(1),
.container-table tr td:nth-child(2),
.container-table tr td:nth-child(5),
.container-table tr td:nth-child(6),
.container-table tr td:nth-child(8),
.container-table tr td:nth-child(11),
.container-table tr td:nth-child(12) {
	display: none;
}

.container-table tr td:nth-last-child(2),
.container-table tr td:nth-last-child(3),
.container-table tr td:nth-last-child(4),
.container-table tr td:nth-last-child(5) {
	display: none;
}

.container-table .tr-table:nth-child(10),
.container-table .tr-table:nth-child(11),
.container-table .tr-table:nth-child(12),
.container-table .tr-table:nth-child(13),
.container-table .tr-table:nth-child(14),
.container-table .tr-table:nth-child(15),
.container-table .tr-table:nth-child(16),
.container-table .tr-table:nth-child(17),
.container-table .tr-table:nth-child(18),
.container-table .tr-table:nth-child(19),
.container-table .tr-table:nth-child(20),
.container-table .tr-table:nth-child(21),
.container-table .tr-table:nth-child(22),
.container-table .tr-table:nth-child(23),
.container-table .tr-table:nth-child(24),
.container-table .tr-table:nth-child(25) {
	display: none;
}

.section_market .container-table td,
.section_market .container-table th {
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 14px;
	text-align: center;
}

.section_market .container-table h3 {
	color: #000;
	font-size: 15px;
	margin-bottom: 0;
}

.section_market .container-table tr:nth-child(odd) {
	background-color: #e1e1e1 !important;
	color: #000;
}

.section_market .container-table tr:nth-child(even) {
	background-color: #fbfbfb;
	color: #000;
}

.section_market .container-table tr:nth-child(1) {
	background-color: #cacaca !important;
}

.section_market .container-table th {
	background-color: #1F2739;
	color: #000;
}

.section_market .container-table tr:hover {
	background-color: #cacaca !important;
}

.tr-table td:nth-child(7).negative {
	color: #cd3b3b;
	font-weight: bold;
}

.tr-table td:nth-child(7).positive {
	color: #4e9e5c;
	font-weight: bold;
}

.tr-table td:nth-child(7).neutre {
	color: #717070;
	font-weight: bold;
}

.col-table-market .container-table tr:first-child td:nth-child(7).positive,
.section_market .container-table tr:first-child td:nth-child(7).positive,
.col-table-market .container-table tr:first-child td:nth-child(7).neutre,
.section_market .container-table tr:first-child td:nth-child(7).neutre {
	color: inherit !important;
	font-weight: bold;
}

.head-block-title-table {
	display: flex;
	align-items: center;
}

.block-title-table {
	display: flex;
	padding: 10px 5px;
	align-items: center;
	flex-grow: 4;
}

.img-flag {
	width: 47px;
	margin-top: -5px;
	display: block;
}

.block-title-table .img-flag {
	margin-left: 0.6rem;
}

.date_table_market {
	font-size: 14px;
}

.block-buttom-table {
	margin-right: 15px;
}

.bloc-chart-home,
.no-events-homepage {
	border-radius: 20px;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 15px;
	position: relative;
	width: 100%;
	height: 100%;
}

.no-events-homepage {
	margin-left: 15px;
	margin-right: 15px;
}

.no-events-homepage p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 15px;
	right: 15px;
	color: #8a8686;
}

.bloc-chart-home h2 {
	color: #4979B8;
	padding: 0px 0px 3px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0rem;
}

.chart-notice-home {
	font-family: Calibril;
	margin-bottom: 5px;
	font-size: 14px;
}

.canvasjs-chart-credit {
	display: none;
}

/* PAGE MARKET */

.canvasjs-chart-credit {
	display: none;
}

.section_market_page {
	margin-top: 2rem;
	min-height: 90vh;
}

.section_market_page .block-table {
	margin-bottom: 2rem;
}

.col-table-market .container-table td,
.col-table-market .container-table th {
	font-size: 14px;
}

.content-no-connect {
	background-color: #f2eeee;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	padding: 20px;
}

.content-no-connect h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.content-no-connect p {
	color: #757474;
}

.content-no-connect .button_no_connect {
	background-color: #27903A;
	color: #F3F3F3;
	display: inline-block;
	border-radius: 30px;
	padding: 0.5rem 2.5rem;
}

.col-table-market .block-table {
	background-color: #FAFAFA;
}

.col-table-market .container-table tr {
	color: #000;
	text-align: center;
	height: 50px;
}

.col-table-market .block-table h2 {
	color: #000;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	display: block;
	margin-bottom: 0;
}

.col-table-market .container-table {
	margin-top: 5px;
}

.col-table-market:nth-child(odd) .container-table th {
	background-color: #0e0e0e;
	color: #000;
}

.col-table-market:nth-child(even) .container-table tr:nth-child(odd) {
	background-color: #EFF0F2;
	color: #000;
}

.col-table-market:nth-child(odd) .container-table tr:nth-child(odd) {
	background-color: #EFF0F2;
	color: #000;
}

.col-table-market .container-table tr:first-child {
	font-weight: bold;
}

.col-table-market .tr-table:nth-child(8),
.col-table-market .tr-table:nth-child(9),
.col-table-market .tr-table:nth-child(10),
.col-table-market .tr-table:nth-child(11),
.col-table-market .tr-table:nth-child(12),
.col-table-market .tr-table:nth-child(13),
.col-table-market .tr-table:nth-child(14),
.col-table-market .tr-table:nth-child(15),
.col-table-market .tr-table:nth-child(16),
.col-table-market .tr-table:nth-child(17),
.col-table-market .tr-table:nth-child(18),
.col-table-market .tr-table:nth-child(19),
.col-table-market .tr-table:nth-child(20),
.col-table-market .tr-table:nth-child(21),
.col-table-market .tr-table:nth-child(22),
.col-table-market .tr-table:nth-child(23),
.col-table-market .tr-table:nth-child(24),
.col-table-market .tr-table:nth-child(25),
.col-table-market .tr-table:nth-child(26),
.col-table-market .tr-table:nth-child(27),
.col-table-market .tr-table:nth-child(28),
.col-table-market .tr-table:nth-child(29),
.col-table-market .tr-table:nth-child(30) {
	display: none;
}

.block-flag-market {
	display: inline-block;
	margin-right: 10px;
}

.button-chart-market {
	cursor: pointer;
	display: flex;
	color: #6B932F;
	text-decoration: underline;
	font-size: 15px;
}

.button-chart-market:hover {
	color: #6B932F;
	font-weight: bold;
	text-decoration: underline;
}

.button-chart-market img {
	width: 25px;
	height: 25px;
	margin-left: 8px;
}

.page-template-market .ui-widget-header {
	background-color: #fff;
	border: 0;
}

.page-template-market .ui-dialog .ui-dialog-title {
	display: none;
}

.modal-chart-market-head {
	display: flex;
	align-items: center;
}

.modal-content-chart-market h2 {
	color: #4979B8;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
}

.page-template-market .ui-dialog .ui-dialog-titlebar-close {
	right: 1.5rem;
	top: 2rem;
	width: 40px;
	height: 38px;
	z-index: 9;
}

.top-modal-chart-market p {
	font-size: 13px;
}

.modal-market {
	background-color: #fff;
}

.page-template-market .ui-widget-overlay {
	background: #000 !important;
	opacity: 0.9 !important;
	z-index: 999999999 !important;
	position: fixed !important;
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
}

.page-template-market .ui-dialog {
	z-index: 99999999999 !important;
	width: 90% !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
}

@media screen and (max-width: 1290px) {
	.col-table-market {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 775px) {
	.col-table-market {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 775px) {
	.col-table-market .container-table tr {
		height: 40px;
	}
}

.modal-oda-form {
	overflow: hidden;
	border-radius: 15px !important;
}

.modal-oda-form .modal-content {
	border-radius: 20px;
	overflow: hidden;
}

.modal-oda-form .modal-content-oda .container {
	max-width: 100%;
}

.modal-oda-form .img-modal-content-oda {
	width: 100%;
	height: 100%;
}

.modal-oda-form .col-modal-content-oda {
	padding: 0;
}

.modal-oda-form .modal-content-oda-in {
	padding: 4rem 2rem;
}

.modal-backdrop.show {
	opacity: .8;
}

.modal-oda-form .wpcf7-spinner{
	display: none;
}

.modal-oda-form .col-input-button {
	text-align: center;
}

.modal-oda-form .col-input-button input {
	width: auto;
	padding: 0.9rem 2.5rem;
}

.modal-footer-oda-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;
	cursor: pointer;
}

.modal-footer-oda-close img {
	width: 16px;
	height: 16px;
}

.modal-content-oda .container .row {
	flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
	.modal-oda-form .modal-dialog {
		max-width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.modal-oda-form .img-modal-content-oda {
		height: 200px;
	}
}

@media screen and (max-width: 575px) {
	.modal-oda-form .modal-dialog {
		max-width: 100%;
	}
}

.dashboard-content{
	margin-bottom: 3rem;
}

.dashboard-content h2 {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 1px;
}

.dashboard-profile {
	padding-right: 2rem;
	border-right: 1px solid #e1dada;
}

.col-table-markek-dashboard {
	margin-bottom: 2.5rem;
}

.post_dashboard {
	margin-bottom: 4rem;
}

.card-profil-dashboard {
	padding: 20px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
	margin-bottom: 3rem;
}

.dashboard-links {
	padding-top: 20px;
	padding-left: 2rem;
}

.dashboard-success {
	background-color: #d4edda;
	color: #155724;
	padding: 10px 20px;
	border: 1px solid #c3e6cb;
	border-radius: 5px;
	margin-bottom: 20px;
}

.card-profil-dashboard label {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

.card-profil-dashboard label input {
	display: block;
	border: 1px solid #FAFAFA;
	background-color: #FAFAFA;
	padding: 0.4rem;
	border-radius: 10px;
	margin-top: 5px;
	width: 100%;
}

.cart-contact-Dashboard {
	padding: 2rem;
}

.cart-contact-Dashboard h2 {
	margin-bottom: 1rem;
}

.cart-contact-Dashboard ul {
	margin-bottom: 0;
}

.cart-contact-Dashboard ul li:last-child {
	margin-bottom: 0;
}

.button_submit_dashboard {
	background-color: #27903A;
	color: #F3F3F3;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #27903A;
	cursor: pointer;
	outline: none;
}

.button_submit_dashboard:hover {
	transition: 0.2s;
	background-color: transparent;
	color: #27903A;
}


.button_submit_dashboard:disabled{
	opacity: 0.5;
	cursor: inherit;
}

.button_submit_dashboard:disabled:hover{
	background-color: #27903A;
	color: #F3F3F3;
}

.button-logout-Dashboard {
	color: #000;
	font-weight: bold;
}

.button-logout-Dashboard-white {
	color: #fff;
}

.button-logout-Dashboard-white:hover {
	text-decoration: underline;
	color: #fff;
}

.button-logout-Dashboard:hover {
	text-decoration: underline;
}

.button-logout-Dashboard {
	position: relative;
	display: flex;
	align-content: center;
}

.button-logout-Dashboard::before {
	width: 20px;
	height: auto;
	margin-right: 6px;
	content: "";
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.button-logout-Dashboard::before {
	background-image: url(../oda/img/icon-logout.svg);
}

.button-logout-Dashboard-white::before {
	background-image: url(../oda/img/icon-logout-blanc.svg);
}

@media screen and (max-width: 1360px) {
	.dashboard-column {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-table-markek-dashboard {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.page-template-dashboard .post_v5 .block-img-related-posts {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
}

@media screen and (max-width: 850px) {
	.dashboard-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dashboard-profile {
		padding-right: 0;
		padding-bottom: 2rem;
		border-right: 0;
		border-bottom: 1px solid #e1dada;
	}

	.page-template-dashboard .post_v5 .block-img-related-posts {
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		max-width: 100px;
	}
}

.block-page-default-login-registration {
	min-height: 70vh;
	padding-bottom: 5rem;
}

.card-login-registration {
	box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
	overflow: hidden;
}

.col-form-card-login-registration .form-block-login-registration {
	padding: 2rem;
}

.fond-login-registration {
	width: 100%;
	height: 100%;
}

.col-login-registration {
	padding: 0;
}

.form-block-login-registration label{
	width: 100%;
}

.form-block-login-registration input {
	border: 1px solid #FAFAFA;
	background-color: #FAFAFA;
	padding: 0.4rem;
	border-radius: 10px;
	margin-top: 5px;
	width: 100%;
}

.tml-rememberme-wrap input {
	width: inherit!important;
}

.form-block-login-registration .tml-submit-wrap button {
	background-color: #6B932F;
	color: #fff;
	padding: 11px 14px;
	font-size: 15px;
	margin-right: 15px;
	border: 0;
	border-radius: 42px;
	border: 1.3px solid #6B932F;
}

.form-block-login-registration .tml-submit-wrap button:hover {
	background-color: transparent;
	color: #6B932F;
	transition: all 0.2s;
}	

.form-block-login-registration .tml-links {
	padding: 1rem 0;
	display: flex;
	align-items: center;
	margin-top: 25px;
	background-color: #EFF0F2;
	border-radius: 10px;
}

.form-block-login-registration .tml-links {
	padding-left: 0;
}

.form-block-login-registration .tml-links li:first-child {
	border-right: 1px solid #beb6b6;
}

.form-block-login-registration .tml-links li {
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 50%;
}

.form-block-login-registration .tml-links li a {
	font-weight: bold;
	color: #000;
}

.form-block-login-registration .tml-links li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1090px) {
	.col-login-registration {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.fond-login-registration {
		height: 300px;
	}
}

@media screen and (max-width: 700px) {
	.fond-login-registration {
		height: 150px;
	}
}

@media screen and (max-width: 650px) {
	.form-block-login-registration .tml-links li {
		padding: 10px 0;
		width: 100%;
	}

	.form-block-login-registration .tml-links {
		display: block;
	}

	.form-block-login-registration .tml-links {
		padding: 0;
	}

	.form-block-login-registration .tml-links li:first-child {
		border-right: 0;
		border-bottom: 1px solid #beb6b6;
	}

	.block-page-default-login-registration {
		padding-bottom: 2rem;
	}
}


/***** PAGE AUTHOR  ***************************************************************************************************************************************/

.banner-author-v2 {
	padding-top: 12rem;
	display: block;
	position: relative;
}

.img-fond-banner-author-v2 {
	background-color: #40566F;
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0;
}

.container-picture-author {
	display: flex;
	align-items: center;
	position: relative;
}

.container-picture-author h1 {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 3px;
}

.container-picture-author .job-author {
	color: #dedede;
	font-size: 14px;
}

.picture-author-v2 {
	width: 130px;
	height: 130px;
	display: inline-block;
	border-radius: 20px;
}

.name-surname {
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.info-banners-right {
	position: absolute;
	right: 0;
	bottom: 3.5rem;
}

.info-banners-right ul {
	padding-left: 0;
	margin-bottom: 0;
}

.info-banners-right ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}

.info-banners-right ul li span {
	font-size: 25px;
	font-weight: lighter;
	color: #fff;
}

.info-banners-right ul li p {
	margin-bottom: 0;
	font-size: 12px;
	color: #c1c0c0;
}

.content-list-author-left {
	padding-left: 14px;
	width: 90%;
}

.info-banners-right ul li:first-child {
	border-right: 1px solid #e6e4e4;
}

.content-author-v2 {
	margin-top: 2rem;
	padding-bottom: 3rem;
}

.content-left-info-personal-v2 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	position: relative;
	padding-right: 45px;
}

.content-left-info-personal-v2 h3 {
	font-size: 14px;
	color: #505050;
	text-transform: uppercase;
	margin-bottom: 7px;
	letter-spacing: 1px;
}

.content-left-info-personal-v2 ul {
	padding-left: 0;
	margin-bottom: 0;
}

.content-left-info-personal-v2 ul li {
	list-style: none;
	padding: 13px 0;
	display: flex;
	align-items: center;
}

.content-left-info-personal-v2 ul li img {
	width: 30px;
	height: 30px;
}

.content-left-info-personal-v2 ul li:last-child {
	padding-bottom: 0;
}

.content-left-info-personal-v2 ul li .info-element-profil {
	font-size: 13px;
	margin-right: 10px;
	color: #a5a0a0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 6px;
	font-weight: normal;
}

.content-left-info-personal-v2 ul li p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #868585;
	line-height: 16px;
	display: block;
	width: 100%;
	word-wrap: break-word;
}

.content-right-info-personal-v2 {
	border-radius: 20px;
	padding: 1.3rem 0;
	min-height: 100%;
}

.content-right-info-personal-v2 h3 {
	margin-bottom: 1.5rem;
}

.content-left-info-personal-bio-v2 p {
	color: #868585;
	font-size: 14px;
	margin-top: 13px;
}

.content-left-info-personal-pro-v2 {
	margin-bottom: 0;
}

.author .view-grid .item-post-category {
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% / 2);
	padding: 0 15px;
	margin-bottom: 30px;
}

.no-post-comments-list-author {
	margin: 0 1rem;
}

@media screen and (max-width: 991px) {
	.info-banners-right {
		display: none;
	}

	.col-author-v2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-left-info-personal-v2 {
		padding-right: 0;
	}

	.content-right-info-personal-v2 {
		margin-top: 2rem;
	}

	.content-right-info-personal-v2 {
		padding: 1.3rem 0;
	}
}

@media screen and (max-width: 850px) {
	.picture-author-v2 {
		width: 110px;
		height: 110px;
	}
}

@media screen and (max-width: 850px) {
	.author .view-grid .item-post-category {
		flex: 0 0 calc(100% / 1);
	}
}

@media screen and (max-width: 800px) {
	.bloc-chapitre-in h2 {
		font-size: 1.6rem !important;
	}

	.bloc-chapitre-in {
		margin-bottom: 1rem !important;
	}

	.sidebar-sommaire-prestation-chapitres {
		padding: 1rem 1rem !important;
	}
}

@media screen and (max-width: 600px) {
	.bloc-chapitre-in h2 {
		font-size: 1.4rem !important;
	}
}

@media screen and (max-width: 500px) {
	.picture-author-v2 {
		width: 90px;
		height: 90px;
	}

	.container-picture-author {
		margin-top: -5rem;
	}

	.container-picture-author h1 {
		font-size: 18px;
		margin-bottom: 0;
		word-wrap: break-word;
		line-height: 22px;
	}

	.name-surname {
		margin-bottom: 0rem;
		width: 70%;
	}

	.content-left-info-personal-v2 {
		margin-top: 0.5rem;
	}

	.content-right-info-personal-v2 h3 {
		font-size: 19px;
	}
}

@media screen and (max-width: 400px) {
	.container-picture-author h1 {
		font-size: 17px;
		line-height: 22px;
	}

	.container-picture-author .job-author {
		font-size: 12px;
	}

	.picture-author-v2 {
		width: 80px;
		height: 80px;
	}

	.container-picture-author {
		margin-top: -4.4rem;
	}
}


/* PAGE 404  */

#content-404 {
	min-height: 100vh;
	background-color: #40566F;
	padding-top: 12rem;
}

.container-404 {
	z-index: 1;
	text-align: center;
}

.logo-404 {
	width: 160px;
	margin-bottom: 2rem;
}

.container-404 h1 {
	margin-bottom: 2rem;
	color: #fff;
}

.button-support-404 {
	color: #fff;
	background-color: #27903A;
	border-radius: 30px;
	padding: 14px 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	border-radius: 30px;
	display: inline-block;
	border: 2px solid #27903A;
	transition: 0.2s;
}

.button-support-404:hover {
	background-color: transparent;
	color: #fff;
	transition: 0.2s;
}

@media screen and (max-width: 991px) {
	#content-404 {
		padding-top: 10rem;
	}
}

@media screen and (max-width: 650px) {
	.container-404 h1 br{
		display: none;
	}
}

@media screen and (max-width: 450px) {
	#content-404 {
		min-height: inherit;
		padding-bottom: 3rem;
	}
}

.cky-consent-container .cky-consent-bar {
	padding: 7px 25px !important;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	background-color: #ffffffe6 !important;
	border: 0 !important;
}

.cky-notice .cky-title {
	display: none !important;
}

@media (min-width: 1200px) {
	.cky-notice .cky-notice-group {
		max-width: 75%;
		margin: auto;
	}
}

.cky-notice-btn-wrapper .cky-btn {
	border-radius: 40px;
	padding: 1px 21px;
}

.cky-revisit-bottom-left {
	display: none !important;
}

.cky-notice-btn-wrapper .cky-btn-accept {
	background-color: #77ae2b !important;
	font-weight: bold !important;
	border: 1.5px solid #77ae2b !important;
}

.cky-notice-btn-wrapper .cky-btn-reject {
	color: #fff !important;
	background-color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.cky-notice-btn-wrapper .cky-btn-customize {
	background-color: transparent !important;
	color: #2c2b2b !important;
	text-decoration: underline;
	border: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn-accept:hover {
	background-color: transparent !important;
	color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.cky-notice-btn-wrapper .cky-btn-reject:hover {
	background-color: transparent !important;
	color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.modal-backdrop {
    z-index: 999999999;
}
.modal-oda-form{
    z-index: 99999999999;
}

.grecaptcha-badge{
	display:none!important;
}