@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap');
@import 'additionnalCss.css';
body{
	font-family: 'lato',sans-serif;
}

a{
	text-decoration: none !important;
}
.uppercase {
	text-transform: uppercase;
}

#changementLangueHomePage{
	right: 0;
    position: absolute;
    top: -25px;
}
#changementLangueHomePage a{
	color:white;
}

.goldenText{
	color: #d8b82e !important;
}

#changementLangueHomePage:hover a{
	color: #d8b82e;

}

#changementLangueHomePage img{
	height: 15px;
	width: 15px;
	border: 1px solid white;
	border-radius: 15px;
	margin-top: -2px;
}

#changementLangueHomePage:hover img{
	border-color: #d8b82e;
}

.logotype {
  max-width: 240px;
  position: relative;
  top: 12px;
}

.border-yellow{
	border: 2px solid;
	border-color: #d8b82e;
}
.border-yellow-hover{
	border: 2px solid;
	border-color: #eaeaea;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	border-radius: 5px;
	display: grid;
	text-align: center;
	margin-bottom: 10px;
}

.plan {
  border-color: transparent;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  color: #afafaf;
  display: block;
  font-size: 14px;
  line-height: 17px;
  min-height: 350px;
  /* max-width: 290px; */
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 2em;
  padding-top: 3em;
  padding-bottom: 0;
  position: relative;
}

.plan:hover {
  border-color: #c5a724;
}

.plan-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.plan-content {
  margin-bottom: 1em;
  min-height: 40px;
  max-width: 90%;
}

.plan-chosen {
  font-weight: 900;
}

.plan-discount {
  background: black;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 900;
  padding: .5em 1em;
  position: absolute;
  top: -2px;
  right: -2px;
}

.plan-discount::before {
  border-style: solid;
  border-width: 0 0 33px 10px;
  border-color: transparent transparent black transparent;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -10px;
}

.plan-footer {
  color: black;
  font-style: italic;
}

.plan-footer span {
  display: block;
}

.plan-btn {
  transition: background-color .3s ease-out;
  transform: skewX(-20deg);
  background: #d8b82e;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  line-height: 19px;
  margin: 0 auto;
  min-height: 40px;
  min-width: 190px;
  padding: .5em;
  text-transform: uppercase;
}

.plan-btn[disabled] {
  cursor: not-allowed;
  opacity: .6;
}
.plan-btn[disabled]:hover,
.plan-btn[disabled]:focus {
  background-color: #c5a724;
}

.plan .plan-btn {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
}

.plan-btn:hover,
.plan-btn:focus,
.plan:hover .plan-btn {
  background-color: #c5a724;
}

.plan-btn span {
  transform: skewX(20deg);
  display: block;
}

.selected{
	border-color: #d8b82e;
	opacity: 1;
}
.unselected{
	opacity: 0.5;
}


.annulationInscription {
  display: block;
  color: #d8b82e;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  text-decoration: underline !important;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .annulationInscription {
    display: inline-block;
    text-align: left;
  }
}

/* ! Menu déroulant */
.menu-facturation-wrapper .menu-facturation-contenu,
.menu-communication-wrapper .menu-communication-contenu,
.menu-reglages-wrapper .menu-reglages-contenu,
.menu-promotion-wrapper .menu-promotion-contenu,
.menu-pwa-wrapper .menu-pwa-contenu,
.menu-intervenant-wrapper .menu-intervenant-contenu {
  display: none;
}
.menu-deroulant-titre {
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
  font-size: 20px;
}
.fleche-menu-ouvert {
  display: inline-block !important;
  transform: rotate(90deg);
}
.fleche-menu-ferme {
  display: inline-block !important;
  transform: rotate(0deg);
}
.menu-deroulant-wrapper .fleche-menu {
  color: #d8b82e;
  transition: ease-in-out 0.3s;
  position: absolute;
}

.annulationInscription:hover,
.annulationInscription:focus {
  text-decoration: none !important;
}


.annulationInscription a {
  font-size: 12px;
  width: 100%;
}

