/*
Theme Name: Cassy's Concepts
Description: Créatrice de jeux de société
Version: 1.0
*/

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

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

body {
	margin: 0;
	font-size: 16px;
	font-family: "Century Gothic";
}

strong,
b {
	font-family: "Century Gothic bold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"DomCasual";
}

.h1,
h1 {
	font-size: 60px;
	font-family:"DomCasual";
}

h2 {
	font-size: 3rem;
    line-height: 50px;
}

.color-title-bleu {
	color: #06689b;
}

.color-title-vert {
	color: #63aa2e;
}

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

h3 {
	font-size: 26px;
	font-weight: bold;
}

.h4,
h4 {
	font-size: 22px;
	font-weight: bold;
}

.h5,
h5 {
	font-size: 20px;
}

.h6,
h6 {
	font-size: 19px;
}

.slogan {
	font-size: 18px;
	line-height: 22px;
}

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

.background-size-cover {
	background-size: cover !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;
	text-align: center;
}

.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;
}

.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;
}

.btn-1,
.btn-2,
.btn-3 {
	display: inline-block;
	padding: 6px 25px;
	border-radius: 40px;
	color: #fff;
	font-size: 17px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-decoration: none;
	cursor: pointer;
	font-family: "Century Gothic bold";
}

.btn-color-rouge {
	background-color: #ca4f35;
	border: 1.5px solid #ca4f35;
}

.btn-color-rouge:hover {
	background-color: transparent;
	color: #ca4f35;
}


.btn-color-or {
	background-color: #c69e4f;
	border: 1.5px solid #c69e4f;
}

.btn-color-or:hover {
	background-color: transparent;
	color: #fff;
	border: 1.5px solid #fff;
}

section {
	position: relative;
	overflow: hidden;
}

.couleur-rouge {
	color: #ca4f35;
}


.raduis10 {
	border-radius: 10px;
}

.raduis20 {
	border-radius: 20px;
}

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

	h2 {
		font-size: 29px;
		line-height: 35px;
	}

	.button {
		padding: 8px 25px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 95% !important;
	}
}

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

	h1,
	.page h1 {
		font-size: 41px;
    	line-height: 50px;
	}

	h2 {
		font-size: 38px;
        line-height: 40px;
	}

	h2 br {
		display: none;
	}

	.col-content-propos-v2 .slogan-a-propos {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 600px) {
	.slogan {
		font-size: 15px;
		line-height: 21px;
	}
}


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

	h1,
	.page h1 {
		font-size: 37px;
    	line-height: 45px;
	}

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

	.page-template-default h2 {
		font-size: 1.35rem;
	}
}

/* NAV */

.navbar {
	padding: 0.1rem 1rem;
}

.home .navbar {
	background-color: #fff;
}

.navbar-default {
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 7;
}

.nav-scroll {
	background-color: #fff !important;
	box-shadow: 0px 4px 25px #2121211c;
	position: fixed !important;
	border-bottom: 0 !important;
	padding: 3px;
}

.navbar-default li {
	padding: 0 0.2rem;
	display: inline-block;
	position: relative;
}

.navbar-default .menu-item a {
	display: block;
	padding: 0.9rem 0.4rem;
	color: #000 !important;
}

.nav-scroll .menu-item a {
	color: #000 !important;
}

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

.menu {
	margin-bottom: 0;
	padding-left: 0;
}

.navbar-default .navbar-brand img {
	height: 60px;
}

.nav-scroll .navbar-brand img {
	height: 40px;
}

.home .navbar .navbar-brand {
	cursor: inherit;
}

.home .nav-scroll .navbar-brand {
	cursor: pointer;
}

.home .nav-scroll .navbar-brand img {
	visibility: visible;
}

.navbar-default .menu-item svg {
	width: 22px;
	height: 22px;
}

.navbar-default .menu li a {
	font-size: 16px;
	position: relative;
	outline: none !important;
	text-decoration: none;
}

.navbar-default .menu li a:hover {
	outline: none !important;
	text-decoration: none;
}

.navbar-default .menu li:last-child a {
	color: #000 !important;
	border-radius: 30px;
	padding-right: 0.9rem;
	padding-left: 0.9rem;
	margin-left: 0.5rem;
	border: 2px solid #000000;
	padding: 7px 20px;
	font-weight: 500;
	transition: all 0.5s;
}

.page-template-rejoindre-cercle .navbar-default .menu .current-menu-item a {
	background-color: #77ae2b;
	color: #fff !important;
}

.navbar-default .menu li:last-child a:hover {
	border: 2px solid #000000;
	background: transparent !important;
	transition: 0.2;
}

.navbar-default .menu li:last-child a:hover {
	color: #fff !important;
	background: #000000!important;
}

.navbar-default .menu li:last-child a::after {
	display: none;
}

.navbar-default .menu .current-menu-item a {
	color: #05689b !important;
	font-weight: 600;
}

.home .navbar-default .menu .current-menu-item a {
	color: inherit !important;
	font-weight: inherit !important;
}

.home .navbar-default .menu li a.actived {
	color: #05689b !important;
	font-weight: 600 !important;
}

.navbar-default .menu li a svg,
.home .navbar-default .menu li a svg {
	stroke: #08679B;
	fill: #08679B;
}

.home .navbar-default .menu li a.actived svg {
	fill: #08679B !important;
	stroke: #08679B !important;
}

.navbar-default .menu .menu-item a::after {
	content: '';
	width: 0;
	height: 2px;
	background-color: #ca4f35;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .35s;
}

.navbar-default .menu .menu-item:hover a::after,
.navbar-default .menu .current-menu-item a::after {
	width: 20px;
}

.home .navbar-default .actived::after {
	width: 20px;
	display: block;
}

.home .menu li:first-child .actived::after {
	display: none !important;
	width: 0 !important;
}

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

.navbar-default .menu ul {
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	background: #546E7A;
	z-index: 99;
	transition: all 0.2s ease-out;
	padding-top: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%) !important;
	left: 50%;
}

.navbar-default .menu .sub-menu li a {
	color: #fff !important;
	font-weight: normal;
}

.navbar-default .menu .sub-menu li:first-child {
	margin-left: 0;
}

.navbar-default .menu .sub-menu li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}

.navbar-default .menu .sub-menu li:hover {
	background-color: #5a8320;
}

.navbar-default .menu .sub-menu li:last-child {
	margin: 0;
}

.navbar-default .menu .sub-menu a::after {
	display: none;
}

.navbar-default .menu ul:after {
	bottom: 100%;
	left: 0;
	right: 0;
	border: solid #77ae2b;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgb(216 144 144 / 0%);
	border-bottom-color: #77ae2b;
	border-width: 6px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-default .menu li:hover>ul {
	visibility: visible;
	opacity: 1;
}

.navbar-default .menu ul li a:hover,
.navbar-default .menu ul li:hover>a {
	color: #fff;
	font-weight: bold;
}

.nav-scroll .sub-menu li:last-child {
	color: #fff !important;
}

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

.navbar-default .menu ul ul {
	left: 320px;
	top: -5px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 0px);
	transition: all 0.2s ease-out;
	background: #77ae2b;
	padding-left: 3px;
	padding-top: 0;
}

