/* RESET */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
.img-responsive{
	display:block;
	max-width:100%;
	height:auto
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* CONTENEURS */
.container-fluid ,
.container-large,
.container-medium,
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container ,
	.container-medium,
	.container-large{
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container ,
	.container-medium,
	.container-large {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-medium,
	.container-large {
		width: 1170px;
	}
}
@media (min-width: 1400px) {
	.container-medium,
	.container-large {
		width: 1370px;
	}
}
@media (min-width: 1800px) {
	.container-large {
		width: 1770px;
	}
}
/* GENERIQUE */
a{
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
img{
	max-width : 100%;
	height : auto;
}
ul {
  list-style: none;
  padding: 0;

}
#navigation ul,
#footer ul{
	margin:0;
	padding:0;
}
.btn{
	display: inline-block;
	vertical-align:top;
	border-width : 0px;
	text-transform: uppercase;
	font-size: 14px;
    text-align: center;
	padding : 10px 30px;
	text-decoration:none;
	color: #fff;
    border-color: #2945a0;
    background: #2945a0 none;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin : auto;
	white-space: normal;
}
.btn:hover{
	color: #fff;
    border-color: #1c294c;
    background: #1c294c none;
}
/* form{} */
form .form-control,
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=number],
form textarea,
.chosen-container-single .chosen-default,
.chosen-container-single .chosen-single{
    padding: 6px 6px !important;
	display:block;
	width : 100% !important;
    color: #000 !important;
    border: 1px solid #000 !important;
	background:none #fff !important;
	height: 34px !important;
	font-size: 14px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.chosen-container-single .chosen-single span{
	padding: 0;
    height: auto !important;
    line-height: normal;
}
.chosen-container-single .chosen-single div b{
    background: none !important;
	position:relative;
}
.chosen-container-single .chosen-single div b:before{
    content:"\f0d7";
	font-family:fontawesome;
	position: absolute;
    top: 5px;
}
.chosen-container-single .chosen-drop{
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.chosen-container .chosen-results li{
	padding-left: 0em;
    text-indent: 0em;
}
.chosen-container .chosen-results li:before{
	display:none;
}
.chosen-container .chosen-results li.active-result{
	padding-left:10px;
	padding-right:10px;
	font-size: 14px;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #2945a0 !important;
    background-image: none !important;
    color: #fff !important;
}
form .form-control:focus,
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form textarea:focus{
    border-color: #353535 !important;
	-webkit-box-shadow: none;
    box-shadow: none;
	outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px !important;
}
#content form .form-control::-webkit-input-placeholder { text-transform:uppercase; color:#A6A6A6 !important;opacity: 1 !important; }
#content form .form-control::-moz-placeholder { text-transform:uppercase; color:#A6A6A6 !important;opacity: 1 !important; }
#content form .form-control:-moz-placeholder { text-transform:uppercase; color:#A6A6A6 !important;opacity: 1 !important; }
#content form .form-control:-ms-input-placeholder { text-transform:uppercase; color:#A6A6A6 !important;opacity: 1 !important; } /* ie */
form textarea,
#content form textarea{
	height : 90px !important;
}
form input[type=file] {
    display: inline-block;
    margin-left: 10px;
}
.gform_confirmation_message {
    border: 2px solid #353535;
    padding: 10px;
    text-align: center;
	margin:0;
}
body.noverflow {
    overflow: hidden;
}
.swiper-pagination-bullet-active {
    background: #2945a0;
}
.section-content {
    padding: 50px 0;
}
#content {
    margin-top: 0;
}
#content li {
	padding-left: 1em;
	text-indent: -.7em;
}
#content li:before {
	content: "• ";
	color: #2945a0;
}
#content #footer li {
	padding-left: 0em;
	text-indent: 0em;
}
#content #footer li:before {
	display:none;
}
/* HEADER */
#navigation{
	background-color:#e1e1e1;
}
#navigation > div{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	padding:0;
    position: relative;
}
#navigation .navbar-header,
#navigation #container-menu-header{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#navigation .navbar-header{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#navigation .navbar-header #logo,
#navigation .navbar-header #contacts_header{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#navigation .navbar-header #logo{
    max-width: 100px;
    padding: 15px;
}
#navigation #container-menu-header{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#navigation #container-menu-header .navbar-toggle,
#navigation #container-menu-header #show-menu{
    display: none;
	cursor:pointer;
}
#navigation #container-menu-header a{
	text-decoration:none;
	color:#141414;
}
#navigation #container-menu-header > ul{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	margin: 0;
	margin-right:50px;
    padding: 0;
}
#navigation #container-menu-header > ul > li{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navigation #container-menu-header > ul > li:hover{
	background-color:#141414;
}
#navigation #container-menu-header > ul > li:first-child{
	padding-left:0px;
}
#navigation #container-menu-header > ul > li:after {
	content: "";
    margin: 0;
    display: block;
    /* vertical-align: middle; */
    color: #969696;
    border-right: 1px solid #aaa;
    height: 100%;
}
#navigation #container-menu-header > ul > li:last-child:after {
    display:none;
}
#navigation #container-menu-header > ul > li > a{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	color:#141414;
	padding:15px;
}
#navigation #container-menu-header > ul > li:hover > a{
	color:#fff;
}
/* sous-menu */
#navigation #container-menu-header > ul  li.menu-item-has-children{
	position:relative;
}
#navigation #container-menu-header > ul li.menu-item-has-children > a:after{
	content:"\f107";
	font-family:fontawesome;
	display:inline-block;
	vertical-align: baseline;
    margin-left: 10px;

	-moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
