*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body{
	background: #fdfdfd;
	font-family: Po18;
	margin-top: 72px;
}

header{
	height: 70px;
	position: fixed;
	top: 0;
	box-shadow: 0 2px 2px #0002;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 25px;
	background: #fff;
	z-index: 1;
}

body .slogan{
	display: inline-block;
	font-size: 14px;
	line-height: 13px;
	position: relative;
	top: 2px;
	color: #fff;
	opacity: .6;
}

.content .slogan{
	top: -10px;
	opacity: .8;
}

.logo, .choose_lang, .flexible, footer #logo, .flex{
	display: flex;
	align-items: center;
}

.burger_menu{
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	background: #262a5b;
	margin-right: 20px;
}

.logo img {
	height: 50px;
	object-fit: cover;
}

.choose_lang{
	color: #262a5b;
	background: #262a5b11;
	padding: 7px 10px;
	border-radius: 20px;
	position: relative;
}
.text_lang{
	font-weight: bold;
}

.menu{
	position: fixed;
	top: 0;
	width: 100%;
	left: -100%;
	padding: 50px 25px;
	height: 100vh;
	background: #222225;
	color: #fff;
	transition: .3s;
	z-index: 3;
}

.menu.active{
	left:0;
	transition: .3s;
}

.menu .head{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.menu ul a{
	display: flex;
	align-items: center;
	text-transform: capitalize;
}

.menu ul a span, .menu li:last-child span{
	display: inline-block;
	margin-right: 15px;
	opacity: .4;
}

.menu .head span{
	font-size: 24px;
}

.menu a{
	background: transparent;
	padding: 6px 20px;
	border-radius: 20px;
}

.menu a:active{
	background: #fff1;
}

.menu li:last-child{
	display: flex;
	align-items: center;
	background: #f0f0f0;
	color: #111;
	padding: 7px 20px;
	border-radius: 20px;
	font-weight: bold;
}

.menu li:last-child span{
	 color: #FF0500;
	 opacity: .8;
}

.menu .ico_foo{
	position: fixed;
	bottom: 20px;
}

.menu .ico_foo a{
	padding: 0;
	margin-right: 15px;
}

.menu hr{
	margin: 20px 0;
	border: none;
	height: 2px;
	background: #fff3;
	border-radius: 20px;
}

.intro{
	background: #262a5b url('../img/home.jpg');
	background-size: cover;
	height: 320px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.intro .content {
	background: #0009;
	color: #fff;
	padding: 35px 20px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.intro .content h1, footer #logo {
	font-family: Po14;
	margin-bottom: 10px;
}

.intro .content p a, section div a{
	margin-top: 15px;
}

a, .fakebutton{
	display: inline-block;
	background: #cd1c26;
	padding: 9px 30px;
	border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

section {
	padding: 40px 25px 40px;
}

.creator{
	background: #0001;
	padding: 0 25px 40px;
}

.creator figure{
	text-align: center;
}

.creator img{
	width: 270px;
	margin: 0 auto;
}

.creator figure figcaption{
	font-family: Po14;
	font-weight: bold;
	font-size: 22px;
	color: #262a5b;
}

.goals ul li{
	list-style-type: circle;
	list-style: url('../img/icon.png');
	list-style-position: inside;
}

.whoarewe a{
	padding: 0;
	background: transparent;
	text-transform: none;
	color: #262a5b;
	font-weight: bold;
	display: inline;
	text-decoration: underline;
}

section.aboutme:before{
	content: '';
	width: 100%;
	height: 700px;
	background: #262a5b02;
	border-radius: 50%;
	z-index: -1;
	position : absolute;
	top: 0;
	left: 0;
}

.vbvc div{
	margin-top: 20px;
}

.sommaires{
	background: #262a5b11;
	padding: 30px 20px;
}

.sommaires a{
	background: transparent;
	color: #cd1c26;
	opacity: .8;
	padding: 0;
	text-transform: none;
}

.sommaires h4{
	margin-top: 20px;
}

.sommaires ul ul li{
	padding-left: 15px;
}

.sommaires ul ul li a{
	color: #262a5b;
	font-weight: normal;
}

section p{
	padding-top: 30px;
}

.honor{
	flex-wrap: wrap;
	margin-top: 30px;
}

.honor div{
	padding: 6px 17px;
	background: #262a5b16;
	margin: 3px;
}

.whyme > div{
	background: #262a5b11;
	padding: 30px 10px;
}

.slider{
	box-shadow: 2px 2px 2px #0001, 0 -1px 2px #0001;
	padding: 40px 25px;
	margin: 5px 0;
	border-radius: 10px;
	position: relative;
	display: none;
}
/*MPRO*/
.bur section{
	padding: 20px 25px 20px;
}
.bur figure figcaption ul li a{
	text-decoration: none;
	background: #cd1c26;/*je ne trouve pas les boutons rouges ci mal*/
	font-weight: bolder;
	padding: 5px 8px;
	border-radius: 7px;
	font-size: 14px;
	opacity: .8;
  }
.bur figure figcaption{
	margin: 15px auto;
}
.bur figure figcaption h3, figure figcaption h2{
	color:  #262a5b;
}
.bur figure figcaption h2{
	margin-bottom: 25px;
}
.title1{
	text-align: center;
}
/*fin 	mpro*/

.slider.active{
	display: block;
}

.slider img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	animation: anim2 .4s linear;
}

.slide_text{
			animation: anim .4s linear;
}


.slider.b1{
	background: #5600CF03;
}

.slider.b2{
	background: #02930003;
}

span.num{
	font-size:40px ;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	color: #cd1c26;
}

.copy{
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	background: #0003;
}
@keyframes anim{
	0%{
		transform: translateX(-30px);
	}
}
@keyframes anim2{
	0%{
		transform: translateY(-50px);
	}
}
@keyframes anim3{
	0%{
		transform: translateY(50px);
	}
}

div.text{
	font-size: 20px;
	font-weight: bold;
	
}

.prevnext{
	text-align: center;
	margin-top: 15px;
}

.prevnext span{
	display: inline-block;
	padding: 9px;
	border-radius: 50%;
	background: #cd1c26;
	color: #fff;
	box-shadow: 1px 1px 2px #0001;
	margin: 0 15px;
}

.prevnext span:active{
	background: #fff;
	color: #cd1c26;
}

section p b{
	color: #cd1c26;
}

/*Time Line*/

.wrapper{
  max-width: 1080px;
  margin: 50px auto;
  padding: 15px 20px;
  position: relative;
  background: #262a5b08;
  border-radius: 10px;
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #cd1c26;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{
  background: #fff;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #cd1c26;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
  padding: 0;
}
.row-1 section .icon{
  top: 15px;
  right: -60px;
}
.row-2 section .icon{
  top: 15px;
  left: -60px;
}
.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin-bottom: 10px;
}
.row section .bottom a{
  text-decoration: none;
  background: #cd1c26;
  font-weight: bolder;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover{
  transform: scale(0.97);
}
@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  /*.row section::before{
    display: none;
  }*/
  .wrapper section .icon {
  	left: -40px;
  }
  
  .wrapper .center-line{
  	left: 0;
  }
  
  .wrapper .row{
    margin: 10px 0;
  }
}

footer{
	background: #262a5b;
	padding: 70px 20px 10px;
	color: #fff;
}

.adresses, .servi{
	margin-bottom: 50px;
}

.child{
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}

.ico_foo{
	display: flex;
}

.ico_foo a{
	font-size: 20px;
	margin-right: 5px;
	opacity: .7;
}

.adresses ul li ul li{
	font-weight: bold;
	font-size: 14px;
	opacity: .6;
	margin-bottom: 10px;
}

footer #logo img{
	height: 60px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	object-fit: cover;
	padding: 8px;
	margin-right: 10px;
} 

