﻿/*
Theme Name: Production Théâtre des Grands Enfants
Author: Virginie G.
Author URI:
Description: Un thème pour les productions originales du Théatre Des Grands Enfants (31270 Cugnaux)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: production-des-grands-enfants
*/

/***************************************************
CSS PRODUCTION DES GRANDS ENFANTS
***************************************************/

/***************************************************
GLOBAL
***************************************************/
@font-face
{
    font-family: 'bellerose';
    src: url(fonts/Bellerose.ttf);
}

* {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

video {
  max-width:50%;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

a,
.widget .fa-envelope + a {
  text-decoration: none;
  color: white;
}

a:hover,
.widget .fa-envelope + a:hover{
  color: crimson;
  text-decoration: none;
} 

body {
  color: rgba(0, 0, 0, 0.95);
  font-size: 1rem;
  line-height: 150%;
  box-shadow: 0 0 1px 1000px rgba(0, 0, 0, 0.1) inset;
  background-color: white;
}

.centre {
  text-align: center;
}

.border50 {
  border-radius: 50%;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/***************************************************
STRUCTURE
***************************************************/
.menu-haut {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: left;
  background-color: white;
  max-width: 1200px;
}

#entete {
  text-align: center;
  padding: 7rem 0 5rem 0;
  color: rgb(255, 255, 255);
}

/** MENU **/

#menu {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
}

#menu ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-transform: uppercase;
  max-width: 1200px;
  max-height: 120px;
}


#menu a {
  padding: 1rem 2rem;
  display: block;
  font-weight: 400;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: black;
}

#menu-mobile {
  display: none;
}

#menu-mobile i {
  color: black
}

#menu .current_page_item a  {
  font-weight: 500;
}

#page {
  width: 750px;
}

#pleine-page {
  width: 100%;
}

.index {
  display: flex;
  width: 50%;
  height: 400px;
}

#image {
  margin-left: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

.bouton-index {
text-align: center;
  color: white;
}

.bouton-index a {
  color: black;
}

.inter h1, .details h1 {
  text-align: center;
  line-height: 150%;
}

.inter {
  margin-bottom: 2.5rem;
  background-color: #ffffff;
}

.indexpublic {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  height: 346px;
}

.indexplus {
  background-color: #ffffff;
  display: flex;
  width: 100%;
}

h2 a {
  color: #444444;
}

.tests h2,
.articles h2,
.inter h2 {
  color:Black;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: -5%;
}

.articles h2, .spectacles h2, .standard h2, .standard h1, .synopsis h3, .pres-spectacles h3, .noel h3{
  font-family: 'bellerose', Arial, Helvetica, sans-serif !important;
}

.articles .theme h2{
  padding: 0%;
  margin-top: -0.3%;
}

.index:last-child,
.inter:last-child {
  margin-bottom: 0;
}

/** Colonne **/

#colonne {
  width: 300px;
  min-height: 400px;
}

.widget {
  border: 2px solid rgb(225, 180, 10);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
  color:rgb(25, 200, 180);
}

.widget h3 {
  margin: 0;
  font-size: 1.15rem;
  padding: 5px 0 13px 0;
  position: relative;
  margin-bottom: 20px;
}

.widget h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.95);
  content: "";
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget li {
  position: relative;
  background-image: url(img/baseline-arrow_right-24px.svg);
  background-position: -10px 0;
  background-repeat: no-repeat;
  padding: 0 0 10px 15px;
}
.widget li span{
  font-size: 0.9rem;
}

.widget p {
  padding-bottom: 1rem;
}

.widget a {
  color: #9d9d9d;
  line-height: 150%;
}

/** PIED **/

#pied {
  min-height: 50px;
  align-items: center;
  font-size: 1rem;
  padding: 2rem 0;
  margin-top: 2.5rem;
}

#pied small, #pied a{
  font-size: 0.95rem;
}

footer ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

footer {
  background-color: white;
}

footer li {
  margin-left: 20px;
}

footer.conteneur {
  padding-top: 2%;
  text-align: center;
  padding-bottom: 2%;
}

/***************************************************
TYPO
***************************************************/

#entete .logo,
#entete p {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin: 0;
  line-height: 100%;
  padding: 0;
    
}
#entete p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem
}

