/* Mise en forme du site */

@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/open-sans/opensans-bold.eot');
    src: url('../fonts/open-sans/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-bold.woff') format('woff'),
         url('../fonts/open-sans/opensans-bold.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-bold.svg#opensans-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-bolditalic';
    src: url('../fonts/open-sans/opensans-bolditalic.eot');
    src: url('../fonts/open-sans/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opens#!/usr/bin/env ans-bolditalic.woff') format('woff'),
         url('../fonts/open-sans/opensans-bolditalic.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-bolditalic.svg#opensans-bolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-extrabold';
    src: url('../fonts/open-sans/opensans-extrabold.eot');
    src: url('../fonts/open-sans/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-extrabold.woff') format('woff'),
         url('../fonts/open-sans/opensans-extrabold.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-extrabold.svg#opensans-extrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-extrabolditalic';
    src: url('../fonts/open-sans/opensans-extrabolditalic.eot');
    src: url('../fonts/open-sans/opensans-extrabolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-extrabolditalic.woff') format('woff'),
         url('../fonts/open-sans/opensans-extrabolditalic.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-extrabolditalic.svg#opensans-extrabolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-italic';
    src: url('../fonts/open-sans/opensans-italic.eot');
    src: url('../fonts/open-sans/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-italic.woff') format('woff'),
         url('../fonts/open-sans/opensans-italic.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-italic.svg#opensans-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/open-sans/opensans-light.eot');
    src: url('../fonts/open-sans/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-light.woff') format('woff'),
         url('../fonts/open-sans/opensans-light.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-light.svg#opensans-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-lightitalic';
    src: url('../fonts/open-sans/opensans-lightitalic.eot');
    src: url('../fonts/open-sans/opensans-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-lightitalic.woff') format('woff'),
         url('../fonts/open-sans/opensans-lightitalic.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-lightitalic.svg#opensans-lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/open-sans/opensans-regular.eot');
    src: url('../fonts/open-sans/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-regular.woff') format('woff'),
         url('../fonts/open-sans/opensans-regular.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-regular.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/open-sans/opensans-semibold.eot');
    src: url('../fonts/open-sans/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-semibold.woff') format('woff'),
         url('../fonts/open-sans/opensans-semibold.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-semibold.svg#opensans-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-semibolditalic';
    src: url('../fonts/open-sans/opensans-semibolditalic.eot');
    src: url('../fonts/open-sans/opensans-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-semibolditalic.woff') format('woff'),
         url('../fonts/open-sans/opensans-semibolditalic.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-semibolditalic.svg#opensans-semibolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; 
}

body{
  background-color: #ffffff;
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
  line-height: 200%;
  text-align: justify;
  color: #000000;
}

section {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

header {
  height: 160px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;  
  background-color: #000000;
  width: 100%;
  z-index: 10000;
  overflow: hidden;
  background-image: url('../img-interface/header.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}

#header_conteneur {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.menu_mobile {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}

a {
  text-decoration: none;
  color: #828f24;
}

a:hover {
  text-decoration: none;
  color: #323232;
}

h1 {
  font-size: 1.8em;
  color :#323232;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
}

h3 {
  font-size: 1.3em;
  color: #797979;
  margin: 0px;
}

.paire {
  background-color: #e4e0e0;
}

.impaire {
  background-color: #f1f1f1;
}

#principal {
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 2em;
}

#principal_contenu {
  width: 90%;
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
}

#accueil {
  width: 100%;
  height: 947px;
  background-image: url("../img-interface/fond-accueil-.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  display: flex; /*Permet le centrage vertical associé à margin: auto pour le div enfant*/

}

#accueil h1 {
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 4em;
  color: #ffffff;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}

#accueil h2 {
  text-transform: uppercase;
  font-family: 'opensans-regular',sans-serif;
  color:#ffffff;
}

#details {
  width: 90%;
  max-width: 1400px;
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

#details h2 {
  color: #afca0b;
}

.titre {
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  font-size: 3.5em;
  line-height: 120%;
  margin-top:0;
  padding-top:1em;
}

.sous_titre {
  font-family: "opensans-bold","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  line-height: 150%;
}

.texte {
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  color: #666666;
  text-align: justify;
  display: inline-block;
  width: 45%;
  margin-right: 3em;
  vertical-align: top;
}

#services {
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 2em;
}

#services_contenu {
  width: 90%;
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
}

#services_contenu ul {
  list-style-type: none;
}

#apropos {
  width: 100%;
  background-color: #e2e2e2;
  background: url('../img-interface/fond-quadrille-clair.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}

#apropos_contenu {
  width: 90%;
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
}

#tarifs {
  text-align: center;
  background-color: #ffffff;
  background: url('../img-interface/texture.jpg');
  background-position: top left;
  background-repeat: repeat-y;
  padding-bottom: 2em;
}

#abonnez_vous {
  text-align: center;
  background-color: #323232;
  background: url('../img-interface/texture.png');
  background-position: top left;
  background-repeat: repeat-y;
  padding-bottom: 2em;
}