footer #logo {
	color: #cd1c26;
}

footer ul li a, footer div a{
	padding: 0;
	background: transparent;
	text-transform: none;
	color: #f2f2f2;
	font-weight: normal;
}

#bold {
	font-weight: bold;
}

.servi ul, .shorcuts > ul, .shorcuts #bold{
	padding-left: 10px;
	opacity: .7;
	font-weight: bold!important;
}

.shorcuts h4{
	margin: 30px 0 5px;
}

.horaires{
	opacity: .8;
	font-size: 14px;
}

.horaires ul ul li{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}

.horaires > ul li + li{
	margin-top: 10px;
}

.contact{
	position: fixed;
	bottom: 0;
	background: #0003;
	backdrop-filter: blur(5px);
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.contact.active{
	visibility: visible;
	opacity: 1;
	transition: .3s;
}

.contact > div{
	position: fixed;
	bottom: 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: rgb(231, 230, 230);
	padding: 30px 30px 20px;
	width: 100%;
}

.contact .h{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.h span{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	background: #cd1c26;
	color: #fff;
}

.contact h3{
	color: #cd1c26;
}

.apps{
	display: flex;
	justify-content: space-around;

}

.apps figure{
	text-align: center;
}

.apps figure .icon{
	display: inline-block;
	font-size: 30px;
}

.apps figure:first-child{
	color: rgb(10, 190, 19);
}

.apps figure:last-child{
	color: rgb(255, 13, 53);
}

.contact figure figcaption{
	color: #262a5b;
	font-weight: bold;
}

.chose_lang{
	position: fixed;
	top: 60px;
	right: 28px;
	background: #fff;
	z-index: 2;
	border-radius: 0;
	box-shadow: 2px 2px 2px #0001, -2px 0 2px #0001;
	padding: 7px 0 0;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

.chose_lang.active{
	visibility: visible;
	opacity: 1;
	transition: .3s;
}

.chose_lang li a{
	display: inline-block;
	padding: 3px 10px;
	color: #262a5b;
	background: transparent;
	text-transform: capitalize;
}

.intro.s.s1{
	background: url("../img/service.jpg");
	background-size: cover;
}
.intro.s.s5{
	background: url("../img/about.png");
	background-size: cover;
}

.intro.s.s2{
	background: url("../img/formation.jpg");
	background-size: cover;
}
.intro.s.s7{
	background: url("../img/bureau.jpg");
	background-size: cover;
}

.intro.s .content div{
	text-align: center;
	font-size: 33px;
	width: 100%;
	font-weight: bold;
}

.flex{
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.flex figure{
	border-radius: 10px 10px 0 0;
	box-shadow: 0 2px 6px #0002;
	padding-bottom: 15px;
	margin: 20px 5px;
	min-width: 200px;
	width: 310px;
}

.flex figure img{
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.flex figcaption{
	padding: 5px 15px;
}

.flex figcaption a{
	background: transparent;
	color: #cd1c26;
	border: solid 1px #cd1c26;
	border-radius: 5px;
}

.flex figcaption a:active{
	background: #cd1c26;
	color: #fff;
	font-weight: bold;
}

.suggest{
	padding: 30px 20px;
	margin: 0 20px 30px;
	box-shadow: 1px 1px 4px #0002;
	border-radius: 5px;
}

.suggest span{
	display: block;
	margin-top: 10px;
}

.suggest span a{
	background: transparent;
	padding: 7px 15px;
	margin: 0 5px 5px;
	border: solid 1px #262a5b;
	color: #262a5b;
	border-radius: 20px;
	text-transform: none;
}

.suggest span a:hover{
	background: #262a5b44;
}

#resiPerma, #resiTempo, #genAff{
	padding-top: 90px;
	margin-top: -40px;
}

 #invest, #qualifies, #provinces, #asile, #etudiants, #visiteurs, #temporaires, #autonomes, #m20, #m21, .newfaq{
	color: #262a5b;
	padding-top: 70px;
	margin-top: -70px;
}

.detail_service{
	background: #cd1c2515;
	border-radius: 5px;
	padding: 30px 20px;
	color: #555;
	display: none;
}

@keyframes anisimplify { /*création de l'animation aniTitre*/
	0% {
				filter: blur(12px);
		opacity: 0;
	  }
	  100% {
				filter: blur(0px);
		opacity: 1;
	  }
	}
	@keyframes text-focus-in {
	  0% {
				filter: blur(12px);
		opacity: 0;
	  }
	  100% {
				filter: blur(0px);
		opacity: 1;
	  }
}
  
 .simplify{
   /*j'appelle mon animation aniTitre*/
   animation: anisimplify 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
 }

.detail_service.active{
	display: block;
}

.detail_service a:first-of-type {
	background-color: transparent;
	color: #cd1c26;
	padding: 0;
	display: inline;
	text-transform: none;
}


.detail_service a:last-of-type {
	display: inline-block;
	background-color: transparent;
	color: #cd1c26;
	padding: 7px 15px;
	border: solid 1px #cd1c26;
	border-radius: 5px;
}

.def, .title_services{
	padding: 5px 0;
}

.title_services{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #262a5b;
	line-height: 20px;
}

.title_services span{
	font-size: 22px;
	display: inline-block;
	padding: 7px 9px;
	margin-left: 10px;
	background: #262a5b13;
	border-radius: 5px;
}

@media screen and (min-width: 720px){
	.bur .contains div{
		width: 350px;
	}
	.bur .contains{
		display: flex;
		justify-content: space-around;
	}
	.menu{
		width: 300px;
	}
	.intro .content{
		justify-content: center
	}
	.intro .content h1, .intro .content p{
		width: 400px;
		text-align: center;
	}

	.special section p{
		text-align: justify;
	}

	footer{
		padding: 70px 60px 10px;
	}
	footer .content{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer #logo h3{
		font-size: 25px;
		margin-left: 15px;
	}

	.adresses{
		order: -1;
	}

	.shorcuts{
		order: 1;
	}

	.servi{
		order: 2;
	}

	footer .content div{
		width: 300px;
	}

	.copy{
		margin-top: 0;
	}

	.contact{
		width: 350px ;
		height: auto;
		right: -100%;
		bottom: 30px;
		transition: .3s;
	}

	.contact > div{
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: rgb(243, 243, 243);
		box-shadow: 0 4px 8px #0003;
	}
	
	.contact.active{
		right: 20px;
		visibility: visible;
		opacity: 1;
		transition: .3s;
	}

	.sommaires{
		padding: 30px 40px;
	}

	.sommaires > ul{
		display: flex;
	}

	.sommaires > ul li{
		margin: 0 30px 20px 0;
	}

	.sommaires ul li ul li{
		padding-left: 0;
	}

	.sommaires > ul li ul li{
		margin: 0;
	}
}

@media screen and (min-width: 1020px){
	
.menu.active{
	left: 10%;
}
	#main{
		width: 80%;
		margin: 0 auto;
		background-color: #00000004;
		position: relative;
	}

	header{
		width: 80%
	}
	.intro{
		background-position-y: -60px;
	}
	section{
		padding:  50px 80px 10px;
	}

	.sommaires{
		padding: 30px 80px;
		margin-top: 30px;
	}

	footer .content div{
		width: 250px;
	}

	.chose_lang{
		right: calc(10% + 28px);
	}
	
	.contact.active{
		right: calc(10% + 20px);
		visibility: visible;
		opacity: 1;
		transition: .3s;
	}

	.flex{
		justify-content: flex-start;
	}

	.flex figure{
		margin: 20px 10px;
	}
}

.form, .formactu{
	box-shadow: 1px 1px 5px #0001, -1px -1px 5px #0001;
	max-width: 400px;
	border-radius: 5px;
	padding: 20px 20px!important;
	margin-top: 30px;
}

.formactu{
	width: auto;
}

.form label, .formactu label{
	color: #262a5b;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 3px;
}

.form input, .form textarea, .formactu input, .formactu textarea{
	border: solid 1px #2836d111;
	border-radius: 10px;
	padding: 4px 15px;
	caret-color: #2836d1;
	color: #262a5b77;
	font-family: Po18;
	outline: 0;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	background: #2836d105;
	text-transform: none;
}

textarea{
	height: 220px;
	resize: none;
}

.form input:focus, .form textarea:focus, .formactu input:focus, .formactu textarea:focus{
	border: solid 1px #262a5b55;
}

.form input::placeholder{
	color: rgba(128, 128, 128, 0.658);
	font-weight: normal;
	font-family: Po14;
}

.form input[type=submit], .formactu input[type=submit]{
	width: auto;
	padding: 6px 25px;
	font-weight: bold;
	color: #fff;
	background: #262a5b;
	border: none;
	margin-top: 10px;
}
.error , .success {
	background: crimson;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 5px;
	position: fixed;
	bottom: 10px;
	width: calc(100% - 50px);
	left: 50%;
	transform: translateX(-50%);
	overflow-x: auto;
	display: flex;
	align-items: center;
	z-index: 3;
}

.msgico {
	display: inline-block;
	font-size: 30px;
	margin-right: 10px;
}

.success {
	background: #0a0;
}
@media screen and (min-width: 500px) {
	.error , .success {
		max-width: 480px;
		transform: none;
		left: 30px;
	}
}

section[data-aos] div[id]{
	margin-bottom: 20px;
}

.title_services h3{
	color: #262a5b;
	opacity: .7;
	font-weight: 100;
}

#not_flex{
    display: block;
}

#not_marge{
    margin-left: 0;
}

