.wpcf7-form-control-wrap span {
}

.navigation {
    text-align: center;
}

.pagination-articles {
    display: inline-flex;
    list-style-type: none;
}

.pagination-articles a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination-articles li.active a{
    background-color: #052E56;
    color: white;
    border: 1px solid #052E56;
}

.pagination-articles a:hover {background-color: #ddd;}

p.comment-form-cookies-consent.newClass > label{
	font-size:14px;
}

.white_contact_form label input.wpcf7-not-valid,
.white_contact_form label textarea.wpcf7-not-valid,
section.contact-forms label input.wpcf7-not-valid,
section.contact-forms label textarea.wpcf7-not-valid {
  border: 1px solid #b70000;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
section.news-block {
  clear: both;
}
.wpcf7 input[type="submit"] {
  cursor: pointer;
}

div.wpcf7-response-output {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  float: left;
  display: block;
  margin-top: -36px;
  background: url('../img/loading_img.gif') no-repeat center center;
  background-size: contain;
}

.news-block .news-info .image {
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.d-flex {
  clear: both;
}
.front-doctor-info .bg-image img {
  height: 115%;
}

@media screen and (min-width: 1200px){
  body.home .header {
    height: 100vh;
  }
}

header.page, .header.page {
  height: auto !important;
  padding: 1rem 0 0rem;
  padding-right: 3.5rem;
}

.no-border::after {
  display: none;
}

section.article.vp2 + .contact-forms {
  margin-top: 40px;
}


article .article-text-wrap h2,
article h3,
.article .article-text-wrap h2,
.article h3 {
  margin: 0.4rem 0;
  font-weight: 700;
  text-align: left;
}

section .text-wrap h1 {
  font-size: 2.5rem;
  font-variant-caps: small-caps;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.menu-wrap {
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}


article.sub-page .article-list-wrap,
.article.sub-page .article-list-wrap {
  display: table;
}

.white_contact_form {
  text-align: center;
  padding: 3rem 0 2rem;
  background: white;
  position: relative;
  color: #052E56;
  max-width: 710px;
  margin: 0 auto;
}

.white_contact_form > .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: middle;
}
.white_contact_form > .wpcf7-form-control-wrap + p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 50px;
}

.white_contact_form .title {
  margin-bottom: 2rem;
}

.white_contact_form label {
  width: 100%;
  text-transform: uppercase;
  text-indent: 1rem;
  font-size: 16px;
  color: #052E56;
  text-align: left;
}

.white_contact_form label:nth-child(1), .white_contact_form label:nth-child(2) {
  display: inline-block;
  width: calc(45% - 2px);
  vertical-align: top;
}

.white_contact_form label:nth-child(1) {
  margin-right: calc(10%);
}

.white_contact_form label input {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  color: #052E56;
  background: transparent;
  border: 1px solid #052E56;
  border-radius: 0;
}

.white_contact_form label textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  color: #052E56;
  background: transparent;
  border: 1px solid #052E56;
  border-radius: 0;
}

.white_contact_form input[type="submit"] {
  padding: 0.7rem 2rem;
  background-color: #052E56;
  color: white;
  font-size: 1.35rem;
  display: table;
  margin: 0;
  border: 1px solid white;
}

.white_contact_form h3 {
  display: table;
  margin: 0 auto 20px;
  width: auto;
}
dl, ol, ul {
  font-size: 1.6rem;
  margin: 5px;
}
.page-template-default .text-wrap > h2 {
  text-transform: none;
  font-variant: small-caps;
}
.contact-forms form {
  text-align: center;
}
section.contact-forms form > p,
section.contact-forms label {
  text-align: left;
}
.contact-forms form > .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: middle;
}
.contact-forms form .wpcf7-form-control-wrap .recaptcha {
  display: inline-block;
}
.contact-forms form > .wpcf7-form-control-wrap + p {
  display: inline-block;
  vertical-align: middle;
}
.contact-forms form > .wpcf7-form-control-wrap + p input {
  margin-bottom: 0px;
  margin-left: 50px;
  display: inline-block;
}
.contact-forms form > .wpcf7-form-control-wrap + p .ajax-loader {
  margin-top: -6px;
  margin-left: 15px;
  display: inline-block;
  float: none;
}

