/**
Theme Name: Studio3615
Author: Studio3615
Author URI: https://studio3615.com
Description: Based on Astra.<br> Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studio3615
Template: astra
*/


/* FONT - DEBUT */

@import url('/wp-content/themes/astra-child/styles/service-pages.css');
@import url('/wp-content/themes/astra-child/styles/header.css');
@import url('/wp-content/themes/astra-child/styles/footer.css');
@import url('/wp-content/themes/astra-child/styles/diasporik.css');

.safiro {
	font-family: "Safiro", sans-serif;
	font-weight: 500;
}

.roboto {
	font-family: "Roboto", sans-serif;
}

/* FONT - FIN */

/* DIMENSIONS CLASS - DEBUT */

.full-width-image figure,
.full-width-image img {
	width: 100% !important;
}

.fit-content-width {
	width: fit-content!important;
}

.baseline > div{
	align-items: baseline!important;
}

.margin-bottom-0 {
	margin-bottom: 0!important;
}

/* DIMENSIONS CLASS - FIN */

/* GLOBAL LINK STYLE - DEBUT */

a {
	color: #000;
	text-underline-offset: 4px;
}
.width13ch {
	max-width: 13ch;	
}
.width16ch {
	max-width: 16ch;	
}
.width22ch {
	max-width: 22ch;	
}
.width23ch {
	max-width: 23ch;	
}
.width42ch {
	max-width: 42ch;	
}
.width48ch {
	max-width: 48ch;
}
.width72ch {
	max-width: 72ch;
}

.profile-container > p:first-child {
	border: 1px solid #000;
	border-radius: 100vmax;
	width: fit-content !important;
	padding: 0.3em 0.8em;
}
/* 
body.page-id-534 form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 20px;
}
body.page-id-534 form > div {
	margin: 0 !important;
}
body.page-id-534 form > div {
	width: 100% !important;
}
body.page-id-534 form > div:nth-child(-n+4) {
	width: calc(50% - 10px) !important;
}
body.page-id-534 form > div:is(.wp-block-uagb-forms-accept, .uagb-forms-main-submit-button-wrap) {
	width: fit-content !important;
}
body.page-id-534 form > div.uagb-form-reacaptcha-error-06058586 {
	display: none;
}
body.page-id-534 form textarea {
	resize: vertical;
}
body.page-id-534 form .uagb-forms-select-box {
	padding-top: 1.25em !important;
	padding-bottom: 1.25em !important;
}
body.page-id-534 form .uagb-forms-main-submit-button {
	box-shadow: none;
	font-family: "Safiro", sans-serif;
} */
.training-row::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100vw;
	background: #0000001A;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
}
.ancrages-button-2 a {
	font-size: 20px !important;
	line-height: 1em !important;
	width: max-content;
}

.aspect-ratio-thumbnail img {
    aspect-ratio: 1600 / 840 !important;
}

@media screen and (1466px <= width) {
	.event-title-excerpt-container {
		width: 100% !important;
	}
	.learn-more-button-container {
		width: auto;
	}
}
@media screen and (980px <= width < 1465px) {
	.services-home-title h3 {
		font-size: 32px !important;
		line-height: 1.3em !important;
	}
	.event-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
}
@media screen and (width <= 767px) {
	body.page-id-534 form > div {
		width: 100% !important;
	}
}
/* GLOBAL LINK STYLE - FIN */

/* FONT CLAMP - DEBUT */


.font-clamp-h1 h1,
.font-clamp-h1,
.font-clamp-h1 h2 {
	font-size: clamp(60px, 8vw, 140px)!important;
}

.font-clamp-page-title *{
	font-size: clamp(30px, 6vw, 70px)!important;
}

.font-clamp-h2 h2 {
	font-size: clamp(30px, 6vw, 50px)!important;
}

.font-clamp-h3 h3 {
	font-size: clamp(30px, 5vw, 80px)!important;
}
/* FONT CLAMP - FIN */