#tarifs_contenu {
  width: 70%;
  margin: 0 auto;
}

#tarifs h2 {
  color: #afca0b;
}

#tarifs p {
  color: #ffffff;
}

.tableau_tarif {
  color: #ffffff;
  font-size: 1.3em;
  text-align: justify;
  display: inline-block;
  width: 45%;
  margin-right: 0.5em;
  vertical-align: top;
  background-color: rgba(159, 183, 13, 0.2);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

.bouton_abonnement {
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  margin-top: 1em;
  display: inline-block;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact_contenu {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.media {
  width: 340px;
  height: 270px;
  float: left;
  margin-bottom: 40px;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: left;
  line-height: 200%;
}

.media_photo {
  width: 335px;
  height: 189px;
  border: 0;
}

table {
  border: none;
}

table tr td {
  padding: 3px;
  border-collapse: collapse;
}

.categories tr:hover {
  background-color: #c5c5c5;
}

footer {
  color: #ffffff;
  background-color: #80b71d;
  padding-top: 20px;
  font-size: 0.8em;
  padding-bottom: 2em;
}

footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer_conteneur {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
}

#footer_left {
  max-width: 700px;
  width: 46%;
  display: inline-block;
  vertical-align: top;
}

footer a {
  color: #00a0c6;
}

footer a:hover {
  text-decoration: none;
  color: #929292;
}

footer img {
  border: 0px;
  opacity: 0;/* l'opacite que vous voulez au depart */
  -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* Hack IE8 */
  filter: alpha(opacity = 100); /* Hack IE 5-7 */
  -webkit-transition: opacity 0.5s ease-in-out;/* transition pour Chrome et Safari */
  -moz-transition: opacity 0.5s ease-in-out;/* transition pour Firefox */
  -o-transition: opacity 0.5s ease-in-out;/* transition pour Opéra */
  transition: opacity 0.5s ease-in-out; /* on écrit cette ligne à la fin de façon à ce que ce soit elle qui soit prise en compte lorsque l'attribut transition sera pris en compte par tous les navigateurs */    
}

footer img:hover {
  opacity: 1; /* opacite au survol */
  -ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Hack IE 8 */
  filter: alpha(opacity = 100); /* Hack IE 5-7 */
}

.gallery {
  clear: both;
  height: 215px;
  overflow: auto;
  white-space: nowrap;
  display: none;
}

.gallery img {
  margin-right: 5px;
  border: 0px;
  display: none;
}

.categorie:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
}

.note_dev {
  background-color: #ffcc00;
}

.categorie {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
  margin-bottom: 3px;
  margin-right: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;  
}

.categorie:hover {
  background-color: rgba(26, 23, 27, 0.8);
}

.droite {
  display: inline-table;
  padding-left: 1em;
  width: 48%;
  vertical-align: top;
}

.cadre_formulaire{
  background-color: #f5f3f3;
  padding: 15px;
  margin-bottom: 10px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #000000;
}

.titre_formulaire{
  font-weight: 700;
  font-size: 1.4em;
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  background-color: #444444;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

/*********** GALERIE DE PHOTOS TRIABLES ***********/

ul#liste_photos{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* style des éléments de la liste */
ul#liste_photos li{
  cursor: move;
  color: #212326;
}

/* style de l'élément fantome, qui apparait losque que l'on bouge un élément */
ul#liste_photos li.highlight{
  background: #f2f2f2;
  border: 1px dashed #222222;
  height: 314px;
  width: 235px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0px;
}

