.main-body .content .titlePage {
	display: none;
}

.main-body .content > .richContent {
	padding-top: 0;
	padding-bottom: 0;
}

.home h2 {
	text-align: center;
}

.home .arrow {
	display: inline-block;
	color: #FFFFFF !important;
	background-color: #318896;
	text-decoration: none !important;
	font-weight: bold;
	margin-top: 1.5rem;
	padding: 1em 1.75em 0 1.5em;
	height: 3.5em;
	position: relative;
	text-align: right;
}

.home .arrow:before {
	content: '';
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	width: 2.47485em;
	height: 2.47485em;
	background-color: #318896;
	border-bottom-right-radius: 0.25em;
	transform: rotate(-45deg);
	transform-origin: 100% 0;
	transition: background-color 0.25s;
}

.home .arrow:hover,
.home .arrow:hover:before {
	background-color: #5aa0ab;
}

.home .arrow.black {
	border: solid 1px #318896;
	border-left: none;
	background-color: #f3f3f3;
	color: #318896 !important;
}

.home .arrow.black:before {
	top: -1px;
	background-color: #f3f3f3;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #318896 #318896 transparent;
}

.home .arrow.black:hover,
.home .arrow.black:hover:before {
	background-color: #e2e9ea;
}

.home .list-toggle {
	position: relative;
	clear: both;
	display: block;
	margin: -2rem 0.75rem 0;
	height: 3rem;
	cursor: pointer;
	background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, #f3f3f3 66.667%);
}

.home .list-toggle:before {
	content: '';
	position: absolute;
	top: calc(2rem - 1px);
	left: 0;
	width: 100%;
	border-top: solid 2px currentColor;
}

.home .list-toggle .label {
	position: absolute;
	top: 1rem;
	left: 50%;
	padding: 0 1em;
	text-transform: uppercase;
	height: 2rem;
	border: solid 2px currentColor;
	border-radius: 1rem;
	text-align: center;
	line-height: 1.75;
	background-color: #f3f3f3;
	box-shadow: 0 0 0 4px #f3f3f3;
	transform: translateX(-50%);
}

.home .list-toggle .label > span {
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0.5;
}

.home .list-toggle .label > span:before {
	content: '\00002b';
	text-indent: 0;
	float: right;
	font-size: 2em;
}

.home-mockup {
	width: 100%;
	min-height: 240px;
	max-height: 680px;
	position: relative;
}

.home-mockup:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}

.home-mockup > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
	max-width: none;
}

.home-guides {
	padding: 2rem 0;
}

.home-guides-title {
	display: block;
	text-align: center;
	font-size: 1.563em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #000;
}

ul.home-guides-list {
	display: table;
	margin: 0 -1.5rem 3.5em;
	text-align: center;
	padding: 0;
	max-width: 900px;
}

.home-guides-item {
	display: inline-block;
}

.home-guides-item img {
	height: 17vw;
	width: auto;
}

.home-guides-item:before {
	display: none !important;
}

ul.home-guides-lists {
	margin: 5rem 0 1.5em;
	display: flex;
	flex-direction: column;
}

ul.home-guides-lists > li:before {
	display: none !important;
}

.cgst ul.home-guides-lists > li.france,
.cglp ul.home-guides-lists > li.france,
.cgpt ul.home-guides-lists > li.france,
.cgsv ul.home-guides-lists > li.france {
	order: 2;
}

.cgst ul.home-guides-lists > li.europe .home-guides-item img,
.cglp ul.home-guides-lists > li.europe .home-guides-item img,
.cgpt ul.home-guides-lists > li.europe .home-guides-item img,
.cgsv ul.home-guides-lists > li.europe .home-guides-item img {
	height: 22vw;
}

.home-didyouknow {
	display: table;
	margin: 0 auto;
	max-width: 35em;
	padding: 2rem 0;
}

.home-didyouknow-img {
	padding-bottom: 1.5rem;
	text-align: center;
}

.home-didyouknow-text {
	padding-bottom: 1.5rem;
}

.home-didyouknow-text > ul {
	padding: 0;
}

.home-didyouknow-text > ul li:not(:last-child) {
	margin-bottom: 1em;
}

.home-didyouknow-text > ul li::before {
	background-color: #222222;
	border-radius: 50%;
}

.home-stats {
	background-color: #318896;
	margin-top: 0;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	color: #FFFFFF;
	padding: 1.5rem 0;
}

.home-stats::after {
	clear: both;
	content: "";
	display: table;
}

.home-stats > ul {
	padding: 0;
}

.home-stats-list {
	display: block;
	width: 100%;
	max-width: 100em;
	margin: 0 auto;
}

.home-stats-item {
	float: left;
	width: 50%;
	text-align: center;
	padding: 1.5rem 0.75rem;
	font-size: 3.3vw;
}

.home-stats-item:before {
	display: none !important;
}

.home-stats-item:nth-child(3) {
	clear: both;
}

