:root {
  --background-color: #d864aa;
  --foreground-color: #223a5e;
}

body{
  font-size:1em;
  color:#777777;
  font-family:'Catamaran',sans-serif;
  text-align:center;
}

div.topright{z-index:2;cursor:pointer;position:fixed;width:67px;height:67px;top:50%;right:10px;display:none;}

.titre_section{
  text-align:center;
  background-color:var(--background-color);
  color:var(--foreground-color);
  font-size:20px;
  padding:10px;
}

.td_entete_tableau{
    background-color:var(--background-color);
    color:var(--foreground-color);
    padding:10px;
    text-align:left;
    vertical-align:middle;
}

table{
  font-family:'Catamaran',sans-serif;
}

tr.liste{
  background-color:#ffffff;
}

tr.liste:hover{
  background-color:#eeeeee;
}

a{
  text-decoration:none;
  color:#8f8f8f;
  cursor:pointer;
}

h1{
  font-family:'Architects Daughter',sans-serif;
  font-weight:900;
  font-size:30px;
}

h2{
  font-family:'Architects Daughter',sans-serif;
  font-weight:900;
  font-size:30px;
}

h3{
  font-weight:900;
}

.input_select{
  font-family: 'Catamaran', sans-serif;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border: 1px solid #8f8f8f;
  padding: 6px 10px;
  font-size:15px;
  color:#000000;
  height: 50px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color:#ffffff;
}

.input_montant{
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #8f8f8f;
  padding: 6px 10px;
  font-size:15px;
  width: 100px;
  text-align:right;
  color:#000000 !important;
  height: 50px;
  -webkit-appearance:none;
}

.input_text{
  border: 1px solid #8f8f8f;
  padding: 6px 10px;
  font-size:15px;
  color:#000000 !important;
  height: 50px;
  -webkit-appearance:none;
  font-family: 'Catamaran', sans-serif;
}

.input_submit{
  background-color: var(--foreground-color);
  border: 1px solid var(--foreground-color);
  padding: 6px 30px;
  font-size:15px;
  font-weight:900;
  color:var(--background-color);
  border-radius:10px;
  -webkit-appearance:none;
  cursor:pointer;
  font-family: 'Catamaran', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 50px;
}

.input_submit:hover{
  opacity:0.8;
}

.opacity_hover:hover{
  opacity:0.5;
}

.input_submit_clair{
  background-color: #3ba1c4;
  border: 1px solid #3ba1c4;
  padding: 6px 10px;
  font-size:15px;
  color:#ffffff;
  border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
  font-family: 'Catamaran', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 50px;
}

.input_submit_clair:hover{
  opacity:0.8;
}

.input_textarea{
  border: 1px solid #777777;
  padding: 6px 10px;
  font-size:15px;
  color:#000000;
  font-family: 'Catamaran', sans-serif;
}

.map{
  width:100%;
  height:70vh;
  z-index:1;
}


.map_picto_geoloc{
  cursor:pointer;
  position:absolute;
  top:20px;
  z-index:19;
  right:2%;
  width:38px;
  height:38px;
}

/*
.container-tabs
{
   margin: 0 auto;
   width: 90%;
   margin-left:5%;
   margin-right:5%;
   vertical-align:bottom;
   text-align:left;
}

.title-tab
{
   background: #8f8f8f;
   border-radius: .5em .5em 0 0;
   height: 2.5em;
   line-height: 2.5em;
   margin-right: .25em;
   padding: 0 1em;
   display:inline-block;
   color: #ffffff;
   border:1px solid #8f8f8f;
}

.content-tabs
{
   border:1px solid #8f8f8f;
   background: #ffffff;
   border-radius: 0 .5em .5em .5em;
   position: relative;
   width: 90%;
}

.content-tabs-padding{
   padding:30px;
}
*/

.table_principal
{
   width:100%;
}

.td_principal_gauche
{
   color:#203c4a;
   width:30%;
   background-color:#3ba1c4;
   vertical-align:top;
   text-align:center;
}

.td_principal_droite
{
   vertical-align:top;
   text-align:center;
}

