/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : footer & divers */
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Surcharge LESS
------------------------------------------------------------*/
/*- Eléments à changer : -*/
/* couleur du texte */
/*couleur du h1 bienvenue */
/*couleur du texte par défaut*/
/*couleur des liens*/
/*couleur des titres de page*/
/*couleur de l'adresse*/
/*couleur des liens de bas de page*/
/*couleur du menu */
/*couleur du menu au survol */
/*couleur du fond du menu au survol */
/*couleur du menu milieu */
/*couleur du menu milieu au survol */
/*couleur du titre dans la colonne*/
/* couleur de fond */
/*background-color:@graphics_body_background_color;*/
/* fond en bas de l'adresse */
/* polices de caractères à changer */
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/*#global_left { /*background:transparent url('@{theme_url}/images/fond-gauche.jpg') repeat-x top; height:531px; left:0; position:absolute; top:0; width:50%; }*/
/*#global{ background:transparent url('@{theme_url}/images/fond-droite.jpg') repeat-x top; }*/
/*#wrapper{ background:transparent url('@{theme_url}/images/principale.jpg') no-repeat top; position:relative; }*/
/* header
----------------------------------------------------------*/
/*-menu_top-*/
/*#head{ height:245px; }*/
/* contenu
----------------------------------------------------------*/
/* background:transparent url('@{theme_url}/images/bgcontenu.jpg') no-repeat center top; */
/* footer
----------------------------------------------------------*/
/*-coordonnees*/
/*background:transparent url('@{theme_url}/images/adresse.jpg') no-repeat center top;*/
/*#coordinates_list { padding:35px 0 0 215px; margin:0; }*/
/*-bas de page-*/
/* Intégration
----------------------------------------------------------*/
/* Accueil */
/* Placement d'images */
/* Des classes flotante */
/* Les "nettoyeurs" */
/**/
/*.imgDiapo{
position: inherit !important;
}*/
/* Accordion*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  background-color: #261e85;
  border: 1px solid #90c3fc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: #000;
  background-color: #261e85;
  border: 1px solid #90c3fc;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #000;
  background-color: #261e85;
  border: 1px solid #90c3fc;
}
.commonImage {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #90c3fc;
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
}
.commonImage:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border: 2px solid #90c3fc;
}
#ariane a {
  color: #000;
  text-decoration: underline;
}
#ariane a:hover {
  color: #000;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #000;
  text-decoration: underline;
}
.goBack a:hover {
  color: #000;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #000;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #070339;
}
body,
textarea,
input {
  color: #000;
}
a {
  color: #000;
}
#rubric_title {
  color: #ffffff;
}
#coordinates {
  color: #fff;
}
.block_various_links li a {
  color: #000;
}
#menu_top li a {
  color: #fff;
}
#menu_top li a:hover {
  color: #90c3fc;
}
#menu_top li a:hover {
  background: #0e0666;
}
#menu_middle li a {
  color: #070339;
}
#menu_middle li a:hover,
#menu_middle li a:active {
  color: #90c3fc;
}
#menu_middle li a:hover,
#menu_middle li a:active {
  background: #0e0666;
}
#right_column h2 {
  color: #90C3FC;
}
body {
  font-family: "Trebuchet MS", sans-serif;
}
#menu_top,
#menu_middle,
#rubric_title,
#coordinates_list li,
#right_column h2 {
  font-family: 'Questrial', sans-serif;
}
h1 {
  font-weight: 700;
  font-size: 2rem;
}
h2 {
  font-weight: 700;
  font-size: 1.3em;
}
h3 {
  font-weight: 700;
  font-size: 1.17em;
}
h4 {
  font-weight: 700;
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .67em;
}
p,
ul,
ol,
li {
  font-size: 1em;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
textarea {
  padding: 3px;
}
input {
  padding: 3px;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.textshadow {
  text-shadow: #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
  text-shadow: 1px 1px 2px #000;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.container {
  /*background:url('@{theme_url}/images/bg.jpg') repeat-y center;*/
  margin: 0 auto;
  position: relative;
}
.navigation {
  height: 38px;
}
#menu_top {
  padding: 10px 0 0;
  margin: 0;
  height: 38px;
  /* background:transparent url('@{theme_url}/images/menu_haut.jpg') no-repeat top;*/
  text-align: right;
}
#menu_top li {
  list-style: none outside;
  display: inline;
}
#menu_top li a {
  text-decoration: none;
  padding: 11px 10px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#menu_middle {
  padding: 10px 0 0;
  margin: 0;
  height: 38px;
  /* background:transparent url('@{theme_url}/images/menu.jpg') no-repeat top; */
  text-align: center;
  background: #261e85;
}
#menu_middle li {
  list-style: none outside;
  display: inline;
}
#menu_middle li a {
  text-decoration: none;
  padding: 11px 10px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ffffff;
  font-size: 1.6rem;
}
#diapo {
  background: transparent url('/oktThemes/a67-s/images/diapo.jpg') no-repeat top;
  min-height: 385px;
}
#main {
  min-height: 800px;
}
#content {
  /* background: #f8f8f8; */
  padding: 60px 20px;
}
#rubric_title {
  font-size: 1.92em;
  line-height: 1.92em;
  text-transform: uppercase;
  background: #261e85;
  padding: 5px;
  text-align: center;
}
footer {
  background: #c33e1ced;
}
#coordinates {
  height: 124px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
