@charset "UTF-8";
/********** Variables
*****************************************************************************************************/
@font-face {
  font-family: 'roboto_slabregular';
  src: url("/assets/fonts/RobotoSlab-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansregular';
  src: url("/assets/fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/********** Mixin centré
*****************************************************************************************************/
/********** Media screen
*****************************************************************************************************/
@media screen and (min-width: 1600px) {
  html {
    font-size: 100%; } }

@media screen and (min-width: 1300px) and (max-width: 1599px) {
  html {
    font-size: 90%; } }

@media screen and (min-width: 1024px) and (max-width: 1299px) {
  html {
    font-size: 80%; } }

@media screen and (max-width: 1023px) {
  html {
    font-size: 70%; } }

/********** Général
*****************************************************************************************************/
* {
  outline: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  font-family: "roboto_slabregular", serif; }

[hidden] {
  display: none; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

img {
  border-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%; }

/********** Icones Google
*****************************************************************************************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../icons/MaterialIcons-Regular.woff2) format("woff2"), url(../icons/MaterialIcons-Regular.woff) format("woff"), url(../icons/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/********** Formulaires
*****************************************************************************************************/
form {
  width: 100%;
  margin: 4% 0 0 2%;
  font-family: "open_sansregular", sans-serif;
  border: none; }
  form .ck {
    margin-bottom: 1%; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible;
  line-height: 1.15;
  display: block;
  width: 100%;
  padding: 1%;
  margin-bottom: 14px;
  font-size: 1.2rem;
  color: #3d3d3d;
  background-color: #FFF;
  border: 1px solid #006876; }

::-webkit-input-placeholder {
  /* Chrome */
  color: #006876;
  opacity: .5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #006876;
  opacity: .5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #006876;
  opacity: .5; }

input[type="submit"], input[type="button"], a.button, a[href="#close-modal"] {
  display: inline-block;
  max-width: 8vw;
  margin-right: 1%;
  padding: .5% 1%;
  font-size: 1.1vw;
  line-height: 1.4;
  color: #006876;
  border: none;
  background-color: transparent;
  border: 1px solid #006876;
  cursor: pointer; }

input[type="submit"], input[type="button"] {
  font-family: "open_sansregular", sans-serif; }

input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
  color: #FFF;
  background-color: #006876; }

h1.form {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  color: #c7a74c; }

.boutons {
  margin: 2% 0 0 2%; }
  .boutons a {
    display: inline-block;
    max-width: 10vw;
    margin-right: 1%;
    padding: .5% 1%;
    font-size: 1.1vw;
    line-height: 1.4;
    color: #006876;
    border: none;
    background-color: transparent;
    border: 1px solid #006876;
    cursor: pointer; }
    .boutons a:hover {
      color: #FFF;
      background-color: #006876; }

body {
  height: 100%;
  background-color: #9a2d43;
  overflow-x: hidden;
  font: "roboto_slabregular", serif; }

a {
  color: #FFF; }

video {
  margin: 1rem 0; }

/********** Grille page d'introduction
*****************************************************************************************************/
#grille {
  height: 100%;
  display: grid;
  grid-template-columns: 20% 30% 50%;
  grid-template-rows: 34% 66%;
  grid-gap: 0; }
  #grille #haut {
    grid-column: 1;
    grid-row: 1;
    background-color: #c7a74c;
    text-align: right; }
    #grille #haut #close {
      display: none;
      padding-top: .4rem; }
      #grille #haut #close a {
        opacity: .5; }
        #grille #haut #close a:hover {
          opacity: 1; }
  #grille #menu1 {
    grid-column: 1;
    grid-row: 2;
    background-color: #c7a74c;
    text-align: right; }
    #grille #menu1 ul {
      margin-bottom: 1%;
      padding-right: 3%;
      font-size: 2.2rem; }
      #grille #menu1 ul li {
        margin-left: 2%;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5); }
        #grille #menu1 ul li:hover {
          border-bottom: 0.1rem solid white;
          cursor: pointer; }
        #grille #menu1 ul li.connexion {
          opacity: 0; }
    #grille #menu1 a {
      opacity: .5; }
      #grille #menu1 a:hover, #grille #menu1 a:active {
        opacity: 1; }
      #grille #menu1 a#connexion {
        margin-right: 3%;
        font-size: 1.3rem; }
      #grille #menu1 a.clique {
        opacity: 1; }
  #grille #francoise {
    position: relative;
    width: 100%;
    grid-column: 2;
    grid-row: 1;
    background-color: #3d3d3d; }
    #grille #francoise img {
      position: absolute;
      bottom: 0;
      right: 0; }
  #grille #carrousel {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006876; }
    #grille #carrousel #slider {
      height: 60vh; }
    #grille #carrousel #slider img {
      width: auto;
      height: 60vh; }
  #grille #rousset {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    background-color: #3d3d3d;
    background-image: url("../img/silhouette.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right; }
    #grille #rousset img {
      width: 50%;
      position: absolute;
      bottom: 0;
      left: 0; }
  #grille #menu2 {
    grid-column: 3;
    grid-row: 2; }
    #grille #menu2 ul {
      text-align: left;
      padding: 4rem 0 0 1%;
      font-family: "roboto_slabregular", serif;
      font-size: 3rem; }
      #grille #menu2 ul li {
        width: 95%;
        line-height: 1.4;
        border-bottom: 0.2rem solid #9a2d43; }
      #grille #menu2 ul li:hover {
        border-bottom: .2rem solid #FFF;
        cursor: pointer; }
      #grille #menu2 ul a {
        opacity: .7; }
        #grille #menu2 ul a:hover {
          opacity: 1; }

/********** Pages Infos : parcours, expos, paroles....
*****************************************************************************************************/
#infos {
  display: none;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-right: 10%;
  background: #eae1d0; }
  #infos #bandeau {
    width: 85%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between; }
    #infos #bandeau h1 {
      font-size: 2.8rem;
      color: #006876; }
    #infos #bandeau .couleur {
      color: #3d3d3d;
      background-color: #FFF; }
    #infos #bandeau #close {
      margin: 1% 33% 0 0; }
      #infos #bandeau #close a {
        color: #FFF; }
      #infos #bandeau #close a:hover {
        color: #3d3d3d; }
      #infos #bandeau #close i {
        transition-property: transform, width, height, top;
        -webkit-transition-property: transform, width, height, top;
        transition-duration: .5s;
        transition-timing-function: ease-out; }
      #infos #bandeau #close i:hover {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
  #infos .texte {
    display: none;
    width: 70%;
    margin: 6% 0 6% 2%; }
    #infos .texte h2 {
      font-size: 1.8rem;
      padding: 2% 0 .8% 0;
      color: #92846b; }
    #infos .texte p {
      font-size: 1.2rem;
      color: #3d3d3d;
      font-family: "open_sansregular", sans-serif;
      line-height: 1.5; }
      #infos .texte p strong {
        display: inline-block;
        width: 6rem;
        margin-right: 1rem;
        font-family: "roboto_slabregular", serif;
        color: #c7a74c;
        text-align: right; }
    #infos .texte form#contact {
      margin: 0; }
      #infos .texte form#contact textarea {
        width: 100%;
        margin-bottom: 1rem;
        padding: 1%;
        font-family: "open_sansregular", sans-serif;
        font-size: 1.2rem;
        color: #006876;
        opacity: .5; }

/********** Page atelier grille
*****************************************************************************************************/
#gridAtelier {
  width: 100%;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 1%; }
