@charset "utf-8";
/* CSS Document */
/*------FONTS----*/
@font-face {
  font-family: 'cooperHewitt-light';
  src: url('fonts/CooperHewitt-Light.eot');
  src: url('fonts/CooperHewitt-Light.eot?#iefix') format('embedded-opentype'), url('CooperHewitt-Light.woff') format('woff'), url('fonts/CooperHewitt-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cooperHewitt-Book';
  src: url('fonts/CooperHewitt-Book.eot');
  src: url('fonts/CooperHewitt-Book?#iefix') format('embedded-opentype'), url('fonts/CooperHewitt-Book.woff') format('woff'), url('fonts/CooperHewitt-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cooperHewitt-semi';
  src: url('fonts/CooperHewitt-Semibold.eot');
  src: url('fonts/CooperHewitt-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/CooperHewitt-Semibold.woff') format('woff'), url('fonts/CooperHewitt-Semibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'cooperHewitt-Bold';
  src: url('fonts/CooperHewitt-Bold.eot');
  src: url('fonts/CooperHewitt-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/CooperHewitt-Bold.woff') format('woff'), url('fonts/CooperHewitt-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*---------------*/
/*-----------Généralités-----------*/
html {
  /*scroll-behavior: smooth;*/
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: #464646;
  font-family: 'cooperHewitt-Book', sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  outline: none;
}
h1 {
  padding: 10px 0 20px;
  border: 0;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 3.5em;
  line-height: 1em;
  font-family: 'cooperHewitt-semi', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h1 span {
  color: #464646;
}
h2 {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 20px;
  font-family: 'cooperHewitt-semi', sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-align: left;
  vertical-align: middle;
  line-height: 1em;
  font-size: 2em;
  text-transform: uppercase;
  color: black;
}
h2 span {
  font-family: 'cooperHewitt-book', sans-serif;
}
h3 {
  font-size: 1.8em;
  font-family: 'cooperHewitt-semi', sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
h4 {
  font-size: 1.5em;
  line-height: 1em;
  padding: 5% 0;
  margin: 0;
  font-family: 'cooperHewitt-semi', sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
h4 span {
  font-size: 1.7em;
}
h5, h6 {
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  font-family: 'cooperHewitt-semi', sans-serif;
  text-transform: uppercase;
  margin: 0% 0 3%;
}
h6 {
  margin: 5% 0 0 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
p {
  margin: 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
}
img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
strong {
  font-family: 'cooperHewitt-semi', sans-serif;
}
.clear {
  clear: both;
}
.margin-b {
  margin-bottom: 80px;
}
.padding-r{
	padding-right: 60px;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
/*----Color----*/
.vertfonce {
  color: #4E8480;
}
.white {
  color: white;
}
/*-----------------------------------*/
/*---------------Menu----------------*/
#menu-parcoursrea {
  padding: 0;
  margin: 0;
  position: fixed;
  width: 100px;
  height: 575px;
  background-color: rgba(255, 255, 255, .3);
  top: 20%;
  left: 30px;
  border-radius: 200px;
  border: 1px solid rgba(255, 255, 255, .6);
  z-index: 4;
  backdrop-filter: blur(2px);
}
#menu-parcoursrea:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 102%;
  left: -5%;
  top: -1%;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, .3);
  z-index: -1;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(1px);
}
.btn-menu-parcoursrea {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: white;
  display: block;
  border-radius: 500px;
  margin: 5px 0 0 5px;
  width: 90px;
  height: 90px;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
}
.btn-menu-parcoursrea:hover{
  width: 235px;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(1) {
  background-image: url("images/icon-geriatrie.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 28px 45%;
  position: relative;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(2) {
  background-image: url("images/icon-musco.svg");
  background-repeat: no-repeat;
  background-size: 62px;
  background-position: 13px 60%;
position: relative;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(3) {
  background-image: url("images/icon-neuro.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 22px 50%;
position: relative;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(4) {
  background-image: url("images/icon-onco.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position:15px 50%;
 position: relative;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(5) {
  background-image: url("images/icon-interne.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position:16px 50%;
 position: relative;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(6) {
  background-image: url("images/icon-cardio.svg");
  background-repeat: no-repeat;
  background-size: 38px;
  background-position:25px 50%;
 position: relative;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(1):hover::before, #menu-parcoursrea .btn-menu-parcoursrea:nth-child(3):hover::before, #menu-parcoursrea .btn-menu-parcoursrea:nth-child(4):hover::before{
    content: "Spécialité";
    color: #65C6C1;
    font-size: 16px;
    position: absolute;
    left: 100px;
    top: 20px;
    animation: apparition-menu .8s ease-in-out;
    -moz-animation: apparition-menu .8s ease-in-out;
    -ms-animation: apparition-menu .8s ease-in-out;
    -webkit-animation: apparition-menu .8s ease-in-out;
    -o-animation: apparition-menu .8s ease-in-out;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(2):hover::before, #menu-parcoursrea .btn-menu-parcoursrea:nth-child(5):hover::before, #menu-parcoursrea .btn-menu-parcoursrea:nth-child(6):hover::before{
    content: "Spécialité";
    color: #65C6C1;
    font-size: 16px;
    position: absolute;
    left: 100px;
    top: 10px;
    animation: apparition-menu .8s ease-in-out;
    -moz-animation: apparition-menu .8s ease-in-out;
    -ms-animation: apparition-menu .8s ease-in-out;
    -webkit-animation: apparition-menu .8s ease-in-out;
    -o-animation: apparition-menu .8s ease-in-out;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(1):hover::after{
    content: "Gériatrique";
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    bottom: 20px;
    animation: apparition-menu .5s ease-in-out;
    -moz-animation: apparition-menu .5s ease-in-out;
    -ms-animation: apparition-menu .5s ease-in-out;
    -webkit-animation: apparition-menu .5s ease-in-out;
    -o-animation: apparition-menu .5s ease-in-out;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(2):hover::after{
    content: "musculo-squelettique";
    text-transform: uppercase;
    position: absolute;
    line-height: 1em;
    left: 100px;
    bottom: 20px;
    animation: apparition-menu .5s ease-in-out;
    -moz-animation: apparition-menu .5s ease-in-out;
    -ms-animation: apparition-menu .5s ease-in-out;
    -webkit-animation: apparition-menu .5s ease-in-out;
    -o-animation: apparition-menu .5s ease-in-out;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(3):hover::after{
    content: "Neurologique";
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    bottom: 20px;
    animation: apparition-menu .5s ease-in-out;
    -moz-animation: apparition-menu .5s ease-in-out;
    -ms-animation: apparition-menu .5s ease-in-out;
    -webkit-animation: apparition-menu .5s ease-in-out;
    -o-animation: apparition-menu .5s ease-in-out;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(4):hover::after{
    content: "ONCOLOGIQUE";
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    bottom: 20px;
    animation: apparition-menu .5s ease-in-out;
    -moz-animation: apparition-menu .5s ease-in-out;
    -ms-animation: apparition-menu .5s ease-in-out;
    -webkit-animation: apparition-menu .5s ease-in-out;
    -o-animation: apparition-menu .5s ease-in-out;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(5):hover::after{
    content: "Médecine interne";
    text-transform: uppercase;
    position: absolute;
    line-height: 1em;
    left: 100px;
    bottom: 20px;
    animation: apparition-menu .5s ease-in-out;
    -moz-animation: apparition-menu .5s ease-in-out;
    -ms-animation: apparition-menu .5s ease-in-out;
    -webkit-animation: apparition-menu .5s ease-in-out;
    -o-animation: apparition-menu .5s ease-in-out;
}
#menu-parcoursrea .btn-menu-parcoursrea:nth-child(6):hover::after{
    content: "CARDIO-VASCULAIRE";
    text-transform: uppercase;
    position: absolute;
    line-height: 1em;
    left: 100px;
    bottom: 20px;
    animation: apparition-menu .5s ease-in-out;
    -moz-animation: apparition-menu .5s ease-in-out;
    -ms-animation: apparition-menu .5s ease-in-out;
    -webkit-animation: apparition-menu .5s ease-in-out;
    -o-animation: apparition-menu .5s ease-in-out;
}

/*-----------------------------------*/
/*------------btn back to top--------*/
#btn-backtop {
  display: inline-block;
  background: -webkit-linear-gradient(211deg, rgba(147, 207, 169, 1) 0%, rgba(101, 198, 193, 1) 100%);
  background: -o-linear-gradient(211deg, rgba(147, 207, 169, 1) 0%, rgba(101, 198, 193, 1) 100%);
  background: linear-gradient(301deg, rgba(147, 207, 169, 1) 0%, rgba(101, 198, 193, 1) 100%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  border: 3px solid white;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#btn-backtop::after {
  content: "";
  background: url("images/icon-top.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 25px;
  background-size: 50%;
  position: absolute;
  left: 16px;
  margin: auto;
  top: 17px;
}
#btn-backtop:hover::after {
  cursor: pointer;
  top: 15px;
}
/*#btn-backtop:active {
  top: 10px;
}*/
#btn-backtop.show {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------*/
/*------------Content---------------*/
#contentintro-parcoursrea {
  width: 100%;
  height: 100%;
  position: relative;
  background: -webkit-linear-gradient(211deg, rgba(147, 207, 169, 1) 0%, rgba(101, 198, 193, 1) 100%);
  background: -o-linear-gradient(211deg, rgba(147, 207, 169, 1) 0%, rgba(101, 198, 193, 1) 100%);
  background: linear-gradient(301deg, rgba(147, 207, 169, 1) 0%, rgba(101, 198, 193, 1) 100%);
  z-index: 5;
}
#contentintro-parcoursrea:before {
  content: "";
  position: absolute;
  background-image: url("images/fond-form-headerleft.png");
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -2;
}
#contentintro-parcoursrea:after {
  content: "";
  position: absolute;
  background-image: url("images/fond-form-headerright.png");
  right: 0px;
  top: 0;
  width: 493px;
  height: 547px;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: .5;
}
#colr-intro-parcoursrea p{
	line-height: 1.3em;
}
#img-intro-parcoursrea {
  float: left;
  position: absolute;
  width: 70%;
  height: 100%;
  left: -50px;
  bottom: -10px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("images/header-anim-min.gif");
  /*background-image: url("images/illustration-header.svg");*/
  background-size: 100%;
  background-position: bottom;
}
#colr-intro-parcoursrea {
  float: right;
  width: 50%;
  padding: 5% 0 4% 0;
}
#speedaccess-parcoursrea {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}
#speedaccess-parcoursrea p {
  text-align: center;
  line-height: 1em;
  margin: 10% 0 0;
}
.speedaccess-title {
  margin: 4% 0 1%;
  font-family: 'cooperHewitt-light', sans-serif;
  text-align: left;
  vertical-align: middle;
  line-height: 1em;
  font-size: 2em;
}
.speedaccess-circle {
  width: 100px;
  height: 100px;
  background: white;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: auto;
}
.speedaccess-btn01 .speedaccess-circle, .speedaccess-btn02 .speedaccess-circle, .speedaccess-btn03 .speedaccess-circle, .speedaccess-btn04 .speedaccess-circle, .speedaccess-btn05 .speedaccess-circle, .speedaccess-btn06 .speedaccess-circle {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 100px;
  height: 100px;
  transition: all .3s ease-in-out;
}
.speedaccess-btn01 .speedaccess-circle {
  background-image: url("images/icon-geriatrie.svg");
}
.speedaccess-btn02 .speedaccess-circle {
  background-image: url("images/icon-musco.svg");
}
.speedaccess-btn03 .speedaccess-circle {
  background-image: url("images/icon-neuro.svg");
}
.speedaccess-btn04 .speedaccess-circle {
  background-image: url("images/icon-onco.svg");
}
.speedaccess-btn05 .speedaccess-circle {
  background-image: url("images/icon-interne.svg");
}
.speedaccess-btn06 .speedaccess-circle {
  background-image: url("images/icon-cardio.svg");
}
.speedaccess-btn01:hover .speedaccess-circle, .speedaccess-btn02:hover .speedaccess-circle, .speedaccess-btn03:hover .speedaccess-circle, .speedaccess-btn04:hover .speedaccess-circle, .speedaccess-btn05:hover .speedaccess-circle, .speedaccess-btn06:hover .speedaccess-circle {
  transform: translateY(-5px);
  opacity: .8;
  transition: all .3s ease-in-out;
}
#contentprocessusall {
  width: 100%;
	height: auto;
	position: relative;
}
#contentprocessusall:before {
  content: "";
  position: absolute;
  background-image: url("images/fond-processus.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 2500px;
  top: 5%;
  left: 0;
}

#contentprocessus-parcoursrea {
  margin: auto;
  width: 1200px;
  padding: 5% 0 0;
  z-index: 0;
  position: relative;
}
#line-allcontent {
  position: relative;
}
#line-allcontent:before {
  content: "";
  position: absolute;
  background-image: url("images/pointille-processus.png");
  width: 95px;
  height: 943px;
  z-index: -2;
  top: 0px;
  left: 10px;
}
.contentprocessus-line01, .contentprocessus-line02 {
  margin: 11% 0;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: .5fr 3fr 1.5fr;
  gap: 0px 5%;
}
.contentprocessus-nbr01 {
  content: ".1";
}
.contentprocessus-nbr02 {
  content: ".2";
}
.contentprocessus-nbr03 {
  content: ".3";
}
.contentprocessus-nbr04 {
  content: ".4";
}
.contentprocessus-nbr01, .contentprocessus-nbr02, .contentprocessus-nbr03, .contentprocessus-nbr04 {
  margin: 0 auto;
  font-size: 2em;
  font-family: 'cooperHewitt-Bold', sans-serif;
  color: white;
  position: relative;
  z-index: 0;
  float: left;
  display: block;
}
.contentprocessus-nbr01 svg, .contentprocessus-nbr02 svg, .contentprocessus-nbr03 svg, .contentprocessus-nbr04 svg {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: -1;
}
.contentprocessus-txt {
  float: left;
  display: block;
}
.contentprocessus-txt p {
  padding-top: 20px;
}
.contentprocessus-subtitle {
  font-family: 'cooperHewitt-Bold', sans-serif;
  font-size: 1.4em;
  color: black;
}
.contentprocessus-nbr02 svg {
  transform: rotate(45deg);
}
.contentprocessus-leplus {
  position: relative;
  text-align: center;
  margin: -20px 0 0 0;
  padding-top: 45px;
}
.contentprocessus-line02:last-child .contentprocessus-leplus p:nth-child(2) {
  margin-top: -10px;
}
.contentprocessus-line02:last-child .contentprocessus-leplus .txt-leplus-miseenavant {
  line-height: 1em;
}
.contentprocessus-leplus p {
  text-align: center;
  color: white;
  width: 70%;
  margin: 10px auto 0;
  line-height: 1.2em;
}
.contentprocessus-leplus svg {
  position: absolute;
  left: 30px;
  top: 0px;
  z-index: -1;
}
.contentprocessus-line02 .contentprocessus-leplus {
  left: -60px;
}
.contentprocessus-line01 .txt-leplus, .contentprocessus-line02 .txt-leplus {
  font-family: 'cooperHewitt-Bold', sans-serif;
  font-size: 1.5em;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 0;
  top: -40px;
}
.contentprocessus-line01 .txt-leplus span, .contentprocessus-line02 .txt-leplus span {
  font-size: 2em;
  color: #4E8480;
  display: inline-block;
  position: relative;
  top: 14px;
  left: 13px;
}
.contentprocessus-line01 .txt-leplus:before, .contentprocessus-line02 .txt-leplus:before {
  content: "";
  position: absolute;
  background-image: url("images/form-leplus.png");
  width: 91px;
  height: 81px;
  z-index: -2;
  top: -15px;
  left: -20px;
}
.txt-leplus:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: white;
  left: 35px;
  top: 0;
  z-index: -1;
}
.contentprocessus-line01 .txt-leplus-miseenavant, .contentprocessus-line02 .txt-leplus-miseenavant {
  font-family: 'cooperHewitt-Bold', sans-serif;
  font-size: 2em;
  color: white;
  margin: 0 auto 0;
  width: 70%;
}
#geriatrie {
  background-color: #65C6C1;
  color: white;
  position: relative;
  overflow: hidden;
}
#geriatrie:before {
  content: "";
  position: absolute;
  background-image: url("images/element-geriatrie.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1500px;
  top: 5%;
  left: 3%;
}
.contentspecialite-geriatrie, .contentspecialite-musculo, .contentspecialite-neuro, .contentspecialite-interne, .contentspecialite-cardio, .contentspecialite-onco {
  margin: auto;
  width: 1200px;
  padding: 5% 0 2%;
  z-index: 0;
  position: relative;
}

.contentspecialite-geriatrie h3:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-geriatrie-white.png");
  background-repeat: no-repeat;
  width: 46px;
  height: 73px;
  top: -45px;
  left: -75px;
}
.contentspecialite-musculo h3:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-musco-black.png");
  background-repeat: no-repeat;
  width: 63px;
  height: 70px;
  top: -30px;
  left: -75px;
}
.contentspecialite-neuro h3:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-neuro-white.png");
  background-repeat: no-repeat;
  width: 79px;
  height: 61px;
  top: -25px;
  left: -90px;
}
.contentspecialite-onco h3:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-onco-black.png");
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
  top: -30px;
  left: -90px;
}
.contentspecialite-interne h3:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-interne-white.png");
  background-repeat: no-repeat;
  width: 67px;
  height: 91px;
  top: -50px;
  left: -85px;
}
.contentspecialite-cardio h3:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-cardio-black.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 69px;
  top: -25px;
  left: -90px;
}

.colinfos {
  float: left;
  width: 30%;
  margin-top: 3%;
}
.colinfos p {
  color: black;
}
.contentspecialite-colr-contenu {
  float: right;
  width: 65%;
  margin-top: 3%;
}
.infospratiques, .documents-form {
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 10%;
  display: block;
  margin: 0 0 30px 0;
}
.contentspecialite-geriatrie h4 {
  color: #65C6C1;
}
.documents-form a {
  color: black;
  display: block;
  padding: 2% 0 2% 0;
  font-family: 'cooperHewitt-semi', sans-serif;
  transition: all .3s ease-in-out;
  line-height: 1.2em;
}
.documents-form a:hover {
  transform: translate(10px, 0px);
  transition: all .3s ease-in-out;
}
.documents-form svg {
  display: block;
  float: left;
  padding-top: 5px;
  margin-right: 10px;
}
.contentspecialite-competences {
  float: left;
  width: 55%;
  margin-top: 6%;
}
#contentspecialite-geriatrie-img {
  display: block;
  float: left;
  background-image: url("images/geriartie-anim-min.gif");
  width: 45%;
  height: 394px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -50px;
}
.contentspecialite-allequipement {
  clear: both;
  position: relative;
}
.contentspecialite-geriatrie .contentspecialite-allequipement:before {
  content: "";
  background-color: #4E8480;
  position: absolute;
  width: 200%;
  height: 250%;
  top: -80px;
  right: -85%;
  padding: 5%;
  z-index: -1;
}
.contentspecialite-geriatrie .contentspecialite-allequipement, .contentspecialite-musculo .contentspecialite-allequipement, .contentspecialite-onco .contentspecialite-allequipement, .contentspecialite-interne .contentspecialite-allequipement, .contentspecialite-cardio .contentspecialite-allequipement {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 3%;
  grid-row-gap: 0px;
  margin-top: 3%;
}
.contentspecialite-equipement p {
  text-align: center;
  line-height: 1em;
}
.contentspecialite-equipement p em {
  font-size: 0.8em;
  line-height: 1em;
}
.geriatrie-equipement01 .equipement01-circle, .geriatrie-equipement02 .equipement02-circle, .geriatrie-equipement03 .equipement03-circle, .geriatrie-equipement04 .equipement04-circle {
  width: 95px;
  height: 95px;
  background: #467470;
  -moz-border-radius: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
  border: 5px solid rgba(255, 255, 255, .4);
  position: relative;
  margin: 0 auto 20px;
}
.geriatrie-equipement01 .equipement01-circle:before, .geriatrie-equipement02 .equipement02-circle:before, .geriatrie-equipement03 .equipement03-circle:before, .geriatrie-equipement04 .equipement04-circle:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 117px;
  left: -11px;
  top: -11px;
  background: rgba(255, 255, 255, .2);
  -moz-border-radius: 117px;
  -webkit-border-radius: 117px;
  border-radius: 117px;
  z-index: -1;
}
.contentspecialite-allequipement svg {
  height: 50px;
  margin: 20px auto;
  display: block;
}
#musculo-squelettique {
  background-color: #fff;
  color: black;
  position: relative;
  overflow: hidden;
}
#musculo-squelettique:before {
  content: "";
  position: absolute;
  background-image: url("images/element-musculo.png");
  background-repeat: no-repeat;
  width: 100%;
    height: 1500px;
    top: 0;
    left: 0;
}
.contentspecialite-musculo h4 {
  color: #12C2F2;
}
.contentspecialite-musculo .contentspecialite-allequipement:before {
  content: "";
  background-color: #12C2F2;
  position: absolute;
  width: 200%;
  height: 250%;
  top: -80px;
  right: -85%;
  padding: 5%;
  z-index: -1;
}
.musculo-equipement01 .equipement01-circle, .musculo-equipement02 .equipement02-circle, .musculo-equipement03 .equipement03-circle, .musculo-equipement04 .equipement04-circle {
  width: 95px;
  height: 95px;
  background: #1A99BB;
  -moz-border-radius: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
  border: 5px solid rgba(255, 255, 255, .8);
  position: relative;
  margin: 0 auto 20px;
}
.musculo-equipement01 .equipement01-circle:before, .musculo-equipement02 .equipement02-circle:before, .musculo-equipement03 .equipement03-circle:before, .musculo-equipement04 .equipement04-circle:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 117px;
  left: -11px;
  top: -11px;
  background: rgba(255, 255, 255, .4);
  -moz-border-radius: 117px;
  -webkit-border-radius: 117px;
  border-radius: 117px;
  z-index: -1;
}
#contentspecialite-musculo-img {
  display: block;
  float: left;
  background-image: url("images/musculo-anim-min.gif");
  width: 45%;
  height: 438px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -75px;
}
#neurologique {
  background-color: #93CFA9;
  color: white;
  position: relative;
  overflow: hidden;
}
#neurologique:before {
  content: "";
  position: absolute;
  background-image: url("images/element-geriatrie.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1500px;
  top: 5%;
  left: 3%;
}
.contentspecialite-neuro h4 {
  color: #93CFA9;
}
#contentspecialite-neuro-img {
  display: block;
  float: left;
  background-image: url("images/neuro-anim-min.gif");
  width: 48%;
  height: 385px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -100px;
}
.contentspecialite-neuro .contentspecialite-allequipement {
  margin: 3% 0;
}
.neuro-equipement01 .equipement01-circle {
  width: 95px;
  height: 95px;
  background: #3D6E6A;
  -moz-border-radius: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
  border: 5px solid rgba(255, 255, 255, .8);
  position: relative;
  margin: 0 20px 20px 0;
  float: left;
}
.neuro-equipement01 .equipement01-circle:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 117px;
  left: -11px;
  top: -11px;
  background: rgba(255, 255, 255, .4);
  -moz-border-radius: 117px;
  -webkit-border-radius: 117px;
  border-radius: 117px;
  z-index: -1;
}
.neuro-equipement01 p {
  text-align: left;
  float: left;
  width: 300px;
  vertical-align: middle;
  margin-top: 30px;
}
.contentspecialite-neuro .contentspecialite-allequipement:before {
  content: "";
  background-color: #3D6E6A;
  position: absolute;
  width: 200%;
  height: 250%;
  top: -80px;
  right: -85%;
  padding: 5%;
  z-index: -1;
}
.contentspecialite-neuro .contentspecialite-competences {
  width: 52%;
}
#oncologique {
  background-color: #fff;
  color: black;
  position: relative;
  overflow: hidden;
}
#oncologique:before {
  content: "";
  position: absolute;
  background-image: url("images/element-onco.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1500px;
  top: 20px;
  left: 20px;
}
.contentspecialite-onco h4 {
  color: #EB303F;
}
.contentspecialite-onco .contentspecialite-allequipement:before {
  content: "";
  background-color: #464646;
  position: absolute;
  width: 200%;
  height: 250%;
  top: -80px;
  right: -85%;
  padding: 5%;
  z-index: -1;
}
.onco-equipement01 .equipement01-circle, .onco-equipement02 .equipement02-circle {
  width: 95px;
  height: 95px;
  background: #373636;
  -moz-border-radius: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
  border: 5px solid rgba(255, 255, 255, .8);
  position: relative;
  margin: 0 auto 20px;
}
.onco-equipement01 .equipement01-circle:before, .onco-equipement02 .equipement02-circle:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 117px;
  left: -11px;
  top: -11px;
  background: rgba(255, 255, 255, .4);
  -moz-border-radius: 117px;
  -webkit-border-radius: 117px;
  border-radius: 117px;
  z-index: -1;
}
#contentspecialite-onco-img {
  display: block;
  float: left;
  background-image: url("images/onco-anim-min.gif");
  width: 45%;
  height: 435px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -100px;
}
#medecine-interne {
  background-color: #12C2F2;
  color: white;
  position: relative;
  overflow: hidden;
}
#medecine-interne:before {
  content: "";
  position: absolute;
  background-image: url("images/element-geriatrie.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1500px;
  top: 0;
  left: 0;
}
.contentspecialite-interne h4 {
  color: #12C2F2;
}
#contentspecialite-interne-img {
  display: block;
  float: left;
  background-image: url("images/interne-anim-min.gif");
  width: 45%;
  height: 377px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -50px;
}
.interne-equipement01 .equipement01-circle, .interne-equipement02 .equipement02-circle, .interne-equipement03 .equipement03-circle {
  width: 95px;
  height: 95px;
  background: #1A99BB;
  -moz-border-radius: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
  border: 5px solid rgba(255, 255, 255, .4);
  position: relative;
  margin: 0 auto 20px;
}
.interne-equipement01 .equipement01-circle:before, .interne-equipement02 .equipement02-circle:before, .interne-equipement03 .equipement03-circle:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 117px;
  left: -11px;
  top: -11px;
  background: rgba(255, 255, 255, .2);
  -moz-border-radius: 117px;
  -webkit-border-radius: 117px;
  border-radius: 117px;
  z-index: -1;
}
.contentspecialite-interne .contentspecialite-allequipement:before {
  content: "";
  background-color: #1690B1;
  position: absolute;
  width: 200%;
  height: 250%;
  top: -80px;
  right: -85%;
  padding: 5%;
  z-index: -1;
}
#cardiovasculaire {
  background-color: white;
  color: white;
  position: relative;
  overflow: hidden;
}
#cardiovasculaire:before {
  content: "";
  position: absolute;
  background-image: url("images/element-musculo.png");
  background-repeat: no-repeat;
      width: 100%;
    height: 1500px;
    top: 0;
    left: 0;
}
.contentspecialite-cardio h4 {
  color: #65C6C1;
}
#contentspecialite-cardio-img {
  display: block;
  float: left;
  background-image: url("images/cardio-anim-min.gif");
  width: 45%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -130px;
}
.cardio-equipement01 .equipement01-circle, .cardio-equipement02 .equipement02-circle, .cardio-equipement03 .equipement03-circle, .cardio-equipement04 .equipement04-circle {
  width: 95px;
  height: 95px;
  background: #4E8480;
  -moz-border-radius: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
  border: 5px solid rgba(255, 255, 255, .8);
  position: relative;
  margin: 0 auto 20px;
}
.cardio-equipement01 .equipement01-circle:before, .cardio-equipement02 .equipement02-circle:before, .cardio-equipement03 .equipement03-circle:before, .cardio-equipement04 .equipement04-circle:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 117px;
  left: -11px;
  top: -11px;
  background: rgba(255, 255, 255, .3);
  -moz-border-radius: 117px;
  -webkit-border-radius: 117px;
  border-radius: 117px;
  z-index: -1;
}
.contentspecialite-cardio .contentspecialite-allequipement:before {
  content: "";
  background-color: #65C6C1;
  position: absolute;
  width: 200%;
  height: 250%;
  top: -80px;
  right: -85%;
  padding: 5%;
  z-index: -1;
}
.contentspecialite-cardio {
  color: black;
}
/*-----------------------*/
/*-----animations----*/
.anim03, .anim-apparition, .anim02bis1, .anim02bis2, .anim04 {
  position: relative;
  transition: opacity;
  opacity: 0;
}
.anim02.visible, .anim02bis1.visible, .anim02bis2.visible {
  opacity: 1;
  right: 0px;
}
.anim03.visible, .anim04.visible {
  opacity: 1;
  top: 0px;
}
.anim-apparition.visible {
  opacity: 1;
}
.anim-apparition.visible {
  animation: apparition 1.5s ease-in-out;
  -moz-animation: apparition 1.5s ease-in-out;
  -ms-animation: apparition 1.5s ease-in-out;
  -webkit-animation: apparition 1.5s ease-in-out;
  -o-animation: apparition 1.5s ease-in-out;
}
.anim02.visible {
  animation: apparition-right 1s ease-in-out;
  -moz-animation: apparition-right 1s ease-in-out;
  -ms-animation: apparition-right 1s ease-in-out;
  -webkit-animation: apparition-right 1s ease-in-out;
  -o-animation: apparition-right 1s ease-in-out;
}
.anim03.visible {
  animation: apparition-bottom 1s ease-in-out;
  -moz-animation: apparition-bottom 1s ease-in-out;
  -ms-animation: apparition-bottom 1s ease-in-out;
  -webkit-animation: apparition-bottom 1s ease-in-out;
  -o-animation: apparition-bottom 1s ease-in-out;
}
.anim04.visible {
  animation: apparition-bottom 2s ease-in-out;
  -moz-animation: apparition-bottom 2s ease-in-out;
  -ms-animation: apparition-bottom 2s ease-in-out;
  -webkit-animation: apparition-bottom 2s ease-in-out;
  -o-animation: apparition-bottom 2s ease-in-out;
}
.anim02bis1.visible {
  animation: apparition-right 1.2s ease-in-out;
  -moz-animation: apparition-right 1.2s ease-in-out;
  -ms-animation: apparition-right 1.2s ease-in-out;
  -webkit-animation: apparition-right 1.2s ease-in-out;
  -o-animation: apparition-right 1.2s ease-in-out;
}
.anim02bis2.visible {
  animation: apparition-right 1.4s ease-in-out;
  -moz-animation: apparition-right 1.4s ease-in-out;
  -ms-animation: apparition-right 1.4s ease-in-out;
  -webkit-animation: apparition-right 1.4s ease-in-out;
  -o-animation: apparition-right 1.4s ease-in-out;
}
/*------KEYFRAMES----*/
@keyframes apparition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes apparition-left {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes apparition-right {
  0% {
    opacity: 0;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
@keyframes apparition-bottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes apparition-menu {
  0% {
    opacity: 0;
    bottom: 0px;
  }
  15% {
    opacity: 0;
    bottom: 0px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}

/*-------------------*/