.actupresentation{
	display: flex;
	background: #fff;
	box-shadow: 2px 2px 5px #0002;
	text-transform: none;
	padding: 0;
	margin: 15px 10px;
	color: #0008;
	font-weight: 300;
	border-radius: 10px;
	width: 280px;
}

.actupresentation .contenu{
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 35px 0 0;
	padding: 0;
}

.actupresentation figure img{
	object-fit: cover;
	width: 90px;
	border-radius: 50%;
}

.actupresentation .info{
	width: 100%;
	justify-content: space-between;
}

.actupresentation figure{
	align-items: flex-start;
	padding: 20px;
}

.actupresentation figure h2{
	margin-bottom: -20px;
}

.auteurs .flex, #supersection{
	display: flex;
	align-items: center;
}

.auteurs .flex span:first-child{
	margin-right: 8px;
	font-size: 18px;
}

.auteurs#flex{
	display: flex;
	flex-wrap: wrap;
}

.auteurs#flex span:last-child{
	margin-right: 40px;
}

#supersection{
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.fakebutton{
	margin-top: 15px;
}

.pagination, .pagination a, .pagination span{
	display: flex;
	justify-content: center;
}

.pagination{
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.pagination a, .pagination span{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	padding: 0;
	font-weight: 400;
	margin: 3px 2px;
	background-color: #cd1c26;
	color: #fff;
}
.pagination span{
	background: #262a5b22;
	color: #262a5b;
	opacity: .7;
	border: 1px solid #0000;
}

#flex{
	display: flex;
}