.border-yellow-hover-ok , .border-yellow-hover:hover{
	border-color: #d8b82e;
}
.border-yellow-hover-mouse{
	border-color: #d8b82e;
}
.border-yellow-site{
	border: 1px solid;
	border-color: #d8b82e;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 2%;
	padding: 1em;
	width: 96%;
}

@media screen and (min-width: 992px) {
	.border-yellow-site {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.background-black{
	background-color: black;
	padding: 0px;
	height: 75px;
}
.image-center{
	margin: auto;
	margin-top: 25px;
	display : block;
}
.background-image{
	object-fit: cover;
	/* height: 45vh; */
  height: 100%;
	width: 100%;
}
.background-image-connected{
	width: 100%;
	height: 18vh;
	object-fit: cover;
}
.header{
	min-height: 60px;
    padding: 0 15px;
    position: fixed;
    width: 100%;
    z-index: 2;

}
.border-bottom-yellow{
	border-bottom: 10px solid;
	border-color: #d8b82e;
	height: 19vh;
	position: fixed;
	z-index: 3;
	background-image: url("/img/roche.jpg");
	padding-top: 5px;
	display: table !important;
}
.border-bottom-yellow-deconnected{
	border-bottom: 10px solid;
	border-color: #d8b82e;
  /*height: 46vh;*/
	height: 430px;
}
.margin-bottom{
	margin-bottom: 30px;
}

.login-wrapper {
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}

.login-wrapper > .row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.form-signin {
	background-color: black;
	border-radius: 5px;
  float: none;
	padding: 0px;
	margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .form-signin {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .form-signin {
    width: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .form-signin {
    width: 30%;
  }
}

.form-coordonnee{
	padding: 0px;
	margin-top: -170px;
	background-color: black;
	border-radius: 5px;
	margin-bottom: 200px;
}
.panel-body{
	margin-top: 19vh;
	margin-right: 0px !important;
}
.form-signin h2.form-signin-heading {
  color: black;
	margin: 0;
  padding: 20px 15px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 20px;
}
.form-coordonnee h2.form-signin-heading {
	margin: 0;
  padding: 20px 15px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.login-wrap {
  padding: 30px;
  background-color: white;
}
.cgv-wrap,
.paiement-wrap {
  background: #fafafa;
  padding: 80px 1em 70px;
}

@media screen and (min-width: 1400px) {
  .cgv-wrap,
  .paiement-wrap {
    padding-right: 4em;
    padding-left: 4em;
  }
}

.form-cgv {
	background-color: black;
	border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
	margin: auto;
  margin-bottom: 0;
  max-width: 1600px;
	position: relative;
	padding: 0;
  width: 90%;
}

@media screen and (min-width: 1400px) {
  .form-cgv {
    width: 85%;
  }
}

.form-cgv h2.form-cgv-heading {
  color: black;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  line-height: 36px;
	margin: 0;
  margin-bottom: 1.25em;
  padding: 0;
  text-align: center;
  text-transform: none;
}

.form-cgv-footer {
  background: white;
  padding: 2em 4em;
}

.form-cgv-footer-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .form-cgv-footer-inner {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
}
.form-cgv-label {
  color: black;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 10px;
}

.form-cgv-coupon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .form-cgv-coupon-wrapper {
    flex-direction: row;
  }
}

.form-cgv-hint {
  color: #999999;
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 70px;
}

.form-cgv-col-right {
  margin-bottom: 2em;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .form-cgv-col-right {
    margin-bottom: 0;
    text-align: right;
  }
}


.toggle-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em;
}

.toggle {
  background: #E5E5E5;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 2em;
  padding: 0;
  position: relative;
  height: 16px;
  width: 44px; /* Handle's width */
}

.toggle:focus {
  outline: none;
}

.toggle::before,
.toggle::after {
  transition: opacity .3s ease-out;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}

.toggle::before {
  left: calc(-100% - 100px);
}

.toggle::after {
  opacity: .5;
  right: calc(-100% - 90px);
}

.toggle-fr::before {
  content: 'Tarifs mensuels';
  text-decoration: underline;
}

.toggle-fr::after {
  content: 'Tarifs annuels';
}

.toggle-en::before {
  content: 'Monthly rates';
  text-decoration: underline;
}

.toggle-en::after {
  content: 'Annual rates';
}

.toggle-handle {
  transition: transform .3s ease-out;
  background: #D8B82E;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  height: 22px;
  width: 22px;
  z-index: 1;
}

.toggle-handle:hover {
  background-color: #c5a724;
}

.is-toggled .toggle .toggle-handle {
  transform: translateX(100%);
}

.is-toggled .toggle::before {
  opacity: .5;
  text-decoration: none;
}

.is-toggled .toggle::after {
  opacity: 1;
  text-decoration: underline;
}

.is-toggled .row-monthly-plans {
  display: none;
}

.is-toggled .row-yearly-plans {
  display: flex;
}

.row-plans .plan {
  animation: revealPlan 1.2s ease-in-out;
  animation-fill-mode: forwards;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.row-plans .col-md-4:nth-child(2n) .plan {
  animation-delay: .2s;
}

.row-plans .col-md-4:nth-child(3n) .plan {
  animation-delay: .4s;
}

.row-yearly-plans {
  display: none;
}



@keyframes revealPlan {
  0% {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }

  70% {
    transform: scale(1.05);
    opacity: 1;
    visibility: visible;
  }

  100% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}



input.input-connect{
	border: 0px;
	border-left : 3px solid;
	border-left-color: #d8b82e;
	margin: auto;
	height: 50px;
	width: 90%;
	margin-bottom: 25px;
	box-shadow: 0px 0px 5px #eaeaea;
	font-size: 18px;
}
input.input-site{
	border: 0px;
	border-left : 3px solid;
	border-left-color: #d8b82e;
	margin: auto;
	height: 30px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 5px #cccccc;
	font-size: 18px;
	padding-left: 5px;
}
.input-coordonnee{
	border: 0px;
	border-left : 3px solid;
	border-left-color: #d8b82e;
	height: 32px;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #eaeaea;
	font-size: 18px;
	padding: 2px 5px 2px 5px;
  color: #999 !important;
}
select.input-coordonnee{
	padding-left: 2px;
}
.input-site{
	border: 0px;
	border-left : 3px solid;
	border-left-color: #d8b82e;
	margin: auto;
	height: 30px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 5px #bbbbbb;
	font-size: 18px;
	padding-left: 5px;
}
.input-paiement-code{
	border: 0px;
  border-color: transparent;
	border-left : 3px solid;
	border-left-color: #d8b82e;
	box-shadow: 0 1px 6px rgba(0,0,0,.16);
	font-size: 18px;
	margin: auto;
	margin-bottom: 0;
  margin-right: .5em;
  padding: .4em 1em;
	width: 100%;
}

@media screen and (min-width: 480px) {
  .input-paiement-code {
    min-width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .input-paiement-code {
    min-width: 495px;
  }
}

.input-paiement{
	width: auto !important;
	margin-right: 1%;
}
.span-paiement{
	margin-right: 15%;
	font-size: 18px;
}
.btn-warning{
  margin-top: 5px;
}
.btn-default{
  margin-top: 5px;
}

.btn-login,
.btn-login-inscription {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
}

.btn-login{
	transform: skewX(-20deg);
	background-color: #d8b82e;
	margin-bottom: 25px;
	margin-top : 50px;
}

.btn-login.solo{
	margin: auto;
}
.btn-login-inscription{
	background-color: white;
	transform: skewX(-20deg);
	margin-bottom: 25px;
	margin-top : 50px;
	border: 1px solid black;
}
.btn-inscription{
	transform: skewX(-20deg);
	background-color: #d8b82e;
	width: 35%;
	margin: auto;
	margin-bottom: 25px;
	margin-top : 25px;
}
.btn-login-text{
	background-color: transparent;
	transform: skew(20deg);
	text-transform: uppercase;
	text-align: center;
	color: white;
	display: inline-block;
}
.btn-login-text-inscription{
	background-color: transparent;
	transform: skew(20deg);
	text-transform: uppercase;
	text-align: center;
	color: black;
	display: inline-block;
}
.btn-admin-action{
	transform: skewX(-20deg);
	background-color: #d8b82e;
	/*width: 35%;*/
	margin-bottom: 20px;
	margin-top : 20px;
}
.btn-admin-action.not-selected{
  background: transparent;
  border: 1px solid #d8b82e;
}
.btn-admin-action.not-selected .btn-admin-text{
  color: #d8b82e;
}
#modal-produitShop .input-site{
  width:100%;
}
#modal-produitShop .btn-admin-action-container{
  margin-bottom: 30px;
}
#modal-produitShop .btn-admin-action{
  border:1px solid #d8b82e;
  margin: 0;
}
#modal-produitShop .btn-admin-action .btn-admin-text.btn:hover,
#modal-produitShop .btn-admin-action .btn-admin-text.btn:focus{
  color: #fff;
}
#modal-produitShop .btn-admin-action.not-selected:hover{
  background: #d8b82e;
}
#modal-produitShop .btn-admin-action.not-selected .btn-admin-text.btn:hover{
  color: #fff;
}
.btn-admin-text{
	background-color: transparent;
	transform: skew(20deg);
	text-transform: uppercase;
	text-align: center;
	color: white;
	display: inline-block;
}
.btn-formule-1 {
  transition: background-color .3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
	transform: skewX(-20deg);
	background-color: #d8b82e;
  max-width: 188px;
  margin: 0 auto;
	margin-top: -35px;
	width: 100%;
	height: 40px;
}
.btn-formule-2{
	transform: skewX(-20deg);
	background-color: #d8b82e;
	width: 75%;
	margin-top: -35px;
	margin-left: 15%;
	height: 37px;
}
.btn-formule-text{
	background-color: transparent;
	transform: skew(20deg);
	text-transform: uppercase;
	text-align: center;
	color: white;
	display: inline-block;
	margin-top: -5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding: 0;
}
a{
	color: #d8b82e;
	text-decoration: underline;
	margin-bottom: 25px;
}
.a-button{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.btn-cgv, .btn-paiement{
	transform: skewX(-20deg);
	background-color: #d8b82e;
	margin: auto;
}

.btn-cgv {
	width: 150px;
}

.btn-paiement {
	width: 250px;
}

.btn-cgv-text, .btn-paiement-text {
	background-color: transparent;
	transform: skew(20deg);
	text-transform: uppercase;
	text-align: center;
	color: white;
	display: block;
  margin: 0 auto;
}

.btn-odysium{
	background-color: #d8b82e;
  border-color: #d8b82e;
  color: #FFFFFF;
  margin-top: 10px;
  height: 34px;
}
.btn-odysium-paiement-code {
  transition: background .3s ease-out;
  background-color: #d8b82e;
  border-color: #d8b82e;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
  margin: .5em 0;
  min-width: 190px;
  min-height: 40px;
}

@media screen and (min-width: 768px) {
  .btn-odysium-paiement-code {
    margin: 0;
  }
}

.btn-odysium-paiement-code:hover,
.btn-odysium-paiement-code:focus {
  background: #c5a724;
  color: white;
}

.btn-odysium[disabled]{
	background-color: #ffffff;
  border-color: #A9A9A9;
  color: #A9A9A9;
  margin-top: 10px;
  height: 34px;
}
.btn-odysium-danger{
	background-color: #ff6c60;
  border-color: #ff6c60;
  color: #FFFFFF;
  margin-top: 10px;
  height: 34px;
}
.btn-odysium-success{
	background-color: #6dbb4a;
  border-color: #6dbb4a;
  color: #FFFFFF;
  margin-top: 10px;
  height: 34px;
}
.btn-no-margin{
	margin: 3px !important;
}
.btn-mdp{
	background-color: #d8b82e;
  border-color: #d8b82e;
  color: #FFFFFF;
  margin-bottom: 5px;
  margin-left: 15px;
  height: 30px;
  width: 200px;
}
.div-btn-login{
	display: flex;
  align-items: center;
  justify-content: center;
}
.validate{
	padding-left: 25%;
	background-color: white;
	width : 50%;
}
.background-white{
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.input-text{
	font-size: 20px;
	color: #7d7d7d;
	display: flex;
}

.cgv-body {
  position: absolute;
  /* height: 100%; */
	/* height: 93vh; */
  top: 0;
  margin: 70px 0;
	width: 100%;
}

.leftButton {
  margin-left: 35px;
  margin-bottom: 40px;
}
.rightButton{
  float: right;
  margin-right: 35px;
}
#sidebar {
    width: 260px;
    height: 100%;
    margin-top: 70px;
    position: fixed;
    background: #141414;
    z-index: 9;
    display: block;
}
.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
    position: absolute;
    color: #D8B82E;
}
ul.sidebar-menu li a {
    color: #aeb2b7;
    background-color: #141414;
    text-decoration: none;
    display: block;
    height : 30px;
    padding: 0px 0 0px 0px;
    font-size: 14px;
    outline: none;
    /*border-top: 1px solid;*/
    border-color: #232323;
    margin: auto;
    cursor: pointer;
}
ul.sidebar-menu li a:hover {
    background-color: #d8b82e !important;
}
ul.sidebar-menu li a:hover .icon-menu{
    color: white;
}
.starRequired{
	width: 10px !important;
	position: absolute;
}
.icon-color-gold{
	color: #d8b82e;
}
.span-color-gold{
  padding-left: 10px;
	font-weight: bold;
  font-size: 14px;
	color: #d8b82e;
}