.logo a {
  line-height: 4rem;
  opacity: 0.99;
  font-variant: small-caps;
  font-size: 3.5rem;
  display: block;
  padding: 0 0 2rem 0;
  letter-spacing: 2px;
  font-weight: 500;
}

/*
.logo a:first-letter{
    font-weight: 700;
}
*/

h1,
h2,
h3,
h4,
h5,
h6,
.logo,
.bouton {
  margin: 0;
}

h1 {
  font-size: 2.25rem;
  padding: .5rem 0 2.75rem 0;
}

h2 {
  font-size: 1.65rem;
  padding: 1.5rem 0 1.5rem 0;
  font-weight: 300;
    
}

h3 {
  font-size: 1.25rem;
  padding: 1.5rem 0 1rem 0;
  font-weight: 700;
}

h4 {
  font-size: 1rem;
  padding: 2rem 0 1rem 0;
  font-weight: bold;
}

h5 {
  font-size: 0.75rem;
  padding: 2rem 0 1rem 0;
  font-weight: 700;
}

h5 {
  font-size: 0.75rem;
  padding: 2rem 0 1rem 0;
  font-weight: 300;
}

p {
  margin: 0;
}

.presentation h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0 0 1.5rem 0;
  text-align:center;
  color: Black;
}

.presentation {
  background-color: #444444;
  padding: 5%;
  max-width: 50%;
  margin: auto;
}

.spectacles {
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
  max-width: 50%;
}

.pres-spectacles {
  padding: 10px;
  max-width: 50%;
  margin: auto;
  display: inline;
  flex-direction: row;
  text-align: center;
}

.indexpublic .pres-spectacles {
  max-width: 40%;
  text-align: center;
  margin-top: 4%;
  margin: auto;
}

.affichepublic {
  margin: 30px;
}

.carousel-affiches {
  background-color: #444444;
  padding: 5%;
  width: 50%;
}

.public {
  margin: auto;
}

.public img {
  max-width: 450px;
}

.image {
  background-size: cover;
  width: 450px;
  height: 300px;
}

.image img {
  display: none;
}

.spectacles h2 {
  font-weight: bold;
  color: white;
  padding-top: 0;
}

.spectacles p {
  color: white;
}

.carousel-affiches span {
  max-width: 100%;
}

.infos,
.infos span,
.infos a {
  color: #9d9d9d;
}

.infos > span {
  margin: 0 10px;
}

.infos > span:first-child {
  margin-left: 0;
}

blockquote {
  font-size: 1.25rem;
  font-style: italic;
  color: #9d9d9d;
  border-left: 7px solid #e0e0e0;
  margin: 0;
  padding: 1rem 0 1.25rem 2rem;
}

blockquote p {
  margin: 0;
  padding: 0;
}

#page li,
#pleine-page li {
  list-style: square;
}

/***************************************************
formulaire
***************************************************/

label {
  display: block;
}

input,
textarea,
select {
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
}

input[type="submit"] {
  font-weight: bold;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1.25rem
}

input, textarea {
  margin-top: 5px;
  margin-bottom: 5px;
}

textarea {
  height: 200px;
  resize: vertical;
}

input:focus, textarea:focus {
  background-color: #c8c8c8;
  color: white;
}

input:invalid {
  box-shadow: none;
}

/***************************************************
Page zone HTML5/CSS3 (tests CSS3)
***************************************************/

.fond-video {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.up {
  padding-top: 30px;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}

#pleine-page .titre-absolu {
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 200px;
  margin: 0;
  padding-top: 90px;
  z-index: 50;
}

.tim {
  border: 2px solid #e0e0e0;
}

.text-shadow {
  font-weight: bold;
  color: white;
}

.bouton {
  padding: 7px 14px;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.bouton:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  color: white;
}

.bouton:active {
  box-shadow: none;
}


.transition:hover {
  margin: 25px 0 0 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.colonne {
  column-count: 3;
  column-width: auto;
  column-gap: 30px;
  column-rule: 1px solid #e0e0e0;
}

.degrade {
  min-height: 100px;
  border: 1px solid grey;
  background-color: orange;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue,
  indigo, violet);
}

.rotate {
  width: 200px;
  height: 200px;
  background-color: red;
  transition: all 2s ease;
  cursor: pointer;

}

.rotate p {
  color: #fff;
  padding: 15px;
}