#navigation #container-menu-header > ul li.menu-item-has-children:hover > a:after{
	transform: rotate(180deg);
}
#navigation #container-menu-header > ul  li.menu-item-has-children ul {
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	z-index:10;
    background: #d1d1d1;
	padding : 15px;

	display:none;
}
#navigation #container-menu-header > ul  li.menu-item-has-children:hover ul {
	display:block;
}
#navigation #container-menu-header > ul  li.menu-item-has-children ul li{
	padding: 10px 0;
    border-bottom: 1px solid #999;
    font-size: 0.9em;
}
#navigation #container-menu-header > ul  li.menu-item-has-children ul li:last-child{
	border-bottom: none;
}
/* FOOTER */
#footer {
    background-color: #424242;
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}
#footer a{
	color: inherit;
}
#footer_container_menus{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#footer .footer_colonne {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0 20px;
}
#footer .footer_colonne:first-child {
	padding-left : 0;
	-webkit-flex: 0 1 calc( 25% - 20px );
    -ms-flex: 0 1 calc( 25% - 20px );
    flex: 0 1 calc( 25% - 20px );
}
#footer .footer_colonne:last-child {
	padding-right : 0;
	-webkit-flex: 0 1 calc( 25% - 20px );
    -ms-flex: 0 1 calc( 25% - 20px );
    flex: 0 1 calc( 25% - 20px );
}
#footer #footer_colonne1 p {
	margin-top:0;
	text-align: justify;
}
#footer #footer_colonne1 ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 25px;
}
#footer #footer_colonne1 li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-size: 26px;
}
#footer #signature{
	margin : 50px auto 0;
	text-align:center;
	font-size : 12px;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px;
	background: #222;
	color: #fff;
	z-index: 100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	filter: alpha(opacity=000);
	opacity: 0.0;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#back-top.visible {
	filter: alpha(opacity=075);
	opacity: 0.75;
}
#back-top.visible:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
/* 404*/
.error404 #content{
	text-align:center;
}
/**
 * Media Queries
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1799px) {
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
	/* HEADER */
	#navigation #container-menu-header .navbar-toggle{
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		margin-right: 15px;
	    margin-left: 15px;
		font-weight: bold;
	}
	#navigation #container-menu-header .navbar-toggle span{
	    display: block;
		font-size: 14px;
	    line-height: 1;
		/*
		border: 1px solid #6e2383;
		padding: 2px 9px 7px;
		border-radius: 4px;
		*/
	}
	#navigation #container-menu-header .navbar-toggle span:after{
		content: "";
		display: block;
		width: 100%;
		height: 24px;
		background: url(../img/menu.svg) no-repeat center center / contain;
		margin: 5px auto 0;
	}
	#navigation #container-menu-header{
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;

	    padding-right: 15px;
	}
	#navigation #container-menu-header > ul{
		height : 0;
		overflow:hidden;
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #ccc;
		z-index: 10;
		margin: 0;
		/*box-shadow : 0 5px 10px rgba(0,0,0,0.25);*/

		-moz-transition: height 0.3s ease;
		-webkit-transition: height 0.3s ease;
		-o-transition: height 0.3s ease;
		transition: height 0.3s ease;
	}
	#navigation #container-menu-header #show-menu:checked ~ ul{
		height : auto;
	}

	#navigation #container-menu-header > ul > li{
		display:block;
	}
	#navigation #container-menu-header > ul > li a{
		display:block;
	}
	#navigation #container-menu-header > ul li.menu-item-has-children ul{
		position: relative;
		width: auto;
		top: auto;
		left: auto;
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
}
@media (max-width: 643px) {
}
@media (max-width: 359px) {
}
/**
 * Retina-specific styles
 */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
}
/************ Spécifique projet **************/
/* fonts */
@font-face {
    font-family: Aileron;
    src: url("./fonts/aileron/Aileron-Regular.otf") format("opentype");
    font-weight: normal;
   }
@font-face {
    font-family: Aileron;
    src: url("./fonts/aileron/Aileron-Bold.otf") format("opentype");
    font-weight: bold;
   }
@font-face {
    font-family: Neutral Face;
    src: url("./fonts/neutralface/NeutralFace.otf") format("opentype");
    font-weight: normal;
   }
@font-face {
    font-family: Neutral Face;
    src: url("./fonts/neutralface/NeutralFace-Bold.otf") format("opentype");
    font-weight: bold;
   }
/* variables */
:root{
    --couleur-principale : #002f63;
    --couleur-principale-transparente : #1e5384;
    --couleur-principale-sombre : #072e51;
    --couleur-secondaire : #a7c3de;
    --couleur-secondaire-transparente : #c1d8ea;
	--hauteurHeader : 80px;
}
body{
	font-family: 'Aileron';
	font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.065em;
    color: black;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
#navigation ul>li>a{
	font-family: 'Neutral Face';
	font-weight: bold;
	color:black;
	text-transform:none;
	display:block;
	text-transform: uppercase;
}
h1,
.h1{
	font-size : 35px;
	text-align:center;
	position:relative;
	line-height:1.2em;
}
h2,
.h2{
	display:inline-block;
	font-size : 34px;
	margin: 1em 0 0.5em;
    position: relative;
    margin-bottom: 100px;
	line-height: 1.2em;
}
h2::before,
h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
h2::before{
    width: 10px;
    height: 10px;
    transform: rotate(50deg) translate(-23px, 2px);
    background: var(--couleur-principale);
    z-index: -1;
}
h2::after{
    width: 20px;
    height: 20px;
    transform: rotate(50deg) translate(-14px, 0px);
    background: var(--couleur-secondaire);
    z-index: -1;
}
h2 > span:first-child,
.h2 > span:first-child{
	/*color: var(--couleur-principale);*/
}
h2 > span:last-child,
.h2 > span:last-child{
	/*color: var(--couleur-secondaire);*/
}
h3,
.h3{
    /*--couleur-principale : CurrentColor;*/
	font-size : 20px;
    position: relative;
}
h4
.h4{
	font-size : 16px;
}
.titre_section{
	text-align: center;
    margin: 0 0 75px;
	font-size:30px;
	font-weight : 400;
}
.titre_section:before{
    content: "";
    display: inline-block;
    border-bottom: 2px solid;
    margin: 0px 15px 0px 0px;
    width: 150px;
    vertical-align: middle;
}
.titre_section  br{
	display:none;
}

a{
	color: white;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
	color: var(--couleur-principale-sombre);
}
#content li {
    padding-left: 0;
    text-indent: 0;
}
#content li::before {
    content: none;
}
.btn{
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: 700;
    line-height: 1.3em;
	background-color:rgb(84,132,152);

	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	outline:none;
}
.btn:hover{
	background-color:rgb(71,132,40);
}
.btn2{
	color: #15a0af;
    background: #fff;
    border: 1px solid #15a0af;
}
.btn2:hover{
	color: #ff6f61;
	background: #fff;
    border-color: #ff6f61;
}
.swiper .swiper-slide h3::before,
.swiper .swiper-slide h3::after,
section#actu h3::before,
section#actu h3::after{
    content: none;
}
/* header */
#navigation {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:100;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#navigation::before {
    content: "";
	background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
#navigation > div,
#navigation::before{
    height: var(--hauteurHeader);
}
#navigation > div{
    webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#numtelmobile{
	display:none;
}

#navigation #container-menu-header{
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
#navigation #container-menu-header::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(0,0,0);
}
#navigation #container-menu-header .navbar-header{
    margin-left: 50px;
}
#navigation .navbar-header #logo img{
    -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	opacity: 0.0;
	filter: alpha(opacity=000);
}
#navigation.visible .navbar-header #logo img{
    opacity: 1.0;
	filter: alpha(opacity=100);
}