.navbar-default .menu .sub-menu {
	background-color: #77ae2b;
	border-radius: 15px;
	padding: 5px;
	box-shadow: 0 15px 40px rgb(0 0 0 / 5%);
}

.navbar-default .menu .sub-menu .sub-menu {
	background-color: #77ae2b;
}

.navbar-default .menu .sub-menu a {
	color: #fff !important;
	text-align: center;
}

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

.navbar-default .menu ul ul:after {
	left: -12px;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #77ae2b;
	border-width: 6px;
	margin-top: -6px;
	margin-left: inherit;
	margin-right: inherit;
}

.navbar-default .menu ul a,
.navbar-default .menu ul ul a {
	border-left: inherit;
	border-right: inherit;
}

.navbar-default .menu .sub-menu li:last-child a {
	background-image: inherit;
	border-radius: inherit;
	padding-right: inherit;
	padding-left: inherit;
	margin-left: inherit;
	border: inherit;
	background-color: transparent;
}

.nav-scroll .menu .sub-menu li:last-child a:hover {
	color: #fff !important;
}

/* Menu au scroll */

@media screen and (max-width: 1200px) {
	.navbar-default .navbar-top li {
		padding: 0 0.1rem;
	}
}

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

	.navbar-default {
		position: absolute;
	}

	.navbar-default .menu {
		margin-bottom: 0;
		padding: 1rem;
		border-top: 1px solid #c69e4f;
		margin-top: 6px;
		background-color: #ffffff;
	}

	.navbar-default .navbar-toggler {
		background: #c69e4f;
	}

	.navbar-default .navbar-brand {
		position: relative;
		top: inherit;
		padding-top: inherit;
	}

	.navbar-default li {
		display: block;
		padding: 0.2rem 1rem;
		text-align: center;
		margin-bottom: 15px;
	}

	.navbar-default .navbar-top li:last-child {
		margin-bottom: 0;
	}

	.navbar-default .navbar-top li:last-child a {
		margin-bottom: 1rem;
		display: inline-block;
		margin-left: 0;
	}

	.navbar-default .menu li:last-child a {
		margin-bottom: 0;
		margin-left: 0;
	}

	.navbar-default .menu li:hover>ul {
		position: relative;
		transform: initial;
		width: 100%;
		margin-bottom: 1rem;
		width: auto;
	}

	.navbar-default .menu ul {
		transform: initial !important;
		width: 100%;
		transition: initial !important;
		display: none;
		padding-top: 3px;
		margin-left: 0;
		left: 0;
	}

	.navbar-default .menu ul:after {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-default .menu ul li:hover ul,
	.navbar-default .menu li:hover ul li:hover ul,
	.navbar-default .menu li:hover ul {
		display: block;
		width: auto;
		margin: 0 7px;
	}

	.navbar-default .menu li:hover ul li ul {
		display: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

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

	#menu-menu-header .sub-menu .sub-menu {
		padding: 5px;
	}

	.navbar-default .menu ul ul:after {
		bottom: 100%;
		left: 0;
		right: 0;
		margin-left: auto !important;
		margin-right: auto;
		position: absolute;
		border-color: rgb(216 144 144 / 0%);
		border-bottom-color: #53764a;
		top: -6px;
	}

	.navbar-default .menu ul ul {
		transform: initial !important;
		top: -5px;
	}

	.navbar-default .menu .sub-menu a {
		margin-top: 0 !important;
	}
}


@media screen and (max-width: 771px) {
	.navbar-default .navbar-brand img {
		height: 57px;
	}
}

#button-scroll-top.show {
	opacity: 0.9;
	cursor: pointer;
}

#button-scroll-top {
	display: inline-block;
	background: #ca4f35;
	width: 34px;
	height: 39px;
	text-align: center;
	border-radius: 3px;
	position: fixed;
	bottom: 12px;
	right: 18px;
	z-index: 5;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	font-size: 11px;
}

#button-scroll-top::after {
	content: "\f176";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2.3em;
	line-height: 40px;
	color: #fff;
}

@media screen and (max-width: 1185px) {
	.navbar-default .navbar-brand img {
		height: 55px;
	}

	.navbar-default .menu li a {
		font-size: 15px;
	}

	.navbar-default .menu li:last-child a {
		padding: 7px 16px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1085px) {
	.navbar-default .navbar-brand img {
		height: 49px;
	}
}

@media screen and (max-width: 1075px) {
	.container-navbar {
		max-width: 100% !important;
	}
}

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

	.page-template,
	.single-groupesparole,
	.page-template-default,
	.single-formations,
	.single-domaines {
		padding-top: 70px;
	}

	.container-navbar {
		max-width: 92% !important;
	}
}


/***** PAGE PAR DEFAULT & POST SEUL ***************************************************************************************************************************************/

.section-banners-page {
	padding: 6rem 0 5.5rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ca4f35;
}

.page-template-blog .section-banners-page {
	background-color: #151616;
}

.fond-banners-page {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
}

.fond-banners-page:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background-color: #00000045;
}

.section-banners-formation .fond-banners-page:after {
	background-color: #00000095;
}

.inners-surtitre-titre span {
	display: block;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	z-index: 2;
	position: relative;
	font-size: 17px;
}

.inners-surtitre-titre {
	z-index: 2;
	position: relative;
	text-align: left;
}

.section-banners-page h1 {
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.container-page-default {
	padding-top: 2rem;
	min-height: 75vh;
}


/***** PAGE D'ACCUEIL ***************************************************************************************************************************************/


/***** SECTION ACCUEIL SLIDER **********************************************************************************************************************************/

.section-accueil {
	background-color: #fff;
}

.accueil-fond-image,
.accueil-fond-slider {
	overflow: hidden;
	position: relative;
}

.logo-accueil-slider {
	max-width: 500px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin-bottom: 5px;
}

.section-accueil .surtitre {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
}

.accueil-fond-image,
.accueil-fond-video,
#videohome,
.accueil-fond-slider,
.accueil-fond-slider .carousel-item-next,
.accueil-fond-slider .carousel-item-prev,
.accueil-fond-slider .carousel-item.active {
	min-height: 95vh;
}

.container-accueil-slider .slogan {
	font-size: 20px;
    line-height: 27px;
    margin-bottom: 2rem;
    font-style: italic;
}

.section-accueil .content-accueil,
.accueil-fond-slider .carousel-item-content {
	color: #fff;
}

.section-accueil .btn-1,
.section-accueil .btn-2,
.section-accueil .btn-3 {
	color: #fff;
}

.section-accueil .btn-1:hover,
.section-accueil .btn-2:hover,
.section-accueil .btn-3:hover {
	color: #fff !important;
}

.section-accueil .owl-nav.disabled,
.section-accueil .owl-dots.disabled {
	display: none;
}

.fond-carousel-item {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}

.loop_accueil,
.owl-stage-outer,
.owl-stage,
.owl-item {
	min-height: 95vh !important;
}

.img-accueil-illustration {
	width: 110% !important;
}

.col-left-img .img-accueil-illustration {
	margin-left: -20% !important;
}

#carousel-accueil .surtitre {
	animation-delay: 0.5s;
}

