html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	font-family: 'Cairo', sans-serif;
	font-size: 20px;
	color: #050708;
	-webkit-font-smoothing: antialiased;
	direction: rtl;
}

button {
	outline: 0 !important;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
}

p {
	font-size: 16px;
	line-height: 30px;
}

/******menu******/
.menu {
	text-align: left;
	margin-top: 35px;
}

.menu li {
	display: inline-block;
	margin-left: 50px;
	position: relative;
}

.menu li a {
	color: #cacaca;
}

.menu li:first-child {
	float: right;
	margin-left: 0;
}

.menu li:last-child {
	margin-left: 0;
	margin-right: 60px;
}

.menu span,
.liste-footer span {
	margin-right: 10px;
}

.menu i,
.liste-footer i {
	background: #fff;
	color: #d20716;
	opacity: 0.38;
	border-radius: 50%;
	font-size: 16px;
	width: 28px;
	height: 28px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	top: 3px;
}

.menu li:last-child span i:hover,
.liste-footer li:last-child span i:hover {
	opacity: 1;
	transition: .3s
}

/********section********/
.section2 {
	background: #F7F6F4;
	position: relative;
}

.section3 {
	text-align: center;
	position: relative;
}

.section4 {
	background: #D20716;
	position: relative;
}

/******formes******/
.forme-bg {
	margin-top: 54px;
}

.section1 .bg:before {
	content: '';
	background-image: url(../svg/bg1-red.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 721px;
	z-index: -2;
	top: -35px
}

.section1:before {
	content: '';
	background-image: url(../svg/bg1-formess.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 238px;
	top: 0;
	z-index: -1;
}

.section1:after {
	background-image: url(../svg/forme-section.svg);
	position: absolute;
	width: 100%;
	height: 72px;
	z-index: 9;
}

.section2:before {
	content: '';
	background-image: url(../svg/bg-formes-section2.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 156px;
	right: -415px;
}

.section3:before {
	content: '';
	background-image: url(../svg/forme-section.svg);
	position: absolute;
	width: 100%;
	height: 72px;
	z-index: 9;
	right: 0;
	top: -72px;
	transform: scaleX(-1) rotate(180deg);
}

.section4:before {
	content: '';
	background-image: url(../svg/forme-rouge-footer.svg);
	position: absolute;
	width: 100%;
	height: 72px;
	z-index: 9;
	right: 0;
	top: -72px;
}

.content11:before {
	content: '';
	background-image: url(../svg/Groupe109.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}



h1.with:before {
	content: '';
	background-image: url(../svg/points-titre.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 91px;
	height: 88px;
	bottom: 30px;
	left: 95%;
	z-index: -1;
}

h4.with:before {
	content: '';
	background-image: url(../svg/points-gris-fonce.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100px;
	height: 96px;
	bottom: 30px;
	left: 95%;
	z-index: -1;
}

/* .liste3:before {
	content: '';
	background-image: url(../svg/points-gris-fonce.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100px;
	height: 96px;
	bottom: -24px;
	left: -23px;
	z-index: -1;
} */

/******titres*******/
h1 {
	font-size: 42px;
	font-weight: bold;
	color: #D20716;
}

h2 {
	font-size: 20px;
	color: #848484;
}

h3 {
	font-size: 19px;
	font-weight: bold;
}

h4 {
	font-size: 32px;
	font-weight: bold;
	color: #D20716;
}

.nbr {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 40px;
	top: 31px;
}

.bloc2-s1 h1,
.bloc2-s1 h2 {
	z-index: 99;
	position: relative;
}

/******style******/
.flex-rtl {
	display: flex;
	direction: rtl;
	position: relative;
}

.relative-inl-bl {
	position: relative;
	display: inline-block;
}

.relative {
	position: relative;
}

.inherit {
	position: inherit;
}

.white {
	color: #fff;
}

.float-r {
	float: right;
}

.fs20 {
	font-size: 20px;
}

.z-2 {
	z-index: 2;
}

.inline-bl {
	display: inline-block;
}

.no-padding {
	padding: 0;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

/******paddings******/
.pt118 {
	padding-top: 118px;
}

.pt37 {
	padding-top: 37px;
}

.pb34 {
	padding-bottom: 34px;
}

.pb12 {
	padding-bottom: 12px;
}

.pt44b28 {
	padding-top: 44px;
	padding-bottom: 28px;
}

.pt318 {
	padding-top: 318px;
}

.pt286 {
	padding-top: 286px;
}

/*******margins*******/
.mt30b20 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.mt60b19 {
	margin-top: 60px;
	margin-bottom: 19px;
}

.mt-14 {
	margin-top: -14px;
}

.mt115 {
	margin-top: 115px;
}

.mt-135 {
	margin-top: -135px;
}

.mb109 {
	margin-bottom: 109px;
}

.mt83 {
	margin-top: 83px;
}

/*******liste*******/
.sources {
	position: absolute;
	top: -137px;
	width: 100%;
}

.sources .slide {
	display: inline-block;
	margin-left: 24px;
}

.liste3 li {
	margin-bottom: 10px;
}

.liste3 img {
	margin-left: 10px;
}

.liste-footer {
	color: #fff;
	position: relative;
	top: -11px;
	z-index: 14;
}

.liste-footer li {
	display: inline-block;
	margin-right: 34px;
	position: relative;
}

.liste-footer li a {
	color: #fff;
}

/******active & hover******/
li.active a {
	color: #fff;
	cursor: pointer;
}

li.active:after,
.menu li:hover a.link:after,
.liste-footer li:hover a.link:after {
	content: '';
	border-bottom: 2px solid #fff;
	width: 20px;
	display: block;
	position: absolute;
	text-align: center;
	bottom: -10px;
	left: calc(50% - 10px);
}

.menu li:hover a.link {
	color: #fff;
	cursor: pointer;
}

/******footer******/
.section3 img {
	margin-top: 23px;
	margin-bottom: 135px;
}

.section4 img {
	position: relative;
	top: -30px;
	z-index: 13;
}



/**********animation 3d********/
.square {
	position: relative;
	display: inline-block;
	box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0.0);
	transition: .4s;
	border-radius: 45px;
	z-index: 2;
}

.square img {
	max-width: 320px;
	width: 100%;
	box-shadow: 0 15px 50px 0px rgba(0, 0, 0, 0.1);
	border-radius: 45px;
	margin-left: auto;
	margin-right: auto;

}

.square:hover img {
	z-index: 1;
	transition: all .15s ease;
	box-shadow: 0 25px 60px 0px rgba(0, 0, 0, 0.2);
	border-radius: 45px;
}

/**********news bar*********/
/*@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-125px * 4));
            transform: translateX(calc(-125px * 4));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-125px * 4));
            transform: translateX(calc(-125px * 4));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 1;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
  display: flex;
	width: calc(125px * 9);
}
.slider .slide {
  height: 100px;
	width: 125px;
}
*/
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-125px * 7));
		transform: translateX(calc(-125px * 7));
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-125px * 7));
		transform: translateX(calc(-125px * 7));
	}
}

