:root {
  --logic-col1: #258BF5; /* Bleu */
  --logic-bgcol1: #258BF5; /* Bleu */
  --logic-col1-hover: #1665CE; /* Autre bleu */
  --logic-col2: #14CC95; /* Gris */
  --logic-bgcol2: #FFFFFF; /* Blanc */
  --logic-col2-hover: #A7F6DE; /* Orange bleu */
}
/* Responsive */
body {
    background: #ffffff;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    position: relative;
}
.nav {
    font-family: "Lucida Grande", Arial, sans-serif;
}
html,body {
     width: 100%;
     overflow-x: hidden;
  }

.post-masonry img {
    width: 100%;
    display: block;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5,h6, .h3 {
  font-weight: bold;
}
h1{}

.h1short {
    margin-top: -10px;
    margin-bottom: -20px;
    margin-left: -33px !important;
}
@media (max-width: 768px) {
    .h1short {
        margin-left: -10px !important;
    }
}
h2, .h1small {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}
.h1small {
  float: left;
  margin-top: 20px;
  font-weight: bold;
}


h3, .h3 {
  font-size: 20px;
  letter-spacing: 26px;
  letter-spacing: 2px;
}

p {
  letter-spacing: 0.9px;
  line-height: 20px;
}

a:visited {
  border: none !important;
  text-decoration: none;
  list-style-image: none;
  outline: none;
}
.za.brd2:visited {
  border: 1px solid !important;
}

.linkbut img {
  max-height: 30px;
}
.italic {
  font-style: italic;
}
.opacity100 {
    opacity: 1;
    filter: alpha(opacity=100);    /* For IE8 and earlier */
}
.opacity70 {
    opacity: 0.7;
    filter: alpha(opacity=70);    /* For IE8 and earlier */
}
.red {
  color: #FF0000;
}
.bhide {
  display: none;
}
.ibhide {
  display: none !important;
}
.aleft {
  text-align: left;
}
.margint10{ margin-top:10px;}
.noback{ background: none !important; }


/************** Button *****************/
.btn {
  border-color: transparent;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 14px 52px;
  font-weight: bold;
  border-radius: 3rem;  
}

.btn-img {
  padding: 9px 52px;
}
.btn-text {
  padding: 9px;
}
.btn-img-small {
  padding: 9px 10px 9px 33px;
}
.btn-img-alone {
  width:52px;
  padding: 9px;
  margin: 5px;
}
@media (max-width: 768px) {
.btn{
    margin-right: 0px;
    clear: left;
  }
}

.btn img {
    width: 36px;
    margin-top: -4px;
    margin-left: 0px;
    position: absolute;
    left: 5px;
}
.formrdv-define-patient .btn img {
    width: 36px !important;
}
#formrdv-define .btn img {
    width: 28px;
}
.btn span {
  margin-left: 10px;
  line-height: 30px;
  font-weight: bold;
}
.btn-popup span {
  margin-right: 10px;
}
.btn:hover {
}
.btn-danger {
/*  background: #ffa400 !important; */
  background: #FF0000;
  margin-right: 20px;
}
#dispos-nav .btn-danger {
  margin-right: 0px;
}

.btn-danger:hover {
  border-color: transparent;
}
.btn-list, .btn-list-actif {
  margin-bottom: 10px;
  overflow: hidden;
}
.btn-list-actif {
}
.linksmall {
  line-height: 7px;
}

.smBlock { display: none; padding: 0px;}
.smBlock2 { padding: 0px;}
.btn-shortlink {
    width: 80px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 0px 3px;
}

.btn-shortlink img {
    width: 50px;
    padding: 5px;
    height: 50px;
    border: 3px solid #dd941f!important;
    border-radius: 50%;
    transition: all 0.5s;
}
.btn-shortlink span {
    display: block;
    width: 100%;
    font-size: 14px;
}

.datafiche .text {
  margin-top: -14px;
  min-height: 1px !important;
}
.datafiche .text p {
  height:auto !important;
  padding: 0px !important;
}
.datafiche .box_skin {
    padding: 5px 10px !important;
    margin-top:-10px;
}


li.btn-infos {
    margin-bottom: 4px !important;
}
.btn-infos img {
    width: 50px;
    display: inline-block;
    text-align: center;
    padding: 1px 5px;
    height: auto;
    margin: 0px 3px;
}

