/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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
Template: astra
*/

/************************STYLE DEFAULT WEBSITE*********************/
*{
	outline: none;
} 
a:focus {
	outline: none;
}
div.ftPubLogo svg {
    height: 12px !important;
}
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}
span.txt-lightblue{
	color: #CADFF8;
}
ul.list-white{
	color: #FFFFFF;
}
div.btn-red-default a.elementor-button-link,
div.btn-blue-default a.elementor-button-link,
div.btn-white-default a.elementor-button-link{
	box-shadow: 0px 0.89px 1.78px 0px rgba(0, 0, 0, 0.06), 0px 0.89px 2.671px 0px rgba(0, 0, 0, 0.10);
}
div.header-nav li.menu-item a.has-submenu span.sub-arrow{
	color: #FFFFFF;
}
div.header-nav ul.sub-menu {
    width: 210px !important;
    padding: 16px;
}
div.header-nav ul.sub-menu li.menu-item:not(:last-child){
	margin-bottom: 10px;
}
div.siteLogo {
    position: absolute;
    bottom: -32px;
}
div.siteLogo a{
	background-color: #FFFFFF;
	padding: 0.2rem;
	border-radius: 6px;
}
section.splide button.splide__arrow--prev {
    display: none;
    opacity: 1;
    left: -2.8rem;
    border-radius: 0;
    background-color: #FFF;
    font-size: 22px;
}
section.splide button.splide__arrow--next {
    right: -2.8rem;
    opacity: 1;
    background-color: #FFF;
    border-radius: 0;
    display: none;
    font-size: 22px;
}
section.splide ul.splide__pagination {
    position: relative;
    padding: 0;
    margin-top: 1rem;
}
.splide__pagination__page.is-active {
    background: #000000 !important;
    transform: scale(1) !important;
}
section.splide ul.splide__pagination button.splide__pagination__page {
    background-color: #979797 !important;
    display: flex;
    height: 10px;
    width: 10px;
    transform: scale(1) !important;
}