.slider {
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider::before,
.slider::after {
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 1;
}

.slider::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;

	width: calc(125px * 14);
}

.slider .slide {
	height: 100px;
	width: 125px;
	display: table-cell;
	vertical-align: middle;
}

/********privacy & terms******/
.block-white {
	background: #fff;
	padding: 30px;
	margin-top: -106px;
	margin-bottom: 60px;
	border-radius: 5px;
}

.block-white h1,
.block-white h2 {
	color: #000;
	font-weight: bold;
}

.block-white h1 {
	font-size: 24px;
	margin-bottom: 35px;
}

.block-white h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.block-white p {
	margin-bottom: 30px;
}

.red-header {
	height: 360px;
}

.red-header:before {
	content: '';
	position: absolute;
	background: url('../img/bg-rouge-manara.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 420px;
	margin-top: -80px;
	width: 100%;
	top: 0;
}

.banniere h3 {
	color: #fff;
	font-size: 30px;
	margin-top: 57px;
}

@media only screen and (min-width: 768px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-block {
		display: block !important;
	}
}

@media only screen and (min-width: 992px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-block {
		display: block !important;
	}

	.flex-md-rtl {
		display: flex;
		direction: rtl;
		position: relative;
	}

	.fleche1:before {
		content: '';
		background-image: url(../svg/fleche1.svg);
		background-repeat: no-repeat;
		position: absolute;
		width: 202px;
		height: 33px;
		right: 100%;
		bottom: 15px;
	}

	.fleche2:before {
		content: '';
		background-image: url(../svg/fleche2.svg);
		background-repeat: no-repeat;
		position: absolute;
		width: 202px;
		height: 33px;
		right: 100%;
		top: 10px;
	}

}

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

	.flex-mmd-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.pt318 {
		padding-top: 150px;
	}

}

@media only screen and (min-width: 1200px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.liste-footer{
		white-space: nowrap;
	}





}

	.section4 p {
		position: relative;
		top: -17px;
		z-index: 13;
		margin-right: 29px;
		float: right;
		white-space: nowrap;
	}

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

	.section1 .bg:before {
		content: unset !important;
	}
	.section4 p{
		text-align: center;
		float: unset;
	}

	.liste-footer li {
		display: inline-block;
		margin-right: 15px;
		margin-left: 15px;
		position: relative;
	}
	.section1{
		text-align: center;
	}
	.section1::before {
		content: '';
		position: absolute;
		background: url('../img/bg-rouge-manara.svg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 420px;
		margin-top: -80px;
		width: 100%;
		top: 0;
		left: 0
	}

	.section4 img {
		top: 0 !important
	}


}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.mt-4 {
	margin-top: 25px;
}

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