.btn-infos span {
    font-style: normal !important;
}
.btn-infos .colred {
    font-weight: bold;
}
.btn-infos .labelday {
  width: 100px;
  display: inline;
  float: left;
}


/********** FORM ****************/
.form-control {
    height: 40px;
    font-size: 18px;
    border-radius: .25rem;
    color : #041D31;
}
.form-group {
    margin-bottom: 4px;
}
.form-code-verif {
  background: white;
  text-align: left;
  padding: 5px 10px 5px 14px;
}


/* All Section styles
------------------------------------- */
#testimonial, #blog, #counter, #contact {
  padding-top: 30px;
  padding-bottom: 20px;
}
.about h3, .about .h3 {
  	padding-bottom: 12px;
}
.parallax-section {
  	background-attachment: fixed !important;
  	background-size: cover !important;
}


/************** Menu *****************/

.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
  }
.navbar-default .navbar-brand {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  }
.navbar-default .navbar-logo {
  max-height: 50px;
}


.navbar-default .navbar-nav li {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#menu.navbar-nav li:hover a {
    color:var(--logic-col2);
}
.navbar-default .navbar-nav li.icone {
    margin-left:5px;
}
.navbar-default .navbar-nav > li > a, nav ul li a, .navbar-default .navbar-brand {
}
nav ul li.icone {
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.mcurrent a, nav ul li a:hover {
}
nav ul li.icone:hover, nav ul li.icone.mcurrent  {
}
.nosticky-navigation {
    margin-bottom: 55px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
/************** Image accueil *****************/

#home {
  background: url('../images/home-bg-light-bw.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
  margin-top: -26px;
}
@media (max-width: 768px) {
#home {
  background: url('../images/home-bg-mobile-light-bw.jpg') 50% 0 repeat-y fixed;
}
#home .fullmgslogo {
  max-width: 250px;
}
}
@media (max-height: 590px) {
#home .fullmgslogo {
    max-width: 150px;
}
.picturepro {
  display: none !important;
}
}
#home .fullslogan {
  text-transform: uppercase;
  font-size: 20px;
}

#home .btn {
  /* border-color: transparent; */
  font-size: 12px;
  font-weight: bold;
  padding: 14px 52px;
  margin-top: 30px;
  min-width: 250px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
#home .btn{
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    clear: left;
  }
}

/************** Presentations *****************/

.about {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vh;
  text-align: center;
}

.autoheight {
  min-height: auto;
}
.about #actus {
  text-align: left;
}
.about .container {
/*  	width: 70%; */
  	padding: 0px;
  	margin: auto;
}
.about .backcontainer .col-md-6 {
    background-color: #FFF;
    opacity: 0.7 !important;
    filter: alpha(opacity=70)!important;    /* For IE8 and earlier */
}
.about .col-md-6 {
	padding: 0;
}
.about h2 {
    text-align: left;
    border-bottom: 0px solid;
    box-shadow: 0 7px 7px -8px var(--logic-col2);
}

.fright {
  float: right;
}
.fleft {
  float: left;
}
.fclear {
  clear: left;
}
.fcenter {
  text-align: center;
}
.fblock { display: block}
.ftop10 { margin-top: 10px !important;}


.fright h2{
  float: left;
  margin-left: 10px;
}
.fleft h2{
  float: left;
}
.fright.mimg {
  margin-left: 30px;
}
.fleft.mimg {
  margin-right: 30px;
}
.mimg img, img.mimg, a.mimg {
  border-radius: .50rem;
  max-width: 500px;
  width: 99%;
}
.about video {
    max-width: 500px;
    width: 100%;
    margin-left: 10px;
}

.about .about-des {
  	padding: 0px 10px;
    text-align: justify;
}

.about .about-des h3, .about .about-des .h3 {
	font-size: 26px;
}

.about .about-des h4 {
	font-size: 20px;
}

.about .about-des p {
	font-size: 15px;
	line-height: 22px;
    padding-bottom: 20px;
}

.about .about-des .about-link {
    position: absolute;
    bottom: 0px;
    right: 52%;
}
.about .about-des .about-link.fright {
    right: 0px;
}
.about .spinner {
    -moz-transform: rotateY(-50deg);
    -ms-transform: rotateY(-50deg);
    transform: rotateY(45deg);
}
.about .about-link .fright {
  margin-top: -60px;
}

