/*
Theme Name: Twenty Twenty Child
Theme URI: http://jeanmartialguilhem.com
Description: Twenty Twenty Child Theme
Author: Jean Martial-Guilhem
Author URL: http://jeanmartialguilhem.com
Template: twentytwenty
Version: 1.0.0
*/
/*Polices*/
@import url('https://fonts.googleapis.com/css2?family=Raleway+Dots&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline+Text&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
/*Police .name pour le titre dans le header*/
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'DIN Pro';
    font-weight: 900;
}
#site-content{
	margin:0 50px;
}
@media all and (max-width: 1024px) {
	#site-content{
		margin:0 18px;
	}
}
#site-content p {
	text-align: justify;
	font-family: 'DIN Pro';
    font-weight: 300;
	font-size:16px;
}
@media all and (max-width: 1024px) {
#site-content p {
	padding: 0 18px;
	font-size:15px;
}
}
#site-content a, li, h2, h3, h4, h4, h5, h6, p {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'DIN Pro';
    font-weight: 900;
}
#site-content h1 {
	color:red;
	text-align:right !important;
	margin:50px 50px 80px 0;
}
#site-content h2 {
	color:red;
	font-size:25px;
}
#site-content h3 {
	color:red;
	font-size:22px;
}
#site-content h4 {
	color:red;
	font-size:19px;
}
#site-content h5 {
	color:red;
	font-size:16px;
}
#site-content h6 {
	color:red;
	font-size:13px;
}
@media all and (max-width: 1024px) {
	#site-content h1 {
		font-family: 'DIN Pro';
		font-weight: 900;
		/*font-family: 'Reenie Beanie', cursive;*/
		text-align:center;
	}	
}
/*bandeau header*/
.bandeau{
	position: relative;
	text-align: center;	
	width: 100%;
	height: 229px;
	background-position: top 95% left 10%;
	background-repeat: no-repeat;
	background-size: 16%; /*contain*/
	/*background-color:white;*/
	margin-bottom:0;
}
.bandeau a{
	text-decoration:none;
	color:black;
}
.name{
	font-family: "Spectral", serif;
	text-decoration:none;
	color:black;
	font-size:60px;
	text-transform: uppercase;
	font-weight:500;
	border:solid 5px red;
	border-radius:10px;
	padding:5px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow:6px 6px 6px #595959;
}
.description{
	text-decoration:none;
	color:red;
	font-size:30px;
	font-style: italic;
	display:inline-block;
	position:absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media all and (max-width: 1024px) {
	.name{
		font-size:20px;
		width: 80%;
	}	
	.description{
		font-size:15px;
		width: 100%;
	}	
	.bandeau{
		width: 100%;
		height: 150px;
		background-repeat: no-repeat;
		background-size: 20%, 90%; /*contain*/
		/*background-color:white;*/
		margin-bottom:0;
		background-image:none !important;
	}
}
/*Retirer le slogan*/
.site-description{
	display:none;
}
/*************Footer***************/
@media (min-width: 700px) {
  .footer-widgets-outer-wrapper {
    padding: 20px 0;
  }
}
/*Footer crédits*/
.footer-credits {
	display: block;
	font-size:15px;
}
.powered-by-wordpress {
	margin: 0;
}
.jmg-credit a {
	color: #000000 !important;
}
/*Footer widget*/
.widget-content p {
	/*font-family: 'Montserrat', sans-serif;*/
	font-size:1.5rem;
	font-family: 'DIN Pro';
    font-weight: 900;
}
.widget-content h2 {
	font-size:2.1rem;
	/*font-family: 'Montserrat', sans-serif;*/
	letter-spacing: 2px;
	font-family: 'DIN Pro';
    font-weight: 900;
}
.footer-widgets .widget{
	margin-top:0;
}
@media (min-width: 700px) {
	.footer-widgets .widget{
		margin-top: 0;
	}
}
/*Footer Menu*/
.footer-menu {
	font-size:15px;
	/*font-family: 'Montserrat', sans-serif;*/
	text-transform: uppercase;
	font-family: 'DIN Pro';
    font-weight: 900;
}
.footer-inner{
	border-bottom: 0.1rem solid #dedfdf;
}
.footer-widgets-outer-wrapper{
	border-bottom: none;
}
/*************Barre de pied de page*****************/
.interface-interface-skeleton__footer {
	display: none !important;
}
@media (min-width: 782px) {
	.interface-interface-skeleton__footer {
	display: none !important;
	}
}
/*Page Accueil*/
.content-acc{
	display:flex;
}
.sidebar{
	padding-left:5px;
}
.content-acc h3, .content-acc h2 {
	font-size:25px;
}
.text-spectacles a{
	text-decoration:none;
}
.toolate-text-acc{
	position: absolute;
	top: 15%;
	left: 35%;
	transform: rotate(350deg) translate(-50%, -50%);
	font-style: italic;
	font-size:25px;
	color:white;
	background-color: rgba(100, 0, 0, 0.8);
	padding:0 30px;
}
.news{
	padding:20px;
	margin: 50px 10px 50px 0; /*Margin-top 0 si titre*/
	background-color:rgba(100, 0, 0, 0.1);
	box-shadow: 6px 6px 6px grey;
	border-radius:10px;
	position: relative;
}
.intro{
	margin-top:50px;
}
.titre-news{
	position: absolute;
	margin:0 0 10px 0;
	transform: rotate(350deg);
}
.news p{
	margin-top:40px;
}
.container-acc{
	display:flex;
	flex-wrap:wrap
}
.content1{
	width:70%;
}
.content2{
	width:30%;
	margin:0 auto;
}
.titre-acc{
	text-align:right !important;
	/*width:80%;*/
	/*padding-right:50px;*/
	/*display:inline-block;*/
	margin:50px 50px 80px 0;
}
@media all and (max-width: 1024px) {
	.content1{
		width:100%;
	}
	.content2{
		width:80%;
	}	
	.titre-acc{
		text-align:center;
		width:80%;	
		display:inline-block;
		margin:50px 0 80px 0;		
	}	
}
/*Page Tournées*/
.conteneur-agenda{
	margin-top:80px;
}
.agenda {
	display:flex;
	justify-content:space-around;
	/*width:90%;*/
	margin:20px 10px 0 10px;
	padding-bottom:20px;
	/*margin-top:20px;*/
	border-bottom:1px solid red;
}
.date-agenda{
	width:20%;
	text-align:center;
	margin:auto;
}
.cadre-date{
	border:1px solid red;
	width:70%;
	line-height: normal;
	padding: 20px 0;
	border-radius:10px;
}
.day-cards{
	color: red;
	font-size: 40px;
	text-align: center;
	font-weight:bold;
}
.month-cards{
	color: red;
	font-size: 18px;
	text-align: center;	
	font-weight:bold;
}
.year-cards{
	color: red;
	font-size: 25px;
	text-align: center;	
	font-weight:bold;
}
.content-agenda{
	width:60%;
	margin:auto;
}
.agenda-img{
	width:20%;
}
.agenda-img img{
	float:right;
	width:150px;
}
.spectacle-event{
	font-size:25px;
	color: red;
	font-weight:bold;
}
.titre-event{
	font-size:18px;
}
.date-event{
	font-size:12px;
	color:#595959;
}
.btn-event{
	padding-top:20px;
}
@media all and (max-width: 1024px) {
	.agenda-img{
		display:none;
	}
	.content-agenda{
		width:70%;
		margin:auto;
	}	
	.date-agenda{
		width:30%;
		text-align:center;
		margin:auto;
	}	
	.day-cards{
		font-size: 15px;
		text-align: center;
		font-weight:bold;
	}
	.month-cards{
		font-size: 10px;
		text-align: center;	
		font-weight:bold;
	}
	.year-cards{
		font-size: 13px;
		text-align: center;	
		font-weight:bold;
	}	
	.spectacle-event{
		font-size:18px;
	}
	.titre-event{
		font-size:13px;
	}	
	.date-event{
		display:none;
	}	
}
/*Archives agenda*/
.arch-agenda{
	/*text-align:center;*/
}
.arch-agendas-vide{
	text-align:center;
}
.grid-arch{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 50px;
	padding: 50px 0;
}
@media screen and (max-width: 1024px) {
	.grid-arch{
		grid-template-columns: auto;
		padding: 18px;
	}
}
.grid-arch-content{
	text-align:justify;
}
.none-arch{
	font-size:15px;
	color:#595959;
}
/*Archives Tournées*/
.arch-agendas{
	padding:0 50px;	
}
.arch-spectacle-event{
	color:#BA272D;
}
.arch-agenda{
	font-size:15px;
}
.arch-date-event{
	color:#595959;
}
.separator-arch{
	color:red;
}
@media all and (max-width: 1024px) {
	.arch-agendas{
		padding:0 10px;	
	}
	.arch-agenda{
		font-size:13px;
	}	
}
/*Pages Cards Spectacles*/
.spectacles{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 50px;
}
@media screen and (max-width: 1024px) {
	.spectacles{
		grid-template-columns: auto;
	}
}
.spectacles-container{
	/*width:45%;*/
	position:relative;
	/*margin:20px auto;*/
}
.spectacles-container img{
	height:400px;
	border-radius:3%;
}
.spectacles-container img:hover{
	opacity:0.5;
}
.too-late img{
	opacity:0.2;
}
.text-spectacles {
	position: absolute;
	bottom: 40px;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
.titre-spectacle{
	margin:0;
	color:#fd0000;
	font-size: 25px;
	font-weight: bold;
}
.subtitle-spectacle{
	margin:0;
	font-size:18px;
}
.tax-spectacle{
	margin:3px 0 5px 0;
	color: #ffffff !important;
	font-size:15px;
	text-align:right;
	font-style:italic;
}
.tax-spectacle a{
	text-decoration:none;
	color:#ffffff;
}
.tax-spectacle a:hover{
	color:#c8c8c8;
}
.toolate{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-style: italic;
	font-size: 30px;
	padding: 20px 0;
}
@media only screen and (max-device-width: 1024px) {
	.text-spectacles {
		position: absolute;
		bottom: 40px;
		right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.titre-spectacle{
		font-size: 20px;
	}
	.subtitle-spectacle{
		font-size: 15px;
	}
	.coup-singulier{
		font-size:10px;
	}
	.toolate{	
		font-size:20px;
	}
}
/*Page Tournée*/
.spectacle-event a{
	font-size: 25px;
	color: red;
	font-weight: bold;
	text-decoration:none;
}
.text-event p{
	font-size:14px !important;
}
.titre-event{
	font-size:20px;
	font-weight: bold;
}
/*Page Compagnie*/
.content-acc{
	display:flex;
	/*align-items:center;*/
}
.sidebar{
	padding-left:30px;
}
.presentation-comp{
	border-right:solid 3px red;	
	padding-right:50px;
}
.content-acc h3, .content-acc h2 {
	font-size:25px;
}
.presentation{
	margin-top:50px;
}
@media only screen and (max-device-width: 1024px) {
	.content-acc{
		display:flex;
		flex-wrap:wrap;
	}
	.presentation-comp{
		border-right:none;	
		padding-right:0;
	}	
	.sidebar{
		padding-left:0;
	}	
}
/*Pages Spectacles*/
.text-spectacles-single{
	margin:50px 0;
}
.titre-spectacle-single{
	margin:0;
	color:#fd0000;
	font-size: 30px;
	font-weight: bold;	
}
.tax-spectacle-single{
	margin:3px 0 5px 0;
	color: #595959 !important;
	font-size:18px;
	font-style:italic;	
}
.tax-spectacle-single a{
	text-decoration:none;
	color:#545454;
}
.tax-spectacle-single a:hover{
	color:#595959;
}
.subtitle-spectacle-single{
	margin:0;
	font-size:15px;
	color:#595959;
}

.too-late {
  position: relative;
}
.too-late img{
	width:60px;
	height:auto;
}
.too-late-texte {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-50%, -50%);
  font-style:italic;	
}
@media only screen and (max-device-width: 1024px) {
	.too-late-texte {  
	  left: 20%;	
	}
}
.modal-body{
	padding:0;
}
.date-crea{
	margin:auto;
	font-size:15px;
	color:#595959;
	margin-top: 20px;
}
.info-spectacle{
	margin:auto;
	color:#595959;
	font-size:15px;
	margin-top: 20px;
}
.presentation-spectacle{
	display:inline-block;
	color:#595959;
	margin:30px 0 0 0;
	font-size:15px;
}
.contain-text-modal{

}
.text-modal{
	margin-top:50px;
}
.text-modal p{
	text-align:jutify;
	font-size:15;
}
.text-modal h3{
	font-size:20px;
}
.tournees-modal{
	width:100%;
	margin-left:50px;
}
@media only screen and (max-device-width: 1024px) {
	.tournees-modal{
		margin-left:0;
	}
}
.titre-modal{
	margin:50px 50px 0 0;
	font-size:30px;
	color:#BA272D;
	border-bottom: 0.1rem solid;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-image: linear-gradient(to right, red 25px, white 77%) 10;	
}
.teaser-modal{
	/*margin-right:50px;*/
}
.contener-single{
	display:flex;
	margin-top:50px;
	flex-wrap:wrap;
}
.element1{
	width:60%;
}
.img-present{
	float:left;
	margin-right:15px;
}
.contain-text-modal{
	width:40%;
}
.info-single{
	margin-left:50px;
}
.info-single{
	margin-left:50px;
}
.contener-doss{
	margin: 50px 50px;
}
.dossier{
	margin-top:20px;
}
@media only screen and (max-device-width: 1024px) {
	.element1{
		width:100%;
	}	
	.contain-text-modal{
		width:100%;
	}
	.info-single{
		margin-left:0;
	}	
	.contener-doss{
		margin: 0;
	}	
}
/*Video Teaser*/
.ifram-video{
	margin-top:30px;
}
.grid-teaser{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 50px;
	/*padding: 50px;*/
}
.grid-teaser p{
	margin:0;
	padding:0 !important;
	font-size:15px;
}
.grid-teaser a{
	text-decoration:none;
	color:#595959;
}
.grid-teaser a:hover{
	color:black;
}
@media only screen and (max-device-width: 1024px) {
	.text-modal{
		width:100%;
		margin-top:50px;
	}	
	.text-modal h3{
		padding:0 18px;
		font-size:20px;
	}	
	.tournees-modal{
		width:100%;
	}
	.teaser-modal{
		margin-right:0;
	}	
	.btn-close{
		position:absolute;
		right:1px;
		top:1px;
		font-size:25px;
		width:50px;
		height:50px;	
	}
	.grid-teaser{
		grid-template-columns: auto;
	}	
}
/*Agenda Pages Spectacles*/
.agenda-modal{
	display:flex;
	justify-content:space-around;
	/*width:80%;*/
	margin:auto;
	/*padding-bottom:20px;*/
	margin:20px 50px 0 0;
	/*border-bottom:1px solid #BA272D;*/
}

.agenda-modal p{
	color:#595959;
}
.date-agenda-modal{
	width:20%;
	text-align:center;
}
.cadre-date-modal{
	border:1px solid red;
	width:80%;
	line-height: normal;
	padding: 10px 0;
	border-radius:10px;
}
.day-cards-modal{
	color: red;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.month-cards-modal{
	color: red;
	font-size:12px;
	text-align:center;	
	font-weight:bold;
}
.year-cards-modal{
	color: red;
	font-size: 15px;
	text-align: center;	
	font-weight:bold;
}
.content-agenda-modal{
	width:60%;
	margin:auto;
	font-size:15px;
}
.btn-event-modal{
	padding-top:15px;
}
@media only screen and (max-device-width: 1024px) {
	.spectacles-container{
		width:100%;
	}
	.cadre-date-modal{
		width:100%;
	}	
	.date-agenda-modal{
		width:25%;
	}	
	.agenda-modal{
		display:flex;
		justify-content:space-around;
		margin:auto;
		margin:20px 0 0 0;
	}	
}
/*Archives spectacles*/
.arch-modal{
	margin:auto;
	margin:20px 50px 0 0;
}
.arch-modal p{
	color:#595959;
}
/*Page Contact*/
.content-form {
	display:flex;
	margin: 0 10px;
}
.formulaire {
	width:60%;
}
.info-contact{
	width:40%;
	padding:80px 0 0 80px;
}
@media only screen and (max-device-width: 1024px) {
	.content-form {
		display:flex;
		margin: 0;
		flex-wrap:wrap;
	}
	.formulaire {
		width:100%;
	}
	.info-contact{
		width:100%;
		padding:0;
	}
}
/*Forumlaire*/
 .wpcf7-form {
    display: grid;                     /* affichage en grille */
    grid-template-columns: 1fr 1fr;    /* format des colonnes de la grille, dans ce cas la largeur est divisée en 2 colonnes de taille égale */
    margin: 40px auto;                 /* marge externe de 40 pixels en haut et en bas et marge automatique à droite et à gauche alignée au centre de la largeur */
}
.wpcf7-form p:nth-child(4), .wpcf7-form p:nth-child(5), .wpcf7-form p:nth-child(6), .wpcf7-form p:nth-child(7) {
    grid-column-start: 1;  /* l’élément commence au début de la colonne 1 */
    grid-column-end: 3;    /* l’élément s’arrête à la fin de la colonne 2 */
}
.wpcf7-form p:nth-child(2){
	margin-right:10px;
}
.wpcf7-form p:nth-child(7) {
    text-align: center;    /* alignement du texte au centre et dans ce cas, c’est le bouton qui est aligné */
}
.wpcf7-spinner {
    margin: 0 -48px 0 24px;    /* marge externe de 0 pixel en haut et en bas, -48 pixels à droite et 24 pixels à gauche */
}
@media screen and (max-width:600px) {
	.wpcf7-form p:nth-child(2){
		margin-right:0;
	}	
	.wpcf7-form {
      grid-template-columns: 1fr;    /* la grille ne comporte plus qu’une colonne */
    }
    .wpcf7-form p:nth-child(4), .wpcf7-form p:nth-child(5), .wpcf7-form p:nth-child(6), .wpcf7-form p:nth-child(7) {
      grid-column-end: 1;    /* les éléments s’étalent jusqu’à la fin de la première colonne */
    }
}
input[type=text].wpcf7-text, textarea.wpcf7-textarea, select.wpcf7-select, .wpcf7 input[type="email"] {
  padding: 10px;                /* marge interne de 10 pixels*/
  border-radius: 3px;           /* rayon de la bordure courbé de 3 pixels */
  border: 1px solid #d9dbdd;    /* bordure large de 1 pixel, continue et de couleur #d9dbdd (code couleur HEX) */
  background: #e8eaed;          /* arrière-plan de couleur #e8eaed (code couleur HEX) */
  font-size: 17px;              /* taille de police de 17 pixels */
  color: #33415c;               /* couleur de police */
}
/*Bouton*/
input[type="submit"].wpcf7-form-control {
	margin:50px 0 100px 0;
	display:flex !important;
	list-style: none !important;
	flex-wrap:wrap;
	font-size: 15px;
	color: #000000;
	text-align:center;
	padding:4px;
	margin:0 10px 10px 0;
	text-decoration:none;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	transition: .5s ease;	
	text-decoration: none;
	color: #dc3545;
	display:inline-block;
	border:0.2px solid #dc3545;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding:10px;		
	background: white;
}
input[type="submit"].wpcf7-form-control:hover {
	color:#ffffff !important;
    -webkit-transition: color 80ms linear;
    -ms-transition: color 80ms linear;
    transition: color 100ms linear;
    background-color: #dc3545;
    -webkit-transition: background-color 80ms linear;
    -ms-transition: background-color 80ms linear;
    transition: background-color 80ms linear;		
}
/*Bouton Collapse*/
.bout-collapse {
	font-size: 15px;
	margin-top:30px;
	/*Supprimer l'affichage des boutons des menus*/
	display:none;
}
.btn-content {
	display: flex;
	align-items: center;
}
.bout-collapse.collapsed span {
	transform: rotate(135deg);
	color: green;
}
.bout-collapse span {
	display: inline-block;
	position: relative;
	font-size: 20px;
	margin-left: 20px;
	transition: .3s ease-in-out;
	color: red;
}