/* / profile list */
.page-template-profiles .doctor-info-wrap.container {
  padding-bottom: 0;
}
.profile-list .profile-list__item {
  position: relative;
  padding-top: 3rem;
}
.page-template-profiles .article {
  padding: 5px 0 3rem;
}

.profile-list__item h2 {
  font-variant-caps: small-caps;
  text-transform: none;
  font-size: 2.4rem;
  clear: both;
  margin-bottom: 6px;
  position: relative;
  font-weight: 500;
}
.profile-list__item * {
  color: #052E56;
}
.profile-list__item .profile-list__image {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.profile-list__image.profile-list__image--left {
  left: 0;
  text-align: left;
}
.profile-list__image.profile-list__image--right {
  right: 0;
  text-align: right;
}
.profile-list__item .profile-list__image::after {
  content: '';
  width: 50%;
  height: 0.2rem;
  background-color: #052E56;
  position: absolute;
  bottom: 0;
}
.profile-list__image.profile-list__image--left::after {
  left: 0;
}
.profile-list__image.profile-list__image--right::after {
  right: 0;
}
/* profile list / */

@media ( min-width: 1200px ) and ( max-width: 1400px ) {
  .profile-list__item .profile-list__image {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .profile-list__item .profile-list__image.profile-list__image--right {
    justify-content: flex-end;
  }
  .profile-list__item .profile-list__image img {
    height: 100%;
    max-height: 232px;
  }
  .page-template-profiles .doctor-info-wrap.container {
    padding: 3rem 0 0 90px;
  }
  .profile-list__item .profile-list__content {
    padding: 0 80px;
  }
}
@media ( min-width: 993px ) and ( max-width: 1200px ) {

  .profile-list__item .profile-list__image img {
    height: 100%;
    max-height: 250px;
  }
  .profile-list__item .profile-list__image.profile-list__image--right {
    justify-content: flex-end;
  }
  .page-template-profiles .doctor-info-wrap.container {
	  padding: 3rem 0 0 150px;
  }

}

@media ( min-width: 992px ) {
  header .menu-wrap ul.menu,
  .header .menu-wrap ul.menu {
    display: block;
    width: 100%;
    text-align: right;
  }
  header .menu-wrap ul.menu li,
  .header .menu-wrap ul.menu li {
    display: inline-block;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  header .menu-wrap, .header .menu-wrap {
    top: 15px;
  }
  .menu-wrap.sticky {
    position: fixed;
    padding: 25px 15px;
    top: 0;
    width: 100%;
  }
  .menu-wrap.sticky .navbar-toggler + #navbarNav {
    position: fixed;
    top: 25px;
    right: 0;
  }
  .menu-wrap.sticky .logo {
    position: fixed;
  }
  .menu-wrap.sticky .logo img {
    height: 65px;
  }
  .menu-wrap.sticky ul.menu {
    margin-bottom: 0;
  }
  header.page .menu-wrap.sticky .logo .logo_img, .header.page .menu-wrap.sticky .logo .logo_img {
    position: relative;
    margin-left: 1.5rem;
    top: 5px;
  }

  .menu-wrap::after {
    content: '';
    z-index: -1;
    background-color: white;
    height: 0;
    padding: 0;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  .menu-wrap.sticky::after {
    padding: 30px 0;
    height: 79px;
    top: 0;
  }
  ul.sub-menu:hover,
  ul li:hover > .sub-menu {
    display: table;
  }
  ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: auto;
    min-width: 200px;
    text-align: left;
    padding: 0 !important;
    border-left: 2px solid #052E56;
    background-color: white;
  }
  ul.sub-menu::after {
    content: '';
    width: 0;
    top: -7px;
    left: 10px;
    position: absolute;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
  }
  ul.sub-menu li {
    display: table !important;
    padding: 0 !important;
    width: 100%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  ul.sub-menu li:hover {
    background: #052E56;
  }
  ul.sub-menu li a {
    text-decoration: none !important;
    padding: 5px 10px !important;
    display: block;
  }
  ul.sub-menu li:hover a {
    color: white !important;
  }
  header .menu-wrap ul.menu li:last-child .sub-menu {
    right: 0;
  }
  header .menu-wrap ul.menu li:last-child .sub-menu::after {
    content: '';
    width: 0;
    top: -7px;
    left: auto;
    right: 10px;
    position: absolute;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
  }
  #bgndVideo {
    padding: 0 !important;
    height: 100vh !important;
  }
  .mbYTP_wrapper {
    min-height: 100vh;
  }
  header .text-wrap .subtitle,
  .header .text-wrap .subtitle {
    letter-spacing: .75rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
  }
  header .text-wrap .title, .header .text-wrap .title {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 70px;
  }
  .accompagnement h3 {
    display: table;
    width: auto;
    margin: 0;
  }
  .vp2__title,
  .text-wrap h3 {
    margin-top: 0px;
  }
  .front-cabinet h3 {
    display: table;
    width: auto;
    margin: 0;
  }
  section.contact-forms .title {
    display: table;
    margin: 0 auto 20px;
    width: auto;
    font-weight: normal;
  }
  section.contact-forms .bg-image {
    background-position-y: center;
    background-position-x: calc( 50% + 570px );
  }
  section.front-cabinet .image-bg .image {
    background-position: 0px center;
    background-size: contain;
  }

  .profile-list .profile-list__item {
    padding: 2rem 15px 0.5rem;
    margin-bottom: 2.3rem;
  }
}
@media ( max-width: 992px /*1059*/) {
  .profile-list__item .profile-list__image {
    position: static;
    /*text-align: center !important;*/
    z-index: 2;
  }
  .profile-list__item .profile-list__image::after {
    display: none;
  }
}

@media ( max-width: 768px ) {
  .profile-list__item .profile-list__image img {
    max-width: 200px;
    margin-bottom: 15px;
  }
  .page-template-profiles .article {
    padding: 0rem 3rem;
  }
}
@media ( max-width: 560px ) {
  .white_contact_form {
    overflow: hidden;
  }
  .white_contact_form > .wpcf7-form-control-wrap {
    margin: 0 auto;
    display: table;
  }
  .white_contact_form > .wpcf7-form-control-wrap + p {
    margin: 20px auto;
    display: table;
  }
  #bgndVideo {
    min-height: 0;
    height: auto;
  }
  .contact-forms form > .wpcf7-form-control-wrap {
    display: block;
    overflow: hidden;
  }
  .contact-forms form > .wpcf7-form-control-wrap + p {
    display: block;
    position: relative;
  }
  .contact-forms form > .wpcf7-form-control-wrap + p input {
    margin: 15px auto 10px !important;
    display: block;
  }
  .contact-forms form > .wpcf7-form-control-wrap + p .ajax-loader {
    position: absolute;
    top: 50%;
    left: 0;
  }
}
@media ( max-width: 480px ) {
  header .inline-YTPlayer, .header .inline-YTPlayer {
    display: none;
  }
}

.comments-form textarea
{
    width: 100%;
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
    color: white;
    background: transparent;
    border: 1px solid white;
    border-radius: 0;	
}
#video-bg {
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
	}