.about .about-link a:hover img {
	transform: rotate(360deg);
	transition: all 1s;
}
.about a:hover .img-responsive {
    transform: scale(1.05);
	transition: all 0.4s ease-in-out;
}
.about a .img-responsive {
	transition: all 0.5s ease-in-out;
}

/* WebKit and Opera browsers */
@-webkit-keyframes spinnerrot {
  from { -webkit-transform: rotateY(0deg);    }
  to   { -webkit-transform: rotateY(-360deg); }
}

#rdv-testimonial-wait img, .loading img {
  -webkit-animation-name: rotateLoad;
  -webkit-animation-duration:1s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
}
@-webkit-keyframes rotateLoad {
  from {-webkit-transform:scale(0.5) rotate(0deg);}
  to {-webkit-transform:scale(0.5) rotate(360deg);}
}

/* all other browsers */
@keyframes spinnerrot {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

.about #spinnerrot {
  -webkit-animation-name: spinnerrot;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;

  animation-name: spinnerrot;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 6s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w20 { width: 19.999999%; }
.w25 { width: 24.999999%; }
.w33 { width: 33.33333333%; }
.w50 { width: 49.99999%;}
.w66 { width: 66.66666666%; }
.w75 { width: 74.66666666%; }
.w80 { width: 79.66666666%; }
.w100 { width: 100%; }

/************** Carrousel Testimonial *****************/
#testimonial .item {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 5px;
}

#testimonial .item img {
  display: inline-block;
}

#testimonial a:hover .img-responsive {
    transform: scale(1.05);
	transition: all 0.4s ease-in-out;
}
#testimonial a .img-responsive {
	transition: all 0.5s ease-in-out;
}
#testimonial .slider-link .fright {
  margin-top: 0px;
  margin-right: 0px;
}
#testimonial .slider-link a img {
	height: 40px;
}
#testimonial .slider-link a:hover img {
	transform: rotate(360deg);
	transition: all 1s;
}

/************** Counters *****************/
.homecounter {
    position: absolute !important;
    left: 0px;
    top: -80px;
    width: auto;
    text-align: center;
}
.homecounter .counter-text {
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 26px;
  letter-spacing: 2px;
}
.homecounter span {
    font-size: 32px;
    font-weight: bold;
}
.homecounter .ctrblock {
    clear: left;
    widows: 100%;
    display: block;
}
@media (max-width: 768px){
    .homecounter {
      display: none;
    }
}

#counter {
/*   background: url('../images/counter-bg.jpg') 50% 0 repeat-y fixed;  */
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -95px;
  margin-bottom: 20px;
}

#counter .counter-item {
    width: 19.9999%;
}

#counter .counter-number {
  font-size: 32px;
  font-weight: bold;
}

#counter .counter-text {
  letter-spacing: 2px;
  font-weight: bold;
}

@media (max-width: 890px)  {
    #counter {
      display: none;
    }
}
@media (max-height: 690px)  {
    #counter {
      display: none;
    }
}
/************** Contact Form *****************/
.contact-form {
  margin-top: -22px;
}
.contact-content {
  float: left;
}
.contact-content tr {
  height: 30px;
}
.contact-form .contact-formul {
    padding: 0px 20px 20px 20px;
}
.contact-form .contact-coord {
    padding: 10px;
    text-align: left;
}
.contact-form .contact-coord table {
  clear: left;
}


.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder  {
/*  color: #848484;  */
  opacity: 1;
}

.navbar .container {
    width: calc(100%);
    background: var(--logic-bgcol1);
}
.navbar .navbar-header, .navbar .navbar-collapse {
    background: var(--logic-bgcol1);
}

@media (max-width: 1100px) {
    .navbar-nav > li > a {
      font-size: 12px;
    }
}
@media (min-width: 876px) and (max-width: 1100px) {
    .navbar-nav > li > a {
      font-size: 10px;
    }
}
@media (min-width: 768px) and (max-width: 876px) {
    .navbar-nav > li > a {
      font-size: 8px;
    }
}
@media (max-width: 768px) {
    .navbar-nav > li > a {
        color: black;
        font-size: 12px;
    }
}