.icon-formule {
  font-size: 70px;
	margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
  .icon-formule {
    font-size: 50px;
  }
}

.background-yellow{
	background-color: #d8b82e !important;
}
.background-yellow:before {
	/*position: absolute;
	content: '';
	width: 0;
	height: 0;
	margin-top : -10px;
	right: -15px;
	border-style: solid;
	border-width: 0px 0px 60px 15px;
	border-color: transparent transparent transparent #d8b82e;
	transition: right 10s;*/
}
.background-yellow .icon-fleche{
	display: inline;
}
.background-yellow .icon-menu{
	color: white;
}
.icon-fleche{
	display: none;
}
a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.icon-menu{
	margin: 6px;
	font-size:18px;
    margin-bottom: 0px;
    min-width: 30px;
    color: #d8b82e;
}
.icon-modal{
	color: white;
	font-size: 50px;
	margin: 15px;
}
.text-menu{
	margin: 10px;
	margin-left: 0;
	font-size:15px;
	color: white;
	min-width: 140px;
}

.text-form{
	font-size: 16px;
}
.text-formule-gold {
	color: #d8b82e;
	font-size: 32px;
  font-style: italic;
	font-weight: 900;
  line-height: 1.2;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .text-formule-gold {
    font-size: 22px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .text-formule-gold {
    font-size: 26px;
  }
}
.prix-formule {
	font-size: 22px;
	font-weight: 900;
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  .prix-formule {
    font-size: 32px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .prix-formule {
    font-size: 22px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .prix-formule {
    font-size: 26px;
  }
}

.periode-formule{
	font-weight: bold;
	margin-bottom: 5px;
}
.prix-formule-ht{
	margin-bottom: 30px;
}
#main-content {
    margin-left: 260px;
}

#bodyValidationRDV #main-content {
    margin-left: 0;
}
.wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 75px;
}
#bodyValidationRDV .wrapper {
    margin-top: 0;
}
.site-min-height {
    /*min-height: 900px;*/
}
h2.titre-page{
	color: white;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 54px;
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.titre-page{
	color: white;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 54px;
    margin: 0;
}
.sous-titre{
	padding: 15px 15px 15px 35px;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 0px;
}
.form-site{


}
.form-text{
	width: 70%;
	margin-left: 70px;
	padding: 15px; 
}
.width-input{
	width: 200px;
}
#btn-message {
    position: fixed;
    bottom: 180px;
    right: 40px;
    background: #d8b82e;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: block;
    z-index: 9;
}
#btn-rappele {
    position: fixed;
    bottom: 60px;
    right: 40px;
    background: black;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: block;
    z-index: 9;
}

