/*
	Theme Name: Armée du Salut / Transmettre
	Theme URI: https://transmettre.armeedusalut.fr/
	Version: 1.0.19
	Author: WP&Co
	Author URI: https://wordpressandco.fr/

	License: Commercial
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	-webkit-text-size-adjust:none;
}
body {
	font: 400 11px/1.2 'Montserrat', sans-serif;
	color:#000;
	font-optical-sizing: auto;
	font-style: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    LP
\*------------------------------------*/

/*Header*/
header {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 63%;
	padding-top: 3.5rem;
	padding-left: 4rem;
}
header .logo {
	width: 11.3rem;
}
header nav {
	flex: 1;
	font-size: 2.1rem;
	font-weight: 700;
}
header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header nav li:not(:last-child) {
	margin-right: 10rem;
}
header nav a {
	color: #fff;
	transition: all ease 300ms;
}
header nav a:hover {
	color: #000;
}

/*Footer*/
footer {
	background-color: #fff;
	padding: 6.7rem 0 7.6rem 0;
	color: #4E4E4F;
}
footer .footer_heading {
	margin-bottom: 3rem;
}
footer .logo {
	width: 7rem;
	margin-right: 5.8rem;
}
footer .externals {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
}
footer .externals a {
	color: #4E4E4F;
}
footer .rs span {
	font-weight: 400;
	font-size: 1.5rem;
	color: #28357F;
	margin-right: 1.5rem;
}
footer .rs img {
	height: 3.3rem;
	width: auto;
}
footer .rs li:not(:last-child) {
	margin-right: 1.7rem;
}
.footer_legals {
	font-weight: 400;
	font-size: 1.4rem;
}
.footer_legals a {
	color: #4E4E4F;
	text-decoration: underline;
}

/*Main*/
main {
	position: relative;
}