#navigation #container-menu-header > ul > li:after{
	display:none;
}
#navigation #container-menu-header > ul > li:hover {
    background-color: transparent;
}
#navigation #container-menu-header > ul > li#rdv {
    display:none;
}
#navigation #container-menu-header > ul > li > a{
    padding: 0;
}
#navigation #container-menu-header > ul#menu-menu-header-contact > li{
	transform: translate(0, 20%);
}
#navigation #container-menu-header > ul#menu-menu-header-contact > li#PR2{
}
#navigation #container-menu-header > ul#menu-menu-header-contact > li a{
	background: var(--couleur-principale);
	margin-top: 0;
    margin-bottom: 0;
	padding : 15px 20px;
	text-decoration:none;
	box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.3);
}
#navigation #container-menu-header > ul#menu-menu-header-contact > li#PR2 a{
	background: var(--couleur-secondaire);
	position:relative;
}
#navigation #container-menu-header > ul#menu-menu-header-contact > li#PR2 a:before{
	content:"";
	background : url(../img/lock.svg) no-repeat center center / 50% auto;
	opacity : 0.3;
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#navigation #container-menu-header > ul > li:not(:last-child) > a{
	margin: 5px 0px;
}
#navigation #container-menu-header > ul > li:not(:last-child) > a,
#navigation #container-menu-header > ul#menu-menu-header-contenu {
	margin-right: 35px;
}
#navigation #container-menu-header > ul > li > a:hover{
    transform: translateY(5px) !important;
}
#navigation #container-menu-header > ul > li > a > span{
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
#navigation #container-menu-header > ul > li > a > span:first-child{
	font-weight: normal;
    display: block;
}
#navigation #container-menu-header > ul#menu-menu-header-contenu > li > a > span,
#navigation #container-menu-header > ul#menu-menu-header-contact > li#PR2 > a > span{
	color: black;
}
#navigation #container-menu-header > ul#menu-menu-header-contact > li > a > span{
	color: white;
	position: relative;
}
#navigation #container-menu-header > ul#menu-menu-header-contact > li#num-tel > a > span:first-child{
	/*color: black;*/
    font-size: 12px;
}
#navigation #container-menu-header > ul > li:not(#PR2) > a:hover > span{
	/*color: black !important;*/
}
#navigation.visible{
	/*background-color: rgba(0,0,0,0.7);*/
    box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
}
#navigation.visible .navbar-header #logo {
    width: auto;
    opacity: 1;
    filter: alpha(opacity=100);
}
#navigation.visible #container-menu-header > ul > li > a{
	color:rgb(255,255,255);
	text-shadow: none;
}
#navigation.visible #container-menu-header > ul > li > a:after {
    border-color:rgb(255,255,255);
}
#navigation.visible #container-menu-header > ul > li > a:hover{
	color:rgb(255,255,255);
	text-decoration:underline;
}
/* FOOTER */
#footer{
    padding: 75px 0 50px;
    background: #647281;
    color: black;
	position:relative;
}
#footer > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Neutral Face";
}
#footer > div > *{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#footer > div .footer-texte{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0;
    width: 100%;
    max-width: 650px;
}
#footer > div .footer-texte > *{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}
#footer > div .footer-texte > ul{
    text-align: right;
}
#footer > div .footer-texte > ul li a {
    font-weight: normal;
    font-size: 14px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer > div .footer-texte > ul li a:hover {
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
#footer > div > span:last-child{
    font-family: "Aileron";
}
#footer #signature {
    margin: 0 auto;
	font-family: 'Aileron';
}
#footer #signature a{
    text-decoration:underline;
	font-weight:normal;
	text-transform:none;
}


/* AUTRES */
#content{
	padding-top: var(--hauteurHeader);
}

/* intro */
#section_intro{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	color:#000;
    min-height: calc( 100vh - var(--hauteurHeader) );
	padding : 0;
	background: #fff url(../img/bg_intro.jpg) no-repeat center center / cover;
	text-align:center;

	position:relative;
}
#section_intro > div{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    color: #fff;
    width: 40%;
    margin: 0 auto 0 5%;
    padding: 0;
    z-index: 2;
}
#section_intro img,
#footer > div > img{
	width: 100%;
    max-width: 550px;
    margin-bottom: 25px;
}
#section_intro h1,
.baseline{
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    position: relative;
    margin: auto;
}

/*section découvrez adour santé*/
.section-content#decouvrir{
    margin-top: 100px;
    position: relative;
	text-align:center;
	overflow:hidden;
}
.section-content#decouvrir > div#resume > div{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-content#decouvrir > div#resume > div > *{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.section-content#decouvrir > div#resume > div > div#texte-presentation{
	-webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
	
	position:relative;
    padding: 40px 50px;
}
.section-content#decouvrir > div#resume > div > div#texte-presentation:before{
	content:"";
	display:block;
	height:100%;
	width : 100vw;
	position:absolute;
	top:0;
	right:0;
	background:var(--couleur-principale);
}
.section-content#decouvrir > div#resume > div > div#texte-presentation p{
    text-align: justify;
	position: relative;
    color: white;
}
.section-content#decouvrir > div#resume > div > img{
    width: 40%;
}