.bloc_1_2_left{
  padding-left:10%;
  padding-right:10%;
  vertical-align:top;
  font-size:1em;
  font-weight:300;
  padding-top:50px;
  text-align:left;
  vertical-align:top;
  min-height:100vh;
}

.bloc_1_2_right{
  margin-left:3%;
  margin-right:3%;
  vertical-align:top;
  color:#000000;
  font-size:1em;
  font-weight:300;
  margin-top:50px;
  text-align:center;
  vertical-align:top;
}

.bloc_1_2_right_full{
  margin-left:0;
  margin-right:0;
  vertical-align:top;
  width:65%;
  display:inline-block;
  color:#000000;
  font-size:1em;
  font-weight:300;
  margin-top:0;
  text-align:left;
  vertical-align:top;
}

table.list{
  margin:auto;
  border-collapse:separate;
  border-spacing:0px;
  border:0;
  background-color:#203c4a;
}

tr.list_orange{
  background-color:#f39200;
  font-weight:500;
}

tr.list_orange:hover{
  background-color:#203c4a;
  color:#ffffff;
}

tr.list_even{
  background-color:#ffffff;
  font-weight:500;
}

tr.list_even:hover{
  background-color:#203c4a;
  color:#ffffff;
}

tr.list_even:hover a{
  color:#ffffff;
}

tr.list_odd{
  background-color:#eeeeee;
  font-weight:500;
}

tr.list_odd:hover{
  background-color:#203c4a;
  color:#ffffff;
}

tr.list_odd:hover a{
  color:#ffffff;
}

tr.list_selected{
  background-color:#ffffff;
  color:#203c4a;
  font-weight:900;
}

tr.list_selected a{
  color:#203c4a;
}

