/**
Theme Name: Astra child theme by MPC
Author: Ma Petite Com
Author URI: https://mapetitecom.fr/
Description: 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: astra-child-theme-by-mpc
Template: astra
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* Colors */

:root {
	--theme-color:#103931;
	--dark-color:#161616;
	--taupe-color:#DAD1C0;
	--light-taupe-color:#EEEBE5;
}

/* Fonts */

body {
	font-family: 'Oak Sans';
}

h1, h2, h3, h4, h5, h6, header .header_menu ul.elementor-nav-menu li a {
	font-family: 'Iwona';
}

.lora {
	font-family: 'Lora' !important;
}

.iwona {
	font-family: 'Iwona' !important;
}

.oak_sans, .title_oak_sans .elementor-widget-container .uael-infobox-title span {
	font-family: 'Oak Sans' !important;
}

/*
* Rows & columns
*/

/* Default container layout */

.e-con.section {
	--padding-top:75px;
	--padding-bottom:75px;
	--column-gap: 5%;
}

.e-con.e-flex.section  > .e-con-inner {
	max-width:min(80%, 1300px);
}

.e-con.e-flex.medium_row {
	--container-max-width:85%;
	max-width:none;
	padding-left:0;
	padding-right:0;
}

.e-con.e-flex.medium_row > .e-con-inner {
	max-width: min(85%,1450px);
}

.e-con.e-flex.large_row {
	--container-max-width:92%;
	max-width:none;
	padding-left:0;
	padding-right:0;
}

.e-con.e-flex.large_row > .e-con-inner {
	max-width: min(92%,1700px);
}

.e-con.e-flex.very_large_row {
	--container-max-width:96%;
	max-width:none;
	padding-left:0;
	padding-right:0;
}

.e-con.e-flex.very_large_row  > .e-con-inner {
	max-width:96%;
}

@media screen and (max-width:1024px) {
	.e-con.section {
		--padding-top:50px;
		--padding-bottom:50px;
		padding-left: 0;
		padding-right: 0;
	}
   .e-con.e-flex.medium_row, .e-con.e-flex.large_row, .e-con.e-flex.very_large_row {
	   --container-max-width:100%;
	   width: 100%;
	}
	.e-con.e-flex.section  > .e-con-inner, .e-con.e-con-full .boxed {
		 width: 80%;
	}
	.e-con.e-con-full .boxed {
		width: 80%;
		margin-left:auto;
		margin-right:auto;
	}
}

/* Mobile & tablet view */

@media screen and (max-width:1024px) and (min-width:768px) {
	.e-con.e-flex.tablet_rows  > .e-con-inner {
		flex-direction: column;
	}
	
	.e-con.e-flex.tablet_rows  > .e-con-inner {
		 width: 80%;
	}
	
	.e-con.e-flex.tablet_rows  > .e-con-inner > .e-con {
		 width: 100%;
	}
	
	.e-con-full.e-flex.tablet_rows {
		flex-direction: column;
	}
	
	/*.e-con-full.e-flex.tablet_rows > .e-con {
		  width: 80%;
	}*/
}

@media screen and (max-width:1024px) {
	.e-con.e-flex.mobile_reverse  > .e-con-inner {
		flex-direction: column-reverse;
	}
	.e-con.e-flex.mobile_reverse  > .e-con-inner > div.e-con:last-of-type {
		margin-bottom: 50px;
	}
	.e-con.e-flex.mobile_reverse  > .e-con-inner > div.e-con:first-of-type {
		margin-bottom: 0;
	}
}

/*
* Titles
*/

.h1_title .lora {
	font-size:59px !important;
	font-style: italic;
	text-transform: none !important;
}

.h2_title .lora {
	font-size:42px !important;
	font-style: italic;
	text-transform: none !important;
}

.elementor-widget-heading.h2_title .elementor-widget-container h2 {
	margin-top:0;
}

@media screen and (max-width:1024px) {
	.h1_title .lora {
		font-size:48px !important;
	}
	.h2_title .lora {
		font-size:36px !important;
	}
}

@media screen and (max-width: 767px) {
	.h1_title .lora {
		font-size:36px !important;
	}
	.h2_title .lora {
		font-size:30px !important;
	}
}

.title_no_margin h3 {
	margin: 0 !important;
}

/*
* Images
*/

.img_bottom_right_shadow, .img_bottom_left_shadow {
	position:relative;
}

.img_bottom_right_shadow::after, .img_bottom_left_shadow::after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background-color: var(--light-taupe-color);
	border-radius:6px;
	position: absolute;
	bottom:-30px;
	z-index:-1;
}

.img_bottom_right_shadow::after {
	right:-30px;
}

.img_bottom_left_shadow::after {
	left:-30px;
}

/*
* Lists
*/