/* Les engagements de l'entreprise */
.section-content#decouvrir > div#engagements{
    position: relative;
    margin-top: 150px;
    padding-top: 0;
}
.section-content#decouvrir > div#engagements:before{
	content:"";
	display:block;
	width : 75%;
	height:450px;
	position:absolute;
	top:0;
	right:0;
	background: #fff url(../img/bg_engagements.jpg) no-repeat fixed center center / cover;
}
.section-content#decouvrir > div#engagements > div{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
	text-align: center;
}
.section-content#decouvrir > div#engagements > div h3{
    margin-bottom: 40px;
	display:inline-block;
	background:white;
	padding: 20px 30px;
    margin: 0 0 100px;
}
.section-content#decouvrir > div#engagements > div h3:before,
.section-content#decouvrir > div#engagements > div h3:after{
	display:none;
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	z-index: 2;
    margin: 0;
    padding: 70px 35px;
	position:relative;
	overflow:hidden;
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement:nth-child(1){
    background: var(--couleur-secondaire);
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement:nth-child(2){
    background: var(--couleur-principale);
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement:nth-child(3){
    background: #647281;
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement:nth-child(2),
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement:nth-child(3),
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement:nth-child(2) h4,
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement:nth-child(3) h4{
	color:white;
}

.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement::before{
    content: "";
    background: no-repeat center center / 80% auto;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30%, 0px);
    width: 100%;
    height: 100%;
	opacity: 0.5;
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement#dispo::before{
    background-image: url(../img/disponibilite.svg);
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement#comp::before{
    background-image: url(../img/competences-sante.svg);
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement#com::before{
    background-image: url(../img/communication-equipe.svg);
}

.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement h4{
    font-weight: normal;
    font-size: 18px;
}
.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement p{
    position: relative;
}

/* L'équipe */
.section-content#decouvrir > div#equipe {
    margin-top: 150px;
}
.section-content#decouvrir > div#equipe h3{
    text-align:left;
}
.section-content#decouvrir > div#equipe h3:before,
.section-content#decouvrir > div#equipe h3:after{
    display:none;
}
.section-content#decouvrir > div#equipe > div#texte-equipe {
	width : 60%;
	margin : 0 auto 0 0;
}
.section-content#decouvrir > div#equipe > div#texte-equipe > p {
    font-size: 16px;
    text-align: justify;
}
.section-content#decouvrir > ul#liste-equipe{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
    margin-top: 50px;
}
.section-content#decouvrir > ul#liste-equipe > li{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;/* entre 1/4 1/5 */
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
    position: relative;
    margin-top: 50px;    
	margin-bottom: 50px;
	padding: 25px 10px;
	text-align:center;
	background-color: var(--couleur-secondaire);
	color:black;
	text-transform:uppercase;
}

.section-content#decouvrir > ul#liste-equipe > li::before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/user.svg) no-repeat center center / contain;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%, -15%);
}
.section-content#decouvrir > ul#liste-equipe > li > .identites{
    position: relative;
}
.section-content#decouvrir > ul#liste-equipe > li > .identites > .identite {
	margin-top: 0;
    margin-bottom: 0.3em;
}
.section-content#decouvrir > ul#liste-equipe > li > .identites > .identite span{
}
.section-content#decouvrir > ul#liste-equipe > li > .identites > .identite span.prenom{
}
.section-content#decouvrir > ul#liste-equipe > li > .identites > .identite span.nom{
	font-weight:bold;
}
.section-content#decouvrir > ul#liste-equipe > li > .poste{
    font-weight: bold;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 100%;
    left: 10%;
    width: 80%;
    margin: 0;
    padding: 10px 20px;
    background-color: var(--couleur-principale);
    transform: translate(0px, -30%);
}
/*
.section-content#decouvrir > ul#liste-equipe > li:nth-child(5),
.section-content#decouvrir > ul#liste-equipe > li:nth-child(6),
.section-content#decouvrir > ul#liste-equipe > li:nth-child(7){
 	background-color: var(--couleur-secondaire);
}
.section-content#decouvrir > ul#liste-equipe > li:nth-child(5)::before,
.section-content#decouvrir > ul#liste-equipe > li:nth-child(6)::before,
.section-content#decouvrir > ul#liste-equipe > li:nth-child(7)::before{
 	background-image: url(../img/user.svg);
}
.section-content#decouvrir > ul#liste-equipe > li:nth-child(5) > .poste,
.section-content#decouvrir > ul#liste-equipe > li:nth-child(6) > .poste,
.section-content#decouvrir > ul#liste-equipe > li:nth-child(7) > .poste{
	background: rgba(13,122,32,0.5);
	color: white;
}
*/

/* Décoratif */
.section-content#decoratif{
    background: #fff url(../img/accompagnement-soins.jpg) no-repeat fixed center center / cover;
    height: 500px;
    position: relative;
    margin-top: 200px;
}
.section-content#decoratif::before,
.section-content#decoratif::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;

    background: rgb(0,0,0);
    background: -moz-linear-gradient(var(--orientation), rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 1100%);
    background: -webkit-linear-gradient(var(--orientation), rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 1100%);
    background: linear-gradient(var(--orientation), rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 1100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    opacity: 0.1;
    filter: alpha(opacity=010);
}
.section-content#decoratif::before{
    --orientation : 0deg;
    top: 0;
}
.section-content#decoratif::after{
    --orientation : 180deg;
    bottom: 0;
}

/* Préstations */
.section-content#prestations{
    margin-top: 75px;
    margin-bottom: 150px;
    overflow: hidden;
    position: relative;
	text-align:center;
}
.section-content#prestations .contenu-prest{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	
	position:relative;
}
.section-content#prestations .contenu-prest:before{
	content: "";
    display: block;
    width: 50vw;
    height: 80%;
    position: absolute;
    top: 0;
    right: 60%;
    background: #fff url(../img/bg_prestations.jpg) no-repeat center center / cover;
}
.section-content#prestations .swiperrr {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	margin-top : 50px;
	position:relative;
}

.section-content#prestations .swiperrr .swiperrr-wrapper{
    padding: 50px 60px;
	background:var(--couleur-principale);
	color:white;
}
.section-content#prestations .swiperrr .swiperrr-slide{
}
.section-content#prestations .swiperrr .swiperrr-slide p{
    text-align: left;
    margin: auto;
    color: white;
    font-size: 16px;
}
.section-content#prestations .swiperrr .swiperrr-slide p a{
	font-weight:bold;
	text-decoration:underline;
	font-size: 1.2em;
}
.section-content#prestations .swiperrr .swiperrr-slide p a:hover{
	color:black;
}
.section-content#prestations .contenu-prest > .roue{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	
	margin : 0;
	padding : 50px 0;
}
.section-content#prestations .contenu-prest > .roue > li{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	margin-right : 15%;
	background:var(--couleur-secondaire);
	color:black;
    padding: 50px 15px;
    padding: 15% 15px;
	aspect-ratio: 1;
    margin-top: -1em;
	
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.section-content#prestations .contenu-prest > .roue > li:nth-child(1){
}
.section-content#prestations .contenu-prest > .roue > li:nth-child(2){
}
.section-content#prestations .contenu-prest > .roue > li:nth-child(3){
	background:var(--couleur-principale);
	color:white;
}
.section-content#prestations .contenu-prest > .roue > li:nth-child(4){
	margin-right : 0;
	background:var(--couleur-principale);
	color:white;
}
.section-content#prestations .contenu-prest > .roue > li:nth-child(5){

}
.section-content#prestations .contenu-prest > .roue > li:nth-child(6){
}

.section-content#prestations .contenu-prest > .roue > li:hover{
    background: var(--couleur-principale-sombre);
    color: white;
    transform: scale(1.1);
}