.rotate:hover {
  transform: rotate(360deg)
}

.scale-content {
  width: 150px;
  height: 150px;
  border: 2px solid grey;
  overflow: hidden;
  cursor: crosshair;
}

.scale-content img {
  transition: all 1s ease;
  filter: grayscale(100%);
}

.scale-content img:hover {
  transform: scale(2);
  filter: none;
}

.origin {
  width: 50px;
  height: 50px;
  background-color: red;
  transition: all 2s ease;
}

.origin:hover {
  transform: rotate(180deg);
  transform-origin: 0 0;
}

.drop-shadow {
  -webkit-filter: drop-shadow(2px 2px 5px grey);
  filter: drop-shadow(2px 2px 5px grey);
}

/* Accordion */
.accordion h3{
  background-color: rgba(230, 0, 134,0.7);
  color: white;
  cursor: pointer;
  padding: 1.5rem;
  margin-top: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.accordion h3+div{
  padding: 1.5rem;
  border: 1px solid rgb(230, 0, 134);
}
.accordion .ui-state-active, .accordion h3:hover {
  box-shadow: none;
  background-color: rgb(230, 0, 134)
}

/* Tabs */
#pleine-page .tabs>ul{
  padding: 0;
  margin: 0;
  display: flex;
}
#pleine-page .tabs>ul>li{
  list-style: none;
  flex-grow: 1;
  padding: 1rem;
}
#pleine-page .tabs>ul>li>a{
  color: rgb(230, 0, 134);
  display: block;
  font-size: 1.25rem;
  line-height: 150%;
}
#pleine-page .tabs>ul>.ui-state-active>a{
  color:rgba(0, 0, 0, 0.95);
  font-weight: bold;
  border-bottom: 3px solid rgba(0, 0, 0, 0.95);
}

/***************************************************
Page Portfolio
***************************************************/

/** Galerie alsacreations */

.alsa * {
  padding: 0;
  margin: 0;
  border: 0;
}

.alsa ul {
  font-size: 11px;
  overflow: auto;
  padding: 15px 0 30px 30px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.03);
  list-style: none;
}

.alsa li {
  width: 160px;
  height: 160px;
  overflow: hidden;
  float: left;
  margin: 14px 14px 0 0;
  cursor: url(../img/bug.png), pointer;
}

.alsa p {
  height: 40px;
  padding: 0 10px;
  opacity: .8;
  color: #fff;
  line-height: 130%;
  background: #000;
  transition: margin-top .2s ease-out;
}

.alsa li:hover p {
  margin-top: -40px;
}

.alsa strong {
  display: block;
  padding-top: 3px;
  font-weight: 700;
}
/** Galerie fancybox */
#pleine-page .fancy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
    
}
#pleine-page .fancy li{
  list-style: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 1rem 0;
}

/** Owl Carousel*/

.owl-dots {
  text-align: center;
}
.owl-dot {
  display: inline-block;
  margin-right: 10px; 
}
.owl-dot span {
  background-color: #FFF;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgb(255, 25, 159);
}
.active span {
  background-color: rgb(255, 25, 159);
}
.owl-prev,.owl-next{
  position: absolute;
  top: 45%; 
}
.owl-prev i,.owl-next i{
  font-size: 40px; color: rgb(255, 25, 159);
}
.owl-prev {left: -30px;}

.owl-next{right: -30px;}


/***************************************************
ZONE JQUERY
***************************************************/

#pleine-page.rouge {
  background-color: #e9001d;
}

.conteneur .border {
  border: 2px solid blue;
}

.boite {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 90%;
}

button:focus,
button:hover {
  opacity: 0.8;
}

button:focus {
  cursor: default;
}

header {
  background-color: white;
}

.top{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.3);
  padding: 8px 0 0 11px;
  position: fixed;
  color: #fff;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  opacity: 0;
  transition: all 2s ease;
}
.top.affiche{
  opacity: 1;
}

.fixe {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.99);
  box-shadow: 0 2px 11px -2px rgba(0,0,0,0.6);
  padding-top: 0px;
  display: flex;
}

#menu.fixe a{
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
}

.card-body {
  Background-color: rgba(0,0,0,0.5)
}

.logo-menu {
  background-image: url('img/logoprod.png');
  background-size: cover ;
  height: 100px;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 70px;
}