#superpost{
	display: inline-block;
	font-size: 22px;
}

#content_viewer{
	min-height: 400px;
}

#seeviewdetails{
	background: #0e20de05;
}

#seeviewdetails h2 {
	font-family: Po01;
}

.containsRequest{
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #0001, -1px -1px 5px #0001;
	margin: 10px 0;
}

#content_viewer img, #content_viewer video {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 1px 20px #0001;
}

.containsRequest p{
	padding: 5px 10px;
	background: #00000005;
	border-radius: 5px;
	margin-bottom: 20px;
}

.approuvalbtn{
	margin: 15px 0 5px;
}

.approuvalbtn span{
	display: inline-block;
	padding: 6px 20px;
	background: #262a5b;
	color: #fff;
	border-radius: 30px;
	border: solid 2px #262a5b;
	margin: 2px 1px;
	cursor: pointer;
}

.approuvalbtn span:nth-child(2), .approuvalbtn span:last-child{
	background: transparent;
	color: #262a5b;
}

.approuvalbtn span:last-child{
	background: #cd1c26;
	color: #fff;
	border: solid 2px #cd1c26;
}

html, body.v2 {
	height: 100%;
	display: flex;
	flex-direction: column;
}

body.v2 header {
	padding-left: 5%;
	padding-right: 5%;
}

