@font-face {
  font-family: "picto";
  src: url("/css/icomoon8.eot");
  src: url("/css/icomoon8.eot?#iefix") format("embedded-opentype"),
    url("/css/icomoon8.woff") format("woff"),
    url("/css/icomoon8.ttf") format("truetype"),
    url("/css/icomoon8.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bold";
  src: url("sourcesanspro-bold-webfont.woff2") format("woff2"),
    url("sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "light";
  src: url("sourcesanspro-light-webfont.woff2") format("woff2"),
    url("sourcesanspro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "regular";
  src: url("sourcesanspro-regular-webfont.woff2") format("woff2"),
    url("sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

:before,
:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none outside none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  font-weight: normal;
  font-family: regular;
}

h1 {
  font-size: 34px;
  line-height: 34px;
  margin: 16px 0 0 0;
}

h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 0 0;
  color: #000;
}

h3 {
  color: #0075b5;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 0 0;
}

.baseline-st {
  line-height: 34px;
  font-size: 22px;
}

.clearfix {
  clear: both;
  height: 1px;
}

a {
  color: inherit;
  transition-duration: 0.4s;
  transition-property: all;
}

body {
  line-height: 1;
  background-color: #fff;
  color: #222;
  font: 1.2em/1.35em "light", Arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.h-bleu1 {
  color: #0075b4;
}
.h-bleu2 {
  color: #004473;
}

a.lire-la-suite {
  color: #000;
  text-decoration: none;
  font-family: regular;
  font-size: 16px;
  line-height: 42px;
  display: flex;
}
a.lire-la-suite:before {
  content: "s";
  font-family: picto;
  margin-right: 3px;
  color: #0075b4;
  font-size: 22px;
}
a.lire-la-suite:hover {
  color: #0075b4;
}

.header {
  background-color: #f9f9f9;
  padding: 20px 0 5px 0;
  text-align: center;
}

#navbar {
  display: flex;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  align-items: center;
  min-height: 70px;
}

#navbar div.extremite {
  width: 17%;
  padding-left: 1%;
}

#navbar div.extremite2 {
  text-align: right;
  width: 40%;
}

#navbar div.navigation {
  width: 60%;
}

#navbar a {
  text-align: center;
  display: inline-block;
  color: #000;
  line-height: 30px;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 19px;
}

#navbar a .barre {
  width: 0;
  background-color: #f9f9f9;
  height: 2px;
  transition-duration: 0.4s;
  transition-property: all;
  text-align: center;
  margin: auto;
}
#navbar a:hover .barre {
  width: 100%;
  background-color: #0075b5;
  height: 2px;
}
#navbar a:hover {
  color: #0075b5;
}

#logo-hidden {
  display: none;
  vertical-align: middle;
  margin: 0;
}

.sticky {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky ~ .bande_deco {
  margin-top: 68px;
}

.header_nav {
  display: flex;
  justify-content: center;
}

.header_nav li a {
  font-family: regular;
}

#navbar a.bt_evaluation {
  display: inline-block;
  background-color: #0075b5;
  text-decoration: none;
  font-family: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 0 0 0;
  color: #fff;
  width: 150px;
  vertical-align: middle;
  text-align: left;
  border: none;
  height: 41px;
  margin: 0 2px;
  overflow: hidden;
  border-radius: 4px;
  transition-duration: 0.4s;
  transition-property: all;
}

#navbar a.bt_evaluation:before {
  float: left;
  color: #fff;
  width: 42px;
  height: 50px;
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  margin-right: 4px;
  margin-top: -8px;
  content: "l";
  font-family: picto;
}

#navbar a.bt_evaluation-audition {
  background-color: #369ac3;
}

#navbar a.bt_evaluation-audition:before {
  content: "d";
  margin-right: 0;
}

#navbar a.bt_evaluation:hover {
  background-color: #004473;
}

.sous-menu {
  position: absolute;
  left: 0;
  z-index: 20;
  display: none;
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
  padding: 0 5%;
  height: 220px;
  background-color: #f9f9f9;
}
.sous-menu-1200 {
  max-width: 1200px;
  padding-top: 0px;
  margin: 0 auto;
  text-align: left;
}
.sous-menu-1200 .contenu {
  max-width: 1080px;
  margin: auto;
  display: flex;
  align-items: top;
  justify-content: space-between;
}