.bouton_rafraichir {
  margin-top: 5px;
  font-size: 18px;
  text-align: center;
  font-family: "opensans-light","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  font-weight: 300;
  padding: 15px;
  background-image:url('../include/upload/img/background_tile_3.jpg');
  box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
}

/*********** FIN GALERIE DE PHOTOS TRIABLES ***********/


/*********** TABLEAUX **********/

.tableau {
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%;
}

.tableau td, th {
  padding: 0.4em;
}

.tableau thead th {
  font-weight: bold;
  text-align: center;
  background-color: #393939;
  color: #ffffff;
  border-bottom: 3px solid #757575;
}

.tableau tbody td a {
  color: #4f5051;
}

.tableau tbody td a:hover {
  color: #000000;
}

.tableau tbody td+td+td+td a {
  padding-right: 1em;
}

.tableau tbody td+td+td+td a:hover {
  padding-right: 1em;
}

.tableau tbody th, .tableau tbody td {
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  text-align: left;
}

.paire {
  background-color: #e1e1e1;
}

.impaire {
  background-color: #c5c5c5;
}

.annule {
  background-color: #777777;
}

.tableau tbody tr:hover {
  background-color: #f6f6f6;
}

.tableau_icone {
  width: 25px;
}

.icone {
  border: none;
}

.initiale {
  font-weight: bold;
  text-align: center !important; 
  background-color: #bbbbbb;
  color: #000000;
  font-size: 1em;
}


/*********** FIN TABLEAUX **********/



/*********** TAGS **********/