/* Professionnels */
.section-content#professionnels {
    overflow: hidden;
}
.section-content#professionnels > div.header-pro{}
.section-content#professionnels > div.header-pro:before{
	content:"";
	display:block;
	width  : 100%;
	height : 350px;
	background: #fff url(../img/bg_services.jpg) no-repeat fixed center center / cover;
}
.section-content#professionnels > div.header-pro > p{
    background-color: var(--couleur-secondaire);
    padding: 40px;
    color: black;
    --width: 450px;
    max-width: var(--width);
    margin-left: calc( 100% - var(--width) - 10% );
    margin-top: 0;
    transform: translate(0px, -15%);
    position: relative;
}
.section-content#professionnels > div > ul.services-pro{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    
	margin-top: 0px;
    margin-bottom: 50px;
    position: relative;
}
.section-content#professionnels > div > ul.services-pro > li{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
	font-family: "Neutral Face";
    text-align: center;
    counter-increment: numService;
    position: relative;
    /*width: calc(var(--taille) + 10px);*/
	font-size: 16px;
    font-weight: bold;
    
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.section-content#professionnels > div > ul.services-pro > li:nth-child(1){
    --taille: 239px;
}
.section-content#professionnels > div > ul.services-pro > li:nth-child(2){
    --taille: 193px;
}
.section-content#professionnels > div > ul.services-pro > li:nth-child(3){
    --taille: 287px;
}
.section-content#professionnels > div > ul.services-pro > li:nth-child(4){
    --taille: 214px;
}
.section-content#professionnels > div > ul.services-pro > li::before{
    content: "." counter(numService);
    color: currentColor;
	font-weight: normal !important;
	margin-right: 0.3em;
    /*
	position: absolute;
    left: 5px;
    transform: translateY(-100%);
    */
}
.section-content#professionnels > div > ul.services-pro > li:hover,
.section-content#professionnels > div > ul.services-pro > li.selected{
    color:var(--couleur-secondaire);
}
.section-content#professionnels > div > #conteneurr_swiper{
	padding: 100px 120px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
}
.section-content#professionnels > div > #conteneurr_swiper:before{
    content: "";
	display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 100vw;
    background: url(../img/bg_pro.png) no-repeat center center / cover;
    opacity: 0.3;
	z-index:-1;
}
.section-content#professionnels > div > #conteneurr_swiper:after{
    content: "";
	display:block;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: white;
	z-index:2;
}
.section-content#professionnels > div > #conteneurr_swiper > .swiper{
	z-index:3;
}
.section-content#professionnels > div > #conteneurr_swiper > .swiper > .swiper-wrapper{
	-webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-content#professionnels > div > #conteneurr_swiper > .swiper  .swiper-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-content#professionnels > div > #conteneurr_swiper > .swiper  .swiper-slide > * {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.section-content#professionnels > div > #conteneurr_swiper > .swiper  .swiper-slide > .texte-pro {
    max-width: 450px;
    text-align: justify;
    padding-right: 80px;
}
.section-content#professionnels > div > #conteneurr_swiper > .swiper  .swiper-slide > .texte-pro h3{
    color: var(--couleur-secondaire);
	line-height: 1.2em;
}
.section-content#professionnels > div > #conteneurr_swiper > .swiper  .swiper-slide > .texte-pro li {
    position: relative;
    text-indent: 20px;
}
.section-content#professionnels > div > #conteneurr_swiper > .swiper  .swiper-slide > .texte-pro li::before {
    content: "• ";
    color: var(--couleur-principale);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    transform: translate(-50%, -3px);
}
.section-content#professionnels .swiper-button-next,
.section-content#professionnels .swiper-button-prev{
    display:none;
}

/* btn prestareso2 */
.section-content#accesPR2 {
    margin-top: 50px;
	position:relative;
}
.section-content#accesPR2::before{
    content: "";
    display:block;
	width: 100%;
    height: 1px;
    position: absolute;
	top : 50%;
	left:0;
    transform: translate(0,-50%);
	background:black;
}
.section-content#accesPR2 > div{
    padding: 50px 0;
    position: relative;
}
.section-content#accesPR2 > div > div{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.section-content#accesPR2 > div > div > *{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.section-content#accesPR2 > div > div > p{
    margin: 0 20px 0 0;
    font-size: 20px;
}
.section-content#accesPR2 > div > div > p,
.btn-pr2{
    font-family: "Neutral Face";
}

.btn-pr2{
    background: var(--couleur-principale);
    padding: 45px;
    padding-top: 60px;
    display: block;
    font-family: "Neutral Face";
    font-weight: normal;
    font-size: 20px;
    position: relative;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
}
.btn-pr2::before{
	content: "";
    background: url(../img/lock.svg) no-repeat center center / 50% auto;
    opacity: 0.3;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-pr2:hover{
	background-color: var(--couleur-principale-sombre);
    transform: scale(1.1);
}
.section-content#accesPR2 > div > div > .btn-pr2::after{
    content: "";
    width: 90px;
    height: 60px;
    background: url(../img/dot-right-arrow.svg) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
	
    transform: translate( calc(-100% - 40px), 0);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-content#accesPR2 > div > div > .btn-pr2:hover::after{
    transform: translateX(-100%) !important;
}
.section-content#accesPR2 > div > div > p span,
.btn-pr2 span{
    display: block;
}
.section-content#accesPR2 > div > div > p span{
    color: black;
}
.btn-pr2 span{
    color: white;
}
.btn-pr2 span:last-child,
.section-content#accesPR2 > div > div > p span:last-child{
    font-weight: bold;
    word-break: keep-all;
}