/* Form */
.form-wrapper {
	width: 37%;
	z-index: 10;
	position: fixed;
	height: 100vh;
	top: 0;
	left: 63%;
	right: 0;
	overflow-y: auto;
}
.form-wrapper .wpcf7 {
	background-color: #27348B;
	width: 85%;
	margin: 0 auto;
	border: 0.2rem solid #fff;
	padding: 4rem 2rem;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 5rem;
}
.wpcf7-form .remerciements {
	display: none;
	color: #fff;
	text-align: center;
	font-size: 2rem;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form h2 {
	color: #fff;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.wpcf7-spinner,
.wpcf7-spinner::before {
	display: none;
	content: none;
}
.wpcf7 form .wpcf7-response-output {
    display: none;
}
.wpcf7 .wpcf7-submit {
	font-size: 2.9rem;
	height: 5.8rem;
	line-height: 5.8rem;
	background-color: #fff;
	color: #27348B;
	padding: 0 3rem;
	border-radius: 2.9rem;
	border: 0 none;
	font-weight: 900;
}
.wpcf7 .mentions {
	font-size: 1.7rem;
	color: #fff;
}
.wpcf7 .mentions a {
	color: #fff;
	text-decoration: underline;
}
.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.5;
}
.wpcf7-form .field-group {
	margin-bottom: 1.5rem;
	display: flex;
}
.wpcf7-form p {
	margin-bottom: 0;
}
.wpcf7-form small {
	color: #fff;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.wpcf7-form-control-wrap[data-name="methode"] input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid #FFF;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 1rem;
}

.wpcf7-form-control-wrap[data-name="methode"] input[type="checkbox"]:checked {
  background-color: #000;
}

.wpcf7-form-control-wrap[data-name="methode"] input[type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.wpcf7-form-control-wrap[data-name="methode"] input[type="checkbox"]:checked::before {
  opacity: 1;
}

.form-wrapper .wpcf7-checkbox label,
.form-wrapper .wpcf7-acceptance label {
	cursor: pointer;
	color: #fff;
	font-size: 1.7rem;
}
.form-wrapper .wpcf7-form.unaccepted .wpcf7-acceptance label {
	color: #CC0100;
}
.wpcf7-form-control-wrap[data-name="methode"] label {
  font-size: 2rem;
}
.wpcf7-list-item:not(.first) {
    margin: 0 0 0 5.8rem;
}
.wpcf7-list-item.first,
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-form-control-wrap {
	display: inline-block;
}
.wpcf7-form-control[name="civilite"] {
	font-size: 2rem;
	color: #27348B;
	background-color: #fff;
	height: 4.5rem;
	line-height: 4.5rem;
	border-radius: 2.2rem;
	border: 0 none;
	padding: 0 4rem 0 1.5rem;
	appearance: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="13" viewBox="0 0 20 13" width="20" xmlns="http://www.w3.org/2000/svg"><path stroke="%2327348B" stroke-width="3" d="M2 2l8 9 8-9"/></svg>');
	  background-repeat: no-repeat;
	  background-position: calc(100% - 1.4rem) center;
	  background-size: 2rem 1.3rem;
	  outline: none;
}
.wpcf7-form-control.wpcf7-not-valid[name="civilite"],
.wpcf7-form-control-wrap input.wpcf7-not-valid[type="text"],
.wpcf7-form-control-wrap input.wpcf7-not-valid[type="tel"],
.wpcf7-form-control-wrap input.wpcf7-not-valid[type="email"] {
	background-color: #f8c8cb;
}
.wpcf7-checkbox.wpcf7-not-valid label {
	color: #f8c8cb;
}
.wpcf7-form-control-wrap[data-name="nom"],
.wpcf7-form-control-wrap[data-name="prenom"] {
	width: 49%;
}
.wpcf7-form-control-wrap[data-name="codepostal-email"],
.wpcf7-form-control-wrap[data-name="codepostal"] {
	width: 39%;
}
.wpcf7-form-control-wrap[data-name="telephone-email"],
.wpcf7-form-control-wrap[data-name="ville"] {
	width: 59%;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
	width: 100%;
	font-size: 2rem;
	color: #27348B;
	height: 4.5rem;
	line-height: 4.5rem;
	border-radius: 2.2rem;
	padding: 0 1.5rem;
	background-color: #fff;
	border: 0 none;
}
.wpcf7-form-control-wrap input[type="text"]::placeholder,
.wpcf7-form-control-wrap input[type="tel"]::placeholder,
.wpcf7-form-control-wrap input[type="email"]::placeholder {
	color: #27348B;
}
.wpcf7-form.sent * {
	display: none;
}
.wpcf7-form.sent h2,
.wpcf7-form.sent .remerciements,
.wpcf7-form.sent .remerciements br {
	display: block;
}


/*Section*/
section .section-inner {
	width: 63%;
}
.s1 {
	min-height: 100vh;
}
.s1 .section-inner {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 6rem;
	padding-bottom: 6rem;
	color: #fff;
	font-size: 6.5rem;
	line-height: 1.2;
	font-weight: 700;
}
.s1 .section-inner .s1_texte_2 {
	font-size: 10.8rem;
}
.s1 .section-inner .s1_texte_1 i,
.s1 .section-inner .s1_texte_2 i {
	font-style: normal;
}
.s1 .section-inner span {
	display: inline-block;
	position: relative;
}
.s1 .section-inner span::after {
	display: block;
	position: absolute;
	z-index: 1;
	line-height: 1;
}
.s1 .section-inner .s1_texte_1 span::after {
	font-size: 12.1rem;
	right: 0;
	top: -2rem;
	transform: translateX(110%);
}
.s1 .section-inner .s1_texte_2 span::after {
	font-size: 10.8rem;
	right: 0;
	top: 0;
	transform: translateX(105%);
}
.s1 .section-sidebar {
	width: 37%;
	background-color: #27348B;
}

.s2 {
	padding-top: 4.5rem;
	padding-bottom: 8.5rem;
	font-size: 2.3rem;
	color: #000;
}
.s2 h2,
.s6 h2,
.s7 h2 {
	font-size: 4.6rem;
	font-weight: 700;
	color: #28357F;
	line-height: 1.2;
	margin-bottom: 4rem;
}
.s2 h2 span,
.s6 h2 span {
	color: #01A9E8;
}
.s2_intro {
	margin-bottom: 3rem;
}
.s2_intro p:not(:last-child) {
	margin-bottom: 4rem;
}
.s2_triptyque {
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 7.5rem;
}
.s2_triptyque img {
	display: inline-block;
	max-width: 23rem;
	margin-bottom: 1.8rem;
}
.s2_triptyque .legend {
	position: relative;
}
.s2_triptyque-item-2 .legend::after {
	position: absolute;
	width: 0.2rem;
	height: 100%;
	z-index: 1;
	background-color: #01A9E8;
	content: '';
	display: block;
	right: -0.75rem;
	top: 0;
}
.s2_triptyque-item-2 .legend::before {
	position: absolute;
	width: 0.2rem;
	height: 100%;
	z-index: 1;
	background-color: #01A9E8;
	content: '';
	display: block;
	left: -0.75rem;
	top: 0;
}
.s2_triptyque .legend span {
	text-transform: uppercase;
	color: #CC0100;
}
.s2_outro {
	font-weight: 600;
}
.s3 {
	padding-top: 7rem;
	padding-bottom: 9rem;
	background-image: linear-gradient(120deg, #232969 5.56%, #273483 5.56%, #273483 50%, #232969 50%, #232969 55.56%, #273483 55.56%, #273483 100%);
	background-size: 9.00px 15.59px;
}
.s3 h2 {
	position: relative;
	display: inline-block;
	font-size: 4.6rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6rem;
	padding-left: 14rem;
	padding-right: 14rem;
	color: #fff;
}
.s3 .slick-arrow {
	display: flex;
	position: absolute;
	z-index: 1;
	width: 4.1rem;
	height: 4.1rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.s3 .slick-prev {
	left: 0;
}
.s3 .slick-next {
	right: 0;
}
.s3 .slick-next svg {
	transform: rotate(180deg);
	width: 100%;
	height: auto;
}
.s3 .arrow-circle {
	transition: all ease 300ms;
}
.s3 .slick-arrow:hover .arrow-circle {
	fill: #E32430;
}
.s3_slider-item-inner {
	padding: 0 3rem;
}
.s3_slider-item .visuel {
	width: 100%;
	aspect-ratio: 441/592;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
.s3_slider-item .visuel .prenom {
	position: absolute;
	z-index: 1;
	font-size: 2.3rem;
	font-weight: 700;
	color: #28357F;
	background-color: #fff;
	border-radius: 0.3rem;
	line-height: 2.9rem;
	height: 2.9rem;
	padding: 0 1rem;
	top: 2.5rem;
	left: 2.5rem;
}
.s3_slider-item .visuel .citation {
	position: absolute;
	z-index: 1;
	font-size: 2.8rem;
	font-weight: 700;
	color: #28357F;
	left: 4rem;
	bottom: 4rem;
}
.s3_slider-item .visuel .citation span {
	line-height: 4rem;
	height: 4rem;
	padding: 0 1rem;
	background-color: #fff;
	border-radius: 0.3rem;
	display: inline-block;
}
.s3_slider-item .visuel .citation span:not(:last-child) {
	margin-bottom: 0.7rem;
}
.s3_slider-item .open-button {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	width: 4.1rem;
	height: 4.1rem;
	top: 2rem;
	right: 2rem;
}
.s3_slider-item .open-button svg {
	width: 100%;
	height: auto;
}
.s3_slider-item .open-button circle,
.s3_slider-item .open-button path {
	transition: all ease 300ms;
}
.s3_slider-item .open-button:hover circle {
	fill: #FDB6BC;
}
.s3_slider-item .open-button:hover path {
	fill: #E32430;
}
.s3_slider-item .citation-long {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 1.7rem;
	z-index: 2;
	opacity: 0;
	transition: all ease 300ms;
	pointer-events: none;
	padding: 0 5rem;
}
.s3_slider-item .citation-long.open {
	opacity: 1;
}
.s3_slider-item .citation-long .content {
	font-style: italic;
	line-height: 1.4;
	font-size: 2.1rem;
}
.s3_slider-item .citation-long .content strong {
	font-style: normal;
}
.s3_slider-item .citation-long .content::before {
	content: '';
	  display: inline-block;
	  width: 3rem;
	  height: 2.1rem;
	  background: url('img/temoignages-quotes.png') no-repeat center / contain;
	  vertical-align: text-top;
	  margin-right: 0.2em;
}
.s3_slider-item .citation-long .content::after {
	content: '';
	  display: inline-block;
	  width: 3rem;
	  height: 2.1rem;
	  background: url('img/temoignages-quotes.png') no-repeat center / contain;
	  vertical-align: text-top;
	  margin-right: 0.2em;
	  transform: rotate(180deg);
}
.s3_slider-item .citation-long .prenom-long {
	margin-top: 4rem;
	font-size: 2.1rem;
}

.s4 {
	padding: 5.7rem 0;
}
.s4 h2 {
	font-size: 4.1rem;
	font-weight: 700;
	color: #28357F;
	margin-bottom: 5.7rem;
}
.s4_transmettre-item {
	width: 50%;
}
.s4_transmettre-item-inner {
	padding: 0 3rem;
}
.s4_transmettre-item .visuel {
	width: 100%;
	aspect-ratio: 441/592;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 2.5rem;
}
.s4_transmettre-item .titre-1,
.s4_transmettre-item .titre-2 span {
    line-height: 4rem;
    height: 4rem;
    padding: 0 1rem;
    background-color: #fff;
    border-radius: 0.3rem;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    color: #28357F;
}
.s4_transmettre-item .titre-1 {
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 5rem;
    height: 5rem;
    margin-bottom: 1.2rem;
}
.s4_transmettre-item .titre-2 span {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 3.4rem;
    height: 3.4rem;
}
.s4_transmettre-item .titre-2 span:not(:last-child) {
    margin-bottom: 0.5rem;
}
.s4_transmettre-item:last-child .titre-2 span {
    margin-bottom: 3.9rem;
}
.s4_transmettre-item .open-button {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	width: 4.1rem;
	height: 4.1rem;
	top: 2rem;
	right: 2rem;
}
.s4_transmettre-item .open-button svg {
	width: 100%;
	height: auto;
}
.s4_transmettre-item .open-button circle,
.s4_transmettre-item .open-button path {
	transition: all ease 300ms;
}
.s4_transmettre-item .open-button:hover circle {
	fill: #FDB6BC;
}
.s4_transmettre-item .open-button:hover path {
	fill: #E32430;
}
.s4_transmettre-item .citation-long {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #CC0100;
	border-radius: 1.7rem;
	z-index: 2;
	opacity: 0;
	transition: all ease 300ms;
	pointer-events: none;
	padding: 0 6rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.s4_transmettre-item .citation-long .content {
	font-size: 2.9rem;
	color: #fff;
	text-align: center;
}
.s4_transmettre-item .citation-long.open {
	opacity: 1;
}
.s4_bloc_bleu {
	background-color: #28357F;
	border-radius: 1.7rem;
	padding: 3.2rem 6.6rem;
	margin-top: 5.7rem;
	color: #fff;
}
.s4_bloc_bleu h2 {
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	position: relative;
	color: #fff;
	text-align: center;
}
.s4_bloc_bleu h2::after {
	position: absolute;
	display: block;
	content: '';
	width: 22rem;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #fff;
	height: 0.2rem;
	bottom: 0;
}
.s4_bloc_bleu_content {
	font-size: 2.2rem;
	margin-bottom: 3.3rem;
}
.s4_bloc_bleu .logo-ideas {
	width: 12.9rem;
}
.s5 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 59rem;
}
.s6 {
	padding: 5.7rem 0;
}
.accordion .accordion-button {
	text-align: center;
	color: #28357F;
}
.accordion .question-number {
	font-size: 5.7rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 1rem;
}
.accordion .question {
	font-size: 2.3rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item {
    border: 0 none;
}
.accordion-item:not(:last-child) {
    margin-bottom: 4rem;
}
.accordion-button::after {
    width: 2.3rem;
    height: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/accordion-arrow.png);
    background-size: 100%;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(img/accordion-arrow.png);
}
.accordion-body {
    font-size: 2.3rem;
    padding: 0 17rem;
}
.accordion-body p:not(:last-child) {
    margin-bottom: 3.5rem;
}
.accordion-body p:last-child {
    margin-bottom: 0;
}
.s6 .video-launcher {
	position: relative;
	display: block;
}
.s6 img.video-placeholder {
	border-radius: 2rem;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 95/53;
}
.s6 .video-play {
	position: absolute;
	z-index: 1;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 9.5rem;
	height: 9.5rem;
	background: url(img/play-button.png) 50% / 100% no-repeat;
	transition: all ease 300ms;
}
.s6 .video-launcher:hover .video-play {
	transform: scale(1.1);
}

.s7 {
	background-color: #28357F;
	padding: 4.7rem 0 3.7rem 0;
	color: #fff;
}
.s7 h2 {
	color: #fff;
}
.s7 h3 {
	font-size: 2.7rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2.8rem;
}
.s7_contacts {
	position: relative;
	z-index: 2;
}
.s7_contacts img {
	border: 0.3rem solid #fff;
	border-radius: 8.3rem;
	display: inline-block;
	margin: 0 1.4rem;
	width: 27.4rem;
	flex-shrink: 0;
}
.s7_contacts div {
	flex: 1 1 0;
	min-width: 0;
	font-size: 2.3rem;
	padding-top: 2.3rem;
}
.s7_contacts a {
	color: #fff;
}
.s7_contact1 {
	text-align: right;
}
.s7_contact2 {
	text-align: left;
}
.s7_citation {
	background-color: #fff;
	border-radius: 1.7rem;
	padding: 6.5rem 7rem 4.5rem 7rem;
	color: #000;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: -3rem;
	font-size: 2.3rem;
}
.s7_citation .signature {
	margin-top: 1.3rem;
	font-weight: 700;
	font-size: 1.9rem;
}
.s7_citation .citation {
	position: relative;
}
.s7_citation .citation::before {
    content: '';
    display: block;
    width: 4.4rem;
    height: 3.1rem;
    background: url('img/temoignages-quotes.png') no-repeat center / contain;
    position: absolute;
    z-index: 1;
    left: -5rem;
    top: -1.5rem;
}
.s7_citation .citation::after {
    content: '';
    display: block;
    width: 2.8rem;
    height: 2rem;
    background: url('img/temoignages-quotes.png') no-repeat center / contain;
    transform: rotate(180deg);
    position: absolute;
    z-index: 1;
    right: -4rem;
    bottom: 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1919.98px) {
	html {
		font-size:60%;
		-webkit-text-size-adjust:none;
	}
	.accordion-body {
	    padding: 0 12rem;
	}
}
@media only screen and (max-width:1799.98px) {
	html {
		font-size:57.5%;
		-webkit-text-size-adjust:none;
	}
	header nav li:not(:last-child) {
	    margin-right: 8rem;
	}
	.s3_slider-item .citation-long {
	    padding: 0 3rem;
	}
	.s3_slider-item .visuel .citation {
	    font-size: 2.5rem;
	}
	.s4_transmettre-item .citation-long {
	    padding: 0 4rem;
	}
	.s4_transmettre-item .citation-long .content {
	    font-size: 2.8rem;
	}
}
@media only screen and (max-width: 1599.98px) {
	html {
		font-size:55%;
		-webkit-text-size-adjust:none;
	}
	header {
	    padding-top: 2.5rem;
	    padding-left: 2rem;
	}
	header nav li:not(:last-child) {
	    margin-right: 6rem;
	}
	.s1 .section-inner {
	    padding-left: 5rem;
	    padding-bottom: 5rem;
	    line-height: 1.1;
	}
	.s2_triptyque {
	    font-size: 1.8rem;
	}
	.s3_slider-item .citation-long .content {
	    font-size: 1.8rem;
	}
	.s3_slider-item .citation-long .prenom-long {
	    margin-top: 3rem;
	    font-size: 1.8rem;
	}
	.s3_slider-item .visuel .citation {
	    left: 2rem;
	}
	.s3_slider-item .visuel .citation {
	    font-size: 2.4rem;
	}
	.s4_transmettre-item .titre-2 span {
	    font-size: 2.5rem;
	    line-height: 3.2rem;
	    height: 3.2rem;
	}
	.s4_transmettre-item .citation-long .content {
	    font-size: 2.6rem;
	}
	.s4_bloc_bleu {
	    padding: 3.2rem 5.6rem;
	}
	.accordion-body {
	    padding: 0 8rem;
	}
	.s7_contacts img {
	    border-radius: 7rem;
	    width: 22rem;
	}
	.s7_contacts div {
	    font-size: 2rem;
	}
	.s7_citation {
	    padding: 5.5rem 6rem 3.5rem 6rem;
	    margin-top: -2rem;
	    font-size: 2.1rem;
	}
	.s7_citation .citation::before {
	    width: 3.4rem;
	    height: 2.9rem;
	    left: -4.5rem;
	    top: -1rem;
	}
	.s7_citation .citation::after {
	    width: 2.5rem;
	    height: 1.9rem;
	    right: -3rem;
	}
}
@media only screen and (max-width: 1399.98px) {
	html {
		font-size:52.5%;
		-webkit-text-size-adjust:none;
	}
	header nav li:not(:last-child) {
	    margin-right: 3rem;
	}
	header .logo {
	    width: 9rem;
	}
	header nav {
	    font-size: 2rem;
	}
	.s1 .section-inner {
	    font-size: 5.5rem;
	}
	.s1 .section-inner .s1_texte_2 {
	    font-size: 9rem;
	}
	.s1 .section-inner .s1_texte_1 span::after {
	    font-size: 10rem;
	}
	.s1 .section-inner .s1_texte_2 span::after {
	    font-size: 8rem;
	}
	.form-wrapper .wpcf7 {
	    width: 95%;
	    padding: 2rem;
	    top: 3rem;
	}
	.s7_contacts div {
	    font-size: 1.7rem;
	}
}
@media only screen and (max-width: 1199.98px) {
	html {
		font-size:50%;
		-webkit-text-size-adjust:none;
	}
	header {
	    width: 65%;
	}
	header nav li:not(:last-child) {
	    margin-right: 4rem;
	}
	header nav {
	    font-size: 1.6rem;
	}
	.form-wrapper {
	    width: 35%;
	    left: 65%;
	}
	section .section-inner {
	    width: 65%;
	}
	.s1 .section-sidebar {
	    width: 35%;
	}
	.s1 .section-inner {
	    padding-left: 4rem;
	}
	.s1 .section-inner .s1_texte_2 {
	    font-size: 8rem;
	}
	.wpcf7-form h2 {
	    font-size: 2rem;
	    margin-bottom: 1.5rem;
	}
	.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="email"] {
	    font-size: 1.8rem;
	    height: 4rem;
	    line-height: 4rem;
	    border-radius: 2rem;
	}
	.wpcf7 .wpcf7-submit {
	    font-size: 2.2rem;
	    height: 5rem;
	    line-height: 5rem;
	    border-radius: 2.5rem;
	}
	.s2_triptyque .legend br {
	    display: none;
	}
	.s3_slider-item .visuel .citation {
	    font-size: 2rem;
	}
	.s3_slider-item .visuel .citation span {
	    line-height: 3.5rem;
	    height: 3.5rem;
	}
	.s3_slider-item .citation-long {
	    padding: 0 2rem;
	}
	.s3_slider-item .citation-long .content,
	.s3_slider-item .citation-long .prenom-long {
	    font-size: 1.6rem;
	}
	.s4 h2 {
	    font-size: 3.5rem;
	    margin-bottom: 5rem;
	}
	.s4_transmettre-item-inner {
	    padding: 0 2rem;
	}
	.s4_transmettre-item .titre-1 {
	    font-size: 3rem;
	    line-height: 4rem;
	    height: 4rem;
	    margin-bottom: 1rem;
	}
	.s4_transmettre-item .titre-2 span {
	    font-size: 2.3rem;
	}
	.s4_transmettre-item .citation-long {
	    padding: 0 3rem;
	}
	.s4_transmettre-item .citation-long .content {
	    font-size: 2.4rem;
	}
	.s4_bloc_bleu {
	    padding: 3rem;
	}
	.s5 {
	    height: 50rem;
	}
	.accordion-body {
	    padding: 0;
	}
	.s7_contacts img {
	    border-radius: 6rem;
	    width: 18rem;
	}
	.s7_contacts div {
	    font-size: 1.6rem;
	}
	.s7_citation {
	    padding: 4.5rem 6rem 3rem 6rem;
	}
}
@media only screen and (max-width: 991.98px) {
	html {
		font-size:62.5%;
		-webkit-text-size-adjust:none;
	}
	.mobile_brochure {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 3;
	    width: 100%;
	    -webkit-transition: all ease 300ms;
	    -o-transition: all ease 300ms;
	    -moz-transition: all ease 300ms;
	    transition: all ease 300ms;
	}
	.mobile_brochure.active {
	    bottom: -10rem;
	}	
	.mobile_brochure h2 {
		cursor: pointer;
		font-size: 2.6rem;
		margin-bottom: 0;
		font-weight: 700;
		text-align: center;
		background-color: #27348B;
	    width: 100%;
	    color: #FFF;
	    justify-content: center;
	    margin: 0;
	    border-top-left-radius: 2rem;
	    border-top-right-radius: 2rem;
	    padding: 2rem;
	    align-items: center;
	    font-size: 2rem;
	    box-shadow: 0 0 18px rgba(0,0,0,0.3);
	}
	.form-wrapper:not(.shown) {
	    transform: translateY(-100%);
	}
	.form-wrapper {
		transform: translateY(0);
	    width: 100%;
	    left: 0;
	    background-color: #27348B;
	    height: auto;
	    min-height: 100vh;
	    right: 0;
	    top: 0;
	    transition: all ease 300ms;
	}
	.mobile_brochure_close {
	    width: 2.8rem;
	    height: 2.8rem;
	    position: absolute;
	    z-index: 1;
	    right: 2rem;
	    top: 2rem;
	}
	.form-wrapper .wpcf7 {
	    top: 6rem;
	}
	section .section-inner {
	    width: 100%;
	}
	header {
	    width: 100%;
	}
	.s1 .section-inner {
	    padding-bottom: 10rem;
	}
	.s2 h2, .s6 h2, .s7 h2 {
	    font-size: 4.2rem;
	    margin-bottom: 3rem;
	}
	.s2 {
	    padding-top: 4rem;
	    padding-bottom: 4rem;
	    font-size: 2rem;
	}
	.s2_triptyque img {
	    max-width: 80%;
	}
	.s2_triptyque {
	    font-size: 1.6rem;
	    margin-bottom: 4rem;
	}
	.s2_triptyque .legend br {
	    display: none;
	}
	.s3_slider-item-inner {
	    padding: 0 2rem;
	}
	.s3_slider-item .visuel .citation {
	    font-size: 1.8rem;
	}
	.s3_slider-item .visuel .citation span {
	    line-height: 3rem;
	    height: 3rem;
	}
	.s3_slider-item .citation-long {
	    padding: 0 1.5rem;
	}
	.s3_slider-item .citation-long .content, .s3_slider-item .citation-long .prenom-long {
	    font-size: 1.5rem;
	}
	.s3_slider-item .citation-long .content::before,
	.s3_slider-item .citation-long .content::after {
	    width: 2rem;
	    height: 1.6rem;
	}
	.s4_transmettre-item-inner {
	    padding: 0 1.5rem;
	}
	.s4 h2 {
	    font-size: 3rem;
	    margin-bottom: 3rem;
	}
	.s5 {
	    height: 40rem;
	}
	.accordion-body {
	    font-size: 2.2rem;
	}
	.s7_contacts div {
	    font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767.98px) {
	.mobile_brochure h2 {
	    font-size: 1.5rem;
	}
	.s1 .section-inner {
	    font-size: 3.5rem;
	}
	.s1 .section-inner .s1_texte_2 {
	    font-size: 6rem;
	}
	.s1 .section-inner .s1_texte_1 span::after {
	    font-size: 7rem;
	}
	.s1 .section-inner .s1_texte_2 span::after {
	    font-size: 5rem;
	}
	.s1 .section-inner {
	    padding-left: 2rem;
	}
	.s2 h2, .s3 h2, .s4 h2, .s6 h2, .s7 h2 {
	    font-size: 3.2rem;
	}
	.s2_triptyque {
	    font-size: 2rem;
	}
	.s2_triptyque-item:not(:last-child) .legend::after {
	    content: none;
	    display: none;
	}
	.s2_triptyque .slick-dots,
	.s4_transmettre-slider .slick-dots {
		list-style: none;
		padding: 0;
		margin: 2rem 0 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.s2_triptyque .slick-dots li:not(:last-child),
	.s4_transmettre-slider .slick-dots li:not(:last-child) {
		margin-right: 1rem;
	}
	.s2_triptyque .slick-dots li button,
	.s4_transmettre-slider .slick-dots li button {
		background-color: transparent;
		width: 3rem;
		height: 3rem;
		border: 0.2rem solid #27348B;
		border-radius: 50%;
		font-size: 0;
		color: transparent;
		position: relative;
	}
	.s2_triptyque .slick-dots li.slick-active button::after,
	.s4_transmettre-slider .slick-dots li.slick-active button::after {
		background-color: #27348B;
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.s2_outro br {
	    display: none;
	}
	.s3 h2 {
	    padding-left: 7rem;
	    padding-right: 7rem;
	}
	.s3_slider-item-inner {
	    padding: 0 1rem;
	}
	.s3_slider-item .visuel .citation {
	    font-size: 2.5rem;
	    left: 4rem;
	}
	.s3_slider-item .visuel .citation span {
	    line-height: 4rem;
	    height: 4rem;
	}
	.s3_slider-item .citation-long {
	    padding: 0 5rem;
	}
	.s3_slider-item .citation-long .content, .s3_slider-item .citation-long .prenom-long {
	    font-size: 2.2rem;
	}
	.s4_transmettre-item-inner {
	    padding: 0 1rem;
	}
	.s4_bloc_bleu_content {
	    font-size: 2rem;
	    margin-bottom: 2rem;
	}
	.s4_bloc_bleu h2 {
	    font-size: 2.5rem;
	}
	.accordion-body {
	    text-align: justify;
	}
	.s7 h3 {
	    font-size: 2.5rem;
	}
	.s7_contacts div {
	    font-size: 1.8rem;
	    text-align: center;
	    margin-bottom: 2rem;
	}
	.s7_contacts img {
	    border-radius: 10rem;
	    width: 60%;
	}
	.s7_citation {
	    margin-top: -3rem;
	}
	.footer_legals {
	    text-align: justify;
	}
	footer .logo {
	    width: 9rem;
	    margin-right: 0;
	    margin-bottom: 2rem;
	}
	footer .rs {
		margin-top: 2rem;
	}

}
@media only screen and (max-width: 575.98px) {
	.form-wrapper {
	    height: 100vh;
	    min-height: 0;
	    overflow-y: auto;
	}
	.form-wrapper:not(.shown) {
	    transform: translateY(-200%);
	}
	.s1 .section-inner {
	    padding-left: 0;
	    font-size: 2.5rem;
	    padding-bottom: 15rem;
	    background-position: 40% 50%;
	}
	.s1 .section-inner .s1_texte_2 {
	    font-size: 3.5rem;
	}
	.s1 .section-inner .s1_texte_1 {
	    margin-bottom: 0.5rem;
	}
	.s1 .section-inner .s1_texte_1,
	.s1 .section-inner .s1_texte_2 {
	    text-align: center;
	}
	.s1 .section-inner .s1_texte_1 i,
	.s1 .section-inner .s1_texte_2 i {
	    text-shadow: 0 0 10px #000;
	}
	.s1 .section-inner .s1_texte_1 i i,
	.s1 .section-inner .s1_texte_2 i i {
	    color: #01A9E8;
	}
	.s1 .section-inner .s1_texte_1 span::after {
	    font-size: 5rem;
	    top: -0.5rem;
	    right: 0.5rem;
	}
	.s2 h2, .s3 h2, .s4 h2, .s6 h2, .s7 h2 {
	    font-size: 2.8rem;
	}
	.s2 {
	    font-size: 1.8rem;
	}
	.s2_triptyque {
	    font-size: 1.6rem;
	}
	.s2_triptyque .slick-dots li button,
	.s4_transmettre-slider .slick-dots li button {
		width: 2rem;
		height: 2rem;
	}
	.s2_triptyque .slick-dots li.slick-active button::after,
	.s4_transmettre-slider .slick-dots li.slick-active button::after {
		width: 1rem;
		height: 1rem;
	}
	.s3 {
	    padding-top: 5rem;
	    padding-bottom: 5rem;
	}
	.s3 h2 {
	    padding-left: 0;
	    padding-right: 0;
	    padding-bottom: 5rem;
	    margin-bottom: 0;
	}
	.s3 .slick-arrow {
	    display: flex;
	    position: absolute;
	    z-index: 1;
	    width: 3rem;
	    height: 3rem;
	    top: auto;
	    bottom: 1rem;
	    margin: auto;
	    align-items: center;
	}
	.s3 .slick-next {
	    right: 10%;
	}
	.s3 .slick-prev {
	    left: 10%;
	}
	.s3_slider-item .visuel .prenom {
	    top: 2rem;
	    left: 2rem;
	}
	.s3_slider-item .open-button {
	    width: 3.5rem;
	    height: 3.5rem;
	    top: 1rem;
	    right: 1rem;
	}
	.s3_slider-item .visuel .citation {
	    font-size: 1.8rem;
	    left: 1rem;
	}
	.s3_slider-item .visuel .citation span {
	    line-height: 3rem;
	    height: 3rem;
	}
	.s3_slider-item .citation-long {
	    padding: 0 1rem;
	}
	.s3_slider-item .citation-long .content, .s3_slider-item .citation-long .prenom-long {
	    font-size: 1.4rem;
	}
	.s3_slider-item .citation-long .prenom-long {
	    margin-top: 1rem;
	}
	.s4_transmettre-item .titre-1 {
	    font-size: 2rem;
	    line-height: 3rem;
	    height: 3rem;
	}
	.s4_transmettre-item .titre-2 span {
	    font-size: 2rem;
	}
	.s4_transmettre-item .citation-long {
	    padding: 0 1rem;
	    border-radius: 1.2rem;
	}
	.s4_transmettre-item .citation-long .content {
	    font-size: 2.2rem;
	}
	.s4_bloc_bleu h2 {
	    font-size: 2.2rem;
	}
	.s4_bloc_bleu {
	    padding: 2rem;
	}
	.s4_bloc_bleu_content {
	    font-size: 1.8rem;
	}
	.s4_bloc_bleu h2::after {
	    width: 10rem;
	}
	.accordion .question-number {
	    font-size: 5rem;
	    margin-bottom: 0;
	}
	.accordion .question {
	    font-size: 2rem;
	}
	.accordion-body {
	    font-size: 1.8rem;
	}
	.s7 h2 {
		font-size: 2.2rem;
	}
	.s7 h3 {
	    font-size: 2rem;
	}
	.s7_contacts div {
	    font-size: 1.6rem;
	    margin-bottom: 1.5rem;
	}
	.s7_citation .signature {
	    font-size: 1.2rem;
	}
	.s7_citation {
	    padding: 4.5rem 3rem 3rem 3rem;
	    font-size: 1.8rem;
	}
	.s7_citation .citation::after {
	    width: 2rem;
	    height: 1.7rem;
	    right: -2.5rem;
	}
	.s7_citation .citation::before {
	    width: 3rem;
	    height: 2.5rem;
	    left: -2.5rem;
	    top: -0.5rem;
	}
	footer .rs span {
	    font-size: 1rem;
	    margin-right: 1rem;
	    font-weight: 600;
	}
	footer .rs img {
	    height: 3rem;
	    width: auto;
	}
	.mobile_brochure_close {
	    width: 2rem;
	    height: 2rem;
	    top: 2rem;
	}
	.mobile_brochure_close svg {
	    width: 100%;
	    height: auto;
	}
	.form-wrapper .wpcf7 {
	    top: 1rem;
	    padding: 1rem;
	}
	.wpcf7-form h2 {
	    font-size: 1.8rem;
	    padding: 0 2rem;
	}
	.wpcf7-form-control-wrap[data-name="methode"] label,
	.wpcf7-form-control[name="civilite"],
	.wpcf7-form-control-wrap input[type="text"], 
	.wpcf7-form-control-wrap input[type="tel"], 
	.wpcf7-form-control-wrap input[type="email"] {
	    font-size: 1.5rem;
	}
	.wpcf7-form-control-wrap[data-name="civilite"] {
	    width: 100%;
	}
	.wpcf7-form-control[name="civilite"] {
	    height: 4rem;
	    line-height: 4rem;
	    width: 100%;
	}
	.wpcf7-list-item:not(.first) {
	    margin: 0 0 0 2rem;
	}
	.wpcf7-list-item.first, .wpcf7-acceptance .wpcf7-list-item {
	    margin: 0;
	}
	.wpcf7 .wpcf7-submit {
	    font-size: 1.8rem;
	    height: 4rem;
	    line-height: 4rem;
	    border-radius: 2rem;
	    padding: 0 1.5rem;
	}
	.form-wrapper .wpcf7-checkbox label,
	.form-wrapper .wpcf7-acceptance label,
	.wpcf7 .mentions {
	    font-size: 1.5rem;
	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
