:root {
  --primary-color: #0069A5;
  --secondary-color: #343a40;
  --light-color: #FAFAFA;
  --dark-color: #343a40;
  --color-deg-blue: #3C99DC;
  --color-blue: #3C99DC;
  font-family: "Montserrat", sans-serif;


}

body {
      font-family: "Montserrat", sans-serif;
      font-size:0.85rem;

}
hr {
  border-top: 3px double #343a40 !important;
  color: #343a40 !important;
  height: 5px !important;
  width: 90% ;
  max-width: 100% !important;
  /*margin-left: 12.5% !important;*/
}

.h1 {
  font-size:3rem;
}
.h2 {
  font-size:2rem;
}
.h3 {
  font-size:1.5rem;
}
.h4 {
  font-size:1.2rem;
}
.h5 {
    font-size:0.8rem;
}


ul {
  margin-top: 20px;
}

.imgTechnique {
  max-width:80%;
  border-radius:15px;
  cursor:pointer;
}
.imgTechnique img {
  width:100%
}
#pictureProfil {
  width: 200px;
  /*border-radius: 50%;*/
}

.bg-blue {
  background-color: var(--color-deg-blue);	
}

.w-33 {
  width:33%;
}

.w-40 {
  width:40%;
}

.w-60 {
  width:60%;
}   
.w-67 {
  width:64%;
}

.w-50 {
  width: 50%
}

.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.action-button {
    padding: 0.5rem 15px .5rem 15px;
    color : rgb(255 255 255);
    outline: 1px solid var(--color-blue);
    border: 2px solid white;
    font-size: 0.8rem;
    border-radius: 15px;
    background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    background: var(--color-deg-blue);
    /* box-shadow: 0 0 #0000,0 0 #0000,rgba(0,0,0,.72) 3px 3px 8px 0; */

    cursor: pointer;
}

.tag {
font-size: 12px;
    border: 1px solid #0069A5;
    border-radius: 3px;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
}

.tag:hover {
	background-color:#0069A5;
	color:white;
}

.startPage {
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: 'Microma';
  /*font-family:Helvetica;*/
  position: fixed;
  background-color: #0069A5;
  z-index: 6;
}

.card-header {
	background-color:#0069A5;
	color:white;
	border:1px solid #0069A5;
	border-radius:20px;
}

.card-header:first-child {
	
	border-radius:10px;
}

.btnContinue {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #FAFAFA;
  border-top-color: #FAFAFA;
  border-right-color: #FAFAFA;
  border-bottom-color: #FAFAFA;
  border-left-color: #FAFAFA;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #FAFAFA;
  font-weight: bold;
  outline: 0;
}

.btnContinue:hover {
  color: #FAFAFA;
}

.text {
  font-weight: 100;
  font-size: 30px;
  color: #FAFAFA;
}

.fadeOut {
  opacity: 0;
  transition: opacity 2000ms;
}

.card{
  margin: 2% !important;
  box-shadow: 10px 10px lightgray;
}