@media (min-width: 1200px) {
    .container {
    width: calc(100% - 200px);
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .container {
    width: calc(100% - 60px);
    }
}
@media (min-width: 768px) {
    .contact-form .container{
        width: 96%
    }
}
@media (min-width: 992px) {
    .contact-form .container{
        width: 96%
    }
}
@media (min-width: 1200px) {
    .contact-form .container{
        width: 1170px
    }
}


.contact-form .contact-coord {
  width: 33.33333333%;
}

@media (max-width: 992px) {
    .contact-form .contact-coord{
        width: 49.99999%;
    }
}

@media (max-width: 768px) {
  .contact-form .contact-coord, .about .container {
    width: 94%;
  }
}

.contact-form .contact-formul {
  width: 66.66666666%;
}

@media (max-width: 992px) {
    .contact-form .contact-formul{
        width: 49.99999%;
    }
}

@media (max-width: 768px) {
  .contact-form .contact-formul {
    width: 100%;
  }
}
/************** Footer *****************/
footer {
  padding-top: 10px;
  padding-bottom: 100px;
  background-color: #041D31;
}

footer p {
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 14px;
  color:#ffffff;
}

footer a {
  color: #ffffff;

}
footer img {
  max-width: 60%;
}
footer a:hover {
  color: var(--logic-col2-hover);
  text-decoration: none;
}

.link-list a {
  color: #ffffff;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}

.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  background: #3c3c3c;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-right: 2px;
}
.social-icon li a:hover {
  background: var(--logic-col2-hover);
}
.social-icon li a.xlogo {
  background: none !important;
}

footer .col-md-2 {
    width: 24.9999%;
}
.footerbottom
{
  margin-top: 30px;
  color:#FFFFFF;
  padding-left: 0px;
}


@media (max-width: 1280px) {
	.about .about-des {
		padding: 40px;
	}
	.about .about-des h3, .about .about-des .h3 {
		font-size: 20px;
	}

	.about .about-des h4 {
		font-size: 16px;
	}

	.about .about-des p {
		font-size: 13px;
		line-height: 24px;
        padding: 0px 25px;
	}
}

.footlogo {
    float:left;
    margin-top:10px;
    margin-left:10px
}

@media (max-width: 768px) {
	.about .about-des {
		padding: 5px;
	}
	.about .about-des h3, .about .about-des .h3 {
		font-size: 16px;
	}

	.about .about-des h4 {
		font-size: 14px;
	}

	.about .about-des p {
		font-size: 13px;
		line-height: 18px;
	}
    .about .about-des .about-link {
        position: absolute;
        bottom: -10px;
        right: 5px;
    }
    footer .col-md-2 {
    width: 49.9999%;
    float: left;
    }
    .footerbottom .copyright-text {
      text-align: center;
    }
    .footerbottom .copyright-text a {
      width: 100%;
      display: block;
    }
    .footlogo {
        margin-top:0px;
    }
}

@media (max-width: 450px) {
    footer .col-md-2 {
    width: 99.9999%;
    text-align: center;
    }
    .footlogo {
      display: none;
    }
}


/* mobile responsive section styles
/* ========================================== */
#counter .col-md-3 {
    width: 25%;
}
@media (max-width: 768px) {
  h1 {
    font-size: 53px;
  }
  #counter .counter-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #counter .col-md-3 {
      width: 49.999%;
      float: left;
  }
}
@media (max-width: 450px) {
  #counter .col-md-3 {
      width: 99.99%;
  }
}





@media (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  #home h5 {
    font-size: 11px;
  }
  #home .btn {
    display: inline-block;
    padding: 14px 32px;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #home h5 {
    font-size: 9px;
  }
}

/************** Box Content text *****************/
#content .box_skin2, #content .box_skin3, #content .box_skin, .content2 .box_skin {
  padding: 10px 30px 10px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#content .box_skin, .content2 .box_skin {
  background: none;
}

h2, .h1small {
  font-size: 22px;
}
#content .box_skin2 p, #content .box_skin3 p, #content .box_skin p, .content2 .box_skin p{
  padding-left: 9px;
  height: 45px;
  display: block;
  overflow: hidden;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .box_skin2, #content .box_skin3, #content .box_skin, .content2 .box_skin  {