#navbar .sous-menu-1200 ul {
  display: inline-block;
  margin: 0;
}
#navbar .sous-menu-1200 .ul2 {
  margin-top: 51px;
  margin-left: 40px;
  vertical-align: top;
}
#navbar .sous-menu-1200 .annexe-header {
  display: inline-block;
  width: 300px;
}
#navbar .sous-menu-1200 li {
  margin: 0;
  padding: 0;
}
#navbar .sous-menu-1200 li a {
  display: block;
  text-align: left;
  color: #000;
  line-height: 32px;
  height: 32px;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
#navbar .sous-menu-1200 li a.titre {
  font-family: bold;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #0075b4;
  border-bottom: 2px solid #0075b4;
}
#navbar .sous-menu-1200 li a.titre:after {
  content: "2";
  font-family: picto;
  float: right;
}

#navbar .sous-menu-1200 li a.titre:hover:after {
  content: ">";
}

#navbar .sous-menu-1200 li a:hover {
  border-color: #0075b4;
  color: #0075b4;
}
.sous-menu-1200 .titre {
  font-size: 30px;
  margin: 20px 0 8px 0;
  color: #0075b4;
  font-family: regular;
}

/*#navbar -------------------------------------------------------------------*/

.lienplus {
  display: flex;
  justify-content: space-around;
  width: 420px;
  margin-top: 30px;
}

.lienplus div {
  width: 33.3333333%;
  text-align: center;
}

.lienplus div a {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 94px;
  margin: 0;
  font-family: light;
}

.lienplus a:before {
  font-family: picto;
  color: #555;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 50px;
  margin: 0 auto 10px auto;
  transition-duration: 0.4s;
  transition-property: all;
}

.lienplus a:hover:before {
  transition-duration: 0.4s;
  transition-property: all;
  border-color: #0075b4;
  color: #000;
}

.lienplus a.temoignage:before {
  content: "a";
}

.lienplus a.faq:before {
  content: "c";
}

.lienplus a.article:before {
  content: "A";
}

.annexe-header {
  display: inline-block;
}

