/*
 Theme Name:     Coaching Ways France
 Theme URI:      http://wptheme.fr/theme-wordpress-divi/
 Description:    Theme Enfant Divi
 Author:         WSI Conseil
 Template:       Divi
 Version:        2024
*/
 
 
/* =Vous pouvez personnalisez à partir d'ici. 
------------------------------------------------------- */
body{
	margin-bottom: -60px;
}
.video-posts-container .video-post {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.video-post {
    max-width: 560px;
}

#main-content{
	/*opacity: 0;*/
	animation: fadeIn 2s forwards;
}

#main-content img:nth-of-type(1){
	/*opacity: 0;*/
	animation: fadeIn 4s forwards;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



.video-post .post-thumbnail {
    height: 320px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.video-post .post-thumbnail .play {
    color: white;
    padding: 20px 14px;
    background-color: #f23b48;
    font-size: 90px;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    pointer-events: none;
    transition: all 0.2s ease;
}
.video-post h2{
	padding-top: 10px;
	font-size: 18px;
	color: #000;
}
.video-post h2 a{
	color: #ef9003;
}
.skeepers_carousel_container{
	filter: brightness(1.1);
}
.baseline a {
	color: #FFF;
}
#top-menu li a {
    line-height: 18px;
}
.et_clickable, .et_pb_button{
	transition: all 0.2s ease;
	transform: scale(1.0);
}
.et_clickable:hover, .et_pb_button:hover{
	transition: all 0.2s ease;
	transform: scale(1.1);
}
.documentation_colonne{
	border-left: 1px solid #DDD;
	padding-left: 30px;
	margin-left: -30px;
}

.documentation a, .liens a, .wpcf7-submit{
	font-size: 13px;
    padding: 10px 20px 10px 20px;
	border: 2px solid #faa613;
	color: #faa613;
	border-radius: 40px;
	margin-right: 6px;
	margin-bottom: 2px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.2s ease;
	background-color: #FFF;
	transform: scale(1.0);
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.documentation a:hover, .liens a:hover, .wpcf7-submit:hover{
	transform: scale(1.1);
}
.documentation a::after {
    content: '\2193';
    font-size: 16px;
    color: #faa613;
    margin-left: 10px;
    border-bottom: 1px solid #faa613;
    width: 10px;
    padding-bottom: 0px;
    position: relative;
    top: -5px;
}
.documentation .et_pb_toggle{
	margin-bottom: 0px !important;
}

a.et_pb_button, .gwolle-gb-write-button .button {
	font-size: 13px !important;
    padding: 10px 20px 10px 20px !important;
	border-radius: 40px !important;
	margin-bottom: 2px !important;
	display: inline-block;
	cursor: pointer;
	transition: all 0.2s ease;
	background-color: #FFF;
	transform: scale(1.0);
	text-align: center;
	text-transform: uppercase;
}
.gwolle-gb-write-button .button {
	border: 2px solid #faa613;
	color: #faa613;
}
.gwolle-gb-write-button .button:hover{
	transform: scale(1.1);
}

.footer-avis{
	filter: hue-rotate(159deg) brightness(1.8);
}
footer a {
  position: relative;
  text-decoration: none; /* Retirer le souligné par défaut */
}

footer a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0; /* L'animation commencera à droite */
  background-color: #edb059; /* Couleur du souligné */
  transition: all 0.2s ease-in-out;
}

footer a:hover::after {
  width: 100%; /* La ligne devient pleine largeur */
  left: 0; /* La ligne se développe de droite à gauche */
}

/* DESACTIVE DIVI AI GENERATOR */
.et-fb-ai-options-button{
	display: none !important;
}
.et-db #et-boc .et-l .et-fb-form__group {
    width: 100%;
    margin: 0 0 0px!important;
}

.logo_container img{
	max-width: 200px;
}
#top-menu li {
    /*padding-right: 14px !important;*/
}
.nav li ul {
    border-top: 0px solid #2ea3f2 !important;
}
#top-menu .sub-menu .menu-item-has-children>a:first-child:after {
    rotate: -90deg;
}