.home-stats-item .number {
	font-family: 'bebas-neue';
	display: block;
	font-size: 4.78em;
	line-height: 1.25;
}

.home-choice {
	display: table;
	margin: 0 auto;
	max-width: 35em;
	padding: 5rem 0;
}

.home-choice h2 {
	margin-bottom: 1.5em;
}

.home-choice p {
	text-align: justify;
}

.home-choice-img {
	padding-bottom: 1.5rem;
	text-align: center;
}

.home-choice-text {
	padding-bottom: 1.5rem;
}

.home-choice-text > ul {
	padding: 0;
}

.home-choice-text > ul li:not(:last-child) {
	margin-bottom: 1em;
}

.home-choice-text > ul li::before {
	background-color: #222222;
	border-radius: 50%;
}

.home-choice-moredetails {
	width: calc(100% - 1.76775em);
	margin-left: -1.5rem;
}

.home-choice-moredetails span {
	display: none;
}

blockquote.home-createaccount {
	border: none;
	padding: 3em 0;
}

blockquote.home-createaccount p {
	color: #000;
	font-size: 1.953em;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
}

.home-avantages {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding: 3rem 0 1.5rem;
}

.home-avantages::after {
	clear: both;
	content: "";
	display: table;
}

.home-avantages > h2 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.home-avantages > ul {
	padding: 0;
}

.home-avantages-list {
	display: block;
	width: 100%;
	max-width: 100em;
	margin: 0 auto;
}

.home-avantages-item {
	float: left;
	width: 50%;
	text-align: center;
	padding: 1.5rem 0.75rem;
}

.home-avantages-item:before {
	display: none !important;
}

.home-avantages-item:nth-child(3) {
	clear: both;
}

.home-avantages-item i {
	display: block;
	font-size: 4em;
	color: #222222;
}

.home-avantages-item .label {
	display: block;
	font-weight: 600;
}

.home-more {
	padding: 2em 0;
}

.home-more a {
	font-size: 5vw;
	margin-left: -1.5rem;
}

.home-more a.bt-our-offers {
	padding-left: 4.5em;
}

.home-contacts {
	display: table;
	margin: 0 auto;
	max-width: 35em;
	padding: 5rem 0;
}

.home-contacts p {
	text-align: justify;
	font-weight: 600;
}

.home-contacts-img {
	padding-bottom: 1.5rem;
	text-align: center;
}

.home-contacts-text {
	padding-bottom: 1.5rem;
}

.home-contacts-text > ul {
	padding: 0;
}

.home-contacts-text > ul li::before {
	background-color: #222222;
	border-radius: 50%;
}

.home-contacts-phone {
	font-weight: bold;
	font-size: 1.953em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.home-contacts-phone a {
	text-decoration: none !important;
}

.home-contacts-moredetails {
	width: calc(100% - 1.76775em);
	margin-left: -1.5rem;
}

.home-contacts-moredetails span {
	display: none;
}

.home-reviews {
	padding: 2rem 0;
}

.home-review-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	transition: max-height 0.5s ease-out;
	max-height: 200vw;
	overflow: hidden;
	padding-bottom: 2rem;
}

.home-review-list::after {
	clear: both;
	content: "";
	display: table;
}

.home-review-item {
	position: relative;
	padding: 1.5rem 0.75rem;
}

.home-review-item .review {
	text-align: justify;
	font-style: italic;
	margin-bottom: 2em;
}

.home-review-item .author .name {
	display: block;
}

.home-review-item .author .function {
	display: inline-block;
	font-size: 0.8em;
}

.home-review-item:not(:nth-child(3n+1)):before {
	content: '';
	position: absolute;
	left: 33.333%;
	margin-top: calc( -1px - 1.5rem);
	height: 2px;
	width: 33.333%;
	background-color: #708f94;
}

#home-reviews-toggle-checkbox {
	display: none;
}

#home-reviews-toggle-checkbox:checked ~ .home-review-list {
	max-height: 2000px;
	transition-timing-function: ease-in;
}

#home-reviews-toggle-checkbox:checked ~ .home-reviews-toggle .label > span:before {
	content: '\002212';
}

.home-partners {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding: 3rem 0;
}

.home-partners::after {
	clear: both;
	content: "";
	display: table;
}

.home-partners > h2 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.home-partners > ul {
	padding: 0;
}

.home-partners-list {
	display: block;
	width: 100%;
	max-width: 100em;
	margin: 0 auto;
	padding: 0 !important;
}

.home-partners-item {
	float: left;
	text-align: center;
	padding: 1em 0;
	width: 33.333%;
}

.home-partners-item > img {
	max-width: 75%;
}

.home-partners-item:before {
	display: none !important;
}

.home-partners-content {
	max-height: 94vw;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	padding-bottom: 2rem;
}

.list-toggle.home-partners-toggle {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 66.667%);
}

.list-toggle.home-partners-toggle .label {
	background-color: #FFFFFF;
	box-shadow: 0 0 0 4px #FFFFFF;
}

