/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* général */
::selection {
	background: #75b94661!important;
}

ul li {
    margin-bottom: 10px;
}

button.header.header--offline.js-header {
	background-color: #349931!important;
}

.h2-span {
	color: #FEBA12!important;
}

.h3-span {
	color: #349931!important;
}

/* menu */

.menu-connexion .elementor-button {
	border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #EF4036, #EFC936, #6FB947) 1;
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom right, #EF4036, #EFC936, #6FB947);
	transition: .2s;
	padding: 9px 20px!important;
}

.menu-connexion:hover .elementor-button {
	background: linear-gradient(black, black) padding-box, linear-gradient(to bottom right, #EF4036, #EFC936, #6FB947);
	transition: .2s;
	color: white!important;
}

.menu-connexion .elementor-widget-container .elementor-button-wrapper{
    display: flex;
    border-radius: 50px;
    overflow: hidden;
}

.menu-connexion .elementor-widget-container{
	display: flex;
	justify-content: center;
}


/*#menu-menu-1 a.ekit-menu-nav-link.active:after {
    content: '';
    background: #75b946;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#menu-menu-1 a.ekit-menu-nav-link.active, #menu-menu-1 li {
    height: 100%;
}*/

.ligne-multicolore {
    border-image: linear-gradient(to right, #EF4036 5%, #EFC936 19%, #EFC936 83%, #6FB947 93%) 1;
}

.ligne-multicolore-2 {
    border-image: linear-gradient(to right, #EF4036, #EFC936, #6FB947) 1;
}


@media ( max-width: 1024px ) {
	#menu-menu-1 .elementskit-mobile-builder-content a i {
		border : 0px!important;
		background: url(https://ready-study-go.britweb.fr/wp-content/uploads/2024/03/arrow@2x.png);
		height: 23px;
		background-repeat: no-repeat;
		background-size: 55%;
	}
}

/* accueil */

.coin-cercle-jaune, .coin-cercle-rouge, .coin-cercle-vert {
	overflow: hidden;
}

.coin-cercle-jaune:after {
	content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #FEBA12;
	transition: .3s;
}

.coin-cercle-jaune:hover:after, .coin-cercle-rouge:hover:after, .coin-cercle-vert:hover:after {
    right: -50px;
    top: -50px;
    width: 100px;
    height: 100px;
}

.coin-cercle-rouge:after {
	content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ED1B2F;
	transition: .3s;
}

.coin-cercle-vert:after {
	content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #349931;
	transition: .3s;
}


.etape-li {
	display: flex;
}

.etape-li div {
	margin-right: 1rem;
}


@media ( max-width: 1024px ) {
	.avis .elementor-widget-container {
		padding: 23px!important;
	}
	.avis  .elementor-testimonial {
		display: flex;
		flex-flow: wrap-reverse;
	}
	.avis .elementor-testimonial__footer {
		display: none!important;
	} 
	.avis  .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal {
		margin: 0px!important;
	}
	.avis .swiper-container {
    width: 100% !important;
	}
}

/* nos agences */
.elementkit-tab-nav .elementkit-nav-item {
	margin-bottom: 13px!important;
}

/* formulaires elementor */
.elementor-form button.elementor-button.elementor-size-md {
    background: #349931 !important;
    border-radius: 30px;
    display: block;
    max-width: 150px;
    margin: auto;
    color: white;
    border: none;
    padding: 9px 26px;
    margin-top: 30px;
}

/* articles de blog */
body.single-post .page-content > div > section:first-child:has(.elementor-headline-animation-type-typing) {
	display: none!important;
}

body.single-post section.elementor-top-section:has(.elementor-grid-4.elementor-grid-tablet-2.elementor-grid-mobile-1 .elementor-posts-container) {
	display: none!important;
}

.ekit-wid-con .elementskit-post-card .elementskit-border-hr {
    background-color: #feba12!important;
    width: 60px !important;
    height: 2px !important;
}

.single-post .ekit-wid-con .elementskit-post-card {
	height: 100%!important;
	margin-bottom: 10px;
}

.single-post p {
	font-family: 'Poppins'!important;
}

.single-post h3 {
	color: #349931;
	font-weight: 500;
}

.single-post h1.entry-title {
	position: relative;
	margin-bottom: 3rem;
}

.single-post h1.entry-title:after {
    content: '';
    width: 150px;
    height: 3px;
    background: #feba12;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.articles-btn {
	margin: auto!important;
	display: block;
	margin-top: -40px!important;
	z-index: 30;
	margin-bottom: 30px!important;
}


.articles-btn a {
	transition: .3s;
	font-weight: 500;
	text-decoration: inherit!important;
}

.articles-btn a:hover {
	background: #292421!important;
}

/* archive */
.elementor-widget-elementskit-post-tab .tab__post__single--item img {
	object-fit: cover!important;
    height: 300px!important;
    width: 100%!important;
}

.tabItem.active  {
    display: flex!important;
    flex-wrap: wrap!important;
}

/* cookies */
.page-id-9905 .page-header h1 {
	display: none!important;
}

/* Contact form */

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

input[type=submit].wpcf7-submit {
	background: #349931;
	border-radius: 30px;
	display: block;
    margin: auto;
	color: white;
	border: none;
	padding: 9px 26px;
	margin-top: 30px;
}

input[type=submit].wpcf7-submit:hover {
	background: black;
}


span.wpcf7-checkbox {
    margin-left: -13px;
	display: block;
	margin-top: 10px;
}

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

 /* footer */
#sous-footer a {
	color: #929292!important;
}

#sous-footer a:hover {
	color: #349931!important;
}