#intervetion-slider{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.CTA-actu{
    text-align: center;
    margin-bottom: 3rem;
}

/*.metaslider img{
	-webkit-filter: grayscale(100%);  Chrome, Safari, Opera 
	filter: grayscale(100%);
}*/

.doctor-info-wrap img{
	-webkit-filter: grayscale(0%) !important; /* Chrome, Safari, Opera */
	filter: grayscale(0%) !important;
}

@media screen and (min-width: 1216px) and (max-width: 1315px){
#accompagnement-anne{
margin-left: 150px;}}

@media screen and (min-width: 1316px) and (max-width: 1349px){
#accompagnement-anne{
margin-left: 110px;}}

@media screen and (min-width: 1350px) and (max-width: 1399px){
#accompagnement-anne{
margin-left: 80px;}}

@media screen and (min-width: 1400px) and (max-width: 1499px){
#accompagnement-anne{margin-left: 147px;}}

@media screen and (min-width: 1500px) and (max-width: 1579px){
#accompagnement-anne{
margin-left: 80px;}}

@media screen and (min-width: 1580px) and (max-width: 1634px){
#accompagnement-anne{
margin-left: 40px;}}

@media screen and (min-width: 1635px){
#accompagnement-anne{
margin-left: 0px;}}

input::placeholder {
    color: white;
}
textarea::placeholder {
    color: white;
}
.deuxcolonnes{
    
	display: inline-block;
    width: 45%!important;
    vertical-align: top;
}