#btn-message {
	bottom: 7em;
}

#btn-rappele {
	bottom: 2em;
}

#btn-message,
#btn-rappele {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	min-height: 50px;
	min-width: 50px;
	height: 50px;
	width: 50px;
	padding: .75em;
}

#btn-message:hover,
#btn-rappele:hover {
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}

#btn-message svg,
#btn-rappele svg {
	margin: 0;
	height: auto;
	width: 100%;
}

#typeForfait {
	width: 90%;
    margin: auto;
    border: 0px;
    border-left: 3px solid;
    border-left-color: #d8b82e;
    height: 50px;
    font-size: 18px;
    color: #777 !important;
}
.div-table-facture{
	margin-right: 15px !important;
	margin-left: 15px !important;
}
.titre-table{
	text-align: center;
}
.loaderSMS {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d8b82e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: none;
} 
.loaderMail {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d8b82e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: none;
}
.loaderShop {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d8b82e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: none;
}
.loaderEditMail {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d8b82e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: none;
}
.loaderEditRDV {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d8b82e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: none;
}
div.top-menu {
  height: 100%;
  top: 25% !important;
}
div.top-menu svg.icon-menu {
  margin-top: 0px;
}
.mfp-content h1 {
  padding-left: 25px;
}
#divContrat h1,
.cgv-wrap h1 {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 20px;
}
#divContrat h1.form-cgv-heading,
.cgv-wrap h1.form-cgv-heading {
  text-align: center;
	margin-bottom: 35px;
	font-size: 22px;
}
#divContrat h2,
.cgv-wrap h2 {
  margin-top: 45px;
  margin-bottom: 25px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  font-weight: bold;
	font-size: 18px;
}
#divContrat h3,
.cgv-wrap h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  font-weight: bold;
	font-size: 15px;
}
#divContrat h4,
.cgv-wrap h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  font-weight: bold;
	font-size: 14px;
}
#divContrat p,
.cgv-wrap{
	font-size: 14px;
}
#divContrat li,
.cgv-wrap{
	font-size: 14px;
}
#divContrat ul,
.cgv-wrap ul {
  padding-left: 30px;
}
.hrCgu{
	margin-bottom: 35px;
	border: 2px solid #dadada;
	margin-top: 35px;
}
.cgv-checkboxes {
  margin-bottom: 25px;
}
.cgv-checkbox {
  margin-left: 20px;
}
.cgv-checkbox label {
  padding-left: 5px;
  font-size: 12px;
}
#dateCgv{
	font-size: 16px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.noColInMobile{
	z-index: 1;
}
.z-index-titre{
	z-index: 2;
}

 .imgDrapeau{
 	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 72px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
 	cursor: pointer;
 }
 .imgDrapeau:hover{
 	border: 2px solid #d8b82e;
 }
 .mfp-content{
 	padding: 0px !important;
 }
 .administration .mfp-content{
 	max-width: 1000px !important;
 }
 .administration .form-site{
 	/*//margin-left: 50px !important;*/
 	/*//width: 95% !important;*/
 	padding-top: 0px;
 	padding-bottom: 0px;
 	margin-bottom: 30px;
 }
 #modal-message, #modal-rappele{
 	padding: 20px !important;
 }
 #liAdministration{
 	display: none;
 }
 .inbox-head {
    padding: 20px;
    background: #000000;
    color: #fff;
    /*
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    */
    font-size: 15px;
    font-weight: bold;
}
.archived{
	color: lightgray;
}
.noPaddingTd{
	padding: 3px !important;
	vertical-align: middle !important;
	text-align: center !important;
	line-height: 2 !important;
}