.post-categories {
  text-decoration: none;
}

.duo, .coordonnees {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #444444;
}

.duovideo {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.pres-spectacles a{
  color:#444444;
  height: 500px;
}

.puces {
  display: flex;
  flex-direction: wrap;
}

.theme {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  background-color: white;
}

.formulaire {
  background-color: white;
  margin: auto;
}

.coordonnees {
  background-color: #444444 ;
  text-align: left;
  color: white;
}

.adresse {
  padding-top: 100px;
  padding-left: 100px;
}

.plan {
  padding: 50px 100px 50px 100px;
  margin: auto;
}

.philo span{
  text-align: center;
}

.lesplus {
  margin: 100px;
  margin-bottom: 20px;
  width: 30%;
}

.devise {
  padding-bottom: 20px;
  padding-top: 100px;
  width: 100%;
}

/*.histoire {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}*/

.details h1{
  font-family: bellerose, Arial, Helvetica, sans-serif;
  padding-top: 2%;
  padding-bottom: 2%
}

.details h2 {
  font-family: bellerose, Arial, Helvetica, sans-serif;
  color:#444444;
  text-align: center;
  font-size: 2rem;
  padding: 0;
  font-weight: bold;
  padding-bottom: 3%;
}

.info-spectacle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.synopsis {
  max-width: 100%;
  padding: 3%;
}


.dldocs {
  text-align: center;
}

.dldocs ul {
  padding-inline-start: 0;
}

.dldocs li {
  display: inline-block;
  border: 1px solid #444444;
  border-radius: 3px;
  padding: 1%;
  margin: 1%;
}

.alignement {
  display: flex;
}

.alignement span {
  margin-top: auto;
  margin-bottom: auto;
}

.tel {
  background-image: url('img/puce-tel.png');
}

.mail {
  background-image: url('img/puce-mail.png');
}

.maison {
  background-image: url('img/puce-maison.png');
}

.puce {
  background-image: url('img/puce-rouge.png');
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
  width: 20px;
  height: 17px;
}

.clock {
  background-image: url('img/horloge.png');
  background-size: cover;
  margin-top: 0.5%;
  width: 20px;
  height: 20px;
}

.tel, .mail, .maison {
  background-size: cover;
  width: 60px;
  height: 50px;
}

.wp-block-image img {
  border-radius : 10px;
  border: 2px solid #444444;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto
}

.pres-lesplus {
  margin: auto;
  max-width: 1500px;
  padding: 2%;
}

.backfont {
  background-color: #444444;
  color: white;
}

.standard h2, .standard h1{
  font-weight: bold
}

.standard {
  max-width: 1200px;
  margin: auto;
  padding-top: 2%;
  padding-bottom: 5%;
}

.conteneur a{
  color: #444444
}

.synopsis h3 {
  padding-top: 0.3%;
}

.pres-spectacles h3 {
  padding-top: 0%;
}

.noel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  margin-bottom: 3%;
}

.noel h3 {
  padding: 0 !important;
  font-weight: inherit;
}

/*
.end-blocks img {
  position: absolute;
  right: 0%;
} */

.end-blocks {
  text-align: center;
}

hr {
  margin-top: 3%;
  margin-bottom: 3%;
}

.noel .puce {
  margin-top: 12%;
}

.contact {
  background-color: white;
}

.contact h2, .contact p {
  color: #444444;
}

@media screen and (max-width: 700px) {
  #menu-mobile i {
    color: #444444 !important;
    margin: auto;
    padding-top: 20px;
    text-align: right;
    padding-right: 150px;

  }

  .menu-haut .logo-menu {
    display: none;
  }

  #menu-mobile .logo-menu {
    height: 115px;
    position : absolute;
  }

}

.phone {
  background-image: url("img/puce-tel.png");
  background-size: cover;
  width: 36px;
  height: 30px;
  margin: auto 10px auto auto;
}

.up .alignement span {
  color: #e9001d;
}

#menu .alignement {
  margin-left: 100px;
}

iframe, .teaser iframe {
  width: 100%;
}

iframe {
  height: 450px;
}

.teaser iframe {
  height: 286px; 
  vertical-align: middle;
}

.teaser {
width: 40%;
margin: auto;
margin-right: 30px;
}