@charset "utf-8";
/*Séparation entre les blocs du site*/
/* Couleur qui casse avec le reste pour mettre en valeur le contenu */
/* CSS Document */
/*---------------------*/
/* Animation CSS CUSTOM*/
/*---------------------*/
/*FadeIn*/
/*FadeInUp*/
/*FadeInDown*/
/*fadeInLeft*/
/*fadeInRight*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
button {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
button {
  border: none !important;
}
img {
  max-width: 100%;
  color: #ffffff;
  height: auto;
}
html,
body {
  height: 100%;
}
body {
  background-color: #FFF;
  overflow-x: hidden;
  position: relative;
}
.hyphenate {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #707075;
  font-weight: 400;
}
.alerte .erreur {
  color: #be3623;
  font-weight: 500;
  line-height: 1.7;
}
.alerte .confirmation {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  background-color: #198a1c;
  color: #FFF;
  font-weight: 500;
  line-height: 1.7;
}
#btn_up {
  position: fixed;
  bottom: 15px;
  right: 25px;
  cursor: pointer;
  display: none;
  z-index: 12;
  width: 45px;
  height: 45px;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#btn_up:hover {
  color: #1f77bd;
}
header {
  width: 100%;
  background: #4d6a77;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 999;
}
header .entete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header .entete > .custom_table {
  display: grid;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
header .entete > .custom_table > a {
  color: #FFF;
  opacity: 1;
  display: block;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
header .entete > .custom_table > a:hover {
  opacity: 0.7;
}
header .entete > .menu_link {
  display: none;
}
header .entete > .menu_link > a {
  display: inline-block;
  color: #FFF;
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 710px) {
  header .entete > .custom_table {
    grid-template-columns: repeat(4, auto);
  }
  header .entete > .custom_table > a {
    display: inline-block;
  }
}
@media screen and (max-width: 709px) {
  header .entete > .custom_table {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    background: #4d6a77;
    grid-template-columns: 1fr;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.4);
    -webkit-transition: max-height ease 0.4s, opacity ease 0.3s;
    -moz-transition: max-height ease 0.4s, opacity ease 0.3s;
    -ms-transition: max-height ease 0.4s, opacity ease 0.3s;
    -o-transition: max-height ease 0.4s, opacity ease 0.3s;
  }
  header .entete > .custom_table > a {
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
  }
  header .entete > .custom_table.on {
    max-height: 300px;
    opacity: 1;
    pointer-events: auto;
  }
  header .entete > .menu_link {
    display: block;
  }
}
.panoramiques.centre {
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1830px) {
  .panoramiques.centre {
    background-size: contain;
  }
}
@media screen and (min-width: 820px) {
  .panoramiques.centre {
    background-image: url("../../images/genealogie-devolution-successorale.jpg");
  }
}
@media screen and (max-width: 819px) {
  .panoramiques.centre {
    background-image: url("../../images/genealogie-devolution-successorale-ptb.jpg");
    background-position: right top;
  }
}
.panoramiques.centre .texte_conteneur {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  z-index: 2;
  color: #FFF;
  text-align: center;
  padding: 150px 20px 100px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: transform ease 0.8s, opacity ease 0.8s;
  -moz-transition: transform ease 0.8s, opacity ease 0.8s;
  -ms-transition: transform ease 0.8s, opacity ease 0.8s;
  -o-transition: transform ease 0.8s, opacity ease 0.8s;
}
.panoramiques.centre .texte_conteneur img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.panoramiques.centre .texte_conteneur .texte {
  padding-top: 50px;
  font-family: "Crimson Text", Arial;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.panoramiques.centre .texte_conteneur.animate {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.panoramiques.centre .teinte {
  background-color: rgba(10, 118, 191, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qui_sommes_nous {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .qui_sommes_nous {
    padding: 7em 20px;
  }
}
@media screen and (max-width: 599px) {
  .qui_sommes_nous {
    padding: 4em 20px;
  }
}
.qui_sommes_nous > .custom_table {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .qui_sommes_nous > .custom_table {
    max-width: 1200px;
    display: table;
  }
  .qui_sommes_nous > .custom_table > div {
    display: table-cell;
    vertical-align: middle;
  }
  .qui_sommes_nous > .custom_table > div.gauche {
    width: 50%;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
  }
}
@media screen and (max-width: 899px) {
  .qui_sommes_nous > .custom_table {
    max-width: 600px;
  }
  .qui_sommes_nous > .custom_table > div.gauche {
    margin-bottom: 20px;
  }
}
.qui_sommes_nous > .custom_table p {
  margin-bottom: 15px;
  line-height: 1.7;
}
.qui_sommes_nous > .custom_table p:last-child {
  margin-bottom: 0px;
}
.qui_sommes_nous > .custom_table a {
  color: #1f77bd;
}
.qui_sommes_nous > .custom_table > div.gauche .titre {
  word-wrap: break-word;
  font-size: 40px;
  color: #1f77bd;
  font-family: "Crimson Text", Arial;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .qui_sommes_nous > .custom_table > div.gauche .titre {
    font-size: 35px;
  }
}
.qui_sommes_nous > .custom_table > div.gauche .intro {
  line-height: 1.7;
  font-size: 1.2em;
  color: #707075;
}
@media screen and (min-width: 900px) {
  .qui_sommes_nous > .custom_table > div.gauche .minilogo-pc {
    display: inline-block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 899px) {
  .qui_sommes_nous > .custom_table > div.gauche .minilogo-pc {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .qui_sommes_nous > .custom_table > div.droite {
    padding-top: 20px;
  }
}
.qui_sommes_nous > .custom_table > div.droite .titre {
  font-weight: 600;
  padding-bottom: 15px;
  color: #1f77bd;
}
@media screen and (min-width: 900px) {
  .qui_sommes_nous > .custom_table > div.droite .minilogo-ptb {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .qui_sommes_nous > .custom_table > div.droite .minilogo-ptb {
    display: inline-block;
    margin-top: 20px;
  }
}
.missions {
  background: #1f77bd;
  text-align: center;
  /* Responsive */
}
@media screen and (min-width: 600px) {
  .missions {
    padding: 7em 20px;
  }
}
@media screen and (max-width: 599px) {
  .missions {
    padding: 4em 20px;
  }
}
.missions .missions_titre {
  color: #ffffff;
  font-size: 40px;
  font-family: "Crimson Text", Arial;
  line-height: 1.25;
  text-align: center;
  padding-bottom: 60px;
}
.missions .missions_titre h2 {
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .missions .missions_titre {
    max-width: 600px;
    margin: 0 auto;
  }
  .missions .missions_titre h2 {
    text-align: left;
    font-size: 35px;
  }
}
.missions .missions_conteneur {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.missions .missions_conteneur .mission {
  position: relative;
  background: #ffffff;
  min-height: 250px;
  padding: 58px 40px 40px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  bottom: -120px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: bottom ease 0.8s, opacity ease 0.8s;
  -moz-transition: bottom ease 0.8s, opacity ease 0.8s;
  -ms-transition: bottom ease 0.8s, opacity ease 0.8s;
  -o-transition: bottom ease 0.8s, opacity ease 0.8s;
}
.missions .missions_conteneur .mission .mission_icone {
  position: absolute;
  top: -25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  color: #247db8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}
@media screen and (min-width: 901px) {
  .missions .missions_conteneur .mission .mission_icone {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) {
  .missions .missions_conteneur .mission .mission_icone {
    left: 20px;
  }
}
.missions .missions_conteneur .mission .mission_titre {
  margin: 0 0 10px;
  color: #247db8;
  line-height: 1.25;
  font-weight: 700;
  font-size: 20px;
}
.missions .missions_conteneur .mission .mission_texte {
  margin: 0;
  line-height: 1.65;
  text-align: justify;
}
.missions .missions_conteneur .mission.animate {
  bottom: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .missions .missions_conteneur {
    grid-template-columns: 1fr;
    gap: 45px;
    max-width: 600px;
  }
  .missions .missions_conteneur .mission {
    min-height: auto;
  }
}
.tarifs {
  background-image: url("../../images/cabinet-genealogie.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .tarifs {
    padding: 7em 20px;
  }
}
@media screen and (max-width: 599px) {
  .tarifs {
    padding: 4em 20px;
  }
}
.tarifs .tarifs_teinte {
  position: absolute;
  inset: 0;
  background: rgba(77, 106, 119, 0.78);
  z-index: 1;
}
.tarifs .tarifs_texte {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.tarifs .tarifs_texte .tarifs_titre {
  color: #ffffff;
  font-size: 40px;
  font-family: "Crimson Text", Arial;
  line-height: 1.25;
  text-align: center;
  padding-bottom: 60px;
}
.tarifs .tarifs_texte .tarifs_titre h2 {
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .tarifs .tarifs_texte .tarifs_titre {
    max-width: 600px;
    margin: 0 auto;
  }
  .tarifs .tarifs_texte .tarifs_titre h2 {
    text-align: left;
    font-size: 35px;
  }
}
.tarifs .tarifs_texte .tarifs_conteneur {
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tarifs .tarifs_texte .tarifs_conteneur .tarif_section {
  margin-bottom: 20px;
}
.tarifs .tarifs_texte .tarifs_conteneur .tarif_section .tarif_titre {
  color: #1f77bd;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 14px;
}
.tarifs .tarifs_texte .tarifs_conteneur .tarif_section p {
  margin: 0 0 10px;
  line-height: 1.7;
}
.tarifs .tarifs_texte .tarifs_conteneur .tarif_section ul {
  margin: 0 0 12px 50px;
  padding: 0;
}
.tarifs .tarifs_texte .tarifs_conteneur .tarif_section ul li {
  margin-bottom: 4px;
  line-height: 1.7;
}
.tarifs .tarifs_texte .tarifs_conteneur .tarif_section:last-child {
  margin-bottom: 0;
}
.tarifs .tarifs_texte .tarifs_link {
  color: #FFF;
  text-align: center;
  padding: 20px 20px 0px 20px;
}
.tarifs .tarifs_texte .tarifs_link a {
  color: #FFF;
  text-decoration: underline;
}
.contact {
  position: relative;
  min-height: 750px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_carte {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact .contact_conteneur {
  position: absolute;
  left: 50%;
  bottom: -150px;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  background: #FFF;
  padding: 0 25px 28px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
}
@media screen and (min-width: 655px) {
  .contact .contact_conteneur {
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.contact .contact_conteneur .contact_logo {
  width: 100px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -20px;
  padding-bottom: 20px;
}
.contact .contact_conteneur .contact_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.contact .contact_conteneur .contact_bouton {
  position: absolute;
  top: 22px;
  right: -20px;
  display: inline-block;
  background: #4d6a77;
  color: #FFF;
  padding: 12px 22px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
@media screen and (max-width: 655px) {
  .contact .contact_conteneur .contact_bouton {
    display: none;
  }
}
.contact .contact_conteneur .contact_bouton:hover {
  background: #394e58;
  color: #FFF;
}
.contact .contact_conteneur .contact_texte {
  padding-top: 12px;
  color: #707075;
  line-height: 1.7;
}
.contact .contact_conteneur .contact_texte h2 {
  color: #1f77bd;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: "Crimson Text", Arial;
}
.contact .contact_conteneur .contact_texte p {
  margin: 0;
}
.contact .contact_conteneur .contact_coordonnees {
  padding-top: 16px;
  line-height: 1.7;
  color: #707075;
}
.contact .contact_conteneur .contact_coordonnees h3 {
  color: #1f77bd;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
}
.contact .contact_conteneur .contact_adresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.contact .contact_conteneur .contact_adresses .contact_adresse {
  padding: 9px 0;
  border-top: 1px solid #ECECEC;
}
.contact .contact_conteneur .contact_adresses .contact_adresse strong {
  display: block;
  color: #3e3e41;
  font-weight: 700;
}
.contact .contact_conteneur .contact_adresses .contact_adresse span {
  display: block;
}
.contact .contact_conteneur .contact_adresses .contact_adresse a {
  display: inline-block;
  color: #1f77bd;
}
.contact .contact_conteneur .contact_adresses .contact_adresse a:hover {
  color: #185b91;
}
.contact .contact_conteneur.animate {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .contact {
    min-height: auto;
  }
  .contact .contact_carte {
    position: relative;
    height: 400px;
  }
  .contact .contact_conteneur {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
footer {
  width: 100%;
  background: #4d6a77;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  footer {
    padding: 80px 20px 40px 20px;
  }
}
@media screen and (max-width: 899px) {
  footer {
    padding: 40px 20px 0px 20px;
  }
}
footer .conteneur > .custom_table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
}
footer .conteneur > .custom_table > div {
  padding-bottom: 40px;
  color: #FFF;
}
footer .conteneur > .custom_table > div a {
  color: #FFF;
  text-decoration: underline;
}
footer .conteneur > .custom_table > div a:hover {
  text-decoration: none;
}
@media screen and (min-width: 701px) {
  footer.accueil {
    padding: 200px 20px 40px 20px !important;
  }
}
@media screen and (max-width: 700px) {
  footer.accueil {
    padding: 40px 20px 40px 20px !important;
  }
}
/*******************************/
/** COOKIE BAR BAS		  ******/
/*******************************/
.cookie_bar.bas {
  line-height: 1.2;
  text-align: center;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: -200px;
  padding: 10px;
  z-index: 12;
  color: #FFF;
  background-color: #4d6a77;
  -webkit-transition: bottom ease 0.3s;
  -moz-transition: bottom ease 0.3s;
  -ms-transition: bottom ease 0.3s;
  -o-transition: bottom ease 0.3s;
  /*display:none;*/
}
.cookie_bar.bas a {
  text-decoration: underline;
  color: #ffffff;
}
.cookie_bar.bas a:hover {
  text-decoration: none;
}
.cookie_bar.bas .cookie_btn {
  display: inline-block;
  color: #4d6a77;
  margin-left: 10px;
  padding: 10px 10px;
  background-color: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (min-width: 990px) {
  .cookie_bar.bas {
    font-size: 14px;
  }
}
@media screen and (max-width: 989px) {
  .cookie_bar.bas {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1470px) {
  .mes_cookies_btn {
    display: inline-block;
  }
}
@media screen and (max-width: 1469px) {
  .mes_cookies_btn {
    display: block;
    margin: 10px auto 0px auto;
  }
}
/*******************************/
/** COOKIE BAR BLOQUANTE      **/
/*******************************/
.cookie_bar.bloquante {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.cookie_bar.bloquante .modal {
  position: absolute;
  z-index: 2;
  max-width: 840px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 670px) {
  .cookie_bar.bloquante .modal {
    width: 70%;
    padding: 40px;
  }
}
@media screen and (max-width: 669px) {
  .cookie_bar.bloquante .modal {
    width: 90%;
    padding: 20px;
  }
}
@media screen and (max-width: 469px), (max-height: 650px) and (min-height: 450px) {
  .cookie_bar.bloquante .modal .le_descriptif {
    overflow-y: auto;
    height: 300px;
  }
}
@media screen and (max-height: 449px) {
  .cookie_bar.bloquante .modal .le_descriptif {
    overflow-y: auto;
    height: 200px;
  }
}
.cookie_bar.bloquante .modal .le_descriptif .titre {
  padding-bottom: 10px;
  font-size: 22px;
  color: #1f77bd;
  font-weight: 700;
}
.cookie_bar.bloquante .modal .le_descriptif .desc {
  color: #707075;
  line-height: 1.7;
}
.cookie_bar.bloquante .modal .le_descriptif .desc a {
  color: #4d6a77;
}
.cookie_bar.bloquante .modal .le_descriptif .desc p {
  margin: 14px 0px;
}
.cookie_bar.bloquante .modal .le_descriptif .lien {
  margin-top: 20px;
}
.cookie_bar.bloquante .modal .le_descriptif .lien a {
  color: #4d6a77;
}
.cookie_bar.bloquante .modal .mes_cookies_btn {
  text-align: right;
  padding-top: 40px;
}
.cookie_bar.bloquante .modal .mes_cookies_btn .cookie_btn {
  padding: 10px 10px;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (min-width: 450px) {
  .cookie_bar.bloquante .modal .mes_cookies_btn .cookie_btn {
    display: inline-block;
    margin-left: 10px;
  }
}
@media screen and (max-width: 449px) {
  .cookie_bar.bloquante .modal .mes_cookies_btn .cookie_btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cookie_bar.bloquante .modal .mes_cookies_btn .cookie_btn.cookie_refuse,
.cookie_bar.bloquante .modal .mes_cookies_btn .cookie_perso {
  color: #4d6a77;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookie_bar.bloquante .modal .mes_cookies_btn .cookie_btn.cookie_accept {
  background: #008300;
  color: #ffffff;
}
/*************************************/
/** COOKIE BAR DETAILS BLOQUANTE    **/
/*************************************/
.cookie_bar_details {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.cookie_bar_details div.accept,
.cookie_bar_details div.refuse {
  display: inline-block;
  padding: 2px 15px;
  margin-left: 4px;
  background: #e1e1e1;
  -webkit-transition: background ease 0.3s, opacity ease 0.3s;
  -moz-transition: background ease 0.3s, opacity ease 0.3s;
  -ms-transition: background ease 0.3s, opacity ease 0.3s;
  -o-transition: background ease 0.3s, opacity ease 0.3s;
  cursor: pointer;
}
.cookie_bar_details div.refuse {
  background: #e1e1e1;
}
.cookie_bar_details div.accept.on {
  background: #394e58;
  color: #FFF;
}
.cookie_bar_details div.refuse.on {
  background: #be3623;
  color: #FFF;
}
.cookie_bar_details .teinte {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.cookie_bar_details .modal {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  max-width: 840px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 670px) {
  .cookie_bar_details .modal {
    width: 70%;
  }
}
@media screen and (max-width: 669px) {
  .cookie_bar_details .modal {
    width: 90%;
  }
}
@media screen and (max-height: 599px) {
  .cookie_bar_details .modal {
    height: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cookie_bar_details .modal .conteneur {
  position: relative;
  overflow-y: auto;
  /**/
}
@media screen and (max-height: 1000px) and (min-height: 600px) {
  .cookie_bar_details .modal .conteneur {
    height: 630px;
  }
}
@media screen and (max-height: 599px) {
  .cookie_bar_details .modal .conteneur {
    height: 100%;
  }
}
.cookie_bar_details .modal .conteneur .fermer {
  color: #1f77bd;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: bold;
  cursor: pointer;
}
.cookie_bar_details .modal .conteneur .encadre_1 {
  background: #FAFAFA;
  text-align: center;
  padding: 60px 40px 40px 40px;
}
.cookie_bar_details .modal .conteneur .encadre_1 .titre {
  padding-bottom: 10px;
  font-size: 22px;
  color: #1f77bd;
  font-weight: 700;
}
.cookie_bar_details .modal .conteneur .encadre_1 .desc {
  color: #707075;
  line-height: 1.7;
  padding: 15px 0px;
  border-top: #e1e1e1 solid 1px;
  border-bottom: #e1e1e1 solid 1px;
}
.cookie_bar_details .modal .conteneur .encadre_1 .desc .btn {
  background: #4d6a77;
  color: #FFF;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 10px;
}
.cookie_bar_details .modal .conteneur .encadre_2 {
  background: #FAFAFA;
  padding: 0px 20px 10px 20px;
}
@media screen and (min-width: 770px) {
  .cookie_bar_details .modal .conteneur .encadre_2 div.table {
    display: table;
    width: 100%;
  }
  .cookie_bar_details .modal .conteneur .encadre_2 div.table > div {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.7;
  }
  .cookie_bar_details .modal .conteneur .encadre_2 div.table > .droite {
    text-align: right;
    width: 260px;
  }
}
@media screen and (max-width: 769px) {
  .cookie_bar_details .modal .conteneur .encadre_2 div.table {
    text-align: center;
    line-height: 1.7;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .cookie_bar_details .modal .conteneur .encadre_2 div.table div.accept.all {
    margin-bottom: 10px;
  }
}
.cookie_bar_details .modal .conteneur .encadre_2 div.table .gauche {
  color: #000;
}
.cookie_bar_details .modal .conteneur .separator {
  background: #4d6a77;
  height: 2px;
  width: 100%;
}
.cookie_bar_details .modal .conteneur .encadre_3 {
  padding: 20px;
  margin-bottom: 40px;
  overflow-y: auto;
}
.cookie_bar_details .modal .conteneur .encadre_3 .cookie {
  border-bottom: #e1e1e1 solid 1px;
}
@media screen and (min-width: 770px) {
  .cookie_bar_details .modal .conteneur .encadre_3 .cookie {
    display: table;
    width: 100%;
  }
  .cookie_bar_details .modal .conteneur .encadre_3 .cookie > div {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 769px) {
  .cookie_bar_details .modal .conteneur .encadre_3 .cookie {
    text-align: center;
  }
}
.cookie_bar_details .modal .conteneur .encadre_3 .cookie > div {
  line-height: 1.7;
}
.cookie_bar_details .modal .conteneur .encadre_3 .cookie > .gauche {
  padding: 20px 0px;
}
.cookie_bar_details .modal .conteneur .encadre_3 .cookie > .gauche .titre {
  color: #000;
  font-weight: 500;
}
.cookie_bar_details .modal .conteneur .encadre_3 .cookie > .gauche .desc a {
  color: #4d6a77;
}
@media screen and (min-width: 900px) {
  .cookie_bar_details .modal .conteneur .encadre_3 .cookie > .droite {
    text-align: right;
    width: 220px;
  }
}
@media screen and (max-width: 899px) and (min-width: 770px) {
  .cookie_bar_details .modal .conteneur .encadre_3 .cookie > .droite {
    text-align: right;
    width: 260px;
  }
}
@media screen and (max-width: 769px) {
  .cookie_bar_details .modal .conteneur .encadre_3 .cookie > .droite {
    text-align: center;
    padding-bottom: 20px;
  }
}
.cookie_bar_details .modal .valider {
  cursor: pointer;
  background: #4d6a77;
  color: #FFF;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.ariane {
  width: 100%;
  padding: 20px 20px;
  background: #bcccd4;
  /* @media screen and (min-width:900px){background:url("../../images/panoramiques/ma-photo-1.jpg");}
    @media screen and (max-width:599px){background:url("../../images/panoramiques/ma-photo-1-ptb.jpg");}*/
}
.ariane > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #4d6a77;
  font-weight: bold;
  font-size: 16px;
}
/**************
// MENTIONS LEGALES / COOKIE PAGE
/**************/
.mentions_legales,
.cookie_texte,
.politique_texte {
  text-align: justify;
  max-width: 1200px;
  margin: 0px auto 0px auto;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #707075;
}
@media screen and (min-width: 600px) {
  .mentions_legales,
  .cookie_texte,
  .politique_texte {
    padding: 7em 20px;
  }
}
@media screen and (max-width: 599px) {
  .mentions_legales,
  .cookie_texte,
  .politique_texte {
    padding: 4em 20px;
  }
}
.mentions_legales h2,
.cookie_texte h2,
.politique_texte h2 {
  padding-bottom: 20px;
  font-size: 1em;
  color: #1f77bd;
}
.mentions_legales span,
.cookie_texte span,
.politique_texte span,
.mentions_legales strong,
.cookie_texte strong,
.politique_texte strong {
  color: #1f77bd;
}
.mentions_legales a,
.cookie_texte a,
.politique_texte a {
  color: #1f77bd;
}
.mentions_legales a:hover,
.cookie_texte a:hover,
.politique_texte a:hover {
  color: #3291dd;
}
.mentions_legales .contenu,
.cookie_texte .contenu,
.politique_texte .contenu {
  padding-bottom: 20px;
}
/**************
// PAGE 404
/**************/
@media (min-width: 820px) {
  section.error_page {
    padding: 240px 20px;
  }
}
@media (max-width: 819px) {
  section.error_page {
    padding: 40px 20px;
  }
}
section.error_page .table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 1.7;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  margin: 0px auto 0px auto;
  /*.texte{
            width:100%;
            max-width:500px;
            .box-sizing(border-box);

            display:table-cell;
            vertical-align:middle;
            text-align:center;
            line-height:@line_height;

            padding:20px;
            letter-spacing:1px;
            font-family: @couleur_tertiaire, Arial, Helvetica, sans-serif;

            >div{ 

                h2{ font-size:6.0em; margin:0px 0px 20px 0px; }
                .titre{ font-weight:bold;}

                a{ 	padding:10px 20px; text-shadow:none; text-decoration:none; .transition(all ease .2s);.border-radius(20px); display:inline-block;
                    @media (min-width:530px){background-color:@couleur_primaire;color:#FFF;}
                    @media (max-width:529px){background-color:#FFF;color:@couleur_primaire;}
                }
                a:hover{background:lighten(@couleur_primaire, 5%);}
            }
        }*/
}
section.error_page .table .gros {
  font-size: 9.0em;
  font-weight: 500;
  display: block;
  color: #4d6a77;
  width: 300px;
  margin: 0 auto 0px auto;
  font-family: "Crimson Text", Arial, Arial, Helvetica, sans-serif;
  line-height: 1;
}
section.error_page .table .titre {
  font-size: 2.0em;
  padding-bottom: 30px;
  color: #4d6a77;
}
section.error_page .table .texte {
  font-weight: 300;
  padding-bottom: 30px;
}
section.error_page .table .texte a {
  color: #4d6a77;
}
section.error_page .table a {
  background: #4d6a77;
  font-size: 1.1em;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
section.error_page .table a:hover {
  background: #577886;
}
