/* *************************
     inc.haut.php
*************************** */
/* *** Menu *** */
/*
li.active a:link,
li.active a:visited,
li.active a:hover,
li.active a:active {
  color: #6f9815;
}
*/


/* *************************
     ajouter_nom.php
*************************** */
/* afficage des blocks d'ajout prénom/festival/personnalité */
.ajoutCache {
  display: none;
  height: 0;
}

.ajoutAffichage {
  display: block;
  height: auto;
}

/* tableau des prénoms */
/*
@-moz-document url-prefix() {
  fieldset { 
    display: table-cell;
  }
}
*/



/* BG of jumbotron image */
.customJumboBg{

    width: 100%;
    height: auto;
    background: green url("../inc/images/ajouter.jpg") no-repeat top left;
    background-image: url("../inc/images/ajouter.jpg");

    -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
    background-size: 100% auto;
}
.customJumboBg h1,
.customJumboBg h3 {
    color: white;
    text-shadow: 2px 2px 2px #00FF00;
}
.customJumboBg p {
    color: black;
}

/* glyphicon */
.icon-modify {
    color: green;
}
.icon-remove {
    color: red;
}

/* Sppression de la rangée de recherche */
.paging_simple_numbers,
.dataTables_info,
.dataTables_wrapper .row:first-child {
    display: none;
}

/* *** Tableau *** */
/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 99%;
  margin-left: auto;
  margin-right: auto; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #043200; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
tr { 
  border: 1px solid #000;
}
tr:hover { 
  background-color: #eaffea; 
}

/* Bottom table row */
tr.tableRowButtPrenom, tr.tableRowButtPrenom th, tr.tableRowButtPrenom td,
tr.tableRowButtFestival, tr.tableRowButtFestival th, tr.tableRowButtFestival td,
tr.tableRowButtPersonnalite, tr.tableRowButtPersonnalite th, tr.tableRowButtPersonnalite td { 
  border-bottom: 1px solid black;
}

/* affichage tableau normal */
.tableNormale { 
  display: block; 
}
.tableResponsive { 
  display: none; 
}

/* affichage tableau normal */
@media screen and (max-width: 400px) { 
  .tableNormale { 
    display: none;
  }
  .tableResponsive { 
    display: block; 
  }
}

/* *************************
     calendrier.php
*************************** */
.sous-titre { 
    max-width: 400px;
    width: 90%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    background-color: #98b756; 
  }

.titreH1 { 
  margin: 25px 0; 
  color: white;

  -webkit-text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
  -moz-text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
  -ms-text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
  -o-text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
  text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
}

/* slider responsive */
/* Slider css */
  #containerSlider  {
    position: relative;
    width: 660px;
    height: 350px;
    margin: 20px auto;
    background-color: grey;

    -webkit-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
    -moz-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
    -ms-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
    -o-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
    box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  }
  #myImage {
    position: absolute;
    width: 660px;
    height: 350px;
  }
  #left_holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 350px;
    /*background: rgba(15, 15, 15, 0.3);*/
  }
  #right_holder {
    width: 100px;
    height: 350px;
    position: absolute;
    right: 0;
    top: 0;
    /*background: rgba(15, 15, 15, 0.3);*/
  }
  #barres,
  #barres img {
    position: absolute;
    width: 660px;
    height: 350px;
  }
  #barres #imageBarres01 {
    display: inline-block;
  }
  #barres #imageBarres02 {
    display: none;
  }
  .arrow_left {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 25%;
  }
  .arrow_right {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    right: 25%;
  }
  .clear-space {
    display: none;
  }