.table-striped tr th{
	text-align: center;

}
.clientListFacture{
	margin: 0px !important;
	color : black !important;
	text-decoration: unset !important;
	cursor: pointer;
}
.btnNoPadding{
	margin: 0px !important;
	padding: 0px !important;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.btnMarginRight{
  margin-right: 5px !important;
}
.mail-box .sm-side {
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    width: 180px;
}
.mail-box .lg-side {
    width: 75%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}
.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
tr.input-site {
  box-shadow: 0px 1px 2px #bbbbbb;
}

#wrapper{
   	display: block;
}
#menu{
    display: none;
}

.tac {
	text-align: center;
}

#spanDesengagement {
	display: none;
}

.noMargin {
  margin: 0px;
}

.allFactureA{
  float: right;
  cursor: pointer;
}

.allFactureA:hover{
  text-decoration: underline !important;
  color: #d8b82e !important;
}

.allDevisA{
  float: right;
  cursor: pointer;
}

.allDevisA:hover{
  text-decoration: underline !important;
  color: #d8b82e !important;
}

.btn-tableau-facture-global-jaune, .btn-tableau-facture-global-bleu{
  cursor: default;
}

.btn-tableau-facture-global-jaune:hover{
  background-color: #f1c500;
  border-color: #f1c500;
  color: #FFFFFF;
}

