/*
Theme Name: Selectrum Theme
Author: Selectrum
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 16px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	padding:20px 40px;
	border: 2px solid #00427D;
	border-radius: 32px;
	transition:all 0.25s linear;
	background:none;
	box-shadow:none;
	color:#00427D;
	cursor:pointer;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#00427D;
	color:#fff;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type="text"], input[type="email"],input[type="tel"],textarea {
	color: #00427D;
	border-style: solid;
	border-radius: 10px 10px 0 0;
	background-color: #F2F2F2;
	padding: 16px;
	box-sizing: border-box;
	border-color: #949494;
	border-width: 0 0 2px 0;
	font-family: 'Manrope', sans-serif;
	font-weight:600;
	font-size:18px;
	letter-spacing:-0.32px;
	transition:all 0.25s linear;
}

select {
	color: #00427D;
	border-style: solid;
	border-radius: 10px 10px 0 0;
	background-color: #F2F2F2;
	padding: 16px;
	box-sizing: border-box;
	border-color: #949494;
	border-width: 0 0 2px 0;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.32px;
	transition: all 0.25s linear;
	background-image: url("data:image/svg+xml;utf8,<svg fill='darkblue' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-position-x: 99%;
	background-position-y: 17px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;
}

input[type=text]:focus,
input[type=email]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	background-color: #D9F3F5;
	border-color: #0BBFD1;
}



*{
	outline:none;
	webkit-appearance:none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder  {
	color: #949494;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #949494;
	opacity:1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
	color: #949494;
}
input:-moz-placeholder,
textarea:-moz-placeholder  { 
	color: #949494;
	opacity:1;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 100%;
  resize:none;
  height:160px;
}
/* styles
-------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: 'Manrope', sans-serif;
	line-height: 26px;
	font-size: 18px;
	color:#00427D;
	letter-spacing:-0.36;
	font-weight:600;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Manrope', sans-serif;
  color:#00427D;
}
h1 {
	line-height: 64px;
	font-size: 64px;
	font-weight: 800;
	margin-bottom:30px;
	letter-spacing:-2.56px;	
}
h2 {
	line-height: 56px;
	font-size: 48px;
	letter-spacing:-0.96px;
	font-weight:800;
	margin-bottom:30px;
}
h3 {
	line-height: 40px;
	font-size: 32px;
	font-weight:800;
	letter-spacing:-0.64px;
	margin-bottom:20px;
}
h4 {
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
	margin: 1em 0;
	background: #D9F3F5;
	padding: 32px 32px 15px 32px;
	border-radius: 10px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #00427D;
  transition:all 0.25s linear;
  text-decoration: none;
}
a:hover {
  color: #0BBFD1;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container{
	width:1520px;
	margin:0 auto;
}

.clear{
	clear:both;
}

html{
	scroll-padding-top:170px;
	-webkit-scroll-padding-top:170px;
}

/*-------------HEADER-------------*/
#lang-switcher {
	margin-left: 30px;
}

#lang-switcher > div {
	padding: 0;
	border: 0;
}

#lang-switcher .wpml-ls-current-language{
	display:none;
}

#lang-switcher a{
	padding:0 !important;
}

#urgence {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 9000;
}

#urgence-bt {
	background-color: #00427D;
	width: 61px;
	height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 0 0px 10px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

#urgence-bt span {
	position: relative;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	color: #fff;
	transform: rotate(90deg);
}

#urgence-bt span:after {
	content: '\e1eb';
	color: #0BBFD1;
	font-family: 'Material Symbols Outlined';
	position: relative;
	top: 3px;
	margin-left: 5px;
	font-size: 20px;
}

#urgence-content {
	background-color: #00427D;
	font-size: 16px;
	color: #C6E8F2;
	width: 305px;
	padding: 24px;
	height: 175px;
	position: absolute;
	top: 0;
	right: -310px;
	border-radius: 10px 0 0 10px;
	box-sizing: border-box;
	transition: all 0.25s linear;
}

#urgence-content.urgent-active{
	right:53px;
}

#urgence-desc {
	margin-bottom: 15px;
}

#urgence-content a.btn-arrow{
	color:#fff;
	font-size:14px;
}

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	z-index: 9000;
	transition:all 0.25s linear;
}

#masthead.header-fixed {
	background-color: #fff;
	z-index: 9900;
	padding: 20px 40px;
	border-bottom:1px solid #00427D;
}

#header-flex {
	display: flex;
	justify-content: space-between;
}

#header-col-left {
	display: flex;
	width: 11%;
	margin-right: 2%;
}

#header-col-right {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 800;
	width: 87%;
	align-items: flex-start;
	margin-top: 16px;	
}

#header-right-row-2 {
	display: flex;
}

#header-logo {
	margin-right: 8%;
}

#header-logo a{
	background-image:url(assets/images/logo.svg);
	background-repeat:no-repeat;
	background-size:100%;
	width:162px;
	height:115px;
	display: block;
	transition:all 0.1s linear;
}

#masthead.header-fixed #header-logo a {
	height: 70px;
}

#header-menu ul{
	padding:0;
	margin:0;
}

#header-menu ul.menu > li{
	list-style:none;
	float:left;
	margin-right:40px;
	position:relative;
}

#header-menu ul.menu > li.menu-item-has-children > a {
	pointer-events:none;
}

#header-menu ul.menu >  li:last-child{
	margin-right:0px !important;
}

#header-menu ul li ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: #F2F2F2;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 16px;
	width: 250px;
	left: -16px;
	top: 45px;
	transition: all 0.25s linear;
	box-shadow: 0px 1px 3px #d4d3d3;
}

body.en #header-menu ul li ul.sub-menu{
	width: 280px;
}

#header-menu ul.menu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;	
}

#header-menu ul li ul.sub-menu li{
	list-style:none;
	border-radius:4px;
	transition:all 0.25s linear;
	display: block;	
	padding: 8px 16px;	
}

#header-menu ul li ul.sub-menu li a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.36px;
	text-transform: none;
	display: inline-block;
	color:#00427D !important;
}

#header-menu ul li ul.sub-menu li a:after{
	content:'';
	display:block;
	width:0;
	height:1px;
	background-color:#00427D;
	transition:all 0.25s linear;
}

#header-menu ul li ul.sub-menu li:hover a:hover:after,
#header-menu ul li ul.sub-menu li.current-menu-item a:after{
	width:100%;
}

#header-menu ul li ul.sub-menu li:hover a,
#header-menu ul li ul.sub-menu li.current-menu-item a{
	color:#00427D;
}

#header-menu ul li ul.sub-menu li:hover,
#header-menu ul li ul.sub-menu li.current-menu-item{
	background-color:#9ADFE6;
}

#header-menu ul.menu >  li a{
	font-size:16px;
	font-weight:800;
	text-transform:uppercase;
	position:relative;
	transition:all 0.25s linear;
}

#header-menu ul.menu >  li.current_page_item a,
#header-menu ul.menu >  li.current-menu-parent a {
	color: #0BBFD1;
}

#header-menu ul.menu >  li > a:after{
	background-image: url(assets/images/smile-icon-small.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	display: block;
	width: 16px;
	height: 7px;
	margin: 2px auto 0 auto;
	opacity:0;
	visibility:hidden;
	transition:all 0.25s linear;	
}