@media screen and (max-width: 700px) {
  #containerSlider  {

    position: relative;
    width: 90%;
    height: auto;
    margin: 20px auto;
    background-color: cyan;
  }
  #myImage {
    position: absolute;
    width: 100%;
    height: auto;
  }
  #left_holder {
    position: absolute;
    max-width: 50px;

    max-height: auto;
    /*height: auto;*/

    left: 0;
    top: 0;
  }
  #right_holder {
    position: absolute;
    width: 25px;
    height: auto;
    right: 0;
    top: 0;
  }
  #barres,
  #barres img {
    position: absolute;
    max-width: 660px;
    width: 100%;
    max-height: 350px;
    height: auto;
  }
  #barres #imageBarres01 {
    display: none;
  }
  #barres #imageBarres02 {
    display: inline-block;
  }
  .arrow_left {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 100px;
    left: 15%;
  }
  .arrow_right {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 100px;
    right: 40%;
  }

  /* Réajuster le reste des éléments */
  .clear-space {
    /*display: block;
    max-width: 660px;
    width: 100%;*/
    margin-top: 50vw;
    /*height: auto; */ 
  }
  .class-suite {
    margin-top: 50vw;
  }
}


/* *************************
     contact.php
*************************** */
/* BGD form */
.well-contact {
  border: 2px solid white;
  background-color: white;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}





/* form */
.panel-default > .panel-heading { /* couleur des forms */
  background-color: #f5ffdf;
}