.btn-tableau-facture-global-bleu:hover{
  background-color: #58c9f3;
  border-color: #58c9f3;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	.hiddenInMobile{
    display: none !important;
  }
  .showInMobile{
    display: block;
  }
  .noPaddingInMobile{
  	padding: 0px;
  }
  .noMarginInMobile{
  	margin: 0px;
  }
  .logo{
    text-align: center;
    padding-left: 25%;
  }
	.btn-login,
	.btn-login-inscription{
		margin: 0px auto 5px auto;
		width: 90%;
	}
	.btn-inscription {
		margin: 0px auto 15px auto;
		width: 90%;
	}
  .tableWidthInMobile{
    width: 400px !important;
  }
	.div-btn-login{
		display: block;
	}
	input.input-connect{
		margin-bottom: 15px;
	}
  .cgv-body{
    top: 30px;
  }
  .form-cgv {
    height: 100%;
    overflow: scroll;
    margin-bottom: 0px;
  }

  .form-coordonnee {
    position: absolute;
    top: 30px;
    left: 2.5%;
    width: 95%;
    /*height: 93vh;*/
    margin: 0px;
  }
  .form-signin {
    overflow: hidden;
  }
  .form-coordonnee {
    overflow: scroll;
  }
	.form-signin h2.form-signin-heading {
	    margin-bottom: 15px;
	    padding: 0px;
	}
	.form-site{
		margin-left: 10%;
		padding-left: 5px;
		width: 80%;
		/*margin-top: 10px !important;*/
	}
	.form-text{
		margin-left: 10%;
	}
	.cgv-wrap, .paiement-wrap{
		/*height: 80%;*/
	}
  .centerOnMobile{
    float: none;
		margin: 0px auto 0px auto;
  }
  .leftButton,
  .rightButton {
    text-align: center;
    margin-bottom: 10px;
  }
	#main-content{
		margin-left: 0px;
	}
	h2.titre-page{
		font-size: 32px;
		margin-top: -12vh;
	}
	#btn-message{
		width: 30px;
		height: 30px;
		right: 10px;
	}
	#btn-rappele{
		width: 30px;
		height: 30px;
		right: 10px;
	}
	.icon-modal{
		font-size: 20px;
		margin: 5px;
	}
	.span-color-gold{
		display: block;
		padding: 15px 15px 15px 35px;
	}
	input.input-site{
		width: 95%;
	}
	.input-paiement-code{
		width: 95%;
	}
	.btn-formule-2{
		margin-bottom: 10px;
	}
	#sidebar {
		display: none;
	}
	.background-yellow:before {
		content: '';
		display: none;
	}
  .annulationInscription {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (min-width: 769px){
  #bodyValidationRDV .border-bottom-yellow{
    width: 100% !important;
    position: relative;
  }

  .border-bottom-yellow{
    width: calc(100% - 260px) !important;
  }

	.hiddenInDesktop {
	    display: none !important;
	}
	.showInMobile{
		display: none;
	}
}