/* actu */
.section-content#actu{
    position: relative;
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 100px;
    overflow: hidden;
    background: #fff url(../img/bg_actus.jpg) no-repeat center center / cover;
}
.section-content#actu h2{
    background: white;
    padding: 20px 50px 30px;
    margin: 0 0 50px;
}
.section-content#actu h2:before,
.section-content#actu h2:after{
	display:none;
}
.section-content#actu .swiper{
    width:100%;
	height:auto;
}
.section-content#actu .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.section-content#actu .swiper-pagination-bullet-active {
    background: var( --couleur-principale);
}
.section-content#actu .swiper-button-next, 
.section-content#actu .swiper-button-prev {
    background: var( --couleur-secondaire);
    width: 50px;
    height: 50px;
    border-radius: 50%;
	color: white;
}
.section-content#actu .swiper-button-next:after, 
.section-content#actu .swiper-button-prev:after {
    font-size: 30px;
}
.section-content#actu .liste-carte-actu .carte-actu{
	padding : 30px 20px;
}
.section-content#actu .liste-carte-actu .carte-actu a{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	
	max-width: 330px;
	margin: 0 auto;
	background: white;
	box-shadow : 4px 6px 11px rgba(0, 0, 0, 0.5);

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.section-content#actu .liste-carte-actu .carte-actu a:hover{
    transform: scale(1.025);
}
.section-content#actu .carte-actu .texte-actu{
	padding: 10px 15px;
	width: 100%;
}
.section-content#actu .carte-actu .texte-actu h3{
    font-weight: normal;
    font-size: 14px;
    margin-top: 1em;
    font-family: 'Aileron';
    line-height: 1.2em;
}
.section-content#actu .liste-carte-actu .carte-actu a:hover h3{
    font-weight: bold;
}
.section-content#actu .carte-actu .texte-actu time{
    font-size: 12px;
    color: black;
    font-weight: normal;
    text-align: right;
    line-height: 1;
}
section#conteneur_actus{
	display:none;
}
.singleactu{
	background: #fff;
    max-width: 400px;
    padding: 35px;
    font-size: 1rem;
    line-height: 1.2em;
}
.singleactu > p:first-of-type{
	margin-top:0;
}
.singleactu > p:last-of-type{
	margin-bottom:0;
}
.singleactu > p a{
    color: black;
    text-decoration: underline;
}
.singleactu > p a:hover{
    color: var(--couleur-principale-sombre);
}
.singleactu img{
	width:100%;
	display:block;
}
.singleactu h4{
	color: var(--couleur-principale);
    font-size: 1.0rem;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
.singleactu time{
    color: var(--couleur-secondaire);
    display: block;
    font-size: 1rem;
}


/* contact */
.section-content#contact{
	position:relative;
    margin-bottom: 100px;
	text-align:center;
    padding-top: 100px;
}
.section-content#contact .coordonnees{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-content#contact .coordonnees > li{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.section-content#contact .coordonnees > li:last-child,
.section-content#contact .coordonnees > li:nth-last-child(2){
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.section-content#contact .coordonnees > li::before{
    content:"";
    width: 70px;
	height:70px;
    margin-right: 20px;
    display: block;
    background: no-repeat center center / contain;
}
/* Insérer les picto de contact ici */
.section-content#contact .coordonnees > li#contact-tel::before{
	background-image:url(../img/phone-call.svg);
}
.section-content#contact .coordonnees > li#contact-mail::before{
	background-image:url(../img/envelope.svg);
}
.section-content#contact .coordonnees > li#contact-fax::before{
	background-image:url(../img/printer.svg);
}
.section-content#contact .coordonnees > li#contact-loca::before{
	background-image:url(../img/placeholder.svg);
}
.section-content#contact .coordonnees > li#contact-ouverture::before{
	background-image:url(../img/horaires.svg);
}
.section-content#contact .coordonnees > li > .contact-texte > * > *{
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.section-content#contact .coordonnees > li > .contact-texte > * > *:last-child{
    color: black;
}
.section-content#contact .coordonnees > li > .contact-texte > * > *:first-child{
    font-family: "Neutral Face";
    color: black;
}
.section-content#contact .formu-map{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.section-content#contact .formu-map > *{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.section-content#contact .formu-map #leafletmap {
	min-height:300px;
    aspect-ratio: 1 / 1;
    border: solid 3px var(--couleur-principale);
    filter: drop-shadow(4px 6px 11px rgba(0, 0, 0, 0.5));
    margin: 80px;
}
.section-content#contact .formu-map #leafletmap .leaflet-popup {
    width : 180px;
}
.section-content#contact .formu-map #leafletmap .leaflet-popup .map_pop{
	text-align:center;
}
.section-content#contact .formu-map #leafletmap .leaflet-popup a{
    color : black;
	font-weight:normal;
}
.section-content#contact .formu-map > form{
    text-align: left;
}
.section-content#contact .formu-map > form .form-control{
    border: 3px solid var(--couleur-principale) !important;
}

.section-content#contact .formu-map > form p.mybutton{
    text-align: center;
    /*padding-right: 30px;*/
}
.section-content#contact .formu-map > form p.mybutton button.btn{
    background-color: var(--couleur-secondaire);
    border-radius: 0;
    border: 3px solid var(--couleur-secondaire);
    font-weight: bold;
    font-size: 16px;

	z-index:9;
	position:relative;
}
.section-content#contact .formu-map > form p.mybutton button.btn:hover{
    color: black;
    background-color: white;
}
.section-content#contact .formu-map > form > .notice_rgpd{
    font-size: 0.8rem;
    line-height: 1.2em;
    margin-top: 0;
}
.section-content#contact .formu-map > form .error{
	color : #cc3300;
}

.section-content#contact .formu-map > form #reponsemail .content-message{
	border : 2px solid #00b3d0;
	padding : 15px;
	text-align:center;

    margin-top: 1em;
}
.section-content#contact .formu-map > form #reponsemail .content-message.error{
	border-color : #cc3300;
}
.section-content#contact .formu-map > form #reponsemail .content-message img{
	width:50px;
    display: block;
    margin: auto;
}
.section-content#contact .formu-map > form #reponsemail .content-message.error img{
	width:40px;
}
.section-content#contact .formu-map > form #reponsemail h2{
	font-size: 1rem;
    font-family: 'Aileron';
    width: auto;
    transform: none;
    margin: 1em auto;
	color:#00b3d0;
}
.section-content#contact .formu-map > form #reponsemail .error h2{
	color:#cc3300;
}
.section-content#contact .formu-map > form #reponsemail h2:before,
.section-content#contact .formu-map > form #reponsemail h2:after{
	display:none;
}