#header-menu ul.menu >  li > a:hover:after,
#header-menu ul.menu >  li.current_page_item > a:after,
#header-menu ul.menu >  li.current-menu-parent > a:after {
	opacity:1;
	visibility:visible;	
}

#header-menu ul.menu >  li.menu-item-has-children > a:before{
	content: '+';
	position: absolute;
	width: 10px;
	height: 10px;
	right: -15px;
	font-size: 20px;
}

#header-menu ul.menu >  li.menu-item-has-children{
	margin-right:55px;
}

#header-email,
#header-phone {
	margin-right: 30px;
}

#header-email a:before{
	content: '';
	background-image: url(assets/images/mail-icon.svg);
	background-size: 100%;
	width: 16px;
	height: 13px;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 8px;
}

#header-phone a:before{
	content: '';
	background-image: url(assets/images/phone-icon.svg);
	background-size: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 8px;
}

.btn-wrapper {
	display: inline-block;
}

.btn {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	padding: 15px 30px;
	border: 2px solid #00427D;
	border-radius: 32px;
	transition:all 0.25s linear;
}

.btn:hover{
	background-color:#00427D;
	color:#fff;
}

#header-appointment .btn {
	padding: 15px 30px 15px 27px;
}

#header-appointment .btn:before{
	content: '\e878';
	font-family: 'Material Symbols Outlined';
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 8px;
	transition: all 0.25s linear;
	color: #0BBFD1;
	font-size: 20px;
	font-weight: normal;
}

.btn:hover:before{
	color:#fff !important;
}

/*-------------ACCUEIL-------------*/
#home-banner {
	background-color: #F2F2F2;
	padding: 180px 0 0 0;
	overflow: hidden;
	margin-top:20px;
}

#banner-text {
	padding-bottom: 25px;
}

#home-banner-col1 {
	width: 29%;
}

#banner-text h1 span{
	background-image:url(assets/images/banner-icon-smile.svg);
	background-size:100%;
	background-repeat:no-repeat;
	width:28px;
	height:20px;
	margin: 0 1px 0 5px;
	display: inline-block;
}

#home-banner-col1 .btn:before {
	content: '\e878';
	font-family: 'Material Symbols Outlined';
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 8px;
	transition: all 0.3s linear;
	color: #0BBFD1;
	font-size: 20px;
	font-weight: normal;
}

#home-banner-col2 {
	width: 52%;
	margin-top: -170px;
	position:relative;
}

#home-banner-col2 img{
	display:none;
}

#home-banner-col2 img.active-banner-img{
	display:block;	
}

#home-banner-col3 {
	width: 19%;
	margin-top: 15px;
}

#home-banner-col3-top {
	background-color: #00427D;
	color: #fff;
	border-radius: 0 0 0 200px;
	padding: 25px 28px 30px 28px;
	box-sizing: border-box;
	text-align: right;
	line-height: 24px;
	margin-bottom: 180px;
}

#home-banner-col3-top-text p{
	margin-bottom:8px;
}

#home-banner-col3-top a{
	color:#fff;
}

#home-banner-col1 .home-banner-col3-bottom {
	display: none;
}

.home-banner-col3-bottom h3{
	margin-bottom:5px;
}

.banner-url a {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #00427D;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#00427D;
}

.banner-url a:after {
	content: '';
	background-image: url(assets/images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 13px;
	position: relative;
	transition: all 0.25s linear;
	float: right;
	top: 7px;
}

.banner-url a:before {
	content: '';
	background-image: url(assets/images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 0;
	height: 13px;
	position: relative;
	transition: all 0.25s linear;
	float: left;
	top: 7px;
	margin-right: 0;
}

.banner-url a:hover:after{
	width:0;
}

.banner-url a:hover:before{
	width:20px;
	margin-right: 10px;
}

#home-banner-wrapper {
	display: flex;
}

#home-about {
	background-color: #F2F2F2;
	padding: 220px 0 125px 0;
	margin-bottom: 20px;
	overflow:hidden;
}

#home-about-col1 {
	width: 35%;
}

#home-about-title {
	margin-bottom: 30px;
	overflow: hidden;
}

#home-about-col2 {
	width: 39%;
	position: relative;
}

#home-about-left {
	display: flex;
	width: 67%;
	justify-content: space-between;
	float:left;
}

#home-about-col3 {
	width: 22%;
	position: relative;
	float:right;
}

#home-about-col3:after {
	content: '';
	background-image: url(assets/images/star-icon-v2.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 83px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: -140px;
	z-index: 1;
}

#home-about-col2:before {
	content: '';
	background-image: url(assets/images/star-icon-v2.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 109px;
	height: 132px;
	position: absolute;
	top: -60px;
	left: -160px;
	z-index: 1;
}

#home-about-col3 img{
	border-radius:10px;
}

#circle-rotate img {
	width: 130px;
    -webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;	
}

#circle-rotate {
	position: absolute;
	right: -46px;
	top: -56px;
}

#circle-rotate:after {
	background-image: url(assets/images/smile-icon-bold.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	display: block;
	width: 22px;
	height: 11px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

img{
	max-width:100%;
}

#home-traitements {
	padding: 125px 0;
	overflow:hidden;
}

#home-traitements .section-title {
	max-width: 475px;
}

.traitement-cta-item.color-3 {
	background-color: #FCE2F0;
}

.traitement-cta-item.color-2 {
	background-color: #E1F1C9;
}

.traitement-cta-item.color-1 {
	background-color: #D9F3F5;
}

.traitement-cta-item {
	border-radius: 10px;
	padding: 32px 32px 16px 32px;
	box-sizing: border-box;
	width: 33.3333%;
	margin-right: 16px;
}

#traitements-cta,
#traitements-cta-static{
	display: flex;	
}

#traitements-cta.owl-carousel {
	width: 125%;
	margin-bottom: 85px;
}

@media only screen and (min-width: 2000px) {
	#traitements-cta.owl-carousel {
		width: 145%;
	}	
}

#traitements-cta .owl-dots {

	position: absolute;
	bottom: -61px;
	right: 25%;
}

#traitements-cta .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border: 2px solid #00427D;
	border-radius: 50%;
	margin-left: 8px;
	box-shadow: none;
}

#traitements-cta .owl-dots .owl-dot.active{
	background:#00427D;
	width: 16px;
	height: 16px;	
}

#traitements-cta .owl-nav {
	position: absolute;
	font-size: 38px;
	bottom: -110px;
}

.traitement-more:before {
	content: '\f8ce';
	width: 48px;
	height: 48px;
	background-color: #0BBFD1;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all 0.25s linear;
	transform:scale(1);
}

#traitements-cta .owl-nav button {
	background: none;
	box-shadow: none;
	border: 2px solid #00427D;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin-right: 24px;
	transition:all 0.25s linear;
	font-weight:normal;
}

#traitements-cta .owl-nav button:hover{
	color:#fff;
	background-color:#00427D
}


#traitements-cta .owl-nav button span {
	position: relative;
	text-indent: -9999px;
	display: block;
}

#traitements-cta .owl-nav button.owl-next:before {
	content: '\e5c8';
	font-size: 29px;
	line-height: 45px;
	display:block;
	font-family: 'Material Symbols Outlined';
}

