/*
 Theme Name:   Twenty Fifteen Child
 Description:  Twenty Fifteen Child Theme
 Template:     twentyfifteen
 Version:      6.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteen-child
*/

.site-info { display: none }

.entry-footer { display: none }

.site-branding {
  color:red;!important
  font-weight:bold;
  margin-left: 10px;
}

.site-title a {
  font-size: 22px;
  color : blue;
  margin-left:-25px;
}

body {
  font-family : "Verdana" !important;
}

.ui-autocomplete.ui-widget {
  font-size: 10px;
}

.ui-menu {
   width: 250px;
   margin-left:-30px !important;
   font-size:18px;
   border:none !important;

}

.ui-menu-item {
  border: none !important;
}

#menu {
  border: none;
  margin-top: -20px;
  font-size: 16px;
}

.presentation {
  font-size:16px !important;
  text-decoration:none !important;
  border: none;
  color: #333;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
  margin-top:20px;
}

.bouton-bleu {
  background-color: #3366ff;
  border: none;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: white;
  cursor: pointer !important;
}

.bouton-informations {
  background-color: #F0F0F0;
  border: none;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer !important;
}

.bouton-connexion {
  font-weight:bold!important;
}

.fermeture-mot-cle {
  font-size: 14px;
  position: absolute;
  cursor: pointer;
}

.widget {
  margin-left:-20px;
}

.widget-title {
  font-size:16px !important;
}

label {
  margin-bottom: 5px;
}

/* slider */

.containeur-variateur {
  width: 100%;
}

.variateur {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.variateur::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3366ff;
  cursor: pointer;
}

.variateur::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3366ff;
  cursor: pointer;
}

.edition {
  margin-left: 10px;
}

.identifiant {
  margin-left: 10px;
}

.categorie {
  font-size: 12px !important;
}

.categorie-edition {
  font-size: 12px;
}

.mot-cle-edition {
  font-size: 12px;
}

.validation_categorie {
  font-size: 12px !important;
}

.reinitialisation_categorie {
  font-size: 12px !important;
}

.photo {
  border-radius: 5px;
  cursor: pointer !important;
  transition: 0.6s;
}

.photo:hover {
	opacity: 0.7 !important;
}