#carousel-accueil h1 {
	animation-delay: 1s;
	font-size: 35px;
}

#carousel-accueil p {
	animation-delay: 2s;
}

#carousel-accueil a {
	animation-delay: 3s;
}

#videohome {
	background-position: center center;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
	transform: rotate(180deg);
}

.filter-videohome {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}

.section-accueil .btn-accueil-1 {
	border: 1.5px solid #fff;
	margin-right: 1rem;
}

.section-accueil .btn-accueil-1:hover {
	border: 1.5px solid #fff;
	background-color: #fff !important;
	color: #ca4f35 !important;
}


.section-accueil .btn-accueil-2 {
	border: 1.5px solid #fff;
	background-color: #fff;
	color: #ca4f35 !important;
}

.section-accueil .btn-accueil-2:hover {
	background-color: transparent;
	color: #fff !important;
}

.section-accueil .owl-dots {
	position: absolute;
	right: 0;
	bottom: 5rem;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-accueil .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	outline: none;
}

.section-accueil .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 4px;

	background: #ca4f35;
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 2px solid #fff;
}

.section-accueil .owl-theme .owl-dots .owl-dot.active span,
.section-accueil .owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff !important;
	border: 2px solid #fff;
}

.section-accueil .owl-nav {
	position: absolute;
	right: 0;
	top: 5px;
	left: 0;
	display: flex;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
}

.section-accueil .owl-nav button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 28px;
	background-color: transparent;
	color: #fff;
	border: 1.5px solid #ffffff;
	margin: 0.25rem;
	outline: none;
	overflow: hidden;
	position: relative;
	line-height: 30px;
}

@media screen and (max-width: 991px) {
	.section-accueil .container-accueil-slider {
		max-width: 90%;
	}

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

	.owl-carousel .owl-item img {
		max-width: 350px;
		margin: auto;
	}

	.owl-carousel .owl-item img {
		max-width: 400px;
	}

	.section-accueil .owl-dots {
		bottom: 2rem;
	}

	.content-accueil {
		margin-bottom: 1rem;
	}

	.col-left-img .img-accueil-illustration {
		margin-left: inherit !important;
	}

	.img-accueil-illustration {
		width: auto !important;
	}

	.container-accueil-slider .col-content-accueil.justify-right {
		justify-content: center !important;
	}
}

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

	.owl-carousel .owl-item img {
		max-width: 300px;
	}

	.section-accueil .owl-nav {
		position: absolute;
		right: 0;
		bottom: 3rem;
		top: inherit;
		transform: inherit;
	}

	.container-accueil-slider .slogan {
		font-size: 16px;
		line-height: 23px;
	}
}


/***** SECTION NEWSLETTER **********************************************************************************************************************************/

.section-accueil-inscription-newsletter{
	padding: 3rem 0;
	background-color: #fdfcf5;
}

.section-jeux-inscription-newsletter{
	padding: 2rem 0;
	background-color: #101010f5;
}

.section-accueil-inscription-newsletter .container-inscription-newsletter{
	max-width: 54%;
}

.section-accueil-inscription-newsletter .bloc-inscription-newsletter{
    border: 2px solid #c69e4f;
    border-radius: 20px;
	padding: 3rem 3rem 2rem 3rem;
    position: relative;
}

.bloc-inscription-newsletter h2{
	text-align: center;
	margin-bottom: 1.5rem;
}

.bloc-inscription-newsletter h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #c69e4f;
}

.section-accueil-inscription-newsletter .bloc-inscription-newsletter h2{
	color: #c69e4f;
}

.section-jeux-inscription-newsletter .bloc-inscription-newsletter h2{
	color: #c69e4f;
}

.bloc-inscription-newsletter .introduction-newsletter{
	text-align: center;
    margin-bottom: 1.5rem;
    font-size: 19px;
    line-height: 29px;
}

.section-jeux-inscription-newsletter .bloc-inscription-newsletter .introduction-newsletter{
	color: #fff;
}

.bloc-inscription-newsletter .form-newsletter{
	display: flex;
}

.bloc-inscription-newsletter .button-input-form-newsletter{
	margin-right: 10px;
	flex-grow: 4;
}

.bloc-inscription-newsletter .button-input-form-newsletter input{
	width: 100%;
    outline: 0;
    border: 0;
    z-index: 2;
    position: relative;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 30px !important;
	background: transparent;
}

.section-jeux-inscription-newsletter .bloc-inscription-newsletter .button-input-form-newsletter input{
	border: 1.5px solid #c69e4f;
}

.section-accueil-inscription-newsletter .bloc-inscription-newsletter .button-input-form-newsletter input{
	background: transparent;
    color: #101010;
	border: 1.5px solid #1010106b;
	font-family: "Century Gothic bold";
}

.section-jeux-inscription-newsletter .bloc-inscription-newsletter .button-input-form-newsletter input{
	background: transparent;
    color: #fff;
	border: 1.5px solid #c69e4f;
	font-family: "Century Gothic bold";
}

.bloc-inscription-newsletter .button-input-form-newsletter label{
	width: 100%;
}

.bloc-inscription-newsletter .button-submit-form-newsletter input{
    display: block;
	padding: 10px 30px;
	border-radius: 30px !important;
    font-size: 17px;
    transition: all 0.5s;
    margin: auto;
}

.section-accueil-inscription-newsletter .bloc-inscription-newsletter .button-submit-form-newsletter input{
	border: 1.5px solid #c69e4f;
    background-color: #c69e4f;
    color: #fff!important;
}

.section-jeux-inscription-newsletter .bloc-inscription-newsletter .button-submit-form-newsletter input{
	/* border: 1.5px solid #c69e4f;
    background-color: #c69e4f; */
    color: #fff!important;
}

.section-accueil-inscription-newsletter .bloc-inscription-newsletter .button-submit-form-newsletter input:hover{
	background-color: transparent;
    color: #c69e4f!important;
}

.section-jeux-inscription-newsletter .bloc-inscription-newsletter .button-submit-form-newsletter input:hover{
	background-color: transparent!important;
    /* color: #c69e4f!important; */
}

@media screen and (max-width: 991px) {
	.container-inscription-newsletter {
		max-width: initial;
	}
}

@media screen and (max-width: 600px) {
	.bloc-inscription-newsletter {
		padding: 2rem 2rem 2rem 2rem;
	}

	.bloc-inscription-newsletter .introduction-newsletter{
		font-size: 16px;
		line-height: 23px;
	}

	.bloc-inscription-newsletter .form-newsletter {
		display: block;
	}

	.bloc-inscription-newsletter .button-input-form-newsletter {
		margin-bottom: 5px;
		margin-right:0;
	}

	.bloc-inscription-newsletter .button-submit-form-newsletter input {
		width: 100%;
	}
}


/***** PAGE JEUX ***************************************************************************************************************************************/


.section-banniere-haut-jeux {
	background-color: #ca4f35;
	/* padding: 2.3rem 0; */
	padding: 4.3rem 0 2.5rem;
	overflow: inherit;
}

.section-banniere-haut-jeux h1 span{
	color: #fff;
    font-size: 85px;
    line-height: 85px;
}