ul.no-left-padding {
	margin-bottom: 0;
    margin-left: 1em;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*
* Sticky header
*/

header .sticky-header {
	
}

/* Sticky header activated */

header .sticky-header > .e-con {
	height: var(--header-height);
	transition: height var(--transition);
}

header .sticky-header.elementor-sticky--effects {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	padding-top: 1% !important;
	padding-bottom: 1% !important;
}

header .sticky-header.elementor-sticky--effects > .e-con {
	height: calc( var(--header-height) * var(--shrink-header-to) );
}

/* Logo */

header .sticky-header .logo img {
	transition: transform var(--transition);
}
header .sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	transform-origin-x: 0;
	-webkit-transform-origin-x: 0;
}

/*
* Desktop menu
*/

@media only screen and (max-width:1700px) {
	header .header_menu ul.elementor-nav-menu li a {
		font-size: 20px !important;
	}
}

@media only screen and (min-width:1380px) and (max-width:1699px) {
	header .header_menu ul.elementor-nav-menu li a {
		font-size: 18px !important;
	}
}

@media only screen and (min-width:1200px) and (max-width:1379px) {
	header .header_menu ul.elementor-nav-menu li a {
		font-size: 15px !important;
	}
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
	header .header_menu ul.elementor-nav-menu li a {
		font-size: 14px !important;
	}
}

/*
* Mobile menu
*/

/* Dropdown */

@media only screen and (max-width:1024px) {
	header .header_menu .elementor-nav-menu--dropdown {
		top: 100px !important;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

/* Numbers */

.custom_number {
	display: inline-block;
	padding: 20px 25px;
    background-color: var(--taupe-color);
    border-radius: 100px;
}

/* Etapes */

.elementor-widget-image-box.step_box .elementor-image-box-title {
	padding:20px;
	background-color: var(--taupe-color);
	font-family: 'Oak Sans';
	margin-bottom:0;
	margin-top:0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.elementor-widget-image-box.step_box .elementor-image-box-description {
	padding:20px 30px;
}

@media only screen and (min-width:1025px) {
    #etapes .elementor-widget-image-box.step_box:last-of-type, #etapes .elementor-widget-image-box.step_box:nth-of-type(3) {
        margin-block-end: 25px;
    }
}

/* Ensemble */

.ensemble-intro {
	display: inline-block;
	font-weight:600;
	background-color: #fff;
	padding:10px 20px;
	border-radius: 6px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Contact form 7
--------------------------------------------------------------*/

/* Layout */

.one-half, .one-third, .two-thirds {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
	z-index: 1;
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-thirds { width: 65.33%; }
.two-halves { width: 100%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third, .two-thirds {
        width: 100%;
        margin-right: 0;
    }
}

/* Input */

.wpcf7-form .wpcf7-form-control-wrap {
	line-height: auto;
}

.wpcf7-form .wpcf7-form-control-wrap + br {
	content: "";
    margin: 2em;
    display: block;
    font-size: 50%;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="date"], .wpcf7-form textarea, select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
    background-color: var(--light-taupe-color);
    font-family: inherit;
    color: #747474;
    display: block;
	border: 1px solid var(--light-taupe-color);
	border-radius:6px;
    padding: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
}

.wpcf7-form input[type="text"]::placeholder, .wpcf7-form input[type="number"]::placeholder, .wpcf7-form input[type="email"]::placeholder, .wpcf7-form input[type="tel"]::placeholder, .wpcf7-form input[type="date"]::placeholder, .wpcf7-form textarea::placeholder {
	color: #747474;
}

.wpcf7-form textarea {
    height: 150px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #21386d;
    color:#21386d;
}


/* Button */

.wpcf7-form .wpcf7-submit {
    background-color: var(--theme-color);
   	border: 1px solid var(--theme-color);
    color: #fff;
    text-transform: uppercase;
	font-weight:600;
	font-size:23px;
}

.wpcf7-form .wpcf7-submit:hover {
	background-color: var(--theme-color);
   	border: 1px solid var(--theme-color);
    color: #fff;
}

/* Checkbox */

/* Hide the Ordinary Checkbox */

.wpcf7-form input[type="checkbox"] {
    opacity:0 !important;
    margin-left: -5px !important;
	-webkit-appearance: checkbox;
}

/* Checkbox Icons */

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    position: relative;
    /*padding-left: 15px;*/
    cursor: default;
    font-weight: normal;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	color:var(--dark-color);
}
 
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item::before {
	color:var(--theme-color);
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: '\f0c8'; /*checkbox unchecked */
    font-size: 18px;
    /*absolutely positioned*/
    position: absolute;
    top: 0;
    left: -8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
     transition: all 0.5s;
     /*cursor: pointer;*/
}

/* Animating the Checkbox Icon */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item.checked::before {
    content:'\f14a';
}