/*****************************NAV MOBILE STYLES*******************************/
div.menuMobile li.menu-item a.menu-link:focus{
	background-color: #191919;
}
div.lang-menu a.wpml-ls-link {
    padding: 0;
    font-family: 'Source Sans 3';
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
div.lang-menu a.wpml-ls-link:hover {color:FFF;}
div.menuMobile span.sub-arrow svg.e-font-icon-svg {
    fill: #fff;
}
div.menuMobile span.sub-arrow svg.e-font-icon-svg:hover {
    fill: #5798E1;
}
div.lang-menu .wpml-ls-statics-shortcode_actions {
    padding: 0;
}
/*****************************HOME STYLES*************************************/
div.sldbghome {
    position: absolute;
    height: 100%;
	z-index: 1;
	width: 100%;
}
section.sldbg-home {
	height: 100%;
	overflow: hidden;
}
section.sldbg-home div.splide__track,
div.sldbghome div.elementor-shortcode{
	height: 100%;
}
section.sldbg-home li.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.sld-grid a.box-enterprises {
	background-repeat: no-repeat;
	background-size: cover;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 2rem 2.5rem;
	display: block;
	height: 100%;
	text-decoration: none;
	position: relative;
}
div.arrow-serv{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 64px;
	height: 64px;
	padding: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	background-color: #3280D8;
	border-radius: 1000px 0px 0px 0px;
	transition: all ease 500ms;
}
section.sld-grid ul.splide__slide__row {
    height: auto !important;
}
section.sld-grid ul.splide__list li.splide__slide {
    padding: 0.5rem;
}
section.sld-grid h3.tlt-box {
    margin: 1rem 0;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
}
section.sld-grid p.inf-box {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
section.sld-grid a.box-link {
	display: flex;
    width: 170px;
    text-align: center;
	margin-top: 0.8rem;
    font-size: 15px;
    line-height: 22px;
	font-weight: 700;
    color: #A7771E;
    text-decoration: none;
    padding: 1rem;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0.89px 1.78px 0px rgba(0, 0, 0, 0.06), 0px 0.89px 2.671px 0px rgba(0, 0, 0, 0.10);
}

section.sld-grid .box-garantie p.tlt-box, section.sld-grid .box-garantie p.inf-box {
    color: #FFF;
}
section.sld-grid ul.splide__pagination button.splide__pagination__page.is-active {
	width: 25px !important;
	background-color: #3280D8 !important;
	transform: scale(1) !important;
	opacity: 1 !important;
	border-radius: 20px !important;
}

div.container-tests {
    padding: 40px;
}
li.wrap-post-test {
    display: flex;
    justify-content: center;
    align-items: center;
}
p.sld-test-content,
img.img-test-sld{
	margin-bottom: 20px;
}
img.img-test-sld{
	width: 140px;
}
p.sld-test-author{
	color: #971324;
	font-weight: bold;
	font-family: "Arimo";
}
p.sld-test-content{
	font-size: 18px;
}
section.sldtestnord.splide ul.splide__pagination button.splide__pagination__page.is-active{
	width: 25px !important;
	background-color: #3280D8 !important;
	transform: scale(1) !important;
	opacity: 1 !important;
	border-radius: 20px !important;
}
section.sldtestnord.splide button.splide__arrow--prev,
section.sldtestnord.splide button.splide__arrow--next{
	border-radius: 6px;
	background: linear-gradient(180deg, #FFF 0%, #F2F7FE 100%);
	box-shadow: 0px 0.89px 1.78px 0px rgba(0, 0, 0, 0.06), 0px 0.89px 2.671px 0px rgba(0, 0, 0, 0.10);
	width: 30px;
	height: 48px;
}
section.sldtestnord.splide button.splide__arrow--prev svg,
section.sldtestnord.splide button.splide__arrow--next svg{
	fill: #094F9F;
	width: 16px;
}
/************************CONTACT-FORM*******************************/
.wpcf7 div.contact-form {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
div.contact-form div.cont-input label {
    font-family: 'Source Sans 3';
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #191919;
}
div.contact-form div.cont-input label span {
    color: #C31C23;
	font-weight: 500;
}
div.contact-form .cont-input label.inf-file {font-weight: 400;}
div.contact-form div.cont-btn {margin-top: 1rem;}
div.contact-form div.cont-btn input.btn-frm {
	font-family: 'Arimo';
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    background: linear-gradient(180deg, #C31C23 0%, #971324 100%);
    box-shadow: 0px 0.89px 1.78px 0px rgba(0, 0, 0, 0.06), 0px 0.89px 2.671px 0px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    width: 100%;
}
div.contact-form input.input-frm, div.contact-form textarea.input-msg {
    border-radius: 6px;
    border: 1px solid #c6c5c5;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
div.contact-form textarea.input-msg {
   height: 150px;
	resize: none;
}
/******************************************************************/
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 375px) {
	section.sldtestnord.splide button.splide__arrow--prev,
	section.sldtestnord.splide button.splide__arrow--next{
		display: flex;
	}
	section.sldtestnord.splide button.splide__arrow--prev{
		left: -0.4rem;
	}
	section.sldtestnord.splide button.splide__arrow--next{
		right: 0rem;
	}
}
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {
/*****************************HOME STYLES*************************************/

}
@media only screen and (min-width: 993px) {
	a.box-enterprises:hover div.arrow-serv{
		opacity: 1;
	}
	div.arrow-serv{
		opacity: 0;
	}
}
@media only screen and (min-width: 1025px) {
	div.siteLogo {
		position: absolute;
		bottom: -4px;
	}
	div.sld-txt-testimonials{
		max-width: 760px;
	}
	section.sldtestnord.splide button.splide__arrow--prev{
		left: 1.6rem;
		width: 42px;
		height: 48px;
	}
	section.sldtestnord.splide button.splide__arrow--next{
		right: 2rem;
		width: 42px;
		height: 48px;
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 544px) {}