.section-banniere-haut-jeux .surtitre {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.logo-banniere-haut-jeux {
	max-width: 500px;
}

.section-banniere-haut-jeux .slogan {
	margin-bottom: 1.5rem;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-style: italic;
}

.content-img-banniere-haut {
	width: 100%;
	height: 100%;
}

.visuel-jeux-banniere-haut {
	width: 100%;
	height: 145%;
	background-size: contain !important;
	margin-top: -3rem;
}

.section-banniere-haut-jeux .btn-1 {
	border: 1.5px solid #fff;
	margin-right: 15px;
}

.section-banniere-haut-jeux .btn-2 {
	border: 1.5px solid #fff;
	background-color: #fff;
	color: #c84e34;
}

.section-banniere-haut-jeux .btn-1:hover {
	background-color: #fff;
	color: #c84e34;
}

.section-banniere-haut-jeux .btn-2:hover {
	color: #fff;
	background-color: transparent;
}


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

	.section-banniere-haut-jeux {
		padding: 2rem 0;
	}

	.logo-banniere-haut-jeux {
		max-width: 375px;
	}

	.section-banniere-haut-jeux .slogan {
		font-size: 17px;
		line-height: 22px;
	}

	.visuel-jeux-banniere-haut {
		height: 120%;
		margin-top: 0;
	}

	.section-banniere-haut-jeux .btn-1,
	.section-banniere-haut-jeux .btn-2 {
		padding: 4px 22px;
	}
}

@media screen and (max-width: 1085px) {
	.section-banniere-haut-jeux h1 span {
		font-size: 67px;
		line-height: 70px;
	}
}