td.list_head_left{
  font-size:12px;
  font-weight:500;
  color:#ffffff;
  text-align:left;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

td.list_head_center{
  font-size:12px;
  font-weight:500;
  color:#ffffff;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

td.list_head_right{
  font-size:12px;
  font-weight:500;
  color:#ffffff;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

a.list_head{
  color:#ffffff;
}

a.list_head:hover{
  color:#ffffff;
}

a.list_link{
  border:1px solid #c33823;
  padding:5px;
  line-height:40px;
}

td.list_line_left{
  font-size:12px;
  text-align:left;
  vertical-align:middle;
  border-bottom:1px solid #eeeeee;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

td.list_line_center{
  font-size:12px;
  text-align:center;
  vertical-align:middle;
  border-bottom:1px solid #eeeeee;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

td.list_line_right{
  font-size:12px;
  text-align:right;
  vertical-align:middle;
  border-bottom:1px solid #eeeeee;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

.dropzone {float:left;text-align: center;}
.dropzone_carre{margin-left:auto;margin-right:auto;padding:0;position:relative;overflow:hidden;width:100px;height:100px;cursor:pointer;}
.dropzone_carre_image{max-width:100px;max-height:100px;}
.dropzone_carre_file{position:absolute;left:0;top:0;width:100px;height:100px;right:0;margin:0;padding:0;font-size:500px;cursor:pointer;opacity:0;filter:alpha(opacity=0);}
.dropzone_carre_progress{display:none;position:absolute;bottom:0;left:0;width:100px;margin:0;padding:0;}

#mask_popup{
  z-index:9;
  display:none;
  position:fixed;
  left:0;
  width:100%;
  top:0;
  height:100%;
  background-color:#e1e1e1;
  opacity:0.6;
}

#popup{
  z-index:10;
  display:none;
  position:fixed;
  left:50%;
  width:1000px;
  margin-left:-550px; /* width/2 + padding/2 */
  top:5%;
  margin-top:0px;
  max-height:70%;
  background-color:#ffffff;
  border:1px solid #cccccc;
  padding:50px;
  color:#000000;
  font-size:16px;
  overflow-y:auto;
}

#home_left
{
  position:absolute;
  left:0;
  top:0;
  width:30%;
  vertical-align:top;
}

#home_right
{
  position:absolute;
  left:30%;
  top:0;
  width:70%;
  min-height:100%;
  vertical-align:top;
}

.image_bibliotheque{
  height:140px;
  border:1px solid transparent;
}

.image_bibliotheque:hover{
  border:1px dashed #646464;
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
on off
-----------------------------------------------------------------------------------------------------------------------------------
*/

.onoffswitch {
position:relative;
width:80px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
box-shadow: inset 10px 10px 5px 0px #cfcfcf;
border-radius: 10px;
}

.onoffswitch-checkbox {
display:none;
}

.onoffswitch-label {
display:block;
overflow:hidden;
cursor:pointer;
border:1px solid #DBD9D9;
width:80px;
}

.onoffswitch-inner {
width:200%;
margin-left:-100%;
-moz-transition:margin 0.3s ease-in 0s;
-webkit-transition:margin 0.3s ease-in 0s;
-o-transition:margin 0.3s ease-in 0s;
transition:margin 0.3s ease-in 0s;
}

.onoffswitch-inner > div {
float:left;
position:relative;
width:50%;
height:20px;
padding:0;
line-height:20px;
font-size:14px;
color:white;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.onoffswitch-inner .onoffswitch-active {
padding-left:15px;
background-color:#F9F9F9;
color:#FFFFFF;
}
.onoffswitch-inner .onoffswitch-inactive {
padding-right:15px;
background-color:#F9F9F9;
color:#FFFFFF;
text-align:right;
}
.onoffswitch-switch {
width:40px;
margin:0;
text-align:center;
border:0 solid #999999;
border-radius:0;
position:absolute;
top:0;
bottom:0;
}
.onoffswitch-active .onoffswitch-switch {
background:#BFD63B;
left:0;
}
.onoffswitch-inactive .onoffswitch-switch {
background:#F47653;
right:0;
}
.onoffswitch-active .onoffswitch-switch:before {
content:"";
position:absolute;
top:0;
left:40px;
border-style:solid;
border-color:#BFD63B transparent transparent #BFD63B;
border-width:15px 10px;
}
.onoffswitch-inactive .onoffswitch-switch:before {
content:" ";
position:absolute;
top:0;
right:40px;
border-style:solid;
border-color:transparent #F47653 #F47653 transparent;
border-width:15px 10px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left:0;
 }

/*
-----------------------------------------------------------------------------------------------------------------------------------
Couleur 1
-----------------------------------------------------------------------------------------------------------------------------------
*/

.couleur_1_option{
  background-color:#203c4a;
  color:#dbe42a;
}

.couleur_1_bloc{
  background-color:#203c4a;
  padding-left:100px;
  padding-right:100px;
  padding-top:100px;
  padding-bottom:100px;
  text-align:left;
  vertical-align:top;
  width:50%;
}

.couleur_1_titre{
  color:#dbe42a;
  font-weight:900;
  font-size:30px;
}

.couleur_1_texte{
  color:#ffffff;
  padding-top:40px;
  padding-bottom:40px;
  line-height:24px;
}

.couleur_1_texte h1{
   font-size:20px;
   line-height:40px;
}

.couleur_1_texte h2{
   font-size:20px;
   line-height:40px;
}

.couleur_1_texte h3{
   font-size:20px;
   line-height:40px;
}

.couleur_1_texte p{
   padding-top:10px;
   padding-bottom:10px;
}

.couleur_1_texte a{
  color:#ffffff;
}

.couleur_1_submit{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 40px;
  font-size:15px;
  color:#203c4a;
  border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
  font-family: 'Catamaran', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 50px;
}

.couleur_1_submit:hover{
  opacity:0.8;
}

@media screen and (max-device-width: 875px), screen and (max-width: 875px)
{
    .couleur_1_bloc{
      padding-left:5%;
      padding-right:5%;
      padding-top:50px;
      padding-bottom:50px;
      width:100%;
    }
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
Couleur 2
-----------------------------------------------------------------------------------------------------------------------------------
*/

.couleur_2_option{
  background-color:#ff3840;
  color:#203c4a;
}

.couleur_2_bloc{
  background-color:#ff3840;
  padding-left:100px;
  padding-right:100px;
  padding-top:100px;
  padding-bottom:100px;
  text-align:left;
  vertical-align:top;
  width:50%;
}

.couleur_2_titre{
  color:#203c4a;
  font-weight:900;
  font-size:30px;
}

.couleur_2_texte{
  color:#ffffff;
  padding-top:40px;
  padding-bottom:40px;
  line-height:24px;
}

.couleur_2_texte h1{
   font-size:20px;
   line-height:40px;
}

.couleur_2_texte h2{
   font-size:20px;
   line-height:40px;
}

.couleur_2_texte h3{
   font-size:20px;
   line-height:40px;
}

.couleur_2_texte p{
   padding-top:10px;
   padding-bottom:10px;
}

.couleur_2_texte a{
  color:#ffffff;
}

.couleur_2_submit{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 40px;
  font-size:15px;
  color:#ff3840;
  border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
  font-family: 'Catamaran', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 50px;
}

.couleur_2_submit:hover{
  opacity:0.8;
}

@media screen and (max-device-width: 875px), screen and (max-width: 875px)
{
    .couleur_2_bloc{
      padding-left:5%;
      padding-right:5%;
      padding-top:50px;
      padding-bottom:50px;
      width:100%;
    }
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
Couleur 3
-----------------------------------------------------------------------------------------------------------------------------------
*/

.couleur_3_option{
  background-color:#e7df50;
  color:#ff3840;
}

.couleur_3_bloc{
  background-color:#e7df50;
  padding-left:100px;
  padding-right:100px;
  padding-top:100px;
  padding-bottom:100px;
  text-align:left;
  vertical-align:top;
  width:50%;
}

.couleur_3_titre{
  color:#ff3840;
  font-weight:900;
  font-size:30px;
}

.couleur_3_texte{
  color:#17414e;
  padding-top:40px;
  padding-bottom:40px;
  line-height:24px;
}

.couleur_3_texte h1{
   font-size:20px;
   line-height:40px;
}

.couleur_3_texte h2{
   font-size:20px;
   line-height:40px;
}

.couleur_3_texte h3{
   font-size:20px;
   line-height:40px;
}

.couleur_3_texte p{
   padding-top:10px;
   padding-bottom:10px;
}

.couleur_3_texte a{
  color:#17414e;
}

.couleur_3_submit{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 40px;
  font-size:15px;
  color:#e7df50;
  border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
  font-family: 'Catamaran', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 50px;
}

.couleur_3_submit:hover{
  opacity:0.8;
}

@media screen and (max-device-width: 875px), screen and (max-width: 875px)
{
    .couleur_3_bloc{
      padding-left:5%;
      padding-right:5%;
      padding-top:50px;
      padding-bottom:50px;
      width:100%;
    }
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
Couleur 4
-----------------------------------------------------------------------------------------------------------------------------------
*/

.couleur_4_option{
  background-color:#2daeca;
  color:#e7df50;
}

.couleur_4_bloc{
  background-color:#2daeca;
  padding-left:100px;
  padding-right:100px;
  padding-top:100px;
  padding-bottom:100px;
  text-align:left;
  vertical-align:top;
  width:50%;
}

.couleur_4_titre{
  color:#e7df50;
  font-weight:900;
  font-size:30px;
}

.couleur_4_texte{
  color:#ffffff;
  padding-top:40px;
  padding-bottom:40px;
  line-height:24px;
}

.couleur_4_texte h1{
   font-size:20px;
   line-height:40px;
}

.couleur_4_texte h2{
   font-size:20px;
   line-height:40px;
}

.couleur_4_texte h3{
   font-size:20px;
   line-height:40px;
}

.couleur_4_texte p{
   padding-top:10px;
   padding-bottom:10px;
}

.couleur_4_texte a{
  color:#ffffff;
}

.couleur_4_submit{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 40px;
  font-size:15px;
  color:#2daeca;
  border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
  font-family: 'Catamaran', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 50px;
}

.couleur_4_submit:hover{
  opacity:0.8;
}

@media screen and (max-device-width: 875px), screen and (max-width: 875px)
{
    .couleur_4_bloc{
      padding-left:5%;
      padding-right:5%;
      padding-top:50px;
      padding-bottom:50px;
      width:100%;
    }
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
Couleur 5
-----------------------------------------------------------------------------------------------------------------------------------
*/

.couleur_5_option{
  background-color:#1d7484;
  color:#e7df50;
}

.couleur_5_bloc{
  background-color:#1d7484;
  padding-left:100px;
  padding-right:100px;
  padding-top:100px;
  padding-bottom:100px;
  text-align:left;
  vertical-align:top;
  width:50%;
}

.couleur_5_titre{
  color:#e7df50;
  font-weight:900;
  font-size:30px;
}

.couleur_5_texte{
  color:#ffffff;
  padding-top:40px;
  padding-bottom:40px;
  line-height:24px;
}

.couleur_5_texte h1{
   font-size:20px;
   line-height:40px;
}

.couleur_5_texte h2{
   font-size:20px;
   line-height:40px;
}

.couleur_5_texte h3{
   font-size:20px;
   line-height:40px;
}

.couleur_5_texte p{
   padding-top:10px;
   padding-bottom:10px;
}

.couleur_5_texte a{
  color:#ffffff;
}

.couleur_5_submit{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 40px;
  font-size:15px;
  color:#1d7484;
  border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
  font-family: 'Catamaran', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 50px;
}

.couleur_5_submit:hover{
  opacity:0.8;
}

@media screen and (max-device-width: 875px), screen and (max-width: 875px)
{
    .couleur_5_bloc{
      padding-left:5%;
      padding-right:5%;
      padding-top:50px;
      padding-bottom:50px;
      width:100%;
    }
}

/*
-----------------------------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------------------------------
*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*
-----------------------------------------------------------------------------------------------------------------------------------
page article : contenu
-----------------------------------------------------------------------------------------------------------------------------------
*/

.contenu_article{
   text-align:left;
   padding-left:20%;
   padding-right:20%;
   line-height:20px;
}

.contenu_article h1{
   font-size:40px;
   line-height:40px;
   color:#3ba1c4;
   text-transform:uppercase;
}

.contenu_article h2{
   font-size:30px;
   line-height:40px;
   color:#3ba1c4;
   text-transform:uppercase;
}

.contenu_article h3{
   font-size:30px;
   line-height:40px;
   color:#3ba1c4;
   text-transform:uppercase;
}

.contenu_article p{
   padding-top:10px;
   padding-bottom:10px;
}

.contenu_article a{
   text-decoration:underline;
}

@media screen and (max-device-width: 875px), screen and (max-width: 875px)
{
    .contenu_article{
       padding-left:5%;
       padding-right:5%;
    }
}

//

#container-tabs {
    margin: 0 auto;
    width: 90%;
}

.container-input{
	height: 2em;
	visibility: hidden;
}

#container-tabs .container-label {
	background-color: #f9f9f9;
	border-radius: .5em .5em 0 0;
	color: #888;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	height: 2.5em;
	line-height: 14px;
	margin-right: .25em;
	padding: 0 14px;
	padding-top:0.5em;
	text-align: center;
}

#container-tabs input:hover + .container-label {
	background: #dddddd;
	color: #666;
}

#container-tabs input:checked + .container-label {
	background: #eeeeee;
	color: #444;
	position: relative;
	noz-index: 6;
}

#content-tabs {
	background: #eeeeee;
	border-radius: 0 .5em .5em .5em;
	min-height: 500px;
	position: relative;
	width: 100%;
	noz-index: 5;
	nopadding:20px;
	text-align:left;
}

#container-select {
        cursor: pointer;
	display: block;
	float: right;
	font-size: 0.8em;
	height: 2.5em;
	line-height: 1em;
	padding-right: 15px;
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
SLIDER
-----------------------------------------------------------------------------------------------------------------------------------
*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
en dessous de 875 pixels de largeur
-----------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-device-width: 875px), screen and (max-width: 875px)
{

.container-tabs
{
   margin: 0 auto;
   width: 90%;
   margin-left:5%;
   margin-right:5%;
}

#popup{
  left:10%;
  margin-left:0;
  width:80%;
  top:20%;
  margin-top:0px;
  padding:0;
  padding-top:20px;
  padding-bottom:20px;
}

}

/*
-----------------------------------------------------------------------------------------------------------------------------------
impression
-----------------------------------------------------------------------------------------------------------------------------------
*/
@media print
{

}