#traitements-cta .owl-nav button.owl-prev:before {
	content: '\e5c4';
	display: block;
	font-family: 'Material Symbols Outlined';
	font-size: 29px;
	line-height: 45px;
}

#traitements-cta .owl-stage{
	height:100%;
}

#traitements-cta.owl-carousel .owl-item {
	height: 100%;
	display: flex;
}

#traitements-cta.owl-carousel .traitement-cta-item{
	width:100%;
}

.traitement-cta-item.color-2 .traitement-more:before {
	background-color: #8CBF3A;
}

.traitement-cta-item.color-3 .traitement-more:before {
	background-color: #EA027C;
}

.traitement-cta-item:hover .traitement-more:before{
	transform:scale(1.1);
}

.traitement-more {
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.traitement-cta-item a {
	color: #00427D;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.section-title {
	margin-bottom: 30px;
	overflow: hidden;
}

.traitement-cta-image {
	position: relative;
	width: calc(100% + 32px);
	height: 212px;
	border-radius: 10px;
	background-size: cover;
	background-position: top center;
	transition: all 0.25s linear;
	left: -16px;
}

.traitement-cta-item:hover .traitement-cta-image{
	transform:scale(1.02);
}

.traitement-cta-desc {
	margin-bottom: 20px;
}
/*-------------CTA-------------*/
#contact-cta {
	background: rgb(11,184,201);
	background: linear-gradient(90deg, rgba(11,184,201,1) 0%, rgba(0,66,125,1) 100%);
	color: #fff;
	position: relative;
	min-height: 603.77px;
}

#contact-cta:before {
	content: '';
	background-image: url(assets/images/cta-rounded-bg.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 830px;
	height: 385px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#contact-cta:after {
	content: '';
	background-image: url(assets/images/star-icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 97px;
	height: 117px;
	position: absolute;
	bottom: 13%;
	right: 3%;
	z-index: 1;
}

#contact-cta-info:before {
	content: '';
	background-image: url(assets/images/star-icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 60px;
	height: 72px;
	position: absolute;
	top: 48%;
	left: -100px;
	z-index: 1;
}

#contact-cta-info:after {
	content: '';
	background-image: url(assets/images/star-icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 60px;
	height: 72px;
	position: absolute;
	top: 13%;
	right: 20%;
	z-index: 1;
}

.section-additional-corner{
	width: calc(100% - 40px);
	margin: 0 auto;
	border-radius: 20px;	
}

#footer-cta-person {
	position: relative;
	z-index: 7;
}

#footer-cta-person img {
	position: absolute;
	top: -90px;
}


#contact-cta-text p {
	color: #C6E8F2;
}

#contact-cta-info {
	width: 50%;
	float: right;
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	right: 0;
	padding-right: 15%;
	box-sizing: border-box;
	z-index:5;
}

#cta-bottom-2col {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#cta-phone {
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1.92px;
}

#cta-phone a{
	position:relative;
}

#cta-phone a:after{
	width:0;
	content:'';
	height:2px;
	top: 3px;
	position:Relative;
	background:#fff;
	display:block;
	transition:all 0.25s linear;
}

#cta-phone a:hover:after{
	width:100%;
}

#contact-cta-text {
	margin-bottom: 15px;
}

.btn-arrow {
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-arrow:after {
	content: '';
	background-image: url(assets/images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 20px;
	height: 13px;
	position: relative;
	margin-left: 20px;
	transition:all 0.25s linear;
	left:0;
}

.btn-arrow:hover:after{
	left: 5px;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text p,
.white-text ul li,
.white-text a,
.white-text {
	color:#fff;
}

#about-cta {
	background-color: #D9F3F5;
	line-height: 80px;
	font-weight: 700;
	font-size: 63px;
	text-align: center;
	padding: 125px 0;
	margin-bottom: 20px;
	overflow: hidden;
	letter-spacing: -2px;
}

#about-cta-text {
	margin-bottom: 100px;
}

#about-cta strong{
	font-weight: 700;
	color:#0BBFD1;
}

#about-cta-text p:last-child{
	margin:0;
}

#about-cta-scroll {
	width: 200%;
	left: -150px;
	position: relative;
}

.faq-cta #footer-cta-person img {
	top: -61px;
}

.faq-cta #contact-cta-info {
	padding-right: 12%;
}

.btn.white-btn{
	border:2px solid #fff;
}

.btn.white-btn:hover{
	border:2px solid #00427D;
}

.faq-cta #contact-cta-info:before {
	background-image: url(assets/images/star-icon-v2.svg);
	width: 48px;
	height: 58px;
	top: 15%;
}

.faq-cta #contact-cta-info:after {
	background-image: url(assets/images/star-icon-v2.svg);
	width: 83px;
	height: 100px;
	top: 13%;
	right: 9%;
}

.faq-cta#contact-cta:after {
	background-image: url(assets/images/star-icon-v2.svg);
	width: 55px;
	height: 66px;
	bottom: 19%;
	right: 15%;
}

/*-------------REFER UN PATIENT-------------*/
#refer-section {
	padding-bottom: 130px;
}

#refer-section .container {
	width: 750px;
}

[type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #00427D;
	border-radius: 50%;
	background: #D9F3F5;
}
[type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #00427D;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:checked + span, [type="radio"]:not(:checked) + span {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	display: inline-block;
	margin-right: 40px;
}

.wpcf7-list-item {
	margin: 0;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.field-col-full.field-radio-col input, .field-col-2.field-radio-col input{
	width:auto;
}

.form-step {
	border-bottom: 2px solid #D9F3F5;
	margin-bottom: 40px;
	margin-top:100px;
}

.form-step span {
	background-color: #0BBFD1;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	margin-right: 24px;
	vertical-align: top;
}

#file-bt-main {
	display: none;
}

.file-bt-wrapper {
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 7px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px dashed #949494;
}

.file-text {
	color: #949494;
	font-weight: 600;
}

.file-bt {
	background-color: #00427D;
	color: #fff;
	border-radius: 5px;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
	cursor: pointer;
	transition:all 0.25s linear;
}

.file-bt:hover{
	background-color:#0BBFD1;
}

.file-field label{
	margin-bottom:5px !important;
}

.file-field p {
	margin-bottom:10px;
}

.file-text {
	color: #949494;
	font-weight: 600;
	display: block;
	width: 78%;
}

.disable-first-option option:first-child{
	pointer-events:none;
}

#form-agree-text {
	margin-top: 24px;
	overflow: hidden;
	margin-bottom: 20px;
}

#note-in-box {
	background: #D9F3F5;
	border-radius: 10px;
	padding: 32px;
	box-sizing: border-box;
	letter-spacing: -0.32px;
}

.field-checkbox input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}

.field-checkbox input[type="checkbox"] {
	appearance: none;
	background-color: #D9F3F5;
	margin: 0;
	font: inherit;
	width: 24px;
	height: 24px;
	border: 2px solid #00427D;
	border-radius: 3px;
}