.bande_deco {
  background-color: #fff;
  width: 100%;
  height: 220px;
  background: url(../img/bande-deco.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.baseline {
  font-size: 26px;
  padding-top: 75px;
  color: #004473;
  line-height: 30px;
  font-family: regular;
  max-width: 1200px;
  margin: auto;
  text-shadow: 0.02em 0.02em 0.1em #fff;
}

.baseline:before {
  float: left;
  font-size: 70px;
  line-height: 56px;
  margin-right: 10px;
  content: "o";
  font-family: picto;
}

.baseline_acc {
  font-size: 30px;
  padding-top: 190px;
  line-height: 36px;
}

.baseline_acc:before {
  font-size: 80px;
  line-height: 70px;
  margin-right: 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filarianne {
  max-width: 1200px;
  margin: auto;
  font-size: 16px;
  font-family: light;
  margin: 10px auto;
}
.filarianne a {
  color: #000;
  text-decoration: none;
  font-family: light;
}
.filarianne:before {
  content: "T";
  font-family: picto;
  color: #0075b5;
}
.filarianne span {
  font-family: picto;
  vertical-align: middle;
}

#menu-iphone {
  display: none;
}
.page-black {
  background-color: #000;
  z-index: 2;
  opacity: 0.5;
  position: absolute;

  width: 100%;
  height: 100%;
  display: none;
}
.page {
  max-width: 1200px;
  margin: auto;
  display: flex;
}
.page1200 {
  max-width: 1200px;
  margin: auto;
}

.content {
  flex: 1;
}
.content p {
  text-align: justify;
  hyphens: auto;
  margin: 10px 0 5px 0;
}
.content p.chapeau {
  font-size: 20px;
  font-family: regular;
  margin: 20px 0 30px 40px;
  padding-left: 10px;
  border-left: 4px solid #0075b5;
}
.content ol {
  list-style: decimal;
  margin-left: 58px;
}
.content ul {
  list-style: disc;
  margin-left: 58px;
}
.content ul li {
  margin: 20px 0 0 0;
  text-align: justify;
  hyphens: auto;
}

.content blockquote {
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 26px;
  margin-left: 0;
  font-family: regular, Verdana;
  padding-left: 120px;
  background: url("/img/bloquote.png");
  color: #0075b5;
  background-repeat: no-repeat;
  min-height: 30px;
}
.content img {
  margin: 20px 0;
}

.aside {
  width: 260px;
  margin-right: 60px;
  background-color: #fff;
}
.aside .titre {
  font-family: bold;
  font-size: 20px;
  border-bottom: 1px solid #aaa;
}
.aside .titre a {
  text-decoration: none;
}
.aside .titre:after {
  content: "2";
  font-family: picto;
  float: right;
  font-size: 22px;
}
.aside li li {
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 0;
}
.aside ul li li a {
  line-height: 20px;
  display: block;
  padding: 6px 0 4px 0;
  border-bottom: 1px solid #eee;
  line-height: 18px;
  font-size: 14px;
  text-transform: none;
}

.aside ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: regular;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  display: block;
  color: #000;
  line-height: 22px;
  padding: 10px 0;
  text-transform: uppercase;
}

.aside ul li a:hover {
  border-bottom: 1px solid #0075b5;
  color: #0075b5;
}

.aside a.select {
  color: #0075b5;
}

.aside a.select:after {
  font-family: picto;
  content: ">";
  float: right;
}

/*  MENU ANNEXE FAQ ARTICLE TEMOIGNAGE */
.annexe-page {
  margin-top: 50px;
}
.annexe a,
.annexe .select {
  font-size: 20px;
  width: 260px;
  height: 38px;
  line-height: 38px;
  margin: 5px 0;
  color: #000;
  display: block;
  text-decoration: none;
  font-family: regular;
  border-bottom: 1px #ccc solid;
}

.annexe .picto {
  position: absolute;
  font-family: picto;
  left: 10px;
  font-size: 22px;
  color: #666;
}

.annexe .temoignage:after {
  content: ">";
  font-family: "picto";
  color: #666;
  font-size: 1.2em;
  float: right;
}
.annexe .video:after {
  content: ">";
  font-family: "picto";
  color: #666;
  font-size: 1.2em;
  float: right;
}
.annexe .faq:after {
  content: ">";
  font-family: "picto";
  color: #666;
  font-size: 1.2em;
  float: right;
}
.annexe .article:after {
  content: ">";
  font-family: "picto";
  color: #666;
  font-size: 1.2em;
  float: right;
}

.annexe .select {
  color: #ff5400;
  font-family: regular;
}
.annexe .select:before {
  color: #ff5400;
}

.annexe a:hover {
  color: #2667a8;
}
.annexe a:hover:before {
  color: #2667a8;
}

.annexe .article {
  border: none;
  padding-bottom: 15px;
}

/*FOOTER -----------------------------------------------------------------------------------------------------------*/

.footer-annexe {
  background-color: #0075b5;
  color: #fff;
  margin-top: 60px;
  padding: 20px 0;
}

.footer-annexe-flex {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}

.footer-annexe a {
  color: #fff;
  text-decoration: none;
}

.footer-annexe .lienplus a:before {
  color: #fff;
}

.footer-annexe .lienplus div a {
  line-height: 30px;
}

.test_acouphene {
  text-align: right;
  flex: 1;
}

a.rendez-vous-grand {
  display: inline-block;
  background-color: #0075b5;
  color: #fff;
  text-decoration: none;
  font-family: bold;
  font-size: 16px;
  line-height: 48px;
  padding: 8px 5px 0 0;

  width: 280px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid rgba(254, 254, 254, 0.7);
  height: 55px;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 6px;
}

a.rendez-vous-grand:before {
  float: left;
  color: #fff;

  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 56px;
  line-height: 64px;
  margin-right: 15px;
  margin-top: -8px;
  content: "l";
  font-family: picto;
  transition-duration: 0.4s;
  transition-property: all;
}
a.evaluation-audition {
  background-color: #379ac3;
}
a.evaluation-audition:before {
  content: "d";
}

a.rendez-vous-grand:hover {
  background-color: #004473;
}

/*a.rendez-vous-grand {
  font-family:light;
  font-size:26px; 
  text-decoration: none;
  border:1px solid #fff;
  height:70px;
  line-height:70px;
}

a.rendez-vous-grand:before { 
  content:'l';
  font-family:picto;
  display:inline-block;
  vertical-align: middle; 
  color:#0075b5;
  background-color: #fff;
  width:70px;
  height:70px;
  line-height:70px;
  padding: 0;

  font-size:60px;
  margin-right:10px;
  margin-top:-26px;
  transition-duration: 0.4s;transition-property: all;
}

a.rendez-vous-grand:hover:before {
  border-color:#fff;
  }*/

.footer-annexe .titre_rdv {
  color: #ddd;
}
.footer-annexe .titre_rdv {
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 20px;
  font-family: regular;
  text-align: right;
  max-width: 500px;
  vertical-align: middle;
}
.footer-annexe a.rendez-vous-grand {
  border-radius: 0;
  margin: 2px 0;
}
.footer-annexe .evaluation-audition {
  background-color: #0175b5;
}
footer {
  background-color: #f6f6f6;
  padding: 40px 0;
}
footer .footer {
  max-width: 1200px;
  margin: auto;
  display: flex;
}
footer a {
  text-decoration: none;
  color: #000;
  font-family: regular;
}
footer .lien a {
  font-size: 16px;
}
footer .lien a:before {
  content: ">";
  font-family: picto;
  margin-right: 5px;
}

.footer ul {
  display: inline-block;
  padding-right: 150px;
  padding-left: 30px;
}
.footer ul li a {
  font-family: light;
}
.footer ul li {
  padding-right: 2px;
}
.copy {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  line-height: 20px;
  background-color: #fff;
  color: #444;
  font-family: regular;
}
.copy a {
  color: #0075b5;
  text-decoration: none;
}
.copy .separateur {
  display: inline-block;
  padding: 0 5px;
  color: #000;
}

.footer1 {
  width: 44%;
}
.footer2 {
  width: 56%;
}
.footer2 p {
  color: #0075b5;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.push {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.push div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.push div img {
  margin: 10px 0;
}
.push div a p {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 24px;
}

/*FOOTER -----------------------------------------------------------------------------------------------------------*/

#bt-sous-menu {
  display: none; /*IPHONE NAV*/
}