/*    padding: 35px 50px 77px 35px; */
  }
}
@media (max-width: 767px) {
  #content .box_skin2, #content .box_skin3, #content .box_skin, .content2 .box_skin  {
/*    padding: 20px 10px 77px 20px; */
  }
  #page-rdvonline .box_skin, #testimonial, #page-rdvonline #blog, #counter, #contact {
    padding: 0px;
  }

}

#content .box_skin3 {
  background: #333333;
  color: #FFF;
}
#content .box_skin3 a {
  color: #FFF;
}
#content .box_skin2 a {
  color: #183053;
  transition: all 0.4s ease-in-out;
}
#content .box-rss a:hover img {
	transform: rotate(360deg);
	transition: all 1s;
}

.list-astroo {
    float: left;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    height: auto;
    width: 100%;
    position: relative;
    background: white;
    padding: 10px 0px;
}
@media (max-width: 768px) {
  .list-astroo {
    display: none;
  }
}
.list-astroo ul {
  text-decoration: none;
}
.list-astroo ul li {
  width: 8.2%;
  text-align: center;
  float: left;
  display: inline;
}
.list-astroo ul li img {
  width: 90%;
}
.box-astroo {
    float: left;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    height: auto;
    position: relative;
}

.frameastroo {
  height: 900px;
  background: #FFF;
}
.frametop {
  height: 915px;
}
.frametop {
  width: 97%;
  position: absolute;
  background: transparent;
  display: block;
  left:0px;
  top:0px;
}

/* Voyants Mini */
.astroshort  {
  list-style-type: none;
  padding: 0px;
}

.astroshort li {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #7A7A7A;
    float: left;
    position: relative;
}
.weeklist li {
    height: 60px;
}


.astroshort li.voyantlong {
    height: auto;
}

.astroshort li:first-child {
    border-top: 1px solid #7A7A7A;
}
.astroshort li .img {
  width: 80px;
  height: 80px;
  float: left;
  display: inline;
  position: relative;
}

.astroshort li .img img {
  height: 100%;
  width: auto !important;
    position: absolute;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
}

.astroshort li .imgastroo {
    float: left;
}
.astroshort li .imgastroo img {
    width: 50px !important;
    height: auto;
    margin: 10px 5px 0px;
}


.astroshort li a{
    text-decoration: none;
    height: 80px;
    display: block;
}
.astroshort li .infos{
    float: left;
    display: inline;
}

.astroshort li .infos img {
  width: 18px;
  margin: 0px;
}
.astroshort li .infos div {
  margin-left: 10px;
}
.astroshort li .infos .name {
  font-weight: bold;
  margin-top: 10px;
}
.astroshort li .infos .metier {
  margin-top: 5px;
}
.astroshort li .infos .moons {
  margin-left: 10px;
  margin-top: 8px;
  background: #000;
}
.astroshort li .plus img {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.astroshort li .details {
  display: none;
}

/********* Box rdv-online *********/
#content .box-menu-rol-info .box_skin, .content2 .box-menu-rol-info .box_skin {
  padding: 0px;
}
#content .box-menu-rol-info p, .content2 .box-menu-rol-info p {
  font-size: 14px;
  padding: 0px;
  height: auto;
}

#content .box-menu-rol a:hover img, .content2 .box-menu-rol a:hover img {
	transform: rotate(360deg);
	transition: all 1s;
}
#content .box-menu-rol .picture, .content2 .box-menu-rol .picture {
    height: 170px;
    overflow: hidden;
    display: block;
}

#content .box-menu-rol .picture img, .content2 .box-menu-rol .picture img {
	width: 100%;
}
#content .box-menu-rol .text, .content2 .box-menu-rol .text {
	padding: 10px 0px;
    text-align: justify;
    min-height: 220px;
}
#content .box-menu-cnx .text, .content2 .box-menu-cnx .text {
    min-height: 150px;
}
#content .box-menu-rol .text span, .content2 .box-menu-rol .text span{
	font-style: italic;
}
#content .box-menu-rol .box_skin2 p, #content .box-menu-rol .box_skin3 p, #content .box-menu-rol .box_skin p, .content2 .box-menu-rol .box_skin p{
  height: 250px;
}
#content .box-menu-rol h2, .content2 .box-menu-rol h2, .content2 .box-menu-rol .h1small {
  font-size: 21px;
}
#content .box-support .text {
  min-height: auto;
}
#content .box-support .text span {
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
}
@media (max-width: 768px) {
  #content .box-menu-rol .text, .content2 .box-menu-rol .text {
    min-height: auto;
  }
}