.form-control:focus { /* couleur du focus */
  border-color: #00FF00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 255, 0, 0.6);
}
/*
textarea:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
*/
/* ---------------------------------------------------------------------------------------------------------------------- */
/* *************************
     contact.php
*************************** */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 12, 2017 */
@font-face {
    font-family: 'abeatbykairegular';
    src: url('https://mesprenoms.com/inc/fonts/abeatbykai/abeakrg-webfont.eot');
    src: url('https://mesprenoms.com/inc/fonts/abeatbykai/abeakrg-webfont.eot') format('embedded-opentype'),
         url('https://mesprenoms.com/inc/fonts/abeatbykai/abeakrg-webfont.woff2') format('woff2'),
         url('https://mesprenoms.com/inc/fonts/abeatbykai/abeakrg-webfont.woff') format('woff'),
         url('https://mesprenoms.com/inc/fonts/abeatbykai/abeakrg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'julius_sans_oneregular';
    src: url('https://mesprenoms.com/inc/fonts/Julius_Sans_One/juliussansone-regular-webfont.eot');
    src: url('https://mesprenoms.com/inc/fonts/Julius_Sans_One/juliussansone-regular-webfont.eot') format('embedded-opentype'),
         url('https://mesprenoms.com/inc/fonts/Julius_Sans_One/juliussansone-regular-webfont.woff2') format('woff2'),
         url('https://mesprenoms.com/inc/fonts/Julius_Sans_One/juliussansone-regular-webfont.woff') format('woff'),
         url('https://mesprenoms.com/inc/fonts/Julius_Sans_One/juliussansone-regular-webfont.ttf') format('truetype'),
         url('https://mesprenoms.com/inc/fonts/Julius_Sans_One/juliussansone-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* *************************
     Général
*************************** */
/* body */
body{
  margin:0;
  padding: 0;
  font-family: calibri, arial, sans-serif;
  background: transparent url("https://mesprenoms.com/inc/images/body_bgd1.jpg") repeat left top;
}

/* footer */
footer{
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
footer p {
  text-align: center;
}
footer p a:link,
footer p a:visited
footer p a:active,
footer p a:focus,
footer p a:hover,
footer p a {
  text-decoration: none;
  color: black;
  text-align: center;
}
footer p a:focus,
footer p a:hover {
  color: #022000;
}

/* AngularJS CSS */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none;
}


/* étoile des formulaires */
span.etoile {
  font-size: 12px;
  color: red;
}

/* Affichage erreur & valide */
.valide,
.erreur {
  /*border: 1px solid red;*/
  padding: 3px;
  /*
  margin-left: auto;
  margin-right: auto;
  */
  margin-bottom: 15px;
}
.valide {
  /*border: 1px solid green;*/
}
.valide p,
.erreur p {
  /* text-align: center; */
  font-size: 12px;
  line-height: 24px;
  vertical-align: middle;
  color: red;
}
.valide p {
  color: green;
}

.class-space {
  margin: 20px auto 15px auto;
}

.alert-success {
  color: white; /* #3c763d */
  background-color: #022000; /*#dff0d8;*/
  border-color: #d6e9c6;
}
.well {
  padding: 19px 0 19px 0 !important;
  background-color: #fff !important;
}

/* *************************
     haut.php
*************************** */
/* Nanigation */
header {
  overflow: hidden;
  background-color: black;
}
.nav-logo, .nav-title {
  float: left;
}
.nav-hamburger, .nav-menu {
  float: right;
}
.myClearFloat {
  clear: both;
  height: 0;
}

.nav-logo {
  margin: 15px 0 15px 50px;
}
.nav-title {
  margin: 15px 0 15px calc(40% - 400px);
}
.nav-title h1 {
  margin: 0;
  margin-top: 7px;
  padding: 0;
  font-family: 'abeatbykairegular', Arial, Sans-serif;
  color: white;
}
.nav-hamburger {
  display: none;
  margin: 0;
}
.nav-menu {
  margin: 15px 50px 15px 0;
  height: 19px;
}
.nav-menu ul,
.nav-menu li {
  overflow: hidden;
  display: inline-block;
  width: auto;
  height: auto;
  list-style: none;
  text-decoration: none;

  margin: 0;
  padding: 0;
}
.nav-menu li {
  float: left;
  padding: 20px;
}
.nav-menu li:first-child {
  padding-left: 0;
}
.nav-menu ul {
  overflow: hidden;
}
.nav-menu li a {
  text-decoration: none;
  font-family: 'julius_sans_oneregular', Arial, 'sans-serif';
  font-size: 16px;
  color: #FFF;

  margin: 0;
  padding: 0;
}

/* Media queries */
@media screen and (max-width: 1042px) {
  /* title margin */
  .nav-title {
    margin: 15px 0 15px calc(50% - 200px);
  }
  /* hamburger */
  .nav-hamburger {
    overflow: hidden; /* hamburgur bars  flots */
    float: right;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 15px 50px 15px 0;

    border: 1px solid green;
  }
  .nav-hamburger .icon-bar {
    width: 95%;
    height: 2px;
    margin: 6px auto 0 auto; 
    background-color: white;
  }
  /* menu */
  .nav-menu {
    float: none; /* the menu goes down */
    clear: both; /* Clean the nav blocks */
    height: 0;
    margin: 0;

    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -ms-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
  }
  .nav-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .nav-menu li {
    float: none;
    width: 98%;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align:center;
  }
  .nav-menu li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #FFF;
  }
  .nav-menu li a:link,
  .nav-menu li a:visited,
  .nav-menu li a:active,
  .nav-menu li a:hover,
  .nav-menu li a:focus {
    color: white;
  }
  .nav-menu li a:hover,
  .nav-menu li a:focus {
    background-color: white;
    color: #022000;
  }

  /* Navigation size */
  .nav-menu-size {
    height: 225px;

  }
}

@media screen and (max-width: 320px) {
  /* title margin */
  .nav-logo {
    margin: 5px 0 5px 15px;
  }
  .nav-title {
    margin-left: 30px;
  }
  .nav-hamburger {
    margin: 10px 15px 5px 0;
  }
  .nav-title h1 {
    font-size: 24px;
  }
}


/* *************************
     index.php
*************************** */
/* IMG entête */
.home-img {
  width: 100%;
  height: 17.6vw;

  background: #67b267 url("../images/home-children.jpg") no-repeat top left; 
  background-size: cover;
}

/* Affichage date du jour */
.home-titre {
  width: 450px;
  margin: 20px auto 50px auto;
  padding: 10px;
  background-color: #022000; 
  text-align: center;
}
.home-titre p {
    font-family: 'julius_sans_oneregular', Arial, 'sans-serif';
  }
.home-titre p br {
  display: none;
  font-family: 'julius_sans_oneregular', Arial, 'sans-serif';
}
.home-titre p span.home-date  {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  color: white;
}
.home-titre p span.home-dateDuJour {
  margin-right: 10px;
  font-size: 22px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  color: #fefcd2; 
}
.home-titre p span.home-dateDuMois {
  margin-right: 10px;
  font-size: 26px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  color: #fef968;
}
.home-titre p span.home-dateDuAnnee {
  margin-right: 10px;
  font-size: 30px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  color: #e2da03;
}

/* myDateNaissance & myDateNaissanceSubmit */
.myDateNaissance {
  display: inline-block;
  max-width: 550px;
  width: 95%;
  margin: 0 auto 20px auto;
  margin-right: auto;
  background-color: #bdc182;
}
.myDateNaissance p{
  color: #022000;
}

.myDateNaissance a:link,
.myDateNaissance a:visited,
.myDateNaissance a:active,
.myDateNaissance a:hover,
.myDateNaissance a:focus 
.myDateNaissance a {
    color: #022000;
    text-decoration: underline;
}
.myDateNaissance a:hover,
.myDateNaissance a:focus {
  color: #00ff00;
}

@media (min-width: 768px) {
  .myDateNaissance .col-sm-2 {
      width: 160px !important;
  }
}
/* Affichage de naissance */
.naissance-titre {
  width: 450px;
  margin: 0 auto 50px  auto;
  padding: 10px;
  text-align: center;
  background: white !important; 
}
.naissance-titre p span.naissance-date  {
  display: inline-block;
  margin-right: 20px;
  font-family: 'julius_sans_oneregular', Arial, 'sans-serif';
  font-size: 18px;
  color: #212d00;
}
p span.naissance-jour {
  font-size: 22px;
  color: #ace239; 
}
p span.naissance-mois {
  font-size: 26px;
  color: #8eb53c;
}
p span.naissance-annee {
  font-size: 30px;
  color: #68930b;
}

/* Affichage date du jour */
.tab-titre {
  width: 280px;
  margin: 20px auto;
  padding: 10px;
  background-color: #022000; 
}
.tab-titre h2 {
  display: inline-block;
  width: 265px;
  margin: 10px auto;
  font-size: 20px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  color: white;
}

/*
p span.home-dateDuJour {
  font-size: 20px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  color: #fefcd2; 
}
p span.home-dateDuMois {
  font-size: 22px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  color: #fef968;
}
p span.home-dateDuAnnee {
  font-size: 24px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  color: #e2da03;
}
*/

/* myDateNaissance & myDateNaissanceSubmit */
/*
.myDateNaissance {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.myDateNaissance a:link,
.myDateNaissance a:visited,
.myDateNaissance a:active,
.myDateNaissance a:hover,
.myDateNaissance a:focus 
.myDateNaissance a {
    color: white; /* #3c763d */
  /*  text-decoration: underline;
}
.myDateNaissance a:hover,
.myDateNaissance a:focus {
  color: #00ff00;
}

/* input date de naissance submit */
/*
.myDateNaissanceSubmit {
  color: white;
  background-color: #022000;
  border-color: white;
}
.myDateNaissanceSubmit:focus 
.myDateNaissanceSubmit:hover {
  color: #00ff00;
}
*/
@media screen and (max-width: 600px) {
  /* Affichage date du jour */
  .home-titre {
    display: inline-block;
    width: 99%;
   /* width: 450px;
    margin: 20px auto 50px auto;
    padding: 10px;
    background: #67b267; */
  }
  .home-titre p br {
    display: block;
  }
  .home-titre p span.home-date  {
    margin-right: 16px;
  }
  .home-titre p span.home-dateDuJour {
    font-size: 18px;
  }
  .home-titre p span.home-dateDuMois {
    font-size: 22px;
  }
  .home-titre p span.home-dateDuAnnee {
    font-size: 26px;
  }

  /* Affichage date du jour */
  .tab-titre {
    width: 99%;
    text-align: center;
  }
  .tab-titre h2 {
    width: auto;
   /* display: inline-block;
    width: 265px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
    color: white;*/
  }

  /* Affichage de naissance */
  .naissance-titre {
    width: 70%;
  }
    
  /* myDateNaissance & myDateNaissanceSubmit */
  .myDateNaissance {
    width: 100%;
  }


}

/* *************************
     ajouter_prenom.php
*************************** */
.ajout-img {
  width: 100%;
  height: 27.14vw;

  background: #67b267 url("../images/ajouter.jpg") no-repeat top left; 
  background-size: cover;
}

/* Entête */
.myAjout {
  width: 450px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}
.myAjout h1 {
  font-family: 'abeatbykairegular', Arial, Sans-serif;
}
.myAjout > p {
  margin: 0;
  padding: 0;
}

/* Ajouter un prénom titre */
.myAjoutPrenom {
  width: 100%;
  height: auto;
  max-width: 1227px;
  max-height: 333px;
  background: transparent url("http://universpixel.com/nosnoms/inc/images/ajouter.jpg") no-repeat top left; 
}

@media screen and (max-width: 470px) {
  /* Entête */
  .myAjout {
    width: 280px;
    margin: 20px auto 30px auto;
    padding: 10px;
  }
  .myAjout h1 {
    text-align: center;
    font-size: 22px;
    text-shadow: 4px 4px 2px rgba(2, 30, 0, 1);
    color: white;
  }
}
@media screen and (max-width: 300px) {
  /* Entête */
  .myAjout {
    width: 99%;
  }
}

  /*
  .myAjoutPrenom {
    background: transparent url("http://universpixel.com/nosnoms/inc/images/ajouter_small.jpg") no-repeat top left; 
  }
  */
}

.myAjoutPrenom span {
  background-color: #022000; 
}
/*
.myAjoutPrenomGrand h1 {
  text-align: center;
  font-size: 32px;
  text-shadow: 4px 4px 2px rgba(2, 30, 0, 1);
  color: white;
}
*/
.myAjoutPrenomGrand {
  width: 85%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;

  border: 1px solid white;
  background-color: #bdc182;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.myAjoutPrenomGrand h1 {
  text-align: center;
  font-size: 32px;
  text-shadow: 4px 4px 2px rgba(2, 30, 0, 1);
  color: white;
}
.myAjoutPrenomGrand p {
  text-align: center;
  font-size: 22px;
  color: #022000;
}
.myAjoutPrenomPetit {
  width: 85%;
  margin: 0 auto 10px auto;
  padding: 10px;
  text-align: center;
  background-color: #bdc182;
}
.myAjoutPrenomPetit h3 {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 22px;
  text-shadow: 4px 4px 2px rgba(2, 30, 0, 1);
  color: white;
}
.myAjoutPrenomPetit p {
  margin: 0 ;
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #022000;
}

@media screen and (max-width: 475px) {
  .myAjoutPrenomPetit {
    width: 99%;
  }
}



/* Affichage prenoms/festivals/personnalites size */
.myFormulaireSize {
  clear: left; /* Clean subContainer  float */
  display: none;
  height: 0;

  margin-bottom: 50px;

  -webkit-transition: height 2s ease;
  -moz-transition: height 2s ease;
  -ms-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition: height 2s ease;
}

.myformulaireAjout:focus,
.myformulaireAjout:hover {
  cursor: pointer;
  background-color: #005500;
}

.affichage-pre-size,
.affichage-fes-size {
  display: block;
  height: auto; /* 583px; */

  -webkit-transition: height 2s ease;
  -moz-transition: height 2s ease;
  -ms-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition: height 2s ease;
}
.affichage-per-size {
  display: block;
  height: auto; /* 534px; */

  -webkit-transition: height 2s ease;
  -moz-transition: height 2s ease;
  -ms-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition: height 2s ease;
}

/* Affichage prénom, festival & personnalité ajoutés */
.myAjoutIdentification {
  overflow: hidden;
  margin: 40px auto 0 auto;
}

.myAjoutPrenomFestivalPersonnalite:focus,
.myAjoutPrenomFestivalPersonnalite:hover {
  cursor: pointer;
  background-color: #005500;
}
.myAjoutPrenomFestivalPersonnalite p {
  text-decoration: underline;
}

.myIdentification {
  display: none;
  height: 0;
}
.identification-size {
  display: block;
  height: auto;

  -webkit-transition: height 2s ease;
  -moz-transition: height 2s ease;
  -ms-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition: height 2s ease;
}

.well {
  overflow: hidden;
}

/* *************************
     prenoms.php
*************************** */
/* Titre de la page */
.myHonneur {
  width: 600px;
  margin: 20px auto 50px auto;
  padding: 10px;
  text-align: center;
}
.myCalendrier {
  width: 700px;
}

.myHonneur h1 {
  text-align: center;
  font-family: 'julius_sans_oneregular', Arial, 'sans-serif';
  font-size: 32px;
  text-shadow: 4px 4px 2px rgba(2, 30, 0, 1);
  color: white;
}

/* IMG */
.babyNames,
.babyNames img {
  width: 300px;
  height: 281px;
  margin-right: auto;
  margin-left: auto;
}
.babyNames {
  margin-bottom: 20px;
  -webkit-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  -moz-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  -ms-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  -o-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
}

/* Affichage prénoms */
.myHonneurRemplir {
  width: 500px;
  cursor: pointer;
  margin: 0 auto 20px auto;
  padding: 10px;
  text-align: center;
}
.myHonneurRemplir > p {
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  color: white;
}

/* Prénoms recherche */
.myPrenomRecherche a:link,
.myPrenomRecherche a:active,
.myPrenomRecherche a:visited,
.myPrenomRecherche a:hover,
.myPrenomRecherche a:focus,
.myPrenomRecherche a {
  color: black;
}
.myPrenomRecherche a:hover,
.myPrenomRecherche a:focus {
  color: #022000;
}

.myPrenomResultat h4 {
  text-align: center;
  color: black;
}

/* Formulaire recherche prénoms */
.well-recherche {
  display: none;
  height: 0;

  border: 1px solid white;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.recherche-auto {
  display: block;
  height: auto;
}

/* Affichage formulaire ajout prénom/festival/personnalité */
/* Affichage prénoms */
.myformulaireAjout {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;

  margin: 50px;
}
.myformulaireAjout h4 {
  text-decoration: underline;
}
/* title margin */
.upContainer {
  overflow: hidden; /* Fix subContainer float */
  margin: 0;
  padding: 0;
}
.subContainer {
  float: left;
  width: 33.33%;
}
.myformulaireAjout {
  width: 90%;
  margin: 10px auto;
}

@media screen and (max-width: 320px) {
  .subContainer {
    float: none;
    display: block;
    width: 100%;
  }
  .myformulaireAjout {
    display: block;
    width: 99%;
    margin: auto;
  }
}

/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 
  /* title margin */
  /*
  .col-sm-4 {
    display: inline-block;
    width: 33.33%;
    margin: 0;
    padding: 0;
  }
  .myformulaireAjout {
    width: 90%;
    margin: 10px auto;
  }
}
*/
/*
@media screen and (max-width: 768px) {
  .myformulaireAjout {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  /* title margin */
  /*
  .col-sm-4 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .myformulaireAjout {
    width: 99%;
    margin: 10px auto;
  }
}
*/


@media screen and (max-width: 635px) {
  /* Titre de la page */
  .myHonneur {
    width: 99%;
    margin: 20px auto 30px auto;
    padding: 10px;
    text-align: center;
  }
  .myHonneur h1 {
    text-align: center;
    font-size: 22px;
    text-shadow: 4px 4px 2px rgba(2, 30, 0, 1);
    color: white;
  }
}

@media screen and (max-width: 540px) {
  /* Titre de la page */
  .prenom-titre  {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .myHonneur {
    width: 99%;
    margin: 20px auto 30px auto;
    padding: 10px;
    text-align: center;
  }
  .myHonneur h1 {
    text-align: center;
    font-size: 22px;
    text-shadow: 4px 4px 2px rgba(2, 30, 0, 1);
    color: white;
  }
}

@media screen and (max-width: 568px) {
  /* Titre de la page */
  .myHonneur h1 {
    font-size: 24px;
  }

  .myAjoutPrenomGrand,
  .myHonneurRemplir {
    width: 99%;
  }
  .myAjoutPrenomGrand,
  .myHonneurRemplir p {
    font-size: 16px;
  }

  /* Image baby names */
  .babyNames {
    width: 50%;
    height: auto;
  }
  .babyNames img {
    width: 100%;
    height: auto;
  }
}

/* Formulaires */
.form-group {
  padding: 10px;
}

/* *************************
     calendrier.php
*************************** */
.sous-titre { 
  max-width: 600px;
  width: 90%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 36px;

  border: 1px solid white;
  background-color: #bdc182;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sous-titre p { 
  margin: 0;
  padding: 0; 
  color: #022000;
}

.titreH1 { 
  margin: 25px 0; 
  color: #022000;

  -webkit-text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
  -moz-text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
  -ms-text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
  -o-text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
  text-shadow: 3px 4px 3px 1px rgba(201,201,201,1) !important;
}


/* slider responsive */
/* Slider css */
  #containerSlider  {
    position: relative;
    width: 660px;
    height: 350px;
    margin: 20px auto;
    background-color: grey;

  -webkit-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  -moz-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  -ms-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  -o-box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  box-shadow: 3px 4px 3px 1px rgba(201,201,201,1);
  }
  #myImage {
    position: absolute;
    width: 660px;
    height: 350px;
  }
  #left_holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 350px;
    /*background: rgba(15, 15, 15, 0.3);*/
  }
  #right_holder {
    width: 100px;
    height: 350px;
    position: absolute;
    right: 0;
    top: 0;
    /*background: rgba(15, 15, 15, 0.3);*/
  }
  #barres,
  #barres img {
    position: absolute;
    width: 660px;
    height: 350px;
  }
  #barres #imageBarres01 {
    display: inline-block;
  }
  #barres #imageBarres02 {
    display: none;
  }
  .arrow_left {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 25%;

    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
  }
  .arrow_right {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    right: 25%;

    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
  }
  .clear-space {
    display: none;
  }

