@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,500,600,700&subset=latin,latin-ext');
/*@import "bootstrap/bootstrap.min.css";*/


/* Footer-Basics.css */
.footer-basic {
  padding:70px 0;
  color: var(--light-blue-grey-two);
  background-color: var(--gunmetal);
  color:white;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size: 14px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  /* padding-bottom:25px; */
  margin-top: -6px;
}

.footer-basic .social > a {
  /* font-size:24px; */
  width:40px;
  /* height:40px; */
  /* line-height:40px; */
  display:inline-block;
  text-align:center;
  border-radius:50%;
  margin:0 8px;
  color:inherit;
  margin-top: -2px;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}


/* palette de couleur */
:root {
	--light-blue-grey: #d4dbee;
	--blush: #f47d7c;
	--black: #000000;
	--lightblue: #5ac9ee;
	--robin-egg-blue: #9ce6ff;
	--light-blue-grey-two: #cbe1ea;
	--duck-egg-blue: #e6f5fc;
	--pale-grey: #f5f9fb;
	--pale-olive-green: #9bd96c;
	--apple: #77cb37;
	--white: #ffffff;
	--orange-red: #ff2c2a;
	--steel: #797f90;
	--bluey-grey: #99a3bc;
	--dark-sky-blue: #46b3d8;
	--gunmetal: #4a4e59;

}

body {
	font-family: Open Sans;
	font-size: 18px;
}

.hidden {
	display: none !important;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row [class^='col-xs-'],
.row [class^='col-sm-'],
.row [class^='col-md-'],
.row [class^='col-lg-'] {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.row.stacked [class^='col-xs-'],
.row.stacked [class^='col-sm-'],
.row.stacked [class^='col-md-'],
.row.stacked [class^='col-lg-'] {
  padding-left: 0px;
  padding-right: 0px;
}

a {
	color: var(--dark-sky-blue);
}

.bold {
	font-weight: bold;
}
.part1 {
	/*line-height: 75px;*/
	min-height: 75px;
}

.part1 img {
	margin-left: -29px;
	margin-top: -7px;
	height: 65px;
}

.part1 span {
	float: right;
	line-height: 50px;
}

.btn-lang {
	color: #7c7c7c;
    background-color: #ffffff;
    border-color: #d9edf7;
    min-width: 132px;
}

.btn-lang:hover,
.btn-lang:focus,
.btn-lang:active,
.btn-lang.active,
.open>.dropdown-toggle.btn-lang {
	color: #7c7c7c;
    background-color: #ffffff;
    border-color: #d9edf7;
}

.dropdown-menu {
	margin: 2px 1px 0;
	min-width: unset;
	width: 132px;
}


.dropdown-menu>li>a {
	/*background-color: unset;*/
	    padding: 3px 10px;
}

.flags {
    width: 25px !important;
    height: 19px !important;
    flex: 1;
    margin-left: 0px !important;
    margin-top: -3px !important;
}

#spec {
	margin-top: 22px;
}

.part2 {
	background-image: linear-gradient(114deg, #7ac943, #5aa924);
	margin-bottom: 0px;
}

.part2 h1 {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 56px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	color: var(--white);
	margin: 60px;
}

.part2 p {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	color: var(--white);
}

.part2 h2 {
	font-size: 22px;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 0px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.26);
}

.part2 .rectangle h2 {
	font-size: 22px;
	text-align: center;
	margin-top: 22px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.26);
}

.part2 a {
	color: #ffffff;
	color: var(--white);
	text-decoration: underline;
}

.part2 button,
.part2 button:focus  {
	border-radius: 2px;
	background-color: #5ac9ee;
	background-color: var(--lightblue);
	border: none;

	width: 98px;
    height: 42px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	color: var(--white);
	outline: none;
	padding-top: 5px;
    padding-bottom: 3px;
}

.part2 button:hover,
.part2 button:active
 {
	border-radius: 2px;
	background-color: #9ce6ff;
	background-color: var(--robin-egg-blue);
	border: none;
	outline: none;
}

.part2 input {
	width: 270px;
	height: 42px;
	border-radius: 3px;
	background-color: #ffffff;
	background-color: var(--white);
}

.part2 .rectangleContainer p {
	font-size: 22px;
	text-align: center;
	/* margin-top: 0px; */
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.26);
}

.part2 .rectangle {
	/*max-width: 374px;*/
	margin-top: 20px;
	text-align: center;
	min-height: 112px;
	color: white;
	/*padding-right: 0px;*/
	/*margin-right: 15px;*/
}

.part2 .rectangle2 {
    min-height: 132px;
}

.part2 .rectangle div {

	/*background-color: #4d8228;*/
	height: 100%;
	border-radius: 3px;
	border: solid 1px white;
}

.unpeudemarge {
	margin-top: 18px;
}

#response {
	padding: 6px;
    border-radius: 3px;
}


.part3 {
  min-height: 592px;
  background-color: #e6f5fc;
  background-color: var(--duck-egg-blue);
}

.part3 .soon {
	width: 41px;
	height: 19px;
	font-size: 14px;
	text-align: center;
	color: #797f90;
	color: var(--steel);
	position: relative;
	top: -8px;
}



.title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #4a4e59;
  color: var(--gunmetal);
}