/* RESPONSIVE STYLE - DEBUT */

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

	.mobile-display-none {
		display: none!important;
	}

	.mobile-hidden-br br {
		display: none!important;
	}

	/* FONT SIZE */

	.mobile-font-size-30 {
		font-size: 30px!important;
	}

	.mobile-font-size-25 {
		font-size: 25px!important;
	}

	.mobile-font-size-22 {
		font-size: 22px!important;
	}

	.mobile-font-size-20 {
		font-size: 20px!important;
	}

	.mobile-font-size-18 {
		font-size: 18px!important;
	}

	.mobile-font-size-17 {
		font-size: 17px!important;
	}

	.mobile-font-size-16 {
		font-size: 16px!important;
	}

	.mobile-font-size-15 {
		font-size: 15px!important;
	}

	.mobile-font-size-14 {
		font-size: 14px!important;
	}

	.mobile-font-size-13 {
		font-size: 13px!important;
	}

	/* LINE HEIGHT */

	.mobile-line-height-24 {
		line-height: 24px!important;
	}

	.mobile-line-height-25 {
		line-height: 25px!important;
	}

	.mobile-line-height-20 {
		line-height: 20px!important;
	}

	.mobile-line-height-21 {
		line-height: 21px!important;
	}

	.mobile-line-height-28 {
		line-height: 28px!important;
	}

	.mobile-line-height-36 {
		line-height: 36px!important;
	}

	.mobile-line-height-50 {
		line-height: 50px!important;
	}

	/* TEXT ALIGN */

	.mobile-text-left {
		text-align: left!important;
	}

	.mobile-text-center {
		text-align: center!important;
	}

	/* HEIGHT */

	.mobile-height-230,
	.mobile-height-230 img {
		height: 230px!important;
		min-height: 230px!important;
		border-radius: 15px!important;
	}


	footer .wp-block-navigation__container {
		gap: 8px!important;
	}

	.mobile-no-background {
		background: none!important;
	}
}





.cookie-et-mentions-legales,
.cookie-et-mentions-legales a{
	color: #FFFFFF78!important;
	font-size: 13px;
}

.uagb-forms-main-submit-button-text::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('/wp-content/themes/astra-child/assets/button/button-2-arrow.svg') no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
	transition: transform 0.3s ease;
}

.uagb-forms-main-submit-button:hover .uagb-forms-main-submit-button-text::after {
	transform: translate(2px, -2px);
	transition: transform 0.3s ease;
}

.single-post .previous-post::before,.single-post .next-post::after, .single-event .previous-post::before, .single-event .next-post::after{
	content:"";
	width: 15px;
	display: inline-block;
	height: 15px;
	background-image: url('/wp-content/themes/astra-child/assets/button/button-3-arrow.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 10px
}

.single-post .previous-post::before, .single-event .previous-post::before{
	margin-left: 0px;
	margin-right: 10px;
	transform: rotate(180deg);
}



/* CONTACT FORM */

#wpforms-form-3130 .wpforms-field-container {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
	
	& > div {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	& #wpforms-3130-field_2-container,
	& #wpforms-3130-field_4-container,
	& #wpforms-3130-field_5-container {
		grid-column: 1 / -1;
	}
	
	& input:not([type="checkbox"]),
	& select {
		padding: 20px;
        max-height: none;
        height: auto;
	}
	
	& label {
		color: #111827;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
	
	& input,
	& select,
	& textarea {
		outline: none !important;
		border: none !important;
		box-shadow: none !important;
		background: #fff !important;
		border-radius: 18px !important;
	}
	
	& textarea {
		padding: 30px 20px;
		resize: vertical;
		min-height: 4em;
	}
}
#wpforms-submit-3130 {
	background: none;
	color: #000;
	font-weight: 400;
	padding: 0;
	font-style: normal !important;
	position: absolute;
    right: 0;
    bottom: 0;

	&::after {
		content: '';
        display: inline-block;
        width: 11px !important;
        height: 11px !important;
        background: url(/wp-content/themes/astra-child/assets/button/button-2-arrow.svg) no-repeat !important;
        background-size: contain !important;
        vertical-align: middle !important;
        margin-left: 10px !important;
        transition: transform 0.3s ease;
        border: none !important;
		border-radius: 0 !important;
        position: relative;
        inset: 0;
	}
	
	&:hover::after {
		transform: translate(2px, -2px);
		transition: transform 0.3s ease;
	}
}
#wpforms-confirmation-3130 {
	background: transparent;
    border: none;
}
@media screen and (width <= 767px) {
	#wpforms-form-3130 .wpforms-field-container {
		padding-inline: 15px;
		
		& #wpforms-3130-field_6-container {
			grid-column: 1/-1;
		}
	}
	
	#wpforms-form-3130 .wpforms-submit-container {
		text-align: right;
		padding-inline: 15px;
		
		#wpforms-submit-3130 {
			position: relative;
		}
	}
}


/* TRANSISTOR GRENOUILLE FEED */
.item {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e0e4e8;
    padding: 20px 0;
}

.item h2 {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.episode-time {
    width: 100%;
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 10px;
}

.audio-container {
    width: 100%;
}

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