/********* Rdv Online ******/
#page-rdvonline {
  margin-top: -20px;
}
#page-rdvonline #ins-formul .form-group{
  margin-bottom: 0px;
}
#page-rdvonline #ins-formul .text{
  padding: 0px;
}
#page-rdvonline #ins-formul .text .ins-inputs {
  min-height: 359px;
}

.errorMessages {
	display: none;
}
.rotitle {
  position: relative;
}
.rotitle .btnret {
  position: relative;
  left: 0px;
  top: -10px;
  width: auto;
  margin-right: 10px;
}
.rotitle .btndcnx {
  position: absolute;
  right: 0px;
  top: -10px;
}

/* Tooltip */
  .ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 0px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
/*    text-transform: uppercase; */
    box-shadow: 0 0 7px black;
    max-width: 300px;
    z-index:10000;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }


/* Responsive */
@media (min-width: 900px) and (max-width: 1027px){
    body { font-size: 12px;}
    h1 { font-size: 24px;}
    h2,.h1small { font-size: 18px !important;}
    h3, .h3 { font-size: 16px !important;}
    #content .box_skin2, #content .box_skin3, #content .box_skin, .content2 .box_skin {
      padding: 10px 20px;
    }
}
@media (min-width: 830px) and (max-width: 900px){
    body { font-size: 11.5px;}
    h1 { font-size: 22px !important;}
    h2,.h1small { font-size: 16px !important;}
    h3, .h3 { font-size: 14px !important;}
    #content .box_skin2, #content .box_skin3, #content .box_skin, .content2 .box_skin {
      padding: 10px 15px;
    }
}
@media (min-width: 768px) and (max-width: 830px){
    body { font-size: 11px;}
    h1 { font-size: 20px !important;}
    h2, .h1small { font-size: 15px !important;}
    h3, .h3 { font-size: 12px !important;}
    #content .box_skin2, #content .box_skin3, #content .box_skin, .content2 .box_skin {
      padding: 10px 10px;
    }
}
@media (max-width: 768px){
    h1 { font-size: 18px !important; }
    h2,.h1small { font-size: 15px !important;margin-left: 10px;}
    h3, .h3 { font-size: 12px !important;}
    #page-rdvonline .rdv-set-account-support, #page-rdvonline .rdv-define-selected .noselected, #page-rdvonline .ariane,
    #page-rdvonline .rdv-define-selected h2
    { display: none;}
    .w25, .w33, .w50, .w66, .w75, .w80, .w20 { width: 100%; }
    .smBlock { display: inline;}
    .mimg img, img.mimg, a.mimg, video {
      max-width: none;
    }
}
/********* colors **********/
/*coltext*/
.colgray { color: #D6CCBE;}
.bggray{ background: #D6CCBE;}
.bdgray{ border: 3px solid #D6CCBE;}
.bgdarkgray { background: #5D5D5D; }
.bgbluegray { background: #2B3742;opacity: 0.6;}
.btn.bggray:hover { background:#E2DAD0;color: #000000;}

.colblack { color: #000000;}
.bgblack { background: #000000;}
.bgblack:hover { background: #FFFFFF; border:1px solid black;}
.bgwhite { background: #FFFFFF;}
.colwhite { color:white;}
.colred{ color: #BF243C;}
.bgred{ background: #BF243C !important;}
.colbluegray { color: #435462;}

/* Blue */
.col1{ color:var(--logic-col1);}
.bg1{ background: var(--logic-bgcol1);}
.btn.bg1:hover{ background: var(--logic-col1-hover);color:#FFFFFF;}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box { background-color: var(--logic-bgcol1) !important;}

/* Orange */
.form-control:focus { border: 2px solid var(--logic-col2);}
.col2{ color:var(--logic-col2);}
.bg2{ background: var(--logic-bgcol2);
    border: 1px solid var(--logic-col2);
    color: var(--logic-col2);
}
.btn.bg2:hover, #page-rdvonline a.vig-patient:hover table,.btn-shortlink:hover img { background: var(--logic-col2-hover) ;color: var(--logic-col2);}

.btn {
    box-shadow: 0 10px 15px -8px gray;
}