@media screen and (max-width: 700px) {
  #containerSlider  {

    position: relative;
    width: 90%;
    height: auto;
    margin: 20px auto;
    background-color: cyan;
  }
  #myImage {
    position: absolute;
    width: 100%;
    height: auto;
  }
  #left_holder {
    position: absolute;
    max-width: 50px;

    max-height: auto;
    /*height: auto;*/

    left: 0;
    top: 0;
  }
  #right_holder {
    position: absolute;
    width: 25px;
    height: auto;
    right: 0;
    top: 0;
  }
  #barres,
  #barres img {
    position: absolute;
    max-width: 660px;
    width: 100%;
    max-height: 350px;
    height: auto;
  }
  #barres {overflow: hidden; /* Cache les barres du slider */

  }
  #barres #imageBarres01 {
    display: none;
  }
  #barres #imageBarres02 {
    display: inline-block;
  }
  .arrow_left {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 20vw; /*100px;*/
    left: 15%;
  }
  .arrow_right {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 20vw; /*100px;*/
    right: 40%;
  }

  /* Réajuster le reste des éléments */
  .clear-space {
    /*display: block;
    max-width: 660px;
    width: 100%;*/
    margin-top: 50vw;
    /*height: auto; */ 
  }
  .class-suite {
    margin-top: 50vw;
  }
}