@media (max-width: 1200px) {
  .page {
    margin: 0 40px;
  }
  .content h2 {
    text-align: left;
  }
  .filarianne {
    margin: 10px 40px;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .baseline {
    padding-left: 20px;
  }

  #navbar ul li a {
    font-size: 16px;
  }

  footer .footer {
    margin: 0 20px;
  }

  .footer-annexe {
    padding: 40px 0;
  }
  .footer-annexe-flex {
    flex-direction: column;
  }
  .footer-annexe .test_acouphene {
    padding-top: 30px;
    text-align: center;
  }

  .footer-annexe .lienplus {
    padding-bottom: 20px;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }

  .test_acouphene {
    overflow: hidden;
  }
}

@media (max-width: 1100px) {
  .sticky ~ .bande_deco {
    margin-top: 0px;
  }

  #navbar a.bt_evaluation {
    margin: 10px;
  }
  #bt-sous-menu {
    content: "";
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #000;
    margin: 0;
    font-family: light;
    background-color: #f9f9f9;
    padding-left: 20px;
  }
  #bt-sous-menu:before {
    content: "L";
    margin-left: 10px;
    font-family: picto;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -1px;
  }
  #navbar {
    display: none;
  }

  #navbar div.extremite,
  #navbar div.extremite2,
  #navbar div.navigation {
    width: 100%;
    text-align: left;
  }
  #navbar div.extremite2 {
    height: 70px;
    padding-top: 30px;
    margin-left: 20px;
  }
  #navbar .barre {
    display: none;
  }
  #navbar ul {
    width: 100%;
    display: block;
  }
  #navbar ul li {
    width: 100%;
    display: block;
    line-height: 30px;
    height: 30px;

    padding: 0;
    margin: 0;
  }

  #navbar ul li a {
    width: 100%;
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #888;
  }

  .sous-menu {
    height: 0;
  }
  .sous-menu-1200 {
    display: none;
  }
}

@media (max-width: 900px) {
  .page {
    flex-direction: column;
  }
  .content {
    order: -1;
  }
  .aside {
    width: 100%;
  }
  .annexe a,
  .annexe .select,
  .annexe a.rendez-vous {
    width: 100%;
  }
  .content blockquote {
    background: none;
    padding-left: 0;
  }

  footer .footer {
    flex-direction: column;
  }
  footer .footer .footer1,
  footer .footer .footer2,
  footer .footer .lien,
  footer .footer .lien ul {
    width: 90%;
    padding: 0 5%;
  }

  .footer2 {
    margin-top: 20px;
  }

  footer .footer .lien ul {
    padding: 0 5%;
  }

  .footer-annexe .titre_rdv {
    margin-bottom: 10px;
  }
  a.rendez-vous-grand {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .page {
    margin: 0 20px;
  }
  .filarianne {
    margin-left: 20px;
  }
  .content p,
  .content li,
  .content h2 {
    text-align: left;
  }

  .baseline,
  .baseline_acc:before {
    font-size: 22px;
    line-height: 26px;
  }

  .baseline:before,
  .baseline_acc:before {
    font-size: 70px;
    line-height: 50px;
    margin-right: 8px;
  }

  .lienplus div {
    width: 30%;
    text-align: center;
  }

  .lienplus div a {
    font-size: 16px;
    line-height: 30px;
  }

  .copy a {
    display: block;
  }

  .copy .separateur {
    display: none;
  }
}