.tag_modifier {
  font-size: 0.8em;
  color: #000000;
  background-color: #afca0b;
  padding: 0.2em 1em 0.2em 1em ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

.tag_modifier:hover {
  background-color: #c0de0c;
}

.tag_nb_medias {
  font-size: 0.8em;
  background-color: #afca0b;
  padding: 0.2em 1em 0.2em 1em ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

.tag_zero_media {
  font-size: 0.8em;
  background-color: #6d7f00;
  color: #ffffff;
  padding: 0.2em 1em 0.2em 1em ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

.tag_supprimer {
  font-size: 0.8em;
  background-color: #e80000;
  color: #ffffff;
  padding: 0.2em 1em 0.2em 1em ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

.tag_impossible_supprimer {
  font-size: 0.8em;
  background-color: #f1f1f1;
  color: #cccccc;
  padding: 0.2em 1em 0.2em 1em ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

.tag_info {
  font-size: 0.8em;
  background-color: #dcdcdc;
  color: #666666;
  padding: 0.2em 1em 0.2em 1em ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

.tag_info:hover {
  background-color: #ededed;
}

.tag_ajouter {
  font-size: 0.8em;
  background-color: #afca0b;
  color: #000000;
  padding: 0.2em 1em 0.2em 1em ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

.tag_ajouter a {
  color: #000000;
}

.tag_initiale {
  color: #ffffff;
  background-color: #666666;
  padding: 0.2em 1em 0.2em 1em ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}


/*********** FIN TAGS **********/


/***********  FORMULAIRES ***********/

#contact .libelle {
  width: 25%;
  display: block;
  float: left;
}

input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  font-size: 1em;
  color: #919699;
  border :1px solid rgba(0, 0, 0, 0.1);
  background-color: #f2f4f7;
  padding: 0.7em;
  margin: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.2em;
  vertical-align: middle;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


input.champ_text:focus, textarea.champ_text:focus, iframe.champ_text:focus {
  color: #696969;
  background-color: #f9f9f9;
}

input.champ_text_error, textarea.champ_text_error, select.champ_text_error, iframe.champ_text_error {
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  font-size: 1em;
  color: #7c7565;
  border: 1px solid #dddddd;
  background-color: #faf9f5;
  padding: 0.7em;
  border-left: 5px solid rgba(193, 65, 32, 1);
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.check_error {
  background-color: #c14120;
}

.check_text_error {
  font-size: 1.2em;
  color: #c14120;
}

.text_erreur {
  font-size: 0.8em;
  color: #c14120;
}

.bouton_valider {
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  font-size: 1em;
  color: #ffffff;
  background-color: #565656;
  border: 0px;
  margin: 0px;
  padding: 0.7em 1.5em 0.7em 1.5em;
  cursor: pointer;
  margin-bottom: 2em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.recherche {
  width: 500px;
  vertical-align: bottom;
  float: left;
}

.cadre_erreur {
  background-color: #faf9f5;
  color: rgba(193, 65, 32, 1);
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(193, 65, 32, 1);
  margin-bottom: 10px;
}

.cadre_confirmation {
  background-color: #ffffff;
  color: #007f00;
  border: 1px solid rgba(140, 190, 65, 1);
  text-align: center;
  padding: 1em;
  margin-bottom: 3em;
}

.entete_colonne {
  text-align: center;
  font-weight: bold;
  background-color: #aa9881;
  color: #ffffff;
}

.edit input {
  font-size: 0.8em;
}

.obligatoire {
  text-decoration: underline;  
}

/*********** FIN FORMULAIRES ***********/


/*********** NAVIGATION ***********/

nav {
  font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  height: 40px;
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 10px;
  color: #000000;
  max-width: 1400px;
  width: 90%;
  margin: 120px auto 0px;
  text-transform: uppercase;
}

nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 860px;
  margin: 0 auto;
}

nav li {
  float: left;
  margin: 0px;
  padding: 0px;
}

nav a {
  float: left;
  display: block;
  padding: 0px 15px 0px 15px;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  color: #000000;
}

/* Commented Backslash Hackf
   cache la règle à IE5-Mac \*/
nav a {
  float: none;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

/* Fin du hack IE5-Mac */
nav a:hover {
  color: #787878;
}

nav .current a {
  color: #ffffff;
}

nav .current a:hover {
  color: #787878;
}

nav .current{
  color: #ffffff;
  background-color: #7fb71c;
}

.separateur {
  float: left;
}


/*********** FIN NAVIGATION ***********/




/*********** PAGINATION ***********/

.pagination {
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

.pages {
  color: #afca0b;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  margin: 3px;
  background-color: #393939;
  line-height: 25px;
}

.pages:hover {
  color: #f2f2f2;
  font-weight: bold;
  text-decoration: none;
  background-color: #444444;
}

.page_actuelle {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  margin: 3px;
  background-color: #6d7f00;
  line-height: 25px;
}

.page_actuelle:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background-color: #e8e8e8;
}

/*********** FIN PAGINATION ***********/




  
/*********** ORDINATEURS ***********/
@media screen and (min-width: 1370px){

  .header_mini {
    height: 70px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffffff;
    background-image: url('../img-interface/header.jpg');
    background-position: center -160px;
    background-repeat: no-repeat;
  }

  .header_maxi {
    height: 160px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url('../img-interface/header.jpg');
    background-position: top center;
    background-repeat: no-repeat;
  }
  
  .nav_mini {
    margin-top: 17px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .nav_maxi {
    margin-top: 120px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  nav img {
    display: none;
  }

  nav a {
    color: ffffff;
  }

  section {
    width: 100%;
    margin: 0 auto;
  }
  
  .marge {
   height: 160px;
   display: block;
   background-color: #ffffff;
  }

  #contenu {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
  }

  .label_skitter p {
    font-size: 1.2em;
    text-align: center;
  }

}


/*********** FIN ORDINATEURS ***********/


  
  

/*********** TABLETTES ***********/
@media screen and (max-width: 1370px){

  
  body {
    font-size: 1em;  
  }

  header {
    height: 30px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;  
    background-color: #ffffff;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
    background-image: none;
  }

  .marge {
     height: 60px;
     display: block;
  }
  
  section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }

  #contenu {
    margin-left: 1em;
    margin-right: 1em;
  }

  .texte {
    display: inline-block;
    width: 45%;
    margin-right: 1.5em;
  }
    
  nav {
    float: none;
    width: 860px;
    margin-top: 5px;
    height: 30px;
    font-size: 1.1em;
    margin: 14px auto;
  }

  nav ul {
    width: 900px;
  }
  
  nav a {
    float: left;
    display: block;
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    color: #000000;
  }

  .header_mini {
    height: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .header_maxi {
    height: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: none;
  }
  
  .nav_mini {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background-image: none;
  }

  .nav_maxi {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
  }
  
  footer {
    font-size: 0.8em;
    height: auto;
    padding-bottom: 1em;
  }
 
   #footer_conteneur {
    padding-left: 1em;
   }

  #footer_left {
    max-width: 630px;
    width: 46%;
    display: inline-block;
    vertical-align: top;
  }

}




@media screen and (max-width: 1100px){

  #contact .libelle {
    display: block;
    width: 100%;
    float: none;
  }

  input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
    display: block;
    width: 100%;
  }
}


/*********** FIN TABLETTES ***********/





/*********** SMARTPHONE ***********/
@media (max-device-width: 870px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}

@media screen and (max-device-width: 870px){

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  
  /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

  body {
    width: auto;
    margin: 0;
    padding: 0;
  }

  /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

  img,
  table,
  td,
  blockquote,
  code,
  pre,
  textarea,
  input,
  iframe,
  object,
  embed,
  video {
    max-width: 100%;
  }

  /* conserver le ratio des images */

  img {
    height: auto;
  }

  /* gestion des mots longs */

  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    -webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; /* passage à la ligne forcé */
  }

  /* Transformer les tableaux en blocs responsives */
  table,
  tbody,
  tr,
  td {
    display: block;
    width: auto!important;
  }

  header {
    height: 70px;
    background-image: none;
  }
  
  #header_conteneur {
    width: 100%;
  }
 
  .header_mini {
    height: 60px;
  }

  .header_maxi {
    height: 60px;
  }

  .logo_mini {
    margin-top: 12px;
  }
  
  nav {
    width: 100%;
    line-height: 40px;
    margin: 0px;
    color: #ffffff;
    float: none;
  }

  nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  
  nav li {
    float: none;
    width: 100%;
  }
  
  nav a {
    float: none;
    padding: 0px;
    margin: 0px;
  }
  
  .nav_mini {
    margin: 0px;
  }

  .nav_maxi {
    margin: 0px;
  }

  .menu_mobile {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  
  .menu_ouvert {
    height: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .menu_ferme {
    height: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  h1 {
    font-size: 1.2em;
    color :#323232;
  }

  h2 {
    font-size: 1.1em;
    /*color :#d14500;*/
  }

  h3 {
    font-size: 1em;
    color: #797979;
    margin: 0px;
  }

  #accueil {
    height: 300px;
    background-position: bottom center;
    background-image: url("../img-interface/fond-accueil-pte-.jpg");
    background-position: center top;
    background-repeat: no-repeat;     
  }

  #accueil h1 {
    font-family: "opensans-regular","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    color: #ffffff;
    line-height: 130%;
    margin: auto;
  }

  #accueil h2 {
    text-transform: uppercase;
    font-family: 'opensans-regular',sans-serif;
    color:#ffffff;
  }

  .titre {
    font-size: 1.5em;
  }

  .sous_titre {
    font-size: 1.2em;
  }

  .texte {
    margin: 0;
    margin-bottom: 1em;
    display: block;
    width: 100%;
  }

  .prix {
    font-size: 1.3em;
  }

  .media {
    margin-bottom: 1em;
  }

  #tarifs_contenu {
    width: 100%;
  }

  .tableau_tarif {
    font-size: 1em;
  }

  section {
    width: 100%;
    margin: 0 auto;
  }

  .cadre_formulaire{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1em;
    margin-right: -1em;
 }

  .titre_formulaire{
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
  }

  #contact .libelle {
    display: block;
    width: 100%;
    float: none;
  }

  .label_skitter p {
    font-size: 0.8em;
    text-align: center;
  }

  input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
    display: block;
    width: 100%;
  }

  footer {
    height: auto;
    padding-bottom: 1em;
  }

  footer .titre {
    font-size: 1.6em;
  }
  
  #footer_left {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 1em;
    padding-right: 1em;
  }

}
/*********** FIN SMARTPHONE ***********/