@media screen and (max-width: 991px) {
	.single-jeux, .single-produit {
		margin-top: 57px;
	}

	.col-md-jeux {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-text-banniere-haut {
		text-align: center;
	}

	.content-img-banniere-haut {
		height: 250px;
		margin-top: 2rem;
	}

	.visuel-jeux-banniere-haut {
		height: 135%;
		margin-top: 0;
	}
}

@media screen and (max-width: 600px) {
	.section-banniere-haut-jeux h1 span {
		font-size: 60px;
		line-height: 60px;
	}
}

@media screen and (max-width: 500px) {
	.content-img-banniere-haut {
		margin-top: 0rem;
	}
}

@media screen and (max-width: 400px) {
	.logo-banniere-haut-jeux {
		max-width: 280px;
	}

	.section-banniere-haut-jeux h1 span {
		font-size: 55px;
		line-height: 60px;
	}
}


/***** SECTION INTRODUCTION *****************************************************************************************************************************/

.section-introduction-jeux {
	padding: 6rem 0 0;
}

.row-introduction-jeux {
	flex-direction: row-reverse;
}

.col-md-12-introduction-jeux{
	text-align: center;
}

.content-img-introduction-jeux {
	width: 100%;
	height: 100%;
}

.visuel-jeux-introduction-jeux {
	width: 100%;
	height: 100%;
	background-size: contain !important;
}

.content-text-introduction-jeux {
	padding: 2rem 0 5rem;
}

.content-text-introduction-jeux h2 {
	margin-bottom: 1.3rem;
}


.section-info-introduction-jeux {
	background-color: #000000;
}

.contairer-info-introduction-jeux,
.bloc-introduction-jeux {
	display: flex;
}

.bloc-introduction-jeux {
	flex-grow: 4;
	justify-content: center;
	border-right: 1.5px solid #fff;
	padding: 3px 0;
	/* color: #fff; */
	align-items: center;
}

.bloc-introduction-jeux .chiffre-info-jeux span {
	font-size: 45px;
}


.bloc-introduction-jeux .libelle-info-jeux span {
	padding-left: 10px;
}


.bloc-introduction-jeux:last-of-type {
	border-right: 0;
}


@media screen and (max-width: 991px) {
	.section-introduction-jeux {
		padding: 4rem 0 0;
	}

	.content-text-introduction-jeux {
		padding: 3rem 0 2rem;
	}

	.col-introduction-jeux {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-img-introduction-jeux {
		height: 300px;
	}

	.bloc-introduction-jeux .chiffre-info-jeux span {
		font-size: 35px;
	}
}

@media screen and (max-width: 740px) {
	.contairer-info-introduction-jeux {
		display: block;
	}

	.bloc-introduction-jeux {
		border-right: 0;
		border-bottom: 1.5px solid #ffffff35;
	}

	.bloc-introduction-jeux:last-of-type {
		border-right: 0;
		border-bottom: 0;
	}
}

@media screen and (max-width: 500px) {
	.content-text-introduction-jeux {
		padding: 1rem 0;
	}

	.content-img-introduction-jeux {
		height: 220px;
	}
}


/***** SECTION COMMENT JOUER ? *****************************************************************************************************************************/

.section-comment-jouer {
	padding: 5rem 0;
	/* overflow: inherit;
    z-index: 2; */
	/* background-color: #fdfcf5; */
}

.section-comment-jouer-avec-img {
	padding: 5rem 0 10rem !important;
}

.bloc-comment-jouer {
	border: 2px solid #e9877e;
	border-radius: 20px;
	padding: 3rem 3rem 3rem 3rem;
	position: relative;
}

.bloc-comment-jouer-avec-img {
	padding: 3rem 3rem 8rem 3rem !important;
}


.section-comment-jouer h2 {
	text-align: center;
	margin-bottom: 1.3rem;
}

.description-comment-jouer {
	text-align: justify;
}

.description-comment-jouer ol li, .description-comment-jouer ul li{
	margin-bottom: 1rem;
}

.description-comment-jouer .alignleft, .description-comment-jouer ol li .alignleft, .description-comment-jouer ul li .alignleft{
    float: left;
    margin-right: 25px;
}

.description-comment-jouer .alignright, .description-comment-jouer ol li .alignright, .description-comment-jouer ul li .alignright{
    float: right;
    margin-left: 25px;
}

.description-comment-jouer ol{
    counter-reset: li;   
    list-style-type: none; 
	padding-left: 0;
}

.description-comment-jouer ol li{
	position: relative;
	padding-left: 45px;
	counter-increment: li;
	list-style: none;
}
  
.description-comment-jouer ol li:before {
	content: counter(li);
    position: absolute;
    top: -4px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: #ca4f35;
    border-radius: 50%;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
  }


.description-comment-jouer p {
	font-size: 17px;
}

.bloc-visuel-haut-section-cj {
	margin-top: -4.6rem;
	margin-bottom: 0.5rem;
}

.visuel-haut-section-cj {
	height: 80px;
	background-size: contain !important;
	width: auto;
}

.visuel-bas-section-jeux {
	height: 260px;
	width: auto;
	background-size: contain !important;
	position: absolute;
	bottom: -130px;
	left: 0;
	right: 0;
}

.bloc-button-comment-jouer {
	text-align: center;
	margin: 2rem 0 1rem;
}

.modal-section {
	padding: 15px;
}

.modal-dialog-section {
	max-width: 900px;
	position: relative;
	margin: auto;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-dialog-section-video {
	max-width: 100% !important;
	height: 100%;
}

.modal-content-video {
	min-height: 100%;
}

.modal-dialog-section .modal-content {
	padding: 5rem;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 19%);
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

.modal-dialog-section .modal-content-video {
	background-color: #000;
}

.modal-content-video {
	padding: 0 !important;
}

.modal-content-video video {
	object-fit: cover;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}

.bloc-video-youtube-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}


.modal-content-video iframe {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 0;
}

.bloc-video-youtube-iframe-in {
	position: absolute;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	right: 2rem;
	left: 2rem;
	top: 2rem;
	bottom: 2rem;
}

.single-jeux .modal-backdrop.show, .single-produit .modal-backdrop.show {
	opacity: 1;
}

.single-jeux .modal-backdrop, .single-produit .modal-backdrop{
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
}

.button_close_modal-section {
	height: 42px;
	width: 42px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	cursor: pointer !important;
	background-color: #ca4f35 !important;
	right: 15px;
	top: 15px;
	z-index: 8;
}

@media screen and (max-width: 740px) {
	.section-comment-jouer-avec-img {
		padding: 4rem 0 10rem !important;
	}

	.bloc-comment-jouer {
		padding: 2rem;
	}

	.bloc-comment-jouer-avec-img {
		padding: 3rem 2rem 8rem 2rem !important;
	}
}

@media screen and (max-width: 500px) {
	.section-comment-jouer-avec-img {
		padding: 4rem 0 7rem !important;
	}

	.visuel-bas-section-jeux {
		height: 200px;
		bottom: -80px;
	}

	.description-comment-jouer ol li:before {
		top: -4px;
		width: 27px;
		height: 27px;
		font-size: 16px;
		line-height: 27px;
	}

	.description-comment-jouer ol li {
		padding-left: 38px;
	}
}


/***** SECTION ATOUTS DU JEU *****************************************************************************************************************************/

.section-atouts-jeu {
	/* background-color: #faedea; */
	padding: 6rem 0;
}

.contairer-atouts-jeu h2 {
	text-align: center;
	margin-bottom: 3.5rem;
}

.col-atouts-jeu {
	margin-bottom: 2.5rem;
}

.content-atouts-jeu {
	padding-left: 2rem;
	display: flex;
	align-items: center;
}

.content-atouts-jeu::before {
	content: url(../Cassysconcepts/img/icone-atouts-jeux.svg);
	position: relative;
	left: -11px;
	width: 45px;
	height: 45px;
	display: block;
}

.content-atouts-jeu p {
	font-size: 19px;
	margin-bottom: 0;
	font-family: "Century Gothic bold";
	line-height: 22px;
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}

@media screen and (max-width: 740px) {
	.section-atouts-jeu {
		padding: 4rem 0;
	}

	.contairer-atouts-jeu h2 {
		margin-bottom: 1.5rem;
	}

	.col-atouts-jeu {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-atouts-jeu::before {
		width: 40px;
		height: 40px;
	}
}


@media screen and (max-width: 600px) {
	.section-atouts-jeu {
		padding: 3rem 0 1rem;
	}

	.content-atouts-jeu {
		padding-left: 1rem;
	}
}


/***** SECTION GALERIE PHOTOS *****************************************************************************************************************************/

.section_alerie-photos_v1 {
	padding: 2rem;
}

.section_alerie-photos_v1 h2 {
	text-align: center;
	margin-bottom: 1rem;
}

.section_alerie-photos_v1 .slogan {
	text-align: center;
	margin-bottom: 2rem;
}

.col-grid-gallery {
	padding: 0;
}

.snip-galerie-photo *,
.snip-galerie-photo:before,
.snip-galerie-photo:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.snip-galerie-photo {
	position: relative;
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	background: #ca4f35;
	background: -moz-linear-gradient(90deg, #9c2b13 0%, #ca4f35 100%, #ca4f35 100%);
	background: -webkit-linear-gradient(90deg, #9c2b13 0%, #ca4f35 100%, #ca4f35 100%);
	background: linear-gradient(90deg, #9c2b13 0%, #ca4f35 100%, #ca4f35 100%);
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
	cursor: pointer;
}

.filter-galerie-photos {
	background: #ca4f35;
	background: -moz-linear-gradient(90deg, #9c2b13 0%, #ca4f35 100%, #ca4f35 100%);
	background: -webkit-linear-gradient(90deg, #9c2b13 0%, #ca4f35 100%, #ca4f35 100%);
	background: linear-gradient(90deg, #9c2b13 0%, #ff2759 100%, #ca4f35 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.snip-galerie-photo:hover{
	cursor: pointer;
}

.snip-galerie-photo:hover .filter-galerie-photos {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.snip-galerie-photo img,
.snip-galerie-photo:before,
.snip-galerie-photo:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.snip-galerie-photo img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
}

.snip-galerie-photo:before,
.snip-galerie-photo:after {
	content: '';
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.snip-galerie-photo:before {
	width: 60px;
	height: 1px;
	left: 100%;
}

.snip-galerie-photo:after {
	height: 60px;
	width: 1px;
	top: 0%;
}

.snip-galerie-photo a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.snip-galerie-photo:hover img {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	opacity: 0.5;
}

.snip-galerie-photo:hover:before,
.snip-galerie-photo.hover:before,
.snip-galerie-photo:hover:after {
	opacity: 1;
	top: 50%;
	left: 50%;
}

.snip-galerie-photo figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
}

.snip-galerie-photo h3 {
	font-weight: 400;
	padding: 8px 15px 15px;
	margin: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	color: #fff;
	font-size: 17px;
}

.snip-galerie-photo:hover h3 {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.section_alerie-photos .modal {
	background-color: rgb(39 38 38 / 88%);
	position: fixed !important;
	text-align: center;
	padding: 0 !important;
	z-index: 1050;
	outline: 0;
	height: 100% !important;
	width: 100% !important;
}


/***** Modal galerie photos *****************************************************************************************************************************/

.modal-full {
	width: 100vw;
	height: 100vh;
}

.modal-full .modal-dialog {
	margin: 0;
	height: 100%;
}

.modal-full .modal-content {
	width: 100vw;
	height: 100%;
	background-color: rgb(22 21 21 / 73%);
}

.modal-full .modal-content .modal-body {
	padding: 0;
}

.modal-full .modal-content .carousel {
	height: 100vh;
}

.modal-full .modal-content .carousel-actions {
	height: 100px;
	width: 100%;
	position: relative;
}

.modal-full .modal-content .carousel-inner {
	height: 100%;
}

.modal-full .modal-content .carousel-inner .carousel-item {
	height: 100%;
	top: 0;
}

.modal-full .modal-content .carousel-inner .carousel-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 75%;
	max-width: 100%;
	display: block;
	margin: 0;
}

.bouton-fermer-galerie-photos {
	cursor: pointer;
	display: block;
	height: 48px;
	position: absolute;
	right: 40px;
	top: 25px;
	width: 48px;
	z-index: 4000;
	color: #fcf1f0;
	border-radius: 50%;
	text-align: center;
	background-position: center;
	background-size: cover;
	font-size: 25px;
}

.fleche-galerie-photos {
	width: 48px;
	height: 48px;
	position: absolute;
	border-radius: 50%;
	background-color: #000;
	background-position: center;
	background-size: cover;
	text-align: center;
	bottom: 0;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}

.section_alerie-photos .fleche-gauche {
	left: 20px;
}

.section_alerie-photos .fleche-droite {
	right: 20px;
}

.section_alerie-photos .carousel-caption h4 {
	text-shadow: 3px 1px 11px #000;
	font-size: 16px;
}

@media screen and (max-width: 1170px) {
	.col-grid-gallery {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media screen and (max-width: 991px) {
	.col-grid-gallery {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

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


/***** SECTION ACHAT JEU *****************************************************************************************************************************/

.section-achat-jeu {
	padding: 3rem 0;
	/* background-color: #ca4f35; */
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	z-index: 0;
}

.container-achat-jeu {
	text-align: center;
}

.section-achat-jeu h2 {
	color: #fff;
	margin-bottom: 1.5rem;
}

.section-achat-jeu .slogan {
	color: #e2dcdc;
	margin-bottom: 1.5rem;
}

.texture-cadeau-achat {
	background-size: cover !important;
	width: 100%;
	background-repeat: repeat-x !important;
	background-position: center !important;
	height: 24px;
	overflow: hidden;
}

.texture-cadeau-haut-achat {
	background-image: url(../Cassysconcepts/img/texture-cadeau-haut-lldc.svg);
}

.texture-cadeau-bas-achat {
	background-image: url(../Cassysconcepts/img/texture-cadeau-bas-lldc.svg);
}


.visuel-section-bas-achat-jeu {
	height: 110px;
	background-size: contain !important;
	z-index: 2;
	margin-top: -55px;
	position: relative;
}


@media screen and (max-width: 740px) {
	.texture-cadeau-achat {
		height: 18px;
	}

	.visuel-section-bas-achat-jeu {
		height: 90px;
		margin-top: -45px;
	}
}

/***** SECTION A PROPOS *****************************************************************************************************************************/

.section-a-propos {
	padding: 3rem 0 4rem;
}

.section-a-propos .container-a-propos {
	max-width: 600px;
}

.section-a-propos h2 {
	text-align: center;
	margin-bottom: 1.5rem;
}


.section-a-propos .contenu-a-propos {
	text-align: justify;
	position: relative;
	font-size: 17px;
}

.contenu-a-propos blockquote {
	position: relative;
}

.contenu-a-propos blockquote:before {
	content: url(../Cassysconcepts/img/quote.svg);
	position: absolute;
	left: -51px;
	width: 66px;
	display: block;
	opacity: 0.4;
	top: -16px;
	z-index: -1;
}

.bloc-button-section-a-propos {
	text-align: center;
}

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


/***** SECTION CONTACT *****************************************************************************************************************************/


.section-contact {
	background-color: #ca4f35;
	padding: 4rem 0 3rem;
}

.section-contact h2,
.section-contact .slogan {
	color: #fff;
	text-align: center;
	margin-bottom: 1.5rem;
}

.bloc-adresse-email{
	text-align: center;
	color: #fff;
	font-size: 17px;
}

@media screen and (max-width: 600px) {
	.section-contact {
		padding: 2.5rem 0 1rem;
	}
}


/***** PAGE AUTHOR  ***************************************************************************************************************************************/

.author {
	background-color: #f5f5fa;
}

.img-fond-banner-author-v2 {
	background-color: #06689b;
	width: 100%;
	height: 175px;
}

.container-picture-author {
	display: flex;
	align-items: center;
	margin-top: -6rem;
	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;
}

.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: 11px;
	margin-right: 10px;
	color: #adacac;
	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;
}

@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 BLOG ***************************************************************************************************************************************/

.page-template-blog {
	background-color: #f7f8f8;
}

.header-blog {
	padding: 3rem 0 4rem;
	background-color: #005a91;
}

.container-page-blog {
	min-height: 100vh;
	padding-top: 3rem;
}

.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;
	border-radius: 10px 10px 0 0;
	position: relative;
}

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

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

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

.content-left-blog .content-post-other h3 {
	color: #000;
	font-size: 17px;
	margin-top: 8px;
	line-height: 23px;
	font-weight: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content-left-blog .content-post-other {
	padding: 15px;
}

.content-left-blog .block-img-post-other .img-post-other {
	height: 100%;
	position: absolute;
	width: 100%;
}

.content-left-blog .other_posts {
	overflow: hidden;
	border-radius: 10px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
	background-color: #fff;
}

.content-left-blog .other_posts: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;
}

.col-right-blog .title-related_posts {
	margin-bottom: 1.2rem;
	color: #718196;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	font-weight: normal;
}

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

.list_category_posts_blog ul li {
	list-style: none;
}

.list_category_posts_blog 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, #ca4f35, #94311d);
	margin-bottom: 1rem;
	font-size: 16px;
	color: #fff;
}

.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: #c69e4f;
	color: #fff;
	margin: 2px 2px 2px 4px;
}

@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) {
	.col-post-blog {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@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 {
	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: 2.5rem;
}

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

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

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

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

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

.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: 3rem;
}

.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%;
	display: block;
	list-style: none;
	background-color: #f7f7fb;
	margin-bottom: 1.5rem;
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	display: flex;
	align-items: center;
}

.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;
}

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


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

.category {
	background-color: #f7f8f8;
}

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

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

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

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

.container-header-blog-categorie h1 {
	color: #c69e4f;
	font-size: 54px;
	line-height: 48px;
}

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

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

.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;
}

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

.switcher .active {
	background-color: #c69e4f;
}

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

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

.hr-view-category-post {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

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

.view-grid .other_posts,
.view-list .other_posts {
	overflow: hidden;
	border-radius: 10px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
	background-color: #fff;
}

.view-grid .other_posts:hover,
.view-list .other_posts: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;
}

.item-post-category:nth-child(n+9) {
	display: none;
}

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

.block-img-post-other {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.view-grid .item-post-category .block-img-post-other {
	height: 190px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.item-post-category .block-img-post-other .img-post-other {
	height: 100%;
	position: absolute;
	width: 100%;
}

.img-post-other {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.view-grid .item-post-category .content-post-other {
	padding: 15px;
}

.view-grid .item-post-category .content-post-other h3 {
	color: #000;
	font-size: 17px;
	line-height: 23px;
	font-weight: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 0.8rem;
	margin-bottom: 0;
	height: 45px;
}

.view-grid .item-post-category .content-post-other .name-author-post,
.view-list .item-post-category .content-post-other .name-author-post {
	margin-right: 15px;
}

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

.view-grid .item-post-category .content-post-other .info-date-related_posts span,
.view-list .item-post-category .content-post-other .info-date-related_posts span {
	font-size: 14px;
}

.view-list .item-post-category .other_posts a {
	display: flex;
	align-items: center;
	position: relative;
}

.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;
	border-radius: 10px 0 0;
	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 .item-post-category .content-post-other h3 {
	color: #000;
	font-size: 17px;
	line-height: 23px;
	font-weight: normal;
	margin-top: 0.8rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-right: 3rem;
}

.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;
	}

	.category {
		padding-top: 60px;
	}
}


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

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

	.content-header-blog-categorie {
		margin-top: 1.85rem;
	}

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

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

@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 ***************************************************************************************************************************************/

.tag {
	background-color: #F8F8F8;
}

.header-blog-tags {
	background-color: #6b9c44;
}

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

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

.header-blog-tags h1 {
	color: #ffffff;
	font-size: 54px;
	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: 995px) {
	.tag {
		padding-top: 60px;
	}
}

@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 {
	background-color: #f1fafb;
}

.container-page-post {
	margin-top: 3rem;
}


.post_v5 .title-post {
	margin-bottom: 25px;
	font-size: 43px;
	color: #77ae2b;
}

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

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

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

.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 .content-left-post h2 {
	color: #026296;
}

.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: 0 1.5rem;
}

.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;
}

.post_v5 .date-post {
	padding-left: 15px;
}

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

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

.text-post-in h1,
.text-post-in h2,
.text-post-in h3,
.text-post-in h4,
.text-post-in h5,
.text-post-in h6 {
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 20px;
}

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

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

.post_v5 .title-related_posts {
	margin-bottom: 1.2rem;
	color: #718196;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	font-weight: normal;
}

.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 0 0 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;
	border-radius: 5px;
	margin-right: 12px;
	color: #fff;
	transition: 0.2s;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.single-post {
		padding-top: 60px;
	}

	.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: 31px;
		line-height: 43px;
	}
}

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

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

@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: #101010;
}

.footer_v7 .block-copyright {
	display: flex;
	align-items: center;
}

.footer_v7 .logo-footer {
	height: 35px;
	padding-right: 10px;
}

.copyright-footer {
	color: #d5d8d5;
	font-size: 13px;
	margin-bottom: 0;
}

.block-copyright-adresse-footer,
.block-nav-social-footer {
	padding: 1rem 0;
}

.block-adresse-footer {
	display: flex;
	align-items: center;
	float: right;
}

.block-copyright-adresse-footer .row {
	align-items: center;
}

.block-adresse-footer img {
	width: 23px;
	margin-right: 3px;
	opacity: 0.7;
}

.adresse-footer {
	color: #9ea09e;
	font-size: 13px;
	margin-bottom: 0;
}


.trait-footer {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid rgb(57 58 58);
}

.footer_v7 .menu {
	padding-left: 0;
	margin-bottom: 0;
}

.footer_v7 .col-social-footer ul {
	float: right;
	margin-bottom: 0;
}

.footer_v7 .menu li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}

.footer_v7 .menu li:first-child {
	padding-left: 0;
}

.footer_v7 .menu li a {
	font-size: 13px;
	color: #bcbdbc !important;
	padding: 0 0.3rem;
}

.footer_v7 .col-social-footer {
	align-items: flex-end;
}

.footer_v7 .social-footer {
	display: inline-block;
	padding: 0px 3px;
}

.footer_v7 .block-copyright a {
	color: #fff;
}

.footer_v7 .link-social-footer img {
	width: 29px;
    height: 29px;
	opacity: 0.7;
}

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

	.col-block-copyright,
	.col-menu-footer {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer_v7 .block-copyright {
		justify-content: center;
		margin-bottom: 0.5rem;
	}

	.block-adresse-footer {
		float: inherit;
		margin-top: 10px;
		justify-content: center;
	}

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

	.footer_v7 .col-social-footer ul {
		float: inherit;
		margin-top: 2rem;
		text-align: center;
		padding-left: 0;
	}
}

@media screen and (max-width: 700px) {
	.footer_v7 .menu li {
		display: block;
		padding: 7px;
		border-bottom: 1px solid #466474;
	}

	.footer_v7 .menu li:first-child {
		padding-left: 5px;
	}

	.footer_v7 .menu li:last-child {
		border-bottom: 0;
	}
}


@media screen and (max-width: 600px) {
	.adresse-footer {
		font-size: 12px;
	}
}


/***** PAGE 404 ***************************************************************************************************************************************/

#content-404 {
	min-height: 100vh;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: flex;
	background-color: #ca4f35;
}