@media screen and (max-width: 320px) {
  .arrow_left {
    width: 20px;
    height: 20px;
  }
  .arrow_right {
    width: 20px;
    height: 20px;
  }
}

/* *************************
     contact.php
*************************** */
/* Titre */
h2.titreH1 {
  font-family: 'julius_sans_oneregular', Arial, 'sans-serif';
}
/* BGD form */
.well-contact {
  border: 2px solid white;
  background-color: white;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* form */
.panel-default > .panel-heading { /* couleur des forms */
  background-color: white;
}
.panel-default > .panel-heading > .panel-tible > a { /* couleur des liens */
  color: #022000;
  text-decoration: underline;
}

.form-control:focus { /* couleur du focus */
  border-color: #00FF00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 255, 0, 0.6);
}

@media screen and (max-width: 320px) {
  h2.titreH1 {
    margin-bottom: 10px;
  }
  .contact_soustitre h3 {
    font-size: 16px;
  }
}

/* *************************
     Webpage names color
*************************** */
/* *** Menu *** */
li.active a:link,
li.active a:visited,
li.active a:hover,
li.active a:active {
  color: #6f9815;
  font-weight: 300;
}

/* *************************
     mentions.php
*************************** */
.mentions {
  max-width: 700px;
  width: 98%;
  height: auto;
  margin: 50px auto;
  padding: 5px;
  background-color: #fbfbf7;
}