body.v2 main {
	flex: 1;
	display: flex;
	flex-direction: column;
}

main .conts::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/maintenance.png');
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: 10%;
	background-size: contain;
	opacity: .1;
}

main .conts {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.conts .clicc {
	max-width: 700px;
	padding: 20px 5%;
}

.clicc h1 {
	margin-bottom: 30px;
	font-family: Po01;
	color: #222;
}

.clicc p {
	margin-bottom: 20px;
}

.countdown {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	margin-bottom: 50px;
}

.countdown figure {
	box-shadow: 1px 1px 5px #0001;
	width: 70px;
	border-radius: 20px;
	padding: 5px;
	text-align: center;
}

.countdown figure figcaption {
	background: #cd1c2611;
	color: #cd1c26;
	text-transform: uppercase;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
}

.countdown figure div {
	font-weight: bold;
	font-size: 30px;
	font-family: Po01;
	color: #333;
}

.clicc .ico_foo {
	display: inline-flex;
	align-items: center;
	background-color: #00f5;
	padding: 3px 10px;
	border-radius: 10px;
	gap: 5px;
}

.clicc .ico_foo a {
	padding: 0;
	opacity: 1;
	background: transparent;
	border-radius: none;
	
}

.bloc.ok {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: 1px 1px 10px #0002;
}

.bloc.ok .subfield, .bloc.ob .subfield {
  display: flex;
  align-items: center;
	gap: 10px;
}

.bloc.ok .subfield span {
  color: royalblue;
}
.bloc.ob .subfield span {
  color: crimson;
}

.model-4 {
  display: inline-block;
  padding: 5px;
  margin: 0;
  position: relative;
}

.model-4 .card {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  transition: 0.2s linear;
}
.model-4 .card:hover + button {
  opacity: 1;
}
.model-4 .toggle {
  position: relative;
}
.model-4 .toggle input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.model-4 .toggle input[type="checkbox"]:checked + label:before {
  box-shadow: inset 25px 0 0 #13bf11;
}
.model-4.d .toggle input[type="checkbox"]:checked + label:before {
  box-shadow: inset 25px 0 0 royalblue;
}
.model-4 .toggle label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
}
.model-4 .toggle label:before {
  content: "";
  width: 60px;
  height: 35px;
  background: #fff;
  border: 2px solid #ddd;
  box-shadow: inset -25px 0 0 rgb(247, 125, 125);
  position: relative;
  display: inline-block;
  border-radius: 20px;
  box-sizing: border-box;
  transition: 0.25s ease-in-out;
}