/*** Responsive ***/
@media (max-width: 1799px) {}
@media (max-width: 1499px) {
	#navigation #container-menu-header > ul#menu-menu-header-contenu {
		margin-left: 25px;
		margin-right: 25px;
	}
	#navigation #container-menu-header > ul > li:not(:last-child) > a,
	#navigation #container-menu-header > ul#menu-menu-header-contenu {
		margin-right: 25px;
	}
	#navigation #container-menu-header > ul > li > a > span {
		font-size: 15px;
	}
}
@media (max-width: 1399px) {
	#navigation #container-menu-header .navbar-header {
		margin-left: 0px;
	}
	#navigation #container-menu-header > ul#menu-menu-header-contenu {
		margin-left: 20px;
		margin-right: 20px;
	}
	#navigation #container-menu-header > ul#menu-menu-header-contact{
		margin-right:15px;	
	}
	#navigation #container-menu-header > ul > li:not(:last-child) > a, 
	#navigation #container-menu-header > ul#menu-menu-header-contenu {
		margin-right: 15px;
	}
	#navigation #container-menu-header > ul > li > a > span {
		font-size: 14px;
	}
	
	.section-content#decoratif {
		margin-top: 100px;
	}
}
@media (max-width: 1199px) {
	body {
		font-size: 15px;
		line-height: 1.2em;
	}
	h2::before{
		transform : rotate(50deg) translate(-20px, -20px);
	}
	h2::after{
		transform : rotate(50deg) translate(-7px, -23px);
	}

	#navigation #container-menu-header .navbar-header {
		margin-left: 0;
	}
	#navigation .navbar-header #logo {
		max-width: 75px;
	}
	#navigation .navbar-header #logo img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	#navigation #container-menu-header > ul#menu-menu-header-contenu {
		margin-left: 0px;
		margin-right: 10px;
	}
	#navigation #container-menu-header > ul > li > a {
		font-size:14px;
	    padding-right: 7px;
		line-height:1.2em;
	}
	#navigation #container-menu-header > ul > li:not(:last-child) > a {
		margin-right: 10px;
	}
	#navigation #container-menu-header > ul > li > a:hover {
		transform: translateY(3px) !important;
	}
	#navigation #container-menu-header > ul > li > a > span {
		font-size: 12px;
	}
	#navigation #container-menu-header > ul#menu-menu-header-contact > li {
		transform: translate(0, 0);
	}
	#navigation #container-menu-header > ul#menu-menu-header-contact > li a {
		padding: 10px;
	}

	#section_intro img,
	#footer > div > img {
		margin-bottom: 10px;
	}
	#section_intro h1, 
	.baseline {
		font-size: 14px;
	}
	
	.section-content#decouvrir,
	.section-content#decoratif,
	.section-content#prestations{
		margin-top: 50px;
	}
	.section-content#prestations {
		margin-bottom: 50px;
	}
	
	.section-content#professionnels > div > ul.services-pro > li {
		font-size: 14px;
	}
	.section-content#professionnels > div > #conteneurr_swiper {
		padding: 50px 60px;
	}
	.section-content#professionnels > div > #conteneurr_swiper > .swiper .swiper-slide > * {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
	}
	
	.section-content#accesPR2 > div > div > p {
		line-height: 1.25em;
	}
	
	.section-content#contact .coordonnees > li > .contact-texte > * > * {
		line-height: 1.4em;
	}
	.section-content#contact .formu-map #leafletmap {
		margin: 40px;
	}

}
@media (max-width: 991px) {
	:root{
		--hauteurHeader : 62px;;
	}
	#navigation #container-menu-header {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		padding-right: 0;
	}
	#navigation .navbar-header{
		-webkit-order: -10;
		-ms-flex-order: -10;
		order: -10;
	}
	
	#navigation #container-menu-header > ul:last-of-type {
		box-shadow: 0 10px 10px rgb(0 0 0 / 25%);
	}
	#navigation #container-menu-header > ul#menu-menu-header-contenu,
	#navigation #container-menu-header > ul#menu-menu-header-contact{
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;

		margin-left: 0px;
		margin-right: 0px;
		height: 0;
		overflow: auto;
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	    background: rgba(255,255,255,0.95);
	}
	#navigation #container-menu-header > ul > li#num-tel{
		display:none;
	}
	#navigation #container-menu-header > ul > li > a,
	#navigation #container-menu-header > ul > li:not(:last-child) > a	{
		font-size: 14px;
		margin: 0;
		padding: 10px 15px;
		text-align: center;
	}
	#navigation #container-menu-header > ul:first-of-type > li:first-child > a{
		padding-top : 20px;
	}
	#navigation #container-menu-header > ul > li > a:after {
		margin-left:5px;
	}
	#navigation #container-menu-header > ul > li > a:hover,
	#navigation #container-menu-header > ul > li#PR2 > a:hover{
		transform: none !important;
	}
	#navigation #container-menu-header > ul > li > a > span{
		font-size: 14px;
	}
	#navigation #container-menu-header > ul > li > a > span:first-child {
		font-weight: normal;
		display: inline;
		margin-right: 0.3em;
	}
	#numtelmobile {
		display: block;
		-webkit-order: -5;
		-ms-flex-order: -5;
		order: -5;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		line-height: 1.5em;
	}
	#numtelmobile > a > span{
		display: block;
		font-size: 18px;
		text-align: center;
	}
	#numtelmobile > a > span:first-child {
		color: var(--couleur-principale);
	}
	#numtelmobile > a > span:last-child {
	    color: var(--couleur-secondaire);
	}
	#navigation #container-menu-header > ul#menu-menu-header-contact > li#PR2 a:before{
		position: relative;
		width: 20px;
		height: 20px;
		top: auto;
		left: auto;
		display: inline-block;
		vertical-align: bottom;
		margin-right: 0.5em;
		background-size: contain;
		opacity: 1;
	}

	.section-content#decouvrir > div#resume > div > img {
		transform: translate(-30%, -20px);
		width: 80%;
	}
	.section-content#decouvrir > div#resume > div > div#texte-presentation{
		transform: translate(50%, 25%);
		background-color: var(--couleur-principale-transparente);
		z-index: 2;
	}
	.section-content#decouvrir > div#resume > div > div#texte-presentation:before{
		display:none;
	}
	
	.section-content#decouvrir > div#engagements {
		margin-top: 200px;
	}
	.section-content#decouvrir > div#engagements:before {
		width: 85%;
	}
	.section-content#decouvrir > div#engagements > div {
		width: 100%;
	}
	.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement {
		-webkit-flex: 0 1 32%;
		-ms-flex: 0 1 32%;
		flex: 0 1 32%;
		padding: 30px 10px;
	}
	.section-content#decouvrir > div#equipe > div#texte-equipe {
		width: 80%;
		display:block;
	}
	.section-content#decouvrir > div#equipe > div#texte-equipe > p:not(:last-child) {
		margin-right: 0;
	}
	.section-content#decouvrir > div#equipe > ul#liste-equipe {
		margin-top: 30px;
	}
	.section-content#decouvrir > ul#liste-equipe > li {
		-webkit-flex: 0 0 45%;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
	}	
	.section-content#decoratif {
		height: 75vh;
	}
	
	.section-content#prestations .contenu-prest {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section-content#prestations .contenu-prest > .roue{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.section-content#prestations .swiperrr {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.section-content#prestations .swiperrr, 
	.section-content#prestations .contenu-prest:before{
		display:none;
	}
		
	.section-content#professionnels > div > ul.services-pro {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.section-content#professionnels > div > #conteneurr_swiper > .swiper .swiper-slide > .texte-pro {
		padding-right: 35px;
	}
	.section-content#professionnels > div > #conteneurr_swiper > .swiper .swiper-slide > .texte-pro h3{
		text-align:left;
	}

	.section-content#accesPR2 {
		margin-top: 0px;
	}

	.section-content#actu {
		margin-top: 50px;
	}
	.section-content#contact .coordonnees > li {
		-webkit-flex: 0 1 45%;
		-ms-flex: 0 1 45%;
		flex: 0 0 45%;
	}
	.section-content#contact .coordonnees > li:last-child{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}