.field-checkbox input[type="checkbox"] {
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.field-checkbox input[type="checkbox"]:before {
	content: "";
	display:block;
	transition:all 0.25s linear;
	width: 0;
	height: 0;	
}

.field-checkbox input[type="checkbox"]:checked:before {
	background: #00427D;
	width: 100%;
	height: 100%;
}

#page-section{
	padding-bottom:130px;
}


/*-------------PAGE SOLUTIONS-------------*/
#solution-navigate {
	width: 20%;
	float:left;
}

#solution-navigate ul li:before{
	display:none;
}

#solution-wrapper {
	overflow: hidden;
}

#solution-navigate ul {
	padding: 0;
	margin: 0;
}

#solution-navigate ul li {
	list-style: none;
	margin-bottom: 20px !important;
	padding-left:0 !important;
}

#solution-navigate ul li a {
	border-radius: 21px;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #00427D;
	padding: 10px 20px;
	transition:all 0.25s linear;
}

#solution-navigate ul li a:hover{
	background-color: #CDF1F5;
	text-decoration:underline;
}

#solution-content-wrapper {
	width: 80%;
	float:left;
}

.solution-item-left {
	position: relative;
	float: left;
	width: 53%;
}

.solution-item {
	overflow: hidden;
	border-bottom: 1px solid #00427D;
	margin-bottom: 80px;
	padding-bottom: 65px;
}

.solution-item:last-child{
	border-bottom:0;
	margin:0;
	padding:0;
}

#solution-main {
	padding-bottom: 125px;
}

.solution-item-right {
	position: relative;
	float: right;
	width: 40%;
}

.solution-item-content {
	padding-bottom: 30px;
}

.solution-relationship-item {
	background-color: #D9F3F5;
	border-radius: 10px;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;	
}

.solution-relationship-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	letter-spacing: -0.672px;
	margin-bottom: 10px;
}

.solution-relationship-image {
	background-size: cover;
	width: 37%;
	height: 114px;
	border-radius: 10px;
	background-position: center;
	margin-right: 5%;
}

.solution-relationship-item-info {
	width: 57%;
}

.solution-relationship-item.solution-color-2 {
	background-color: #E1F1C9;
}

.solution-relationship-item.solution-color-3 {
	background-color: #FCE2F0;
}

.solution-relationship-item.solution-color-2 .btn-arrow:after {
	filter:brightness(0) saturate(100%) invert(66%) sepia(12%) saturate(1905%) hue-rotate(41deg) brightness(98%) contrast(103%);
}

.solution-relationship-item.solution-color-3 .btn-arrow:hover{
	color:#EA027C;
}

.solution-relationship-item.solution-color-2 .btn-arrow:hover{
	color:#8CBF3A;
}

.solution-relationship-item.solution-color-3 .btn-arrow:after {
	filter:brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(7458%) hue-rotate(320deg) brightness(91%) contrast(104%);
}

#cta-consultation {
	text-align: center;
	background-color: #F2F2F2;
	padding: 125px 0;
	margin-bottom:20px;
	position:Relative;
}

#cta-consultation .container {
	position: relative;
	z-index: 3;
}

#cta-consultation:before {
	background-image: url(assets/images/consultation-start-top.svg);
	background-repeat: no-repeat;
	background-position: center;
	top: 50px;
	position: absolute;
	content: '';
	width: 100%;
	height: 100px;
	left: 0;
	z-index: 1;
}

#cta-consultation:after {
	background-image: url(assets/images/consultation-start-bottom.svg);
	background-repeat: no-repeat;
	background-position: center;
	bottom: 55px;
	position: absolute;
	content: '';
	width: 100%;
	height: 123px;
	left: 0;
	z-index: 1;
}

#consultation-text {
	font-size: 64px;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: -2.56px;
	padding-bottom: 55px;
}

/*-------------PAGE BANNER-------------*/
#page-banner {
	background-image: url(assets/images/page-banner-bg.jpg);
	background-size: cover;
	background-position: center;	
	margin-top: 200px;
	padding: 0;
	margin-bottom: 125px;
	height: 470px;
	position: relative;	
}

#banner-parent-title {
	color: #C6E8F2;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.32px;
	margin-bottom: 23px;
}

#page-banner-bg {
	width: 785px;
	height: 525px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -55px;
	right: 0;
	border-radius: 0 0 20px 0;
}

#page-banner-titles {
	position: relative;
	width: 50%;
	margin-top: 140px;
}

#page-banner-bg-wrapper {
	width: 50%;
}

#page-banner .container {
	display: flex;
}

/*-------------RENDEZ VOUS-------------*/
#contact-section {
	padding-bottom: 135px;
}

#contact-row {
	display: flex;
	justify-content:space-between;
}

#contact-left {
	width: 41%;
}

.field-col-full label, .field-col-2 label {
	display: block;
	letter-spacing: 0.32px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.field-row {
	margin-bottom: 40px;
	display: flex;
}

.field-col-full input,
.field-col-2 input,
.field-row select{
	width:100%;
	box-sizing:border-box;
}

.field-col-2 {
	width: 48%;
	margin-right: 4%;
}

.field-col-2:last-child{
	margin-right:0;
}

.field-col-full {
	width: 100%;
}

.field-row.flex-button-right {
	justify-content: right;
}

.wpcf7-spinner {
	display: none;
}

#contact-right {
	width: 34%;
}

.blue-text {
	color: #C6E8F2 !important;
}

#contact-details-info {
	background-color: #00427D;
	position: relative;
	padding: 48px 48px 180px 48px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 50px;
}

#contact-details-info:after {
	content: '';
	position: absolute;
	width: 404px;
	height: 382px;
	background-image: url(assets/images/tooth-bg.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	right: 0;
	bottom: 0;
	border-radius: 0 0 20px 0;
}

.contact-info-row.contact-address {
	position: Relative;
	padding-left: 30px;
	max-width: 195px;
}

.contact-info-row.contact-address i{
	color: #0BBFD1;
	position: absolute;
	left: 0;
	top: 4px;
	width: 22px;
}

.contact-info-row.contact-address a{
	text-decoration:underline;
}

.contact-info-row span{
	color: #0BBFD1;
	width:22px;
	display:inline-block;
	vertical-align:top;
	font-weight:800;
}

.contact-info-row a{
	text-decoration:underline;
}

.contact-info-row {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.rendez-opening-hours-row {
	display: flex;
}

.rendez-opening-hours-day {
	width: 130px;
	font-weight: 800;
}


/*-------------FAQ-------------*/
.accordion-title {
	cursor: pointer;
	position: Relative;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.25s linear;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
	padding-left: 54px;
}

.accordion-title:before {
	content: '\e145';
	font-family: 'Material Symbols Outlined';
	position: absolute;
	top: -2px;
	margin-right: 16px;
	transition: all 0.25s linear;
	font-weight: normal;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 34px;
	left: 0;
}

.accordion-text {
	padding: 40px 54px 10px 54px;
	box-sizing: border-box;
	display: none;
	margin-bottom: 15px;
}

.accordion-item.accordion-active {
	background-color: #D9F3F5;
	border-radius: 20px;
	box-sizing: border-box;
}

.accordion-item{
	transition:all 0.25s linear;
	padding: 32px;
}

.accordion-item.accordion-active .accordion-title:before{
	content: '\e15b';
}

.accordion-text p:last-child{
	margin-bottom:0;
}

#faq-section {
	padding-bottom: 125px;
}