#home-partners-toggle-checkbox {
	display: none;
}

#home-partners-toggle-checkbox:checked + .home-partners-content {
	max-height: 2000px;
	transition-timing-function: ease-in;
}

#home-partners-toggle-checkbox:checked ~ .home-partners-toggle .label > span:before {
	content: '\002212';
}

@media only print, only screen and (min-width: 30.063em) {

ul.home-guides-list {
	margin-left: auto;
	margin-right: auto;
}

.home-guides-item img {
	height: 80px;
}

.cgst ul.home-guides-lists > li.europe .home-guides-item img,
.cglp ul.home-guides-lists > li.europe .home-guides-item img,
.cgpt ul.home-guides-lists > li.europe .home-guides-item img,
.cgsv ul.home-guides-lists > li.europe .home-guides-item img {
	height: 100px;
}

.home-stats-item {
	font-size: 0.8em;
}

.home-choice-moredetails {
	margin-left: 0;
}

.home-choice-moredetails span {
	display: inline;
}

.home-contacts-moredetails {
	margin-left: 0;
}

.home-contacts-moredetails span {
	display: inline;
}

.home-review-list {
	max-height: 36rem;
}

.home-review-item {
	padding: 1.5rem;
}

.home-partners-content {
	max-height: 28rem;
}

}

@media only print, only screen and (min-width: 48.063em) {

.home .list-toggle {
	display: none;
}

.home-guides {
	padding: 5rem 0;
}

.home-guides-title {
	font-size: 1.953em;
}

.home-didyouknow {
	padding: 5rem 0;
}

.home-stats {
	margin-top: 5em;
}

.home-stats-item {
	width: 25%;
}

.home-stats-item:nth-child(3) {
	clear: none;
}

blockquote.home-createaccount p {
	font-size: 2.441em;
}

.home-avantages {
	margin-top: 5em;
}

.home-avantages-item {
	width: 25%;
}

.home-avantages-item:nth-child(3) {
	clear: none;
}

.home-more {
	padding: 5em 0;
}

.home-more a {
	font-size: 1.953em;
}

.home-more a.bt-how-it-works {
	padding-left: 30vw;
}

.home-more a.bt-our-offers {
	padding-left: 40vw;
}

.home-reviews {
	padding: 5rem 0;
}

.home-review-list {
	max-height: none;
	padding-bottom: 0;
}

.home-partners {
	margin-top: 5em;
}

.home-partners-item {
	width: 25%;
}

.home-partners-content {
	max-height: none;
	padding-bottom: 0;
}

}

@media only print, only screen and (min-width: 60.063em) {

.home-didyouknow {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	max-width: 70em;
}

.home-didyouknow h2 {
	text-align: left;
}

.home-didyouknow-text,
.home-didyouknow-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	float: left;
	padding: 0 1.5rem;
}

.home-stats-item {
	font-size: 1em;
}

.home-choice {
	max-width: 70em;
}

.home-choice-content {
	display: flex;
	justify-content: space-around;
	max-width: 70em;
}

.home-choice-text,
.home-choice-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	float: left;
	padding: 0 1.5rem;
}

.home-avantages-item {
	display: flex;
	justify-content: center;
}

.home-avantages-item i {
	float: left;
}

.home-avantages-item .label {
	float: left;
	padding: 2em 0 0 1em;
	text-align: left;
}

.home-contacts {
	max-width: 70em;
}

.home-contacts h2 {
	text-align: left;
}

.home-contacts-phone {
	text-align: left;
}

.home-contacts-content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	max-width: 70em;
}

.home-contacts-text,
.home-contacts-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	float: left;
	padding: 0 1.5rem;
}

.home-review-item {
	float: left;
	width: 33.333%;
}

.home-review-item:not(:first-child):before {
	left: auto;
	margin-top: 0;
	top: 33.333%;
	margin-left: calc( -1px - 1.5rem);
	height: 33.333%;
	width: 2px;
}

}

@media only print, only screen and (min-width: 75.063em) {

.home-review-item {
	padding: 3rem;
}

.home-review-item:not(:first-child):before {
	margin-left: calc( -1px - 3rem);
}

.home-partners-item {
	width: 20%;
}

}

@media only print, only screen and (min-width: 100.063em) {

.home-stats {
	width: 100vw;
	margin-left: calc((100vw - 100em) / -2 - 1rem);
}

.home-avantages {
	width: 100vw;
	margin-left: calc((100vw - 100em) / -2 - 1rem);
}

.home-more a.bt-how-it-works {
	padding-left: calc(50vw - 50rem + 30rem);
	margin-left: calc(-50vw + 50rem - 1.5rem);
}

.home-more a.bt-our-offers {
	padding-left: calc(50vw - 50rem + 40rem);
	margin-left: calc(-50vw + 50rem - 1.5rem);
}

.home-partners {
	width: 100vw;
	margin-left: calc((100vw - 100em) / -2 - 1rem);
}

}