.container-404 {
	max-width: 850px;
	z-index: 1;
	text-align: center;
	margin: auto;
}

.logo-404 {
	margin-bottom: 1rem;
	height: 135px;
	width: auto;
}

.container-404 h1 {
	margin-bottom: 2rem;
	font-size: 57px;
    line-height: 60px;
	color: #fff;
}

.container-404 .btn-1 {
	color: #fff;
	border: 1.5px solid transparent;
}

.container-404 .btn-1:hover {
	color: #fff;
	border: 1.5px solid #fff;
}

@media screen and (max-width: 750px) {
	.container-404 h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.logo-404 {
		height: 90px;
	}
}

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

.section-page-search {
	margin: 2rem 0;
	min-height: 100vh;
}

.search {
	background-color: #f8fafc;
}

.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%;
}

.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: 12px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 10px 0 0 10px;
	outline: none;
}

.col-left-search .screen-reader-text {
	display: none;
}

.block-form-search #searchsubmit {
	background-color: #ca4f35;
	color: #fff;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	border-radius: 0 10px 10px 0;
	outline: 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%;
	}
}

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

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

.img-no-post-blog {
	width: 300px;
	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;
}

.bloc-list-post-accueil .block-img-no-post-blog {
	text-align: left;
	margin: 1.5rem 0;
}