#faq-section .container {
	width: 1080px;
}


/*-------------SINGLE TRAITMENT-------------*/
.row-content-and-image {
	display: flex;
	justify-content: space-between;
	margin-bottom: 125px;
}

.row-text-col {
	width: 40%;
	box-sizing: border-box;
	margin-right: 5%;
}

.row-text-col p:last-child{
	margin-bottom:0;
}

.row-img-col {
	width: 41%;
	background-size: cover;
	background-position: top center;
	border-radius: 20px;
	position:relative;
}

.row-img-col:before{
	display:block;
	content:'';
	padding-top:125%;
}

.single-traitement .row-img-col:before{
	padding-top:100%;
}

.row-content-and-image.row-reverse {
	flex-direction: row-reverse;
	position:relative;
}

.row-content-and-image.row-reverse .row-img-col {
	margin-right: 9%;
	top: -53px;
	position: relative;
	margin-top: -125px;
}

.row-content-and-image.row-reverse .row-text-col:before{
	content: '';
	background-image: url(assets/images/star-icon-v2.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width:132px;
	height:160px;
	position:absolute;
	top: -67px;
	left: -170px;
	z-index: -1;
}

.row-content-and-image.row-reverse .row-text-col:after {
	content: '';
	background-image: url(assets/images/star-icon-v2.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 75px;
	height: 83px;
	position: absolute;
	bottom: 30px;
	right: -25px;
	filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(5250%) hue-rotate(319deg) brightness(90%) contrast(104%);
	z-index: -1;
}

.row-content-and-image.row-reverse .row-text-col {
	width: 41%;
	box-sizing: border-box;
	margin-right: 0;
	padding-right: 5%;
	position:Relative;
}

#main ul {
	margin:0;
	padding:0;
}

#main ul li {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

#main ol li{
	margin-bottom: 10px;
}

#main ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #0BBFD1;
	border-radius: 50%;
}

#main p a{
	color:#0BBFD1;
}

#additional-traitements {
	padding: 125px 0;
}

#additional-traitements-desc {
	width: 25%;
}

#additional-traitements-flex{
	display: flex;
	justify-content: space-between;	
}

#additional-traitements #traitements-cta-static {
	width: 67%;
	display: flex;
}

#additional-traitements .traitement-cta-item{
	width:50%;
}

.row-text-col p {
	margin-bottom: 35px;
}

.row-text-col h3{
	margin-bottom: 35px;
}

/*-------------PREMIER VISITE-------------*/
#reverse-row-section .container {
	position: relative;
}

#reverse-row-section #circle-rotate {
	position: absolute;
	left: -80px;
	top: 10%;
	border-radius: 50%;
	background: #00427D;
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	display:none;
}

.row-content-and-image:first-child #circle-rotate{
	display:flex !important;
}

#reverse-row-section #circle-rotate img {
	filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(272deg) brightness(106%) contrast(100%);
}

#page-traitements {
	padding: 110px 0 150px 0;
	overflow: hidden;
}

#page-traitements .section-title{
	max-width: 475px;
}

/*-------------A PROPOS-------------*/
.page-template-a-propos .row-img-col:before {
	padding-top: 400px;	
}

.page-template-a-propos .row-content-and-image.row-reverse .row-img-col{
	top:0;
	margin-top:0;
}

.page-template-a-propos .row-content-and-image.row-reverse {
	align-items: flex-end;
}

/*-------------FOOTER-------------*/
#desktop-copyright {
	font-size: 15px;
	display: flex;
}

#desktop-copyright p {
	margin-right: 5px;
}

#desktop-copyright a{
	text-decoration:underline !important;
}

#footer-info {
	padding: 130px 0 30px 0;
}

#footer-logo {
	margin-bottom: 45px;
}

#refer-text {
	margin-bottom: 18px;
	overflow: hidden;
}

#footer-left {
	width: 46%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#footer-left-row-first {
	padding-right: 41%;
	box-sizing: border-box;
	margin-bottom: 50px;
}

#footer-left img {
	max-height: initial !important;
}

#refer-cta {
	margin-bottom: 50px;
}

.copyright p {
	margin-bottom: 8px;
}

.copyright a{
	text-decoration:underline;
}

#footer-flex {
	display: flex;
	justify-content: space-between;
}

#footer-right {
	width: 52%;
	display: flex;
	flex-direction: column;
}

#footer-contact {
	margin-bottom: 45px;
}

.footer-contact-col {
	float: left;
}

.footer-contact-col:nth-child(2n) {
	width: 38%;
	margin-right: 6%;
}

.footer-contact-col:nth-child(3n) {
	width: 20%;
}

.footer-contact-col.footer-address {
	width: 36%;
	padding-right: 12%;
	box-sizing: border-box;
}

.footer-contact-col.footer-address a{
	text-decoration: underline;
}


.footer-contact-info {
	margin-bottom: 13px;
}

.footer-contact-info a {
	text-decoration: underline;
}


.footer-contact-col.footer-address a:hover,
.footer-contact-info a:hover{
	text-decoration: none;
}

.footer-contact-info span {
	color: #0BBFD1;
	font-weight: 900;
	width: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 7px;
}

.footer-fb a:before{
	content: '';
	background-image: url(assets/images/facebook.svg);
	background-size: 100%;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	top: 7px;
	margin-right: 8px;	
}

.footer-fb a{
	color:#00427D;
}

.footer-menu {
	margin-bottom: 100px;
}

.footer-menu ul{
	margin:0;
	padding:0;	
}

.footer-menu .menu li{
	list-style:none;
}

.footer-menu .menu > li {
	float: left;
}

.footer-menu .menu > li > a{
	font-weight:800;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom: 20px;
	display: block;	
	pointer-events:none;
}

.footer-menu .menu > li:first-child{
	width:36%;
}

.footer-menu .menu > li:nth-child(2n){
	width: 38%;
	margin-right: 6%
}

.footer-menu .menu > li:nth-child(3n){
	width:20%;
}

.footer-menu .sub-menu li{
	margin-bottom: 10px;
}

.footer-menu .sub-menu li a:hover{
	text-decoration:underline;
}

.opening-hours {
	background-color: #D9F3F5;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.opening-hours-intro {
	width: 52%;
}

body.en .opening-hours-intro {
	width: 46%;
}

body.en .opening-hours-info {
	width: 49%;
}

.opening-hours-intro p:last-child{
	margin:0;
}

.opening-hours-info {
	width: 33%;
	text-align: right;
}

.opening-hours-row {
	display: flex;
}

.opening-hours-day {
	width: 38%;
	text-align: right;
	margin-right: 12%;
	font-weight: 800;
}

.opening-hours-time {
	width: 50%;
}

#mobile-bt,
#home-about-col2 .btn-wrapper,
#close-mobile-menu{
	display:none;
}

#default-tablet-img,
#default-mobile-img,
#footer-questions-tablet,
#footer-menu-tablet-mobile,
#footer-mobile-hours,
#mobile-copyright,
#footer-questions-mobile{
	display:none;
}