.part3 .rectangle {
	/*width: 373px;*/

	padding-top: 22px;
	/*padding-left: 0px;
	margin-left: 15px;*/
}

.part3 .rectangle div {
	padding-top: 40px;
	height: 562px;
	border-radius: 3px;
	background-color: #ffffff;
	background-color: var(--white);
	box-shadow: 1px 2px 1px 0 rgba(70, 179, 216, 0.41);
	border: solid 2px #e6f5fc;
	border: solid 2px var(--duck-egg-blue);
}

.part3 img {
    width: 100%;
}

.part3 .pickto {
	display: block;
    margin-top: -35px;
}

.part3 .pickto img {
	width: 32px;
	height: 32px;
	margin: 3px;
}

.title2 {
	display: block;
	min-height: 41px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1.1px;
	text-align: center;
	color: #000000;
	color: var(--black);
}

.part3 .text {
	font-size: 22px;
	line-height: 1.45;
	color: #2d3549;
}



.part4 {

	background-color: white;
}
.part4 img {
	max-width: 100%;
}

.unpeudemarge2 {
	margin-top: 50px;
}


.container {
    margin-top: 20px;
}



.part5 {
	min-height: 293px;
	background-image: linear-gradient(103deg, #29cedd, #25a1d6);
	background-blend-mode: darken;
}

.Thanks-to-Get-Reach {
	font-size: 29px;
	font-style: italic;
	text-align: left;
	color: #fdfffc;
}

.caroussel-content-message {
	width: 100%;
	height: 78px;
	/* font-family: OpenSans; */
	font-size: 29px;
	font-style: italic;
	text-align: left;
	color: #fdfffc;
}
.carrousel-content-image {
	width: 175px;
	height: 175px;
	margin-right: 5%;
	float: left;
}

.caroussel-content-name {
	width: 100%;
	height: 30px;
	/* font-family: OpenSans; */
	margin-top:30px;
	font-size: 22px;
	text-align: left;
	color: #fdfffc;
}

.caroussel-content-name .text-style-1 {
	font-weight: bold;
}
.part7 {
	min-height: 420px;
	background-color: #e6f5fc;
	background-color: var(--duck-egg-blue);
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.image-tmp {
	width: 177px;
	height: 90px;
}

.title3 {
	font-size: 22px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #4a4e59;
	color: var(--gunmetal);
}


.part8 {
	min-height: 180px;
	background-color: #4a4e59;
	background-color: var(--gunmetal);
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer {
  font-size: 14px;
  text-align: left;
  color: #cbe1ea;
  color: var(--light-blue-grey-two);
}

.barre {
	width: 50px;
}

.bulle {
	/* position: absolute; */
	width: 32px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	border-radius: 100px;
	border: solid 2px #5ac9ee;
	border: solid 2px var(--lightblue);
	font-size: 22px;
	text-align: center;
	color: #797f90;
	color: var(--steel);
}

	#btnSignup strong:hover {
		color: #9bd96c;
	}


@media only screen and (max-width : 991px) {
	#spec {
		margin-top: 21px;
	}
	.part2 input {
		width: auto;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.not-tablette {
		display: none;
	}

	.part3 img {
		width: 50%;
	}

	.part3 .rectangle div {
		height: 100%;
		padding-bottom: 20px;
	}
	.carrousel-content-image {
		float:none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 140px;
		height: 140px;
		object-fit: contain;
		/* border-radius: 45px;
		border: solid 3px #ffffff;
		border: solid 3px var(--white); */
	}
	.caroussel-content-message {
		width: 100%;
		height: 78px;
		/* font-family: OpenSans; */
		margin-top:20px;
		font-size: 24px;
		font-style: italic;
		text-align: center;
		color: #fdfffc;
	}
	.caroussel-content-name {
		width: 100%;
		height: 78px;
		/* font-family: OpenSans; */
		margin-top:30px;
		font-size: 20px;
		text-align: center;
		color: #fdfffc;
	}

}

/* Extra Small Devices, Phones */
@media screen and (max-width: 480px) {
	.not-phone {
		display: none;
	}

	.part2 h1 {
		font-size: 32px;
		margin: 0px;
	}

	#btnSignup {
		margin-top: 30px;
	}
	.carrousel-content-image {
		float:none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 120px;
		height: 120px;
		object-fit: contain;
		/* border-radius: 45px;
		border: solid 3px #ffffff;
		border: solid 3px var(--white); */
	}
	.caroussel-content-message {
		width: 100%;
		height: 78px;
		/* font-family: OpenSans; */
		font-size: 20px;
		margin-top:30px;
		font-style: italic;
		text-align: center;
		color: #fdfffc;
	}
	.caroussel-content-name {
		width: 100%;
		height: 78px;
		/* font-family: OpenSans; */
		font-size: 17px;
		text-align: center;
		color: #fdfffc;
	}
}

/* Extra Small Devices, Phones */
@media screen and (max-width: 680px) {
	.not-mobile {
		display: none !important;
	}

	.not-desktop {

	}
}

/* Extra Small Devices, Phones */
@media screen and (min-width: 680px) {
	.not-desktop {
		display: none !important;
	}
	.not-mobile {

	}
}

/* Extra Small Devices, Phones */
@media screen and (max-width: 433px) {
	.image-tmp {
		float: unset;
	}

}