#coordinates_list li {
  list-style: none outside;
  display: inline-block;
  padding: 0 7px 0;
}
#coordinates_list li:first-child {
  border-left: none;
  background: transparent;
}
#menu_bottom {
  text-align: center;
  background: #261e85;
}
.block_various_links {
  padding-top: 30px;
  margin: 0;
  text-align: center;
}
.block_various_links li {
  display: inline;
}
.block_various_links li a {
  font-size: 1.5rem;
  padding: 0 10px;
  text-decoration: none;
  color: #ffffff;
}
.block_various_links li a:hover {
  text-decoration: none;
  color: #000;
}
#powered {
  padding-top: 10px;
}
#site img {
  vertical-align: top;
}
#site {
  text-align: center;
  padding-top: 2em;
}
#right_column h2 {
  font-weight: 400;
  font-size: 1.92em;
  text-transform: uppercase;
}
.texte {
  padding: 0 20px;
}
.imgLeft {
  float: left;
  padding-bottom: 0;
  /*border:1px solid #000;*/
  margin: 0 2em 0 0;
}
.imgRight {
  float: right;
  padding-bottom: 0;
  /*border:1px solid #000;*/
  margin: 0 0 0 2em;
}
.bullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bullet li {
  background: url('/oktThemes/a67-s/images/icon.png') no-repeat left 3px;
  padding: 0 0 5px 20px;
}
.c2 {
  width: 48%;
}
.c3 {
  width: 33%;
}
.c4 {
  width: 25%;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clearb {
  clear: both;
}
.clearer {
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
}
#contact-form legend {
  border: 1px solid #90c3fc !important;
  color: #000 !important;
}
#contact-form fieldset {
  border: 1px solid #90c3fc !important;
}
#coordonnees p:first-child strong {
  color: #070339 !important;
  font-weight: 700 !important;
  font-size: 1.17em !important;
}
#coordonnees {
  padding-top: 20px !important;
}
#contact-form input[type="submit"] {
  background-color: transparent !important;
  border: 1px solid #90c3fc !important;
  color: #000 !important;
}
#infobulle strong {
  color: #261E85 !important;
  font-weight: 700 !important;
}
#google_map,
.ui-dialog #google_map {
  border: 1px solid #90c3fc !important;
  height: 300px !important;
}
.mgL10 {
  margin-left: 10px;
}
.mgL20 {
  margin-left: 20px;
}
.mgL30 {
  margin-left: 30px;
}
.mgL40 {
  margin-left: 40px;
}
.mgL50 {
  margin-left: 50px;
}
.div_c4 {
  width: 22%;
  float: left;
}
.div_c3 {
  width: 30%;
  float: left;
}
.ombre {
  box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
}
.separateur {
  border-top: dotted 1px #142D7F;
}
.img1 {
  float: right;
  padding: 10px;
}
.puce li a {
  text-decoration: none;
}
ul.puce {
  list-style: none;
  padding: 0;
}
.puce li a:hover {
  color: #3b0088;
  font-size: 1.6rem;
}
.hautNav {
  display: flex;
  align-items: center;
}
#menu_top li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(182deg,#ff0000 30%,rgba(253,47,29,0.86318277310924) 55%,#fc8b42 90%);
}
body {
  background: #ffffff;
}
div#coordinates ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 50px;
}
footer {
  background: linear-gradient(15deg,#ff0000 30%,rgba(253,47,29,0.86318277310924) 55%,#fcb045 77%);
}
.footer-items {
  display: flex;
  align-items: center;
}
.item-bloc {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.item-bloc .item {
  margin: 20px;
}
.item {
  box-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
}
.pageAc {
  display: flex;
  align-items: center;
}
.ombre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.btnFiche {
  text-decoration: none;
  padding: 5px 10px;
  background: #3c0088;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
}
.btnFiche:hover {
  background: #fff;
  color: #3c0088;
  border: 1px solid #3c0088;
}
.chf {
  background: linear-gradient(15deg,#ff0000 30%,rgba(253,47,29,0.86318277310924) 55%,#fcb045 77%);
}
.chf:hover {
  color: #ff0000;
  border: 1px solid #ff0000;
}
h1 {
  text-align: center;
}
.box01 {
  background: #f79646;
  color: #000;
  padding: 15px;
}
.box02 {
  background: #c0504d;
  color: #000;
  padding: 15px;
}
.box03 {
  background: #8064a2;
  color: #000;
  padding: 15px;
}
.box04 {
  background: #4bacc6;
  color: #000;
  padding: 15px;
}
.box05 {
  background: #9bbb59;
  color: #000;
  padding: 15px;
}
.button {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  margin: 5px;
}
.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 660px;
  width: 60%;
  height: 100%;
  background-color: #fff;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
}
.popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
}
.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: 1.6rem;
  color: #686868;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0A0A0A;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.box06 {
  margin-top: 20px;
}