/*-------------RESPONSIVE-------------*/
@media only screen and (max-width:1540px) {
	.container{
		width:100%;
		padding:0 30px;
		box-sizing:border-box;
	}

	#blur-bg {
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		background: rgba(0, 0, 0, 0.5);
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index:9000;
		opacity:0;
		visibility:hidden;
		transition:all 0.25s linear;
	}
	
	#blur-bg.show-blur{
		opacity:1;
		visibility:visible;		
	}

	#lang-switcher {
		margin-left: 0;
		order: 4;
		-webkit-order: 4;
		margin-top: 30px;
	}
	
	#close-mobile-menu {
		display: block;
		position: absolute;
		top: 40px;
		right: 40px;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 800;
	}

	#close-mobile-menu:after {
		content: '';
		background-image: url(assets/images/x-icon.svg);
		background-size: 100%;
		width: 16px;
		height: 16px;
		display: inline-block;
		margin-left: 10px;
		position: relative;
		top: 2px;
	}
	
	#header-col-right {
		flex-direction: column;
		position: fixed;
		right: -500px;
		top: 0;
		background-color: #fff;
		width: 480px;
		height: 100%;
		z-index: 9991;
		justify-content: normal;
		align-items: normal;
		padding: 150px 80px 50px 80px;
		box-sizing: border-box;
		margin-top: 0;
		transition: all 0.25s linear;
	}
	
	#header-col-right.active-mob-menu{
		right:0;
	}

	#header-right-row-2 {
		display: flex;
		flex-direction: column;
	}

	#header-email, #header-phone{
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	#header-email{
		order:2;
		-webkit-order:2;
	}
	
	#header-phone{
		order:3;
		-webkit-order:3;	 
	}
	
	#header-appointment{
		order:1;
		-webkit-order:1;	
		margin-bottom:60px;
	}

	#header-menu {
		margin-bottom: 60px;
	}

	#header-menu ul.menu > li {
		float: none;
		margin-right: 0;
		margin-bottom:25px;
	}

	#header-menu ul.menu > li a {
		font-size: 23px;
	}
	#header-menu ul.menu > li.menu-item-has-children {
		margin-right: 0;
	}
	#mobile-bt {
		display: block;
		font-size: 16px;
		font-weight: 800;
	}
	
	#mobile-bt:after{
		background-image: url(assets/images/hamburger.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		display:inline-block;
		width:20px;
		height:14px;
		content:'';	
		margin-left: 13px;		
	}
	
	#header-menu ul.menu > li.menu-item-has-children.active-child-item > a:before {
		content:'-';
	}	
	
	
	#header-menu ul.menu > li > a:after {
		display:none !important;
	}	
	
	#header-menu ul li ul.sub-menu {
		opacity: 1;
		visibility: visible;
		position: relative;
		background-color: transparent;
		border-radius: 0;
		transition: inherit;
		padding: 15px 0 6px 0;
		width: auto;
		left: 0;
		top: 0;
		display:none;
		box-shadow:none;
	}
	
	body.en #header-menu ul li ul.sub-menu{
		width: auto;
	}

	#header-menu ul li ul.sub-menu li {
		border-radius: 0;
		padding: 0;
		background: none !important;
		margin-bottom:10px;
	}

	#header-menu ul.menu > li.menu-item-has-children > a:before {
		width: 15px;
		height: 15px;
		right: -30px;
		font-size: 30px;
		color: #0BBFD1;
		top: 1px;
	}
	
	#header-menu ul.menu > li.menu-item-has-children > a {
		pointer-events: initial;
	}	
	
	#header-flex {
		align-items: center;
	}	

	#home-banner-col3 {
		display: none;
	}
	
	#home-banner-col1 {
		width: 40%;
	}

	#home-banner-wrapper {
		justify-content: space-between;
	}
	
	#home-about-left {
		flex-direction: column;
	}

	#home-about-col1 {
		width: 100%;
		margin-bottom: 0;
	}
	
	#home-about-title{
		margin-bottom: 0;
	}
	
	#home-about-col2 {
		width: 100%;
	}

	#home-about-left {
		width: 35%;
	}

	#home-about-col3:after {
		display:none;
	}
	
	#home-about-col3 {
		width: 40%;
	}	
	
	#home-about-col2 .btn-wrapper {
		display: inline-block;
		margin-top: 20px;
	}
	
	#home-about-col1 .btn-wrapper{
		display:none;
	}

	#home-about {
		padding: 170px 0 125px 0;
	}

	#contact-cta-info {
		padding-right: 8%;
	}
	
	#footer-right{
		width:58%;
	}
	
	#footer-left {
		width: 33%;
	}
	#footer-left-row-first {
		padding-right: 0;
	}	
	
	#desktop-copyright {
		flex-direction: column;
	}	
}

@media only screen and (max-width:1370px) {
	#contact-cta-info {
		padding-right: 2%;
		width: 45%;
	}
	
	#cta-phone {
		font-size: 35px;
	}

	.opening-hours-info {
		width: 36%;
	}
	
	.row-content-and-image.row-reverse .row-img-col{
		top:0;
		margin-top: -90px;
	}
	
}