.bloc-list-post-accueil .img-no-post-blog {
	width: 250px;
}

.bloc-list-post-accueil .block-img-no-post-blog .no-post-home {
	font-size: 23px;
	text-align: left;
}

/***** FORMULAIRE  ***************************************************************************************************************************************/

.form-group {
	position: relative;
	border-radius: 25px;
	/* padding: 8px 0; */
	padding: 8px 0 1px;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.form-group input {
	width: 100%;
	outline: 0;
	transition: all 0.8s ease-in-out;
	background: transparent;
	border: 0;
	z-index: 2;
	position: relative;
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	border: 1.5px solid #f6f6f6;
	border-radius: 30px !important;
}

.invalid .form-group .wpcf7-not-valid {
	/* border: 1.5px solid #e71515 !important; */
	border: 1.5px solid #000000 !important;
}

.form-group br {
	display: none;
}

.form-group p {
	margin-bottom: 0;
}

.form-group label {
	position: absolute;
	left: 28px;
	top: 20px;
	background-color: transparent;
	z-index: 0;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	color: #ffffff;
	padding: 0 5px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.form-group label:before {
	left: 0;
	right: 0;
	height: 4px;
	/* background-color: #f6f6f6; */
	background-color: transparent;
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-47%);
	top: 50%;
	z-index: -1;
}

.form-group .invalid .form-input.wpcf7-not-valid {
	border: 1.5px solid #e71515 !important;
}

.form-group.focused label {
	transform: translateY(-109%);
	font-size: 0.80em;
	background-color: transparent;
	z-index: 2;
	padding: 0px 5px;
	font-weight: 600;
}

.form-group textarea {
	height: 230px;
	text-align: justify;
	position: relative;
	border-radius: 24px;
	resize: none;
	width: 100%;
	padding: 10px 30px;
	border: 1.5px solid #f6f6f6;
	font-weight: 400;
	background: transparent;
	color: #ffff;
}

.form-group textarea:focus,
.form-group textarea:focus-visible {
	outline: none;
}

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

.form-group-piece-jointe {
	border-radius: 24px;
	background-color: #f8f8f8;
	padding: 10px 30px;
	margin-bottom: 1rem;
}

.bloc-pieces {
	display: flex;
}

.title-pieces-jointes {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4a4848;
	margin-bottom: 0;
}

.form-group-piece-jointe input {
	font-size: 14px;
}

.form-group-piece-jointe input[type="file"] {
	cursor: pointer;
	width: 100%;
}

.form-group-piece-jointe .wpcf7-file.upload-button {
	background: #e84e0f;
	padding: 25px 30px;
	color: #ffffff;
	font-size: 16px;
	border: none;
	margin-top: 50px;
}

.form-group-piece-jointe .wpcf7-file {
	border: 0;
}

.form-group-piece-jointe .wpcf7-file::-webkit-file-upload-button {
	background-color: transparent;
	border: 1.5px solid #c8c3c3;
	border-radius: 20px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	display: block;
	text-align: left;
}

.bloc-piece-in {
	padding: 0 10px 0 0;
	text-align: left;
}

.bloc-piece-in:last-child {
	padding-right: 0;
}

.bloc-piece-in label {
	font-size: 15px;
}

.form-group select {
	width: 100%;
	display: block;
	margin-top: 3rem;
	padding: 10px 30px;
	font-size: 15px;
	border-radius: 30px !important;
	border: 1.5px solid #c8c3c3;
}

.form-button .button-form {
	display: block;
	padding: 8px 30px;
	border-radius: 45px;
	font-size: 17px;
	border: 1.5px solid #fff;
	background-color: #fff;
	color: #000 !important;
	transition: all 0.5s;
	margin: auto;
}

.form-button .button-form:hover {
	color: #ffff !important;
	background-color: transparent !important;
}

.form-group-number-candidats {
	padding-top: 0;
}

.form-group-objectif-formation textarea {
	max-height: 100px;
}

.form-group-select select {
	margin-top: 15px;
	appearance: none;
	position: relative;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.65rem auto;
}

.form-group-select .list-item,
.wpcf7-list-item {
	margin: 16px 0;
	display: inline-block;
}

.form-group-select label {
	top: -5px;
}

.form-title {
	margin-top: 1rem;
}

.form-group-radio br {
	display: none;
}

.form-group-radio label {
	display: block;
	color: #4a4848;
	padding: 0 5px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	padding-left: 33px;
}

.form-group-radio .wpcf7-list-item label {
	text-transform: inherit;
	letter-spacing: inherit;
	padding: inherit;
	display: flex;
}

.form-group-radio .wpcf7-list-item {
	margin: 0 0 !important;
}

.form-group-radio .wpcf7-form-control {
	padding-left: 30px;
}

.form-group-radio .list-item,
.form-group-radio .wpcf7-list-item {
	margin: 16px 0;
	display: inline-block;
}

.form-group-radio .wpcf7-list-item label {
	padding-right: 30px;
}

.form-group-radio .wpcf7-list-item:last-child label {
	padding-right: 0;
}

.form-group-radio .wpcf7-list-item input[type="radio"] {
	position: relative;
}

.form-group-radio .wpcf7-list-item input[type="radio"]:before {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
	left: -3.5px;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.54);
	background-color: #fff;
}