@media (max-width: 767px) {
	:root {
		--swiper-navigation-size: 35px;
		--swiper-theme-color: var(--couleur-principale);
	}
	.section-content#decouvrir > div#resume > h2{
		margin-bottom : 0;
	}
	.section-content#decouvrir > div#resume > div > img {
		transform: translate(-30%, 50px);
	}
	.section-content#decouvrir > div#engagements {
		padding-top: 100px;
	}
	.section-content#decouvrir > div#engagements > div {
		padding-top: 80px;
		padding-bottom: 5px;
	}
	.section-content#decouvrir > div#engagements > div > div#liste-engagements{
		display:block;
	}
	.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement {
		margin: 0 30px 40px;
	}
	.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement h4 {
		font-size: 16px;
	}
	
	
	
	
	.section-content#prestations {
		margin-top: 0;
	}
	.section-content#prestations .contenu-prest > .roue {
		padding-top: 0;
	}
	
	.section-content#professionnels > div > h2{
		margin-bottom : 50px;
	}
	.section-content#professionnels > div > ul.services-pro{
		display:none;
	}
	.section-content#professionnels > div > #conteneurr_swiper {
		padding: 30px 20px;
	}
	.section-content#professionnels .swiper-button-next,
	.section-content#professionnels .swiper-button-prev{
		top:0;
		margin-top:0;
		display:block;
	}
	.section-content#professionnels .swiper-button-prev {
		left: auto;
		right: 60px;
	}
	
	.section-content#contact .coordonnees{
		text-align: left;
	}
	.section-content#contact .formu-map {
		display: block;
	}
	.section-content#contact .formu-map #leafletmap {
		margin: 50px auto 0;
		max-width: 450px;
	}
	.section-content#contact .formu-map form{
		position: relative;
		max-width: 450px;
		margin: 50px auto 0;
	}
}
@media (max-width: 643px) {
	h2, .h2,
	h3, .h3	{
		font-size: 18px;
		word-break: break-word;
		width: auto;
		line-height: 1.2em;
	}
	h3, .h3 {
		font-size: 16px;
	}
	
	#section_intro > div {
		padding: 0 0px 0px;
		margin: 0 auto 0;
	    width: 80%;
	}
	#section_intro h1,
	.baseline {
		font-size: 14px;
	}
	
	.section-content#decouvrir,
	.section-content#decoratif,
	.section-content#prestations {
		margin-top: 0;
	}
	
	.section-content#decouvrir > div#resume > div{
		display:block;
	}
	.section-content#decouvrir > div#resume > div > div#texte-presentation {
		transform: translate(0, 10%);
		max-width: 90%;
		padding: 20px;
	}
	.section-content#decouvrir > div#resume > div > img {
		transform: translate(0%, -20px);
		width: 80%;
		margin-left: 20%;
	}

	.section-content#decouvrir > div#engagements {
		margin-top:50px;
	}
	.section-content#decouvrir > div#engagements:before {
		width: 100%;
		height: 50vh;
	}
	.section-content#decouvrir > div#engagements > div {
		padding: 0;
	}
	.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement {
		margin: 0 0px 40px;
	}

	.section-content#decouvrir > div#engagements > div > div#liste-engagements > div.engagement h4 {
		font-size: 14px;
	}
	.section-content#decouvrir > div#equipe {
		margin-top: 100px;
	}
	.section-content#decouvrir > div#equipe > div#texte-equipe {
		width: 100%;	
	}
	.section-content#decouvrir > ul#liste-equipe {
		margin-top: 0px;
	    padding: 0 15px;
	}
	.section-content#decouvrir > ul#liste-equipe > li {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		
		margin-bottom: 25px;
	}
	
	
	.section-content#prestations {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.section-content#prestations h2{
		margin-bottom: 50px;
	}
	.section-content#prestations .contenu-prest > .roue {
		background: none;
		display:block;
	    padding-bottom: 0;
	}
	.section-content#prestations .contenu-prest > .roue > li{
		display: block;
		width: 100%;
		max-width: 350px;
		transform: none !important;
		margin: 20px auto !important;
		aspect-ratio: auto;
	}
	
	.section-content#professionnels > div.header-pro > p {
		width: 90%;
		margin: 0 0 0 auto;
		padding: 30px 20px;
		transform: translate(0px, -35%);
	}
	
	.section-content#professionnels > div > #conteneurr_swiper {
		padding: 15px 15px;
	}
	.section-content#professionnels > div > #conteneurr_swiper > .swiper {
		padding-top: 35px;
	}
	.section-content#professionnels > div > #conteneurr_swiper > .swiper .swiper-slide{
		display:block;
	}
	.section-content#professionnels > div > #conteneurr_swiper > .swiper .swiper-slide > .texte-pro{
		width : 100%;
	}
	.section-content#professionnels > div > #conteneurr_swiper > .swiper .swiper-slide > img{
		width : 100%;
	}
	
	
	.section-content#accesPR2 > div {
		padding: 40px 0 15px;
	}
	.section-content#accesPR2 > div > div > p {
		font-size: 16px;
	}
	.btn-pr2 {
		font-size: 14px;
		padding: 50px 12px 30px;
	}
	.btn-pr2:hover {
		transform: none;
	}
	
	.section-content#decoratif {
		/*background-image: url(../img/accompagnement-soins-mobile.jpg);*/
	}
	
	.section-content#actu {
		padding-bottom: 50px;
	}
	.section-content#actu h2 {
		padding: 20px 30px 30px;
		margin: 0 0 25px;
	}
	.section-content#actu .carte-actu .texte-actu h3 {
		font-size: 14px;
	}
	
	.section-content#contact {
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.section-content#contact h2{
		margin-bottom: 50px;
	}
	.section-content#contact .coordonnees{
		display:block;
	    text-align: left;
	}
	.section-content#contact .coordonnees > li > .contact-texte > * > * {
		font-size: 16px;
	}
	.section-content#contact .coordonnees > li {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#footer > div .footer-texte > ul li a {
		font-size: 10px;
		display: block;
		line-height: 1.2em;
		margin-right: 10px;
	}
	#footer > div .footer-texte .btn-pr2{
		padding-top : 30px;
		font-size: 14px;
		line-height: 1.2em;
	}
}
@media (max-width: 359px) {
}