@media only screen and (max-width:1240px) {
	.home-banner-col3-bottom {
		display:none;
	}
	
	#cta-phone a:after{
		display:none;
	}

	#urgence-bt {
		width: 35px;
		height: 120px;
	}

	#urgence-bt span {
		font-size: 12px;
	}
	
	#urgence-bt span:after {
		font-size: 14px;
	}
	
	#urgence-content.urgent-active {
		right: 25px;
	}

	#urgence-content {
		width: 300px;
		padding: 19px 10px;
		height: 120px;
		font-size: 12px;
		line-height: 18px;
	}

	#urgence-content a.btn-arrow {
		font-size: 12px;
	}

	.btn-arrow:after {
		width: 15px;
		height: 9px;
		position: relative;
		margin-left: 10px;
	}
	
	.traitement-cta-image {
		width: 100%;
		left:-0;
	}

	.single-traitement .row-content-and-image.row-reverse .row-img-col:after {
		content: '';
		background-image: url(assets/images/star-icon-v2.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 132px;
		height: 160px;
		position: absolute;
		top: 10%;
		left: -270px;
		z-index: -1;
	}

	.single-traitement .row-content-and-image.row-reverse .row-text-col:after {
		display: block;
		bottom: inherit;
		top: 0;
		right: 5%;
	}
	
	#home-banner-col1 .home-banner-col3-bottom {
		display: block;
	}

	h1 {
		font-size: 40px;
		line-height: 45px;
		letter-spacing: -1.6px;
		margin-bottom: 20px;
	}
	h2 {
		line-height: 40px;
		font-size: 32px;
		letter-spacing: -0.66;
		margin-bottom: 15px;
	}
	
	h3 {
		line-height: 32px;
		font-size: 24px;
		letter-spacing: -0.48px;
		margin-bottom: 15px;
	}	
	
	#banner-text {
		padding-bottom: 15px;
	}	
	
	#home-banner-col1 .btn-wrapper {
		margin-bottom: 70px;
	}
	
	#home-banner-col2 img {
		display: none !important;
	}	

	#home-banner-col2 img#default-tablet-img {
		display: block !important;
	}

	#home-banner-col1 {
		width: 43%;
	}
	
	#home-banner-col2 {
		margin-top: -45px;
		right: -30px;
		width: 54%;
	}	
		
	.traitement-cta-item {
		padding: 32px 16px 16px 16px;
	}	
		
	#home-about-left {
		float: inherit;
		width: 60%;
		margin-bottom: 65px;
	}
	
	#home-about-col2:before {
		display: block;
		left: inherit;
		right: -40%;
		top: 20%;
	}
	
	#home-about-col3:after {
		display: block;
		left: -50%;
		top: 20%;
	}	
	
	#home-about-col3 {
		width: 60%;
	}
	
	#home-about {
		padding: 90px 0;
	}

	#circle-rotate {
		position: absolute;
		right: inherit;
		top: 30%;
		left: -50px;
	}
	
	#about-cta {
		line-height: 45px;
		font-size: 40px;
		padding: 90px 0;
		letter-spacing: -1.6px;
	}

	#contact-cta:before {
		display:none;
	}

	#contact-cta-info {
		padding-right: 0;
		float: left;
		right: inherit;
		position: relative;
		margin-top: 90px;
		width: 50%;
	}
	
	#footer-questions-tablet{
		display:block;
	}
	
	#footer-questions-desktop{
		display:none;
	}

	#footer-cta-person img {
		position: relative;
		top: inherit;
	}
	
	#footer-cta-person {
		position: absolute;
		z-index: 7;
		bottom: 0;
		right: 0;
		height: 100%;
	}

	#contact-cta {
		min-height: 100%;
		overflow: hidden;
		padding-bottom: 90px;
	}
	
	#contact-cta-info:before,
	#contact-cta-info:after,
	#contact-cta:after	{
		display:none;
	}
	
	#cta-bottom-2col {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#cta-phone {
		font-size: 32px;
		line-height: 1;
		letter-spacing: -1.28px;
		margin-bottom: 26px;
	}

	.footer-contact-col {
		float: inherit;
		width: 100% !important;
		margin-bottom: 50px;
	}

	.footer-menu .menu > li {
		width: 33% !important;
		margin-right: 0 !important;
	}
	
	.footer-menu .menu > li:last-child{
		margin-bottom:0;
	}
	
	#footer-left,
	#footer-right {
		width: 45%;
	}
	
	#footer-left{
		margin-right:10%;
	}

	.footer-contact-col.footer-address {
		width: 193px !important;
		padding-right: 0;
	}	
	
	#footer-menu-tablet-mobile {
		display: block;
		border-top: 2px solid #E5EBF2;
		padding-top: 45px;
		margin-top: 21px;
		margin-bottom: 45px;
		overflow: hidden;
	}

	#footer-menu-desktop{
		display:none;
	}
	
	#footer-right .opening-hours {
		display: none;
	}
	
	#footer-mobile-hours {
		display: block;
		margin-bottom: 50px;
	}
	
	.opening-hours-intro {
		width: 55%;
	}

	.opening-hours-info {
		width: 35%;
	}

	body.en .opening-hours-intro {
		width: 40%;
	}

	body.en .opening-hours-info {
		width: 56%;
	}
	
	#mobile-copyright {
		display: block;
		text-align: center;
	}
	
	#desktop-copyright{
		display:none;
	}	
	
	#footer-info {
		padding: 70px 0 30px 0;
	}
	
	#page-banner-bg {
		width: 370px;
		height: 348px;
		top: -30px;
	}

	#page-banner {
		margin-bottom: 90px;
		height: 318px;
	}
		
	#page-banner-titles {
		position: relative;
		width: calc(100% - 380px);
		margin-top:0;
	}

	#page-banner .container {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.row-content-and-image {
		flex-direction: column;
		margin-bottom: 90px;
		align-items: flex-end;
	}
	
	.row-content-and-image.row-reverse {
		flex-direction: column;
		margin-bottom: 90px;
		align-items: flex-end;
	}
	
	.row-content-and-image.row-reverse .row-text-col:before,
	.row-content-and-image.row-reverse .row-text-col:after	{
		display:none;
	}	
	
	.row-text-col,
	.row-content-and-image.row-reverse .row-text-col	{
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
		padding-right: 20%;
		margin-bottom: 70px;
	}

	.row-img-col {
		width: 55%;
	}
	
	#reverse-row-section #circle-rotate{
		top:30%;
	}
	
	.row-content-and-image.row-reverse .row-img-col {
		margin-right: 0;
		top: 0;
		position: relative;
		margin-top: 0;
	}
	
	#consultation-text {
		font-size: 40px;
		line-height: 45px;
		letter-spacing: -1.6px;
	}

	#cta-consultation {
		padding: 90px 0;
	}

	#cta-consultation:before,
	#cta-consultation:after {
		background-size: 90%;
	}
	
	#page-traitements {
		padding: 90px 0 100px 0;
	}

	#solution-navigate {
		width: 100%;
		float: inherit;
		position: relative !important;
		top: 0 !important;
		border-bottom: 2px solid #CCD9E5;
		padding-bottom: 20px;
		margin-bottom: 45px;
		text-align:center;
	}
	
	#solution-navigate ul li a {
		background-color: #CDF1F5;
		text-decoration: none !important;
	}

	#solution-navigate ul li {
		display: inline-block;
		vertical-align: top;
		margin-left: 25px;
	}
	
	#solution-navigate ul li:first-child{
		margin-left:0;
	}

	#solution-content-wrapper {
		width: 100%;
		float: inherit;
	}
	
	.solution-item-left {
		position: relative;
		float: inherit;
		width: 100%;
	}
	
	.solution-item-right{
		display:none;
	}
	
	.solution-item {
		margin-bottom: 50px;
		padding-bottom: 40px;
	}

	#solution-main {
		padding-bottom: 90px;
	}

	#additional-traitements {
		padding: 90px 0;
	}

	#additional-traitements-flex {
		flex-direction: column;
	}

	#additional-traitements-desc {
		width: 100%;
	}

	#additional-traitements #traitements-cta-static {
		width: 100%;
	}

	#faq-section .container {
		width: 100%;
	}

	#contact-row {
		flex-direction: column-reverse;
	}

	#contact-right {
		width: 100%;
		display: flex;
		align-items: center;
	}	
	
	#contact-details-info {
		width: 45%;
		padding: 30px 30px 60px 30px;
		margin-right:10%;
	}	
	
	#rendez-opening-hours {
		width: 45%;
	}

	#contact-details-info:after {
		width: 250px;
		height: 237px;
	}

	#contact-section {
		padding-bottom: 90px;
	}
	
	#contact-left {
		width: 100%;
	}
	
	.faq-cta #contact-cta-info {
		padding-right: 0;
	}	
	
	.faq-cta #footer-cta-person img {
		top: 0;
	}

	#refer-section .container {
		width: 100%;
	}	
	
	#page-section {
		padding-bottom: 90px;
	}

	#header-col-right {
		right: -400px;
		width: 390px;
		padding: 130px 50px 50px 60px;
	}

	#header-menu ul.menu > li.current_page_item:before, #header-menu ul.menu > li.current-menu-parent:before,
	#header-menu ul.menu > li:hover:before	{
		opacity:1;
		visibility:visible;		

	}
	
	#header-menu ul.menu > li:before{
		transition: all 0.25s linear;
		background: #0BBFD1;
		width: 35px;
		height: 34px;
		content: '';
		position: absolute;
		left: -60px;
		top: -5px;
		border-radius: 0 6px 6px 0px;
		opacity: 0;
		visibility: hidden;		
	}
	
	#home-traitements {
		padding: 90px 0;
	}	
	
	#faq-section {
		padding-bottom: 90px;
	}

	#contact-right {
		flex-direction: row;
		align-items: normal;
	}

	#refer-section {
		padding-bottom: 90px;
	}
	.page-template-a-propos .row-img-col:before {
		padding-top: 75%;
	}	
	
}