.diaporama img {
  animation: fade-in-out 8s ease infinite 0s;
  opacity: 0;
  position:relative;
  border-radius:20px;
}
/* définition délai des images */
.diaporama img:nth-child(1) {animation-delay: 0s}
.diaporama img:nth-child(2) {animation-delay: 4s}
/* définition des étapes */
@keyframes fade-in-out {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.cadre {
  position: relative;
  width: 400px;
  margin: 0 5em;
  border: 6px solid #FFF;
  overflow: hidden;
  box-shadow: 1px 1px 20px #888;
  border-radius: 5px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.message{
	background-color:white;
	border:1px solid #0069A5;
	border-radius: 15px;
	position:fixed;
	bottom:10px;
	left:10%;
	right:10%;
	margin:auto;
	z-index: 10;
	box-shadow : 10px 10px 5px black;
	animation: messageDisplayed 2s;
	animation-fill-mode: forwards;
	opacity:0%;
	display:none;
	font-size:16px;
	text-align: center;
	padding:10px;
}

.messageContent {

	color:#0069A5;
}

.messageContentError {

	color: red;
}

@keyframes messageDisplayed {
	100% {transform : translate(0px, -200px) ;opacity: 100%}
}

input[type="text"],input[type="number"],input[type="tel"], input[type="email"] {
  border-radius:10px;
  text-align:center
}

.imageHolder {
  top:10%;
  font-size:22px;
  color:#343a40;
  position:relative;
  font-weight: bold;
  text-transform: uppercase;
  animation: fadeIn 3s forwards; 
}

.imageHolder8 {
  top:8%;
  font-size:22px;
  color:#343a40;
  position:relative;
  font-weight: bold;
  text-transform: uppercase;
  animation: fadeIn 3s forwards; 
}

@keyframes fadeIn {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

a:link {
  color: white;
  font-weight:bold;
}

/* visited link */
a:visited {
  color: white;
  font-weight:bold;
}

/* mouse over link */
a:hover {
  color: white;
  font-weight:bold;
}

/* selected link */
a:active {
  color: white;
  font-weight:bold;
}

.zoomImage {
  display:none;
  top:10%;
  left:10%;
  right:10%;
  bottom: 10%;
  overflow:hidden;
  z-index:10;
  position:fixed;
  text-align:center
}

.zoomImageDetail {
  border:1px solid black;
  border-radius:15px;
  height:95% 
}

.zoomImageDetail1 {
  border:1px solid black;
  border-radius:15px;
  width:95% 
}

.hrfooter {
  border-top: 3px double #fff !important
}

.mlegales {
  text-align:center;
}
.round10 {
  border-radius: 10px;
}

.mybutton {
  color:white;
  border-radius: 10px;
  padding:2px 15px 2px 15px;
}
.finger {
  list-style-image: url("../img/bullet.png");
  text-align:left;
  
}

.listfinger {
  text-align:justify;
  display: inline-block;
}

.width5pc {
  width:5%;
}

.shadow-title {
  /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.25)); */
}

li {
  padding-left:1em
}
.p-30 {
  padding-right:30px;
  padding-left:30px;
}

.ml-5 {
  margin-left:5%;
}
.blue {
  color:#0069A5;
}

.c-blue {
  color:var(--color-blue);
}

.bc-blue {
  background: var(--color-blue)
}

.f-bold {
  font-weight:bold;
}

.f-none {
  font-weight: normal;
}

.center-align {
  text-align: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}

#header {
  position:fixed;
  top:0px;
  left:0px;
  height:170px;
  width: 100%;
}

#content {
  position:fixed;
  top:172px;
  bottom:36px;
  overflow-y: auto;
  scrollbar-width: none;
  width:100%;
}


#footer {
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
  height:35px;
  background:var(--color-blue);
  color:white;
  display:flex;
  font-size: 0.8rem;
  text-align: center;
}

.f-9 {
    font-size:0.65rem;
}

.intro {
  text-align: center;
}

  .contactPanel {
    flex-wrap: nowrap
  }

  #header {
  position:fixed;
  top:0px;
  left:0px;
  height:150px;
  width: 100%;
}

#content {
  position:fixed;
  top:152px;
  bottom:60px;
  overflow-y: auto;
  scrollbar-width: none;
}

.logo {
  position: fixed;
  height:80px;
  width:80px;
  left:30px;
  top:30px;
  border-radius: 50%;
  border:5px solid white;
  box-shadow: 0 0 #0000,0 0 #0000,rgba(0,0,0,.72) 3px 3px 8px 0;
  background-color: white;
}

#footer {
  position: fixed;
  bottom: 0px;
  height: 59px
}

.text-shadow {
  text-shadow: 2px 2px 4px #000000;
}


@media screen and (max-width: 768px) and (orientation: portrait),screen and (max-height: 375px) and (orientation: landscape)  {
  #header { 
    /* height: 120px; */
  }

  #content {
    /* top: 142px; */
    bottom: 30px;
  }

  #footer {
    height: 30px;
  }

  .f-9 {
    font-size: 0.6rem;
  }
  .w-50 {
    width: 100% !important;
    display: block;
    margin: 0px;
    margin-top:10px;
  }

  .p-30 {
    padding: 0px;
  }

  .action-button {
    font-size:0.55rem;
    padding: 5px 10px;  
  }

  #button_practitioner {
    display: none;
  }
  #logo_doctoviz{
    left:10px;
    height: 40px;
    position: absolute;
    top: 10px;
  }

  .h1 {
    font-size: 1.4rem;
  } 
  .h2 {
        font-size: 1.2rem;
    }       
    .h3 {
        font-size: 1rem;
    }   
    .h4 {
        font-size: 0.8rem;
    }       
  .h5 {
    font-size: 0.7rem;
  }
  .h6 {
    font-size: 0.6rem;
  }
  h2 {
    font-size: 1.2rem;
  }

  .intro {
    text-align: justify !important;
  }

  .contactPanel {
    flex-wrap: wrap;
  }
  .logo {
    
  position: fixed;
  height:30px;
  width:30px;
  left:calc(50% - 15px);
  top:110px;
  border-radius: 50%;
  border:5px solid white;
  box-shadow: 0 0 #0000,0 0 #0000,rgba(0,0,0,.72) 3px 3px 8px 0;
  background-color: white;
}

}