/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/*/ Marquee styles /*/
.marquee {
    --gap: 50px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}
  
.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    list-style-type: none;
    padding: 0 !important;
}

.marquee__content li{
    color: #fff;
    font-family: 'Barlow';
font-style: normal;
font-weight: 800;
font-size: 99px;
line-height: 110px;
color: transparent !important;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.11);
text-transform: uppercase;
margin-bottom: -12px;

}

.marquee__content li:nth-child(odd){
    color: #212121;
}

@keyframes scroll {
from {
    transform: translateX(0);
}
to {
    transform: translateX(calc(-100% - var(--gap)));
}
}

/*/ Pause animation when reduced-motion is set /*/
@media (prefers-reduced-motion: reduce) {
    .marquee__content {
        animation-play-state: paused !important;
    }
}

/*/ Enable animation /*/
.enable-animation .marquee__content {
    animation: scroll 40s linear infinite;
}

/*/ Reverse animation /*/
.marquee--reverse .marquee__content {
    animation-direction: reverse;
}
.prgrm-slider-img-bx img{
	height: 360px !important;
	object-fit: cover !important;
}
.propos-list-txt ul{
	padding-left: 25px !important;
}
.propos-list-txt ul li{
	list-style-type: none;
	margin-bottom: 30px;
	position: relative;
}
.propos-list-txt ul li:after{
	content: "";
	background: url(images/porpos-li-after-icon.png);
	width: 100%;
    height: 17.97px;
    position: absolute;
    top: 4px;
    left: -27px;
    background-repeat: no-repeat;
}
.lquipe-img-bx img{
	width: 100%;
	height: 522px !important;
	object-fit: cover !important;
}
.en-images-slider img{
	height:423px !important;
	object-fit: cover;
	width: 100% !important;
}
.en-images-slider .swiper{
	padding-bottom: 70px !important;
}
.en-images-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	outline: 1px solid #E32C30;
  	outline-offset: 5px;
  	height: 10px !important;
  	width: 10px !important;
}
.cntct-frm input {
    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 47px !important;
    font-family: 'Manrope' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #fff !important;
    padding: 14px 25px !important;
}
.cntct-frm .gform_title{
	display: none !important;
}
.cntct-frm input::placeholder{
	opacity: 1 !important;
	color: #fff !important;
}
.cntct-frm input:focus-visible{
	border: 1px solid #74C1F9 !important;
	color: #74C1F9 !important;
	box-shadow: 0px 0px 8px rgba(116, 193, 249, 0.64) !important;
	outline:none !important;
}
.cntct-frm input:focus-visible::placeholder{
	color: #74C1F9 !important;
}
.cntct-frm select {
    border: 1px solid #FFFFFF !important;
    border-radius: 47px !important;
    font-family: 'Manrope' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #fff !important;
    padding: 14px 25px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/select-arrow.svg) transparent;
    background-position: 95%;
    background-repeat: no-repeat;
}
.cntct-frm option {
    font-family: 'Manrope' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #fff !important;
}
.cntct-frm select:focus-visible{
	border: 1px solid #74C1F9 !important;
	color: #74C1F9 !important;
	box-shadow: 0px 0px 8px rgba(116, 193, 249, 0.64) !important;
	outline:none !important;
}
.cntct-frm textarea {
    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 17px !important;
    font-family: 'Manrope' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #fff !important;
    padding: 14px 25px !important;
    height: 120px !important;
    resize: none !important;
}
.cntct-frm textarea::placeholder{
	opacity: 1 !important;
	color: #fff !important;
}
.cntct-frm textarea:focus-visible{
	border: 1px solid #74C1F9 !important;
	color: #74C1F9 !important;
	box-shadow: 0px 0px 8px rgba(116, 193, 249, 0.64) !important;
	outline:none !important;
}
.cntct-frm textarea:focus-visible::placeholder{
	color: #74C1F9 !important;
}
.cntct-frm input[type=submit]{
	background: #E32C30 !important;
    border: 1px solid #E32C30 !important;
    border-radius: 50px !important;
    font-family: 'Manrope' !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #fff !important;
}
.cntct-frm input[type=submit]:hover{
	background: transparent !important;
    border: 1px solid #fff !important;
}
.ftr-frm .gform_title{
	display: none !important;
}
.ftr-frm input{
	background: #FFFFFF !important;
	box-shadow: 0px 11px 50px rgba(0, 0, 0, 0.47) !important;
	border-radius: 100px !important;
	font-family: 'Manrope' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #000000 !important;
    padding: 12px 20px !important;
}
.ftr-frm input[type=submit]{
	background: #E32C30 !important;
    border: 1px solid #E32C30 !important;
    border-radius: 50px !important;
    font-family: 'Manrope' !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #fff !important;
    width: 100% !important;
}
.ftr-frm input[type=submit]:hover{
	background: transparent !important;
    border: 1px solid #fff !important;
}
.ftr-frm input:focus-visible{
	outline:none !important;
}
.ftr-frm input::placeholder{
	color: #000 !important;
	opacity: 1 !important;
	text-transform: uppercase !important;
}
.ftr-frm .gfield_validation_message{
	display: none !important;
}
.darkHeader{
box-shadow: 0px 11px 50px rgba(0, 0, 0, 0.47) !important;
}

@media(max-width: 1024px){
	.lquipe-img-bx img {
	    width: 100%;
	    height: 370px !important;
	    object-fit: cover !important;
	}
	.en-images-slider img {
	    height: 335px !important;
	    object-fit: cover;
	    width: 100% !important;
}
}
@media(max-width: 767px){
	.footer-menu ul{
		margin:0 -1%;
		overflow:hidden;
}
	.footer-menu li{
		margin:0 1% !important;
		float:left;
		width:48%;
		}

}