@media only screen and (max-width:767px) {
	#header-col-right{
		width:320px;
	}
	#footer-left img {
		max-width: 160px;
	}	
	#home-banner {
		margin-top: 0;
		width:100%;
		border-radius:0;
	}
	
	.accordion-item {
		padding: 20px 16px;
	}

	.accordion-text {
		padding: 40px 20px 10px 3px;
	}
	
	#contact-right {
		flex-direction: column;
	}	
	
	.single-traitement .row-content-and-image.row-reverse .row-img-col:after,
	.single-traitement .row-content-and-image.row-reverse .row-text-col:after{
		display:none;
	}
	
	#masthead,
	#masthead.header-fixed{
		padding:20px;
	}
	
	#header-logo a {
		width: 100px;
		height: 77px;
	}
	
	#masthead.header-fixed #header-logo a {
		height: 40px;
	}
	
	#home-banner-wrapper {
		flex-direction: column;
		text-align: center;
	}	
	
	#home-banner-col1 {
		width: 100%;
		margin-bottom:25px;
	}

	#home-banner-col1 .home-banner-col3-bottom {
		display: none;
	}

	#home-banner-col2 {
		margin-top: 0;
		right: 0;
		width: 100%;
	}
	
	#home-banner-col2 img#default-mobile-img{
		display:block !important;
	}
	
	#home-banner-col2 img#default-tablet-img{
		display:none !important;
	}
	
	.section-additional-corner {
		width: calc(100% - 40px);
	}	
	
	#home-banner {
		padding: 130px 0 0 0;
	}
	
	#home-traitements {
		padding: 70px 0;
	}
	
	#traitements-cta.owl-carousel {
		width: 170%;
	}	
		
	#traitements-cta .owl-dots {
		right: 40%;
	}

	#home-about {
		padding: 70px 0;
	}

	#home-about-col2:before,
	#home-about-col3:after	{
		display: none;
	}
	
	#home-about-left{
		width:100%;
	}
	
	#home-about-col3 #circle-rotate{
		display:none;
	}

	#home-about-col3 {
		width: 100%;
	}

	#about-cta {
		line-height: 36px;
		font-size: 32px;
		padding: 70px 0;
		letter-spacing: -1.2px;
	}
		
	#about-cta-text {
		margin-bottom: 35px;
	}

	#about-cta-scroll {
		width: 350%;
	}

	#contact-cta-info {
		float: inherit;
		margin-top: 70px;
		width: 100%;
		text-align: center;
		margin-bottom:30px;
	}
	
	#contact-cta {
		padding-bottom: 0;
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
	}
	
	#footer-cta-person {
		position: relative;
	}
	
	#cta-bottom-2col{
		align-items:center;
	}
	
	#footer-questions-mobile{
		display:block;
	}
	
	#footer-questions-tablet{
		display:none;
	}
	
	#footer-cta-person img{
		width:100%;
	}
	
	.container {
		padding: 0 20px;
	}
	
	#footer-left {
		margin-right: 0;
		width: 100%;
	}
	
	#footer-flex {
		flex-direction: column;
	}
	
	.footer-contact-col {
		padding-right: 0 !important;
	}
	
	#footer-left, #footer-right {
		width: 100%;
	}

	.footer-contact-col {
		padding-right: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}

	#footer-contact {
		margin-bottom: 0px;
	}

	.footer-menu .menu > li {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}
	
	.footer-menu .menu > li:first-child {
		width: 100%;
	}	
	
	.opening-hours {
		padding: 20px;
		align-items: normal;
		flex-direction: column;
	}

	.opening-hours-intro {
		width: 100% !important;
		margin-bottom:30px;
	}
	
	.opening-hours-info {
		width: 100% !important;
		text-align: left;
	}
	
	.opening-hours-day {
		text-align: left;
		margin-right: 0%;
	}

	#page-banner .container {
		flex-direction: column;
	}

	#page-banner-bg {
		position: relative;
		top: 0;
		width: 330px;
		height: 225px;
	}

	#page-banner-titles {
		position: relative;
		width: 100%;
		margin-top: 45px;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#page-banner {
		height: 100%;
		margin-top:130px;
		margin-bottom: 70px;
	}
	
	#page-banner:before{
		background-image:url(assets/images/bg-fx-mobile.png);
		background-size:cover;
		background-position:center;
		content:'';
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		border-radius:20px;
	}

	.row-text-col, .row-content-and-image.row-reverse .row-text-col {
		padding-right: 0;
		margin-bottom:40px;
	}
	
	.row-content-and-image:first-child #circle-rotate{
		display:none !important;
	}

	.row-img-col {
		width: 100%;
	}

	.row-content-and-image {
		margin-bottom: 70px;
	}

	#consultation-text {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1.28px;
		padding-left: 12%;
		padding-right: 12%;
	}

	#cta-consultation {
		padding: 70px 0;
	}

	#cta-consultation:before, #cta-consultation:after {
		background-size: 95%;
	}
	
	#cta-consultation:before {
		background-image: url(assets/images/consultation-start-top-mobile.svg);
		top:20px;
	}

	#cta-consultation:after {
		background-image: url(assets/images/consultation-start-bottom-mobile.svg);
		bottom:20px;
	}
	
	#solution-navigate ul li {
		display: block;
		margin-left: 0;
	}

	.solution-relationship-item {
		flex-direction: column;
		align-items: normal;
		padding:8px 8px 20px 8px;
	}

	.solution-relationship-image {
		width: 100%;
		height: 170px;
		margin-right: 0;
		margin-bottom: 20px;	
	}
	
	.solution-relationship-item-info {
		width: 100%;
	}
	
	#additional-traitements .traitement-cta-item {
		width: 100%;
		margin-bottom:20px;
	}
	
	#additional-traitements #traitements-cta-static {
		flex-direction: column;
	}	
	
	#additional-traitements {
		padding: 70px 0;
	}

	#page-traitements {
		padding: 70px 0 80px 0;
	}

	#faq-section {
		padding-bottom: 70px;
	}

	#contact-details-info {
		width: 100%;
		margin-right: 0;
	}	
	
	#rendez-opening-hours {
		width: 100%;
		margin-bottom: 70px;
	}	
	
	.field-col-2 {
		width: 100%;
		margin-right: 0;
		margin-bottom:30px;
	}	
	
	.field-col-full{
		margin-bottom:30px;
	}
	
	.field-row {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}	
	
	.form-step {
		margin-bottom: 30px;
		margin-top: 50px;
	}

	#note-in-box {
		margin-bottom: 40px;
	}	
	
	#refer-section {
		padding-bottom: 70px;
	}	
}
