/*
Theme Name: JMG
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');

body{
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'DIN Pro';
}
#site-content{
	margin:50px 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;
}
#site-content a{
	color:black;
	text-decoration:none;
}
#site-content a:hover{
	color:grey;
}
@media all and (max-width: 1024px) {
	#site-content p {
		padding: 0 18px;
		font-size:15px;
	}
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 60rem !important;
  width: calc(100% - 4rem);
}
#site-content a, li, h2, h3, h4, h4, h5, h6, p {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'DIN Pro';
}
#site-content h1 {
	color:black;
	text-align:right !important;
	font-size:30px;
}
#site-content h2 {
	color:black;
	font-size:25px;
}
#site-content h3 {
	color:black;
	font-size:22px;
}
#site-content h4 {
	color:black;
	font-size:19px;
}
#site-content h5 {
	color:black;
	font-size:16px;
}
#site-content h6 {
	color:black;
	font-size:13px;
}
@media all and (max-width: 1024px) {
	#site-content h1 {
		font-family: 'DIN Pro';
		/*font-family: 'Reenie Beanie', cursive;*/
		text-align:center;
	}	
}
/*bandeau header*/
.bandeau{
	position: relative;
	text-align: center;	
	width: 100%;
	height: 150px;
	background-position: top 50% left 50%;
	background-repeat: no-repeat;
	margin-bottom:0;
}
.bandeau a{
	text-decoration:none;
	color:black;
}
@media all and (max-width: 1024px) {
	.bandeau{
		width: 100%;
		height: 150px;
		background-repeat: no-repeat;
		margin-bottom:0;
	}
}
/*Retirer le slogan*/
.site-description{
	display:none;
}
/*************Footer***************/
/*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;
}
/*************Barre de pied de page*****************/
.interface-interface-skeleton__footer {
	display: none !important;
}
@media (min-width: 782px) {
	.interface-interface-skeleton__footer {
	display: none !important;
	}
}
/*Single*/
.content{
	margin:50px auto;
	width:80%;
}
@media all and (max-width: 1024px) {
	.content{
		width:100%;
	}
}
.wp-block-image .alignleft{
	padding-right:20px;
}
.wp-block-image .alignright{
	padding-left:20px;
}
.site-navigation{
	margin:80px 50px 0 50px;
	display:flex;
	justify-content:space-between;
}
.site-navigation-prev a, .site-navigation-next a{
	color:black;
	text-decoration:none;
	padding:20px 10px;
}
.site-navigation-prev a:hover, .site-navigation-next a:hover{
	color:white !important;
}
.tax-spectacle-single{
	text-align:right;
	font-size:25px !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;
}
.container-acc{
	display:flex;
	flex-wrap:wrap
}
.content1{
	width:70%;
}
.content2{
	width:30%;
	margin:0 auto;
}
.titre-acc{
	text-align:right !important;
	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;		
	}	
}

/*Pages Cards Spectacles*/
.spectacles{
	margin-top:100px;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 20px;
}
@media screen and (max-width: 1024px) {
	.spectacles{
		grid-template-columns: auto;
	}
}
.spectacles-container img{
	height:400px;
}
.spectacles-container img:hover{
	opacity:0.5;
}
.text-spectacles {
	padding-bottom:3px;
	padding-top:3px;
	width:100%;
	text-align:center;
}
.titre-spectacle{
	margin:0;
	color:#000 !important;
	font-size: 22px;
	font-weight: 1;
}
.subtitle-spectacle{
	margin:0;
	font-size:18px;
}
.tax-spectacle{
	margin:0 0 5px 0;
	color: #727272 !important;
	font-size:15px;
	font-style:italic;
}
.tax-spectacle a{
	text-decoration:none;
	color:#727272 !important;
	font-weight: 500;
	font-size:15px;
}
.tax-spectacle a:hover{
	color:#a5a5a5 !important;
}

@media only screen and (max-device-width: 1024px) {
	.text-spectacles {
		padding-left: 20px;
		padding-right: 20px;
	}
	.titre-spectacle{
		font-size: 20px;
	}
	.subtitle-spectacle{
		font-size: 15px;
	}
}

/*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;
	font-size:18px;
	font-style:italic;	
}
.tax-spectacle-single a{
	text-decoration:none;
	color:#545454;
}
.tax-spectacle-single a:hover{
	color:#595959;
}
.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;	
}

.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;
	}	
}

/*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: black;
	display:inline-block;
	border:0.2px solid black;
	-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: black;
    -webkit-transition: background-color 80ms linear;
    -ms-transition: background-color 80ms linear;
    transition: background-color 80ms linear;		
}