.contact-form-CTA{
	width: 94px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.contact-form-text-RGPD{
width: 82%;
}

.contact-form-RGPD{
display: flex;}

@media screen and (max-width: 780px){
.contact-form-CTA{
	width: 100%;
}
.contact-form-text-RGPD{
width: 100%;}	

.contact-form-RGPD{
display: block;}	
}  

span.wpcf7-list-item{
    margin: 0 !important;
}

p#breadcrumbs{
    margin-bottom: 0 !important;
}
.breadcrumbs{
    margin-bottom: 0 !important;
}

.imgarticleune{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    float: right;
    margin-left: 3%;
}


@media screen and (max-width: 780px){
.imgarticleune{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
	}
}  

.article-text-wrap h1{margin-top: 29px;}

#intervetion-slider{
	width:43%;
	height: 100%;
	float:left;
}

#intervetion-slider-text{
	width:52%;
	margin-left:5%;
	float:right;
	text-align: justify;
}


.metaslider-6366{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin-left: 5%;
	height: 100%;
	float:right;
}

.page-doctor-info .metaslider-5959{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin-left: 5%;
	width: 50%;
	height: 100%;
	float:right;
}

@media screen and (max-width: 992px){
	#intervetion-slider-text{
		width:100%;
		margin-left:0% !important;
	}
	#intervetion-slider{
		width: 80%;
		margin: auto;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
	.page-doctor-info .metaslider-5959,.metaslider-6366{
		width: 80%;
		margin: auto;
		margin-bottom: 2rem;
		margin-right: 15% !important;
		margin-left: 15% !important;
	}
}

@media screen and (max-width: 779px){
	.page-doctor-info .metaslider-5959,.metaslider-6366{
		margin-right: 10% !important;
		margin-left: 10% !important;
	}
}

@media screen and (max-width: 600px){
	#intervetion-slider{
		width: 100%;
		margin-top: 1rem;
	}
	.page-doctor-info .metaslider-5959,.metaslider-6366{
		width: 100%;
	}
}

.presentation-doc h3:first-child{
	margin-top:3rem !important;
}
@media screen and (max-width: 1224px) and (min-width: 1205px){
	#prensentation-doc-image{
		width:56%;
	}
}
@media screen and (max-width: 1204px) and (min-width: 993px){
	#prensentation-doc-image{
		width:61%;
	}
}
@media screen and (max-width: 992px) and (min-width: 780px){
	#prensentation-doc-image{
		width:78%;
	}
}
@media screen and (max-width: 779px) {
	#prensentation-doc-image{
		width:100%;
	}
}

.rll-youtube-player{
	margin:0 !important;
	}
.presentation-doc [data-id="TfRaYzEii0M"]{
	padding-bottom: 0%!important;
	height: 315px !important;
	max-width: 560px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	}