@media screen and (max-width: 320px){
	.image-center{
		margin-left : 42px;
	}
}



/* Page de validation de RDV */
.page-validation-rdv {
	margin: 0;
	padding: 0;
}

.page-validation-rdv .heading {

}

.page-validation-rdv .form-signin {
	z-index: 10;
}

.page-validation-rdv .login-wrap {
	text-align: center;
}

.page-validation-rdv .login-footer {
	margin-top: 3em;
}

@media screen and (min-width: 768px) {
	.page-validation-rdv .background-image-connected {
		height: 45vh;
	}
}
/* /Page de validation de RDV */



/* Page RDV Client */
.cta-rdv-client {
	transition: all .3s ease-out;
	background: #d8b82e;
	border-radius: 5px;
	border: 1px solid transparent;
	color: white;
	line-height: 1;
	display: inline-block;
	font-size: .9em;
	font-weight: bold;
	margin: .25em;
	padding: .25em .5em;
}

.cta-rdv-client--confirm {
	background: #6dbb4a;
}

.cta-rdv-client--confirm:hover,
.cta-rdv-client--confirm:focus {
	background: white;
	border-color: #6dbb4a;
	color: #6dbb4a;
}

.cta-rdv-client--change:hover,
.cta-rdv-client--change:focus {
	background: white;
	border-color: #d8b82e;
	color: #d8b82e;
}