.pointeur {
  cursor:pointer;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.formulaire-edition {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.liste-contenu {
    margin-left:120px; !important
    font-size: 12px; !important
    font-family:"Calibri, sans-serif";
}

.item-liste {
    list-style: none;
    margin: 0;
    padding: 5px;
    display: block;
    width: 600px;
    cursor: move;
    position: relative;
    font-size: 12px; !important
}

.item-liste-contenu {
    background: transparent;
    border: 1px solid #ddd;
    padding: 10px 100px 10px 10px;
    background-color: white;
    font-size: 10px; !important
    font-family:"Calibri, sans-serif";
}

.supprimer {
    cursor: pointer;
    color: #F0F0F0;
    position: absolute;
    right: 60px;
    top: 12px;
    background-color: grey;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    line-height: 10px;
    width: 30px;
    height: 30px;
}
.ajouter {
  cursor: pointer;
  color: #F0F0F0;
  position: absolute;
  right: 15px;
  top: 12px;
  background-color: grey;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
  width: 30px;
  height: 30px;
}
.ligne {
    float: left;
    border: 1px dashed #000;
    width: 600px;
}
.ligne_placement {
    border: 1px dashed;
    visibility: visible !important;
}
 .intitule {
   height: 20px;
   width: 350px;
   font-size: 12px;
   color: black;
}


div.selection-pages {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 20px;
}


/* écran large */

@media screen and (min-width: 1025px) {

  .site-main {
    margin-top:-180px;
    background-color: transparent;
  }

  .site {
      margin: 0 auto;
      max-width: 1650px;
      background-color: transparent;
  }

  .site-content {
      display: block;
      float: left;
      margin-left: 400px;
      width: 70%;
      background-color: transparent;
  }

  .sidebar {
      float: left;
      margin-right: -100%;!important
      width: 500px;!important
      max-width: 500px;!important
      margin-left: -30px;!important
      position: relative;!important
      width: 30%;!important

  }

  .secondary {
      background-color: transparent;
      box-shadow: none;
      display: block;
      margin: 0;
      padding: 0;
      width: 450px;
  }

  .widget {
    margin-bottom:30px;
  }

  .widget-area {
    margin-top:-20px;
  }

  .diaporama {
    display: none;
    margin-top: 100px;
    margin-left:0px;;
    align: center;
  }


  .sablier {
    margin-top: 300px;
  }

  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    background-color: transparent;
  }

  #selection {
    width: 1000px;
  }

  .objet {
    width: 1000px;
  }

  .exemplaire {
    width: 150px;
    height: auto;
  }

  .containeur-photo {
    display: inline-block;
    position: relative;
    align: center;
  }

  .agrandissement {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height : 100%;
    overflow: auto;
    background-color: white;
    text-align: center;
  }

  .photo-agrandie {
    margin: auto;
    display: block;
    width: 500px !important;
    max-width: 700px !important;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  .fermeture {
    position: fixed;
    z-index : 1;
    top: 50px !important;
    right: 250px !important;
    color: black !important;
    font-size: 50px !important;
    font-weight: bold;
    cursor: pointer !important;
  }

  .resume {
    align: center !important;
    margin-top: 50px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .icone-photo-precedente {
    position: absolute;
    bottom: 0px;
    margin-top: 50px;
    left : 0px;
    color: black !important;
    width: 20px !important;
  }

  .icone-photo-suivante {
    position: absolute;
    bottom: 0px;
    margin-top: 50px;
    right: 0px;
    color: black !important;
    width: 20px !important;
  }

  .icone-photo-exemplaire {
    position: absolute;
    width: 20px !important;
  }

}

/* iPhone */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

  .header {
    border: none;
  }

  .page {
    height: 100%;
    background-color: white;
  }

  .objet {
    width: 350px;
  }

  #selection {
    margin-top: -50px;
  }

  .exemplaire {
    width: 150px !important;
    height: auto;
  }

  .containeur-photo {
    display: inline-block;
    position: relative;
    align: center;
    margin-top: 80px;
  }

  .agrandissement {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height : 100%;
    overflow: auto;
    background-color: white;
    text-align: center;
  }

  .photo-agrandie {
    margin: auto;
    display: block;
    width: 75% !important;
    max-width: 480px !important;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  .fermeture {
    position: fixed;
    z-index : 1;
    top: 30px !important;
    right: 20px !important;
    color: black !important;
    font-size: 50px !important;
    font-weight: bold;
    cursor: pointer !important;
  }

  .fermeture-edition {
    position: fixed;
    top: 20px !important;
    right: 20px !important;
    color: black !important;
    font-size: 50px !important;
    font-weight: bold;
    cursor: pointer !important;
  }

  .resume {
    align: center !important;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .icone-photo-precedente {
    position: absolute;
    bottom: 0px;
    margin-top: 50px;
    left : 20px;
    color: black !important;
    width: 20px !important;
  }

  .icone-photo-suivante {
    position: absolute;
    bottom: 0px;
    margin-top: 50px;
    right: 20px;
    color: black !important;
    width: 20px !important;
  }

  .icone-photo-exemplaire {
    position: absolute;
    width: 20px !important;
  }

}

/* iPad */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation : landscape) {

  .diaporama {
    margin-left:80px;
    margin-top: 200px;
  }

  .site-content {
      display: block;
      float: left;
      margin-left: 300px;
      width: 80%;
      background-color: transparent;
  }

  .site {
      margin: 0 auto;
      max-width: 1650px;
  }

  .sidebar {
      float: left;
      margin-right: -100%;
      max-width: 400px;
      position: relative;
      width: 30%;
  }

  .secondary {
      background-color: transparent;
      box-shadow: none;
      display: block;
      margin: 0;
      padding: 0;
  }

  .site-main {
      padding: 1.75% 0;
      background-color: transparent;
  }

  body {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6;
      background-color: transparent;
  }

  .site-content {
      background-color: transparent;
  }

  .large {
  	width: 200px;
  }

  .containeur-photo {
    display: inline-block;
    position: relative;
    align: center;
  }

  .agrandissement {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height : 1300px;
    overflow: auto;
    background-color: white;
    text-align: center;
  }

  .fermeture {
    position: fixed !important;
    z-index : 1;
    top: 50px !important;
    right: 50px !important;
    color: black !important;
    font-size: 50px !important;
    font-weight: bold;
    cursor: pointer !important;
  }

  .fermeture-edition {
    position: absolute;
    top: -100px;
    right: 10px;
    color: black !important;
    font-size: 50px !important;
    font-weight: bold;
    cursor: pointer !important;
  }

  .photo-agrandie {
    margin: auto;
    display: block;
    width: 80% !important;
    max-width: 600px;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  .icone-photo-precedente {
    position: absolute;
    bottom: 0px;
    margin-top: 50px;
    left : 0px;
    color: black !important;
    width: 20px !important;
  }

  .icone-photo-suivante {
    position: absolute;
    bottom: 0px;
    margin-top: 50px;
    right: 0px;
    color: black !important;
    width: 20px !important;
  }

  .icone-photo-exemplaire {
    position: absolute;
    width: 20px !important;
  }

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation : portrait) {

  .diaporama {
    margin-left:20px;
    margin-top: 200px;
  }

  .site-content {
      display: block;
      float: left;
      margin-left: 200px;
      width: 70%;
      background-color: transparent;
  }

  .site {
      margin: 0 auto;
      max-width: 1650px;
  }

  .sidebar {
      float: left;
      margin-right: -100%;
      max-width: 600px;
      position: relative;
      width: 30%;
  }

  .secondary {
      background-color: transparent;
      box-shadow: none;
      display: block;
      margin: 0;
      padding: 0;
  }

  .site-main {
      padding: 1.75% 0;
      background-color: transparent;
  }

  body {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6;
      background-color: transparent;
  }

  .site-content {
      background-color: transparent;
  }

  .containeur-photo {
    display: inline-block;
    position: relative;
    align: center;
  }

  .agrandissement {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 250px !important;
    left: 0;
    top: 0;
    width: 100%;
    height : 100%;
    overflow: auto;
    background-color: white;
    text-align: center;
  }

  .fermeture {
    position: fixed !important;
    z-index : 1;
    top: 50px !important;
    right: 50px !important;
    color: black !important;
    font-size: 50px !important;
    font-weight: bold;
    cursor: pointer !important;
  }

  .fermeture-edition {
    position: absolute;
    top: -100px;
    right: 10px;
    color: black !important;
    font-size: 50px !important;
    font-weight: bold;
    cursor: pointer !important;
  }

  .photo-agrandie {
    margin: auto;
    display: block;
    width: 90% !important;
    max-width: 600px;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  .icone-photo-precedente {
    position: absolute;
    bottom: 0px;
    margin-top: 50px;
    left : 0px;
    color: black !important;
    width: 20px !important;
  }

  .icone-photo-suivante {
    position: absolute;
    bottom: 0px;
    margin-top: 50px;
    right: 0px;
    color: black !important;
    width: 20px !important;
  }

  .icone-photo-exemplaire {
    position: absolute;
    width: 20px !important;
  }

}