.form-group-radio .wpcf7-list-item input[type="radio"]:after {
	top: 5px;
	left: 1.5px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #77ae2b;
	position: absolute;
	content: '';
	border-radius: 50%;
}

.form-group-radio .wpcf7-list-item input[type="radio"]:checked:after {
	border-color: #77ae2b;
	transform: scale(1);
}

.form-group-radio .list-item label,
.form-group-radio .wpcf7-list-item-label {
	display: flex;
	height: 20px;
	position: relative;
	padding-left: 17px;
	cursor: pointer;
	align-items: center;
}

.notice-formulaire {
	font-size: 12px;
	font-weight: 500;
	color: #676363;
}

.container-contact-cercle .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	color: #e71515 !important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold;
}

.container-contact-cercle .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	color: #2c8c0e !important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold;
}

.form-group-checkbox {
	border-radius: 24px;
	resize: none;
	width: 100%;
	padding: 10px 30px;
	border: 1.5px solid #c8c3c3;
	margin-bottom: 10px;
}

.form-group-checkbox p {
	margin-bottom: 0;
}

.form-group-checkbox .wpcf7-list-item {
	margin: 5px 0;
}

.form-group-checkbox p span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-group-checkbox .wpcf7-list-item label {
	margin-bottom: 0;
	display: flex;
	margin-right: 20px;
}

.form-group-checkbox .wpcf7-list-item-label {
	text-transform: initial;
	letter-spacing: 0;
	font-size: 16px;
	padding-left: 5px;
}

@media screen and (max-width: 1190px) {
	.col-contact-cercle-left {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}

	.col-contact-cercle-right {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}

	.content-formulaire-cercle .row {
		display: flex;
		margin: auto;
	}
}

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

	.col-contact-cercle-left,
	.col-contact-cercle-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.content-formulaire-cercle {
		display: flex;
		margin-top: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.bloc-pieces {
		display: block;
	}

	.bloc-piece-in {
		padding: 0;
	}
}

#wpadminbar {
	display: none !important;
}

.container-admin-client {
	width: 45px;
	height: 45px;
	padding: 6px;
	background-color: #02020e;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}

.button-admin-client img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 600px) {
	.container-admin-client {
		width: 67px;
		height: 67px;
	}

	.button-admin-client img {
		width: 50px;
		height: 50px;
		max-width: auto;
		display: block;
	}
}

.cky-consent-container .cky-consent-bar {
	padding: 9px 25px !important;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	background-color: #ffffffe6 !important;
	border: 0 !important;
}

.cky-notice .cky-title {
	display: none !important;
}

.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;
}

.cky-notice-des p {
	color: #000 !important;
}

.has-white-color {
	color: #FFFFFF;
}

.has-black-color {
	color: #000000;
}

.has-bluefooter-color {
	color: #03486f;
}

.has-bluelogo-color {
	color: #03486f;
}

.has-bluelogo2-color {
	color: #57bed7;
}

.has-vert-color {
	color: #7add6c;
}

.has-vert-2-color {
	color: #69c471;
}

.has-vert-3-color {
	color: #5cb176;
}

.has-vert-4-color {
	color: #4c987f;
}

.section-contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.section-contact .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
.section-contact .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	border-color: inherit !important;
}

.section-contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	color: #e71515 !important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold;
	padding: 0 !important;
	background: #fff;
	padding: 5px !important;
	border-radius: 5px;
	margin-bottom: 2rem!important;
}

.section-contact .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	color: #2c8c0e !important;
	border: 0 !important;
	margin: 0 0.5em !important;
	font-weight: bold;
	padding: 0 !important;
	background: #fff;
	padding: 5px !important;
	border-radius: 5px;
	margin-bottom: 2rem!important;
}

.section-contact .wpcf7 .wpcf7-response-output{
	margin-bottom: 2rem!important;
}

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