.cta-rdv-client__text {
	display: none;
	padding: .25em .5em;
}

.cta-rdv-client__icon svg.svg-inline--fa.fa-w-16,
.cta-rdv-client__icon svg.svg-inline--fa.fa-w-14 {
	height: auto;
	width: 2em;
}

@media screen and (min-width: 992px) {	
	.cta-rdv-client__icon {
		display: none;
	}

	.cta-rdv-client__text {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.cta-rdv-client {
		margin: 0 .5em;
	}
}
/* /Page RDV Client */



.persistent-login {
	font-weight: normal;
	cursor: pointer;
}

.actionAdmin{
  display: none;
}
.aSousTitre{
  color: black;
}
.aSousTitre:hover{
  color: #d8b82e;
  cursor: pointer;
}
.fakeInput{
  background-color: transparent;
  border: 0;
}
#tablePraticien .inbox-head{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  align-items: center;
}
.inputPraticien{
  border: 1px solid #e2e2e4;
  background-color: #eecb33;
  border-radius: 4px;
  margin-right: 5px;
  padding: 1px 2px;
  flex-grow: 1;
}
.tablePraticien-retrunedHTMLPaiement{
  width: 100%;
}

.inputCategorie{
  border: 1px solid #e2e2e4;
  background-color: #eecb33;
  border-radius: 4px;
  margin-right: 5px;
  padding: 1px 2px;
  width: 100%;
  margin-bottom: 10px;
}

.typePraticien{
  font-size: 30px;
  color: black;
}

.typePraticien:hover{
  color: #d8b82e;
  cursor: pointer;
}

.divToggleOdysium{
  border-bottom: 1px black solid;
  margin-bottom: 25px;
}

.fake-modal{
  position: relative;
  vertical-align: middle;
  margin-top: 10px;
  text-align: left;
  /*z-index: 1045;*/
  background: white;
  width: 100%;
  min-height: 500px;
  /*max-width: 600px;*/
  border: 1px solid #d8b82e;
  padding: 1em;
  border-radius: 10px;
}

.titreCalculGraphique{
  color: #d8b82e;
  font-weight: bold;
  font-size: 18px;
}

.borderYellow{
  position: relative;
  vertical-align: middle;
  /*margin-left: 50px;*/
  margin-top: 10px;
  text-align: left;
  /*z-index: 1045;*/
  background: white;
  width: 100%;
  /*max-width: 600px;*/
  min-height: 500px;
  border: 1px solid #d8b82e;
  padding: 1em;
  border-radius: 10px;
}

.titreGraphique{
  margin-left: 50px;
}
.fauxTitreGraphique{
  visibility: hidden;
}

/* Page configuration shop PWA */

.categorieShop{
  background-color: #D8B82E;
  padding: 20px;
  margin-top: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.tdShopPWA{
  vertical-align: top !important;
  text-align: left !important;
}

.checkboxTypeClient{
  margin-right: 5px !important;
}