#testimonies {
	box-shadow: 0 5px 20px #0003;
}

.testimonialBox {
	height: 370px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.testimonialBox > img, .testimonialBox > img + p img {
	opacity: .2;
	width: 70px;
}

.testimonialBox > img + p img {
	width: 30px;
	position: relative;
	left: 90%;
	top: -20px;
	transform: translateX(-50%);
}

.testimonialBox p {
	padding-top: 0;
	flex: 1;
	overflow-y: auto;
}

.testimonialBox p::first-letter {
	margin-left: 30px;
}

.swiper-wrapper {
	display: flex;
	align-items: stretch!important;
	padding-bottom: 80px;
}

.swiper-slide {
	background: #fafafa;
	box-shadow: 0 2px 5px #0001;
	border-radius: 10px;
	padding: 30px 20px;
}

.swipper-nav::after {
	display: none;
}

.swipper-nav {
	padding: 8px;
	border-radius: 50%;
	box-shadow: 0 5px 10px #0003;
	top: auto!important;
	bottom: 20px;
	width: 40px!important;
	height: 40px!important;
	cursor: pointer;
	color: #FF0500!important;
}

.swiper-button-prev {
	left: auto!important;
	right: 70px!important;
}

.testimonialBox .details {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.testimonialBox .details h3 {
	font-weight: lighter;
	font-size: 14px;
}

.testimonialBox .details img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 5px 10px #0002;
}

.testimonialBox .details h3 span {
	color: crimson;
	font-weight: bold;
}

section#seeviewdetails p {
    padding-top: 5px;
}

section#seeviewdetails a {
    padding: 0;
    margin: 0;
    color: unset;
    background: transparent;
    display: inline;
    border-radius: 0;
    text-transform: none;
}