.info_date_decouverte, .ev_liste_item{
	display: inline-block;
	background-color: #f7f7f7;
	padding: 20px 20px 10px 20px;
	transition: all 0.2s ease;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 4px !important;
	border-radius: 20px;
}
.info_date_decouverte h4{
	font-size: 20px;
}

.info_date_decouverte.et_clickable::after {
    content: '\002192';
    font-size: 24px;
    color: #FFF;
    position: relative;
    top: 3px;
    float: right;
    background-color: #ef8f00;
    padding: 8px 10px 12px 10px;
    border-radius: 40px;
    color: #FFF;
    margin-top: -60px;
}
.info_date_decouverte.et_clickable:hover{
	padding: 20px 10px 10px 20px;
	background-color: #fafafa;
	transform: scale(1.0) !important;
}
.ev_liste_item button, .btn_inscrire_ev{
	float: right;
    padding: 8px 10px 12px 10px;
    background-color: #ef8f00;
    color: #FFF;
    border-radius: 40px;
    margin-bottom: 20px;
	border: 0px solid #00000000;
	transition: all 0.2s ease-in-out;
	transform: scale(1.0);
	cursor: pointer;
}
.ev_liste_item button:hover, .btn_inscrire_ev:hover{
	transform: scale(1.1);
}
.ev_infos{
	font-size: 12px;
}

.btn_inscrire_ev{
	float: unset !important;
    padding: 10px 18px;
	font-size: 18px;
}

/* FORMULAIRE */
.Gauche {
    width: 48%;
    float: left;
	padding-right: 20px;
}
.Droite {
    width: 48%;
    float: right;
}
.RCF7 {
    width: 100%;
    float: left;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea, .wpcf7-select {
    box-sizing: border-box;
    height: auto;
    padding: 8px 16px;
    line-height: 1.428571429;
    color: #555555 !important;
    vertical-align: middle;
    background: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: none;
    min-height: 32px;
    width: 100%;
    max-width: 780px;
	margin-bottom: 10px;
}
.wpcf7-form label {
    font-weight: bold;
}

.formateurs img{
        margin-bottom: -20px;
	}

.formateurs .et_pb_text img{
	position: absolute;
	margin-top: -150px;
	background-color: #FFF;
	margin-left: 68px;
}

/* Style pour le pop-up */
.popup-email {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
.popup-email-content {
	background: #fff;
	padding: 20px;
	margin: 10% auto;
	max-width: 400px;
	text-align: center;
	position: relative;
}
.popup-email-content .wpcf7-spinner {
	position: absolute !important;
}
/* Style pour le bouton de fermeture */
.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #f00;
	color: #fff;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 16px;
}


/*ENTETE FIX*/
div.et_pb_section.et_pb_section_0 {
    background-image: linear-gradient(-105deg, #f9e1ac 45%, #ffffff 52%) !important;
}
@media only screen and (max-width: 980px) {
    .et_pb_section_0 {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 960px) {
	.video-post {
        width: 50% !important;
        padding-right: 0px;
    }
    
}

@media only screen and (max-width: 767px) {
    .et_pb_row_0 {
        background-size: 100% 100% !important;
    }
	.video-post {
        width: 100% !important;
        padding-right: 0px;
    }
	
	.formateurs img{
		margin-top: -20px;
		max-width: 110px !important;
        margin-bottom: -20px;
	}
	.formateurs .et_pb_text img{
		max-width: 40px !important;
		position: absolute;
		float: right;
		margin-top: -120px;
		background-color: #FFF;
		margin-left: 48px !important;
	}
	.formateurs .et_pb_image{
		text-align: center;
	}
}

@media only screen and (max-width: 479px) {
    h1 {
		font-size: 32px !important;
	}
	h2 {
		font-size: 28px !important;
	}
	.video-post h2{
		font-size: 20px !important;
	}
	.et_pb_button{
		font-size: 14px !important;
		letter-spacing: 0 !important;
		width: max-content;
	}
	.et_pb_row {
        /*padding: 20px 10px !important;*/
	}
	.Gauche {
		width: 100%;
		float: left;
		padding-right: 0px;
	}
	.Droite {
		width: 100%;
		float: left;
		padding-right: 0px;
	}
}
