@charset "utf-8";
/* CSS Document */

/*

Theme Name: ACT Théâtre
Theme URI: 
Description: Programmation par Mathieu Poirier.
Version: 1.0
Author: Mathieu Poirier
Author URI: mailto:jean.mathieu.poirier@gmail.com
 

*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}


/* Reset safari formulaires */

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

div{
	box-sizing: border-box;
}

img{
	display:block;
    height:auto;
}

h6{
	font-size:0.8em;
}

sup{
	font-size:0.6em;
	vertical-align: super;
}

em{
	font-style:italic;
}

u{
	text-decoration:underline;
}


/* CAPTION WORDPRESS*/

.alignleft{float:left;margin-right:1em}
.alignright{float:right;margin-left:1em}
.aligncenter{display:block;margin:0 auto;text-align:center}

.align_r{
	text-align:right;
}

.align_m{
	text-align:center;
}

.align_l{
	text-align:center;	
}

.wp-caption {
    text-align: center;
	padding: 0.2em;
	color:#A2A4A6;
	font-weight:300;
}


/* CSS RÉPÉTITIF */

.click{
	cursor:pointer;
}

.clear{
	clear: both;
    height: 0;
    overflow: hidden;
}

.mailchimp_wrap .clear{
    height:auto;
    overflow:auto;
}

.mailchimp_wrap {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 2em;
    max-width: 100%;
    width: auto;
    z-index: 9999;
    box-shadow: 0 0 80em rgb(0 0 0 / 85%);
    border-radius: 8px;
}

.show_mailchimp{
    color: #6DD4D1;
    font-weight: 400;
    cursor:pointer;
}

.close_mailchimp{
    position: absolute; top: 1em; right: 1em; cursor: pointer;
}


.desktop{
	display:block;
}

.mobile{
	display:none;
}

.bullet li, li.bullet{
	list-style-type:square;
}

.no-bullet li, li.no-bullet{
	list-style-type:none!important;
}

.inline li{
    display:inline-block;
    padding-right:1em;
}

.inline li:last-child{
    padding-right:0;
}

.float-right{
    float:right;
}

.float-left{
    float:left;
}

.centered{
    text-align:center;
}

.smaller{
    opacity:0.7;
    font-size:0.8em;
}

.majuscules{
    text-transform: uppercase;
}

.gras{
    font-weight:500;
}

.centered_absolute_in_container{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    position:absolute;
}

a:link, 
a:visited,
a:hover{
	text-decoration:none;
	color:inherit;
}



/******************ESSENTIELS******/


body{
    position:relative;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#444444;
    overflow-x: hidden;
}

.inside{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 2em;
}

.w_inside{
    width:100%;
    padding: 0 2em;
}

article {
    margin: 4em 0 7em;
    min-height: 50vh;
}

.inverted img, img.inverted{
    filter:invert(1);
}

aside{
    float:left;
    width:30%;
    padding-right:3em;
}

aside li{
    padding-right:2em!important;
}

main.main_with_aside{
    float:right;
    width:70%;
}

.sous_menu {
    padding-top: 0!important;
    padding-bottom: 2em!important;
}

.sous_menu:first-child {
    border-right: solid 1px #d3d3d3;
}

.sous_menu li {
    list-style-type: none!important;
    padding-left: 0!important;
    margin-left: 0!important;
    text-transform: uppercase;
    font-size:1.4em!important;
    padding-bottom: 0.5em!important;
}

.sous_menu li a:hover{
    color:#6dd4d1!important;
}

.video {
    position: relative;
    padding-bottom: 56.25%!important;
    height: 0;
    overflow: hidden!important;
    background-color: #6A6A6A;
    margin:0 0 2em 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



/******************\ESSENTIELS******/

/****************TEXTE******/


h2 {
    font-size: 2.3em;
    font-family: 'Oswald', sans-serif;
    padding-right: 1em;
    border-bottom: solid 2px #F86635;
    width: fit-content;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    color: #F86635;
    font-weight: 600;
    text-transform: uppercase;
    line-height:1.3em;
}

h3{
    font-size:1.5em;
    font-family: 'Oswald', sans-serif;
    padding-bottom:1em;
    line-height:1.3em;
}

h4 {
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0;
    font-weight: 600;
    line-height:1.3em;
}

h5 {
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    font-weight: 600;
    line-height:1.3em;
}

h6 {
    font-size: 0.9em;
    line-height: 1.2;
    padding-bottom: 1em;
}

p{
    font-size:1.2em;
    padding-bottom:1em;
    line-height:1.3em;
    font-weight:300;
}

.texte .contenu_p ul, .texte .contenu_p ol, .texte ol, .quiz ul{
    padding-top:0.2em;
    padding-bottom:1em;
    line-height:1.3em;
}

.texte .contenu_p ul li, .texte .contenu_p ol li, .texte ol li, .quiz ul li  {
    padding-bottom: 0.2em;
    line-height: 1.2em;
    display: list-item;
    font-size: 1.2em;
    padding-left: 0.5em;
    margin-left: 2.5em;
    font-weight: 300;
}

.texte .contenu_p li, .texte .quiz li{
    list-style-type:square;
}

.texte .contenu_p ol li, .texte ol li {
    list-style-type: decimal;
}

.texte .quiz ol li{
    padding-bottom:1em;
    line-height:1.2em;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    margin: 1.5em 0;
    width:100%;
    clear:both;
    display:block;
}

h3, .texte .contenu_p > *:first-child{
    padding-top:1.3em;
}

.texte .contenu_p > *:last-child{
    padding-bottom:0;
}

.texte a:link, .texte a:visited, .texte a:hover{
    color:#F86635;
    font-weight:400;
}

bold, strong{
    font-weight:600;
}

.bouton_general {
    padding: 1em 1.5em!important;
    background-color: #F86635;
    color: #FFF!important;
    text-transform: uppercase;
    margin-top: 2em;
    outline:0;
    border:none;
    cursor:pointer;
}

aside .autres_actualites .bouton_general {
    background-color: #c9c9c9;
}

.bouton_general:hover{
    opacity:0.9;
}

/****************\TEXTE******/

/******************HEADER*FOOTER******/

.connexion {
    background-color: #6dd4d1;
    padding: 1em 0;
    color: #FFF;
    font-size: 0.9em;
}

.connexion ul{
    padding-bottom:0;
}

.header, .footer{
    background-color:#222222;
    padding:2em 0;
    color:#FFF;
    position:relative;
    width:100%;
}

.sticky_header {
    position: fixed;
    top: 0;
    z-index: 99999999;
    font-size: 0.8em;
    padding:0!important;
}

.logo{
    width:100%;
    max-width:17.2em;
}

.sticky_header{
    border-bottom:solid 1px #FFF;
}

.sticky_header .logo {
    max-width: 6em;
    padding: 1em 0;
}

.sticky_header .menu_principal {
    margin-top: 0!important;
}

.sticky_header .menu_principal ul li {
    padding-top: 1em;
}

.sticky_header .menu_principal ul li ul {
    top: 2.2em;
    font-size: 1.4em;
}

.sticky_header .menu_principal ul li ul li{
    padding:0.1em;
}

.footer{
    border-top: solid 1.8em #4a4c4b;
    text-align:center;
    font-size:0.8em;
}

.nav_footer{
    background-color:#6DD4D1;
    color:#000000;
    padding:2em 0;
}


.credit {
    background-color: #222222;
    color: #FFF;
    padding: 0.5em;
    font-size: 0.65em;
    font-weight: 300;
}

.credit p {
    width: fit-content;
    margin: 0 auto;
    border-top: solid 1px #666;
    padding: 0 0.5em;
}

.footer_links a:link, .footer_links a:visited, .footer_links a:hover{
    color:#6DD4D1;
    font-weight:400;
}

.credit a:hover{
    opacity:0.8;
}

#topcontrol {
    display:none;
    z-index: 10000;
    position: fixed;
    bottom: 6.5em;
    right: 1em;
    opacity: 1;
    cursor: pointer;
    padding: 1em 1.2em;
    background-color: #4848488c;
    color: #FFF;
}

/****************\HEADER*FOOTER******/


/****************ENTENTES******/

.ententes{
    margin-top:2em;
}

.ententes .items{
    margin:0 auto;
    width:90%;
}

.ententes .items .item{
    display:none;
}

.ententes .items .actif{
    display:block;
}

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

.liste_carree_flex li {
    padding: 1em 2em!important;
    background-color: hsl(15deg 93% 59% / 60%);
    color: #FFF;
    text-transform: uppercase;
    width: 260px;
    height: 260px;
    text-align: center;
    position: relative;
    margin: 0 0 1em 0!important;
}

.liste_carree_flex li span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.5em;
    line-height: 1.2;
}


/*.liste_carree_flex li {
    padding: 1em 2em!important;
    background-color: hsl(15deg 93% 59% / 60%);
    color: #FFF;
    text-transform: uppercase;
    margin: 0.5em 1em 0.5em 0!important;
    display: flex!important;
    flex-direction: row;
    align-items: center;
    width: 15em;
    height: 15em;
    text-align: center;
}*/

.liste_carree_flex .actif li{
    background-color: hsl(15deg 93% 59% / 100%);
}

.liste_carree_flex li:hover{
    background-color: hsl(15deg 93% 59% / 80%);
}

.ententes .item h3:first-child {
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: solid 0.5em #00000008;
}

/****************\ENTENTES******/


/****************FAQ******/

.faq {
    padding: 3em 3em!important;
    margin-bottom: 2em;
    background-color: #f9f9f9;
    margin-top: 3em;
}

.page-id-223 .faq {
    padding: 1em 3em!important;
    margin-bottom: 2em;
    background-color: #f9f9f9;
    margin-top: 1em;
}

.faq h3 {
    cursor: pointer;
    font-weight: 500;
    text-transform: none;
    font-family: inherit;
    padding-bottom: 0.3em;
    padding-top: 0.5em!important;
    font-size: 1.4em;
}

.faq h3:after {
    font-family: FontAwesome;
    content: "\00a0\f054"; /* Non breakable + line height:0 pour ne pas que ça change de ligne */
    line-height: 0;
    padding-left:0.5em;
}

.faq h3.actif:after {
    font-family: FontAwesome;
    content: "\00a0\f078";
    line-height: 0;
    padding-left:0.5em;
}

.faq h4{
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 0.7em;
    text-transform: none;
    font-family: inherit;
    color: #F86635;
    margin:0;
    padding-bottom:1em;
}

.faq h3:first-child {
    padding-top: 0;
}

.faq h3.actif {
    border-bottom: solid 1px #c1c1c1;
    padding-bottom: 0.3em;
    color: #6dd4d1;
}

.faq .faq_element {
    display: none;
    padding-left: 1em;
    padding-top: 1em;
}

.faq .actif{
    display:block;
}


/****************\FAQ******/


/****************HARCELEMENT******/

.page-template-page-harcelement .texte .contenu_p h2:first-child {
    padding-top: 0!important;
    line-height:1;
}

.page-template-page-harcelement h3, .texte .contenu_p > *:nth-child(2) {
    padding-top: 1.3em;
}

.outils{
    display:flex;
    flex-wrap:wrap;
}

.outils .item {
    justify-content: space-between;
    max-width: 250px;
    width: 46%;   
    margin:2% 2%;
    line-height:1.2em;
}

.outils .item img{
    border: solid 1px #f2f2f2;
}

.outils .item a:link, .outils .item a:visited {
    color: #c1c1c1;
    text-decoration: none;
    font-weight: 300;
}

.outils .item:hover{
    opacity:0.8;
}

.carroussel_campagne{
    position:relative;
}

.carroussel_campagne .item {
    width: 100%;
    height: 325px;
    padding: 1em;
    position: relative;
}

.carroussel_campagne .item img {
    height: 80%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/****************\HARCELEMENT******/

/****************ADHESION**********/

.adhesion_front{
    margin-left:4em;
    padding-top:0!important;
}

.adhesion_front .form_p {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    background-color: #eeeeee;
    padding: 2em;
}

.adhesion_front .titre {
    padding: 0.5em 1em;
    font-size: 1.6em;
    background-color: #5e5e5e;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
}

/****************\ADHESION**********/


/****************REPERTOIRE ET PRODUCTEUR**********/

.repertoire{
    overflow:hidden;
}

.repertoire table{
    width:100%;
}

.repertoire, .repertoire h2:first-child{
    padding-top:0!important;
    margin-bottom:2em;
}

.repertoire td {
    padding: 1em;
    vertical-align: middle;
    font-size: 1.6em;
    border-bottom: solid 1px #f3f3f3;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.logo_tableau{
    width:9em;    
    padding-right:4em!important;
}

.logo_tableau img{
    margin:0 auto;
}

.repertoire td a:link, .repertoire td a:visited{
    color:#444;    
    font-weight: 300;
} 

.repertoire td a:hover{
    opacity:0.8;    
}

.logo_producteur {
    width: 100%;
    max-width: 260px;
    padding: 2em;
    border: solid 1px #e5e5e5;
    margin-bottom:2em;
}

.producteur_public ul{
    margin-bottom:1em;
}

.producteur_public ul li{
    padding:0!important;
    margin:0!important;
    list-style-type: none!important;
}

.producteur_public ul li:first-child {
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 0.5em!important;
    letter-spacing: 0.05em;
}

/****************\REPERTOIRE ET PRODUCTEUR**********/

/****************ADMINISTRATEUR**********/

.administrateurs{
    margin-top:3em;   
}

.administrateur {
    margin-bottom: 2em;
    padding: 2em;
    border: solid 1px #f1f1f1;
    background-color: #f7f7f7;
}

.administrateur .photo {    
    max-width: 275px;
    float: left;
    width: 50%;
    padding-bottom: 0.5em;
    padding-right: 1em;
}

.administrateur:nth-child(odd) .photo{
    float:right;
    padding-right: 0;
    padding-left:1em;
}

.administrateur .photo .meta {
    font-size: 0.8em;
    opacity: 1;
    font-weight: 300;
    padding: 0.2em 0.8em;
}

.administrateur h3 {
    padding-top: 0!important;
    font-size: 2em;
    padding-bottom: 0.1em;
    line-height: 1;
}

.administrateur h4 {
    padding-top: 0;
    padding-bottom: 1em;
    font-weight: 400;
    opacity: 0.6;
    letter-spacing: 0.03em;
}

.administrateur blockquote {
    font-style: italic;
    background-color: #f86635;
    padding: 2em 2em 2em 2em;
    color: #FFF;
}

.administrateur blockquote p {
    padding-bottom: 0;
    line-height: 1.1;
}

/*.administrateur blockquote p {
    padding-bottom: 0;
    border-left: solid 4px #b1b1b1;
    padding-left: 0.5em;
}

.administrateur:nth-child(even) blockquote p {
    padding-bottom: 0;
    border-left: none;
    border-right: solid 4px #b1b1b1;
    padding-left: 0;
    padding-right: 0.5em;
}*/





/****************\ADMINISTRATEUR**********/


/****************ACTUALITE**********/

.wrap_actualites{
    margin-top:3em;
}

.actualites{
    font-size:0; /*Pour enlever le pixel de trop en inline-block*/
}

.actualite {
    width: 31.33333333%;
    margin-bottom:2em;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}

.actualite:nth-child(3n+2) {
    margin-left: 3%;
    margin-right: 3%;
}

.actualite .image {
    position: relative;
    border: solid 1px #ededed;
}

.actualite .image .vrai_image img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.actualite:hover .vrai_image img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);    
}

.actualite .image .centered_absolute_in_container{
    width:50%;
}

.actualite .image .image_de_fond{
    opacity:1;
}

.actualite:hover .image img.image_de_fond{
    opacity:0.8;    
}

.actualite h3 {
    padding-top: 0.1em!important;
    padding-bottom: 0!important;
    line-height: 1.2;
    font-size:1.3em;
}

.actualite .meta{
    font-size:0.9em;
    opacity:0.7;
    line-height:1.1;
    padding-top:0.3em;
}

.actualite .type {
    font-size: 0.9em;
    opacity: 1;
    line-height: 1.1;
    margin-top: 0.8em;
    padding: 0.3em 0.5em;
    background-color: #ff693d;
    color: #FFF;
    width: fit-content;
}

.actualite a, .actualite:visited, .actualite:hover {
    color: inherit!important;
}

.single-actualite .sous_menu li {
    font-size:1.2em!important;
}

.single-actualite .smaller {
    text-transform:none;
}

.single-actualite aside h3:first-child {
    padding-top:0!important;
}

.single-actualite aside h3 {
    font-size: 2em;
    opacity: 0.7;
    padding-right: 1.6em;
}

.single-actualite aside{
    text-align:right;
    width:40%;
}

.single-actualite main.main_with_aside{
    width:60%;
}

.single-actualite .bouton_general, .single-actualite aside .image {
    margin-right: 3em;
}

.single-actualite aside li {
    padding-right: 2.7em!important;
}

.single-actualite .main_with_aside h2{
    margin-bottom:1.5em;    
}

.single-actualite .main_with_aside .bouton_general{
    padding-top:0.5em!important;
    padding-bottom:0.5em!important;
}



/****************\ACTUALITE**********/


/****************ENCARTS**********/


.encarton {
    margin-right: 3em;
    padding: 2.5em!important;
    border: solid 1px #e7e7e7;
    margin-top: 5em;
    font-size: 0.9em;
    background: #f9f9f9;
}

.encarton *:first-child{
    padding-top:0!important;
}

.encarton li, .encarton li:first-child {
    padding: 0.5em 1em!important;
    margin-bottom: 0.5em;
    background-color: #6dd4d1;
    color: #FFF;
    list-style-type: none!important;
    margin-left: 0!important;
    width:fit-content;
}

.encarton li a, .encarton li a :visited, .encarton li a :hover{
    color:#FFF!important;
}

.encarton li:hover{
    opacity:0.7;
}


/****************\ENCARTS**********/

.table_admin{
    margin:4em 1em;
    width:100%;
}

.table_admin td{
    padding:0.3em;
    border:solid 1px #c1c1c1;
}


/****************QUIZ*************/


.quiz .quiz_encart{
    
    padding:2em;
    border:solid 1px #c1c1c1;
    margin-bottom:2em;
}

.texte .quiz h2{
    padding:0;
    padding-bottom:1em;
    margin-top:0.5em;
    text-align:center;
    border:none;
    width:100%;
}

.quiz_image{
    position:relative;
}

.quiz_compter{
    position:absolute;
    bottom:1em;
    right:1em;
    font-size:2em;
    color:#FFF;
}

.quiz table{
    width:100%;
    font-size:1.3em;
}

.quiz .fini{
    pointer-events: none;
}

.quiz table td {
    padding: 0.6em;
    vertical-align: middle;
    border-bottom: solid 1px #efefef;
}

.quiz table tr td:first-child{
    padding-right:1em;
    padding-left:1em;
    width:1em;
    font-weight:500;
}

.quiz table tr:last-child td{
    border-bottom:none;
}

.quiz table tr td:last-child{
    font-size:1.3em;
    vertical-align: middle;
    padding-right:1em;
}

.quiz tr td i{
    opacity:0;
}

.quiz .choix td i{
    opacity:1;
}

.quiz .fini .bchoix td i{
    opacity:1;
}

.quiz tr:hover td, .quiz .choix td{
    background-color:#efefef;
    cursor:pointer;
}

.quiz .explication {
    font-size: 1.3em;
    padding: 2em;
    background-color: #efefef;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display:none;
}

.quiz .explication h3{
    padding-top:0;
}

.quiz .quiz_encart button{
    padding:1em;
    color:#FFF;
    background-color:#F86635;
    cursor:pointer;
    outline:0;
    border:none;
    margin-top:2em;
}

.quiz .quiz_encart .explication button{
    float:right;    
    
}

.quiz .intro button {
    display:block;
    font-size: 1.3em;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.quiz .quiz_encart button:hover{
    opacity:0.8;   
}

/****************\QUIZ*************/


/****************FORMULAIRES******/

input, select, textarea {
    padding: 0.5em;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    background-color: #fafafa;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    line-height: normal;
}

input[type=radio], input[type=checkbox] {
    width:auto;
}

.form-label{
    padding-bottom:1em;
}

label {
    margin-bottom: 0.8em;
    font-weight: 600;
}

/****************\FORMULAIRE******/

/****************CONTACT FORM******/

.wpcf7 p {
    padding-bottom: 0.2em;
    padding-left:0!important;
    font-weight: 500;
}

.wpcf7 form {
    max-width: 600px;
    font-size: 1em;
    background-color: #eeeeee;
    padding: 3em;
    width: 100%;
}

.wpcf7 input, select, textarea{
    margin-bottom:1em;
}

.wpcf7 input[type='submit'] {
    width: fit-content;
    background-color: #F86635;
    padding: 0.5em 2em;
    color: #FFF;
}




/****************\CONTACT FORM******/


/****************MENU******/

.menu_principal {
    float: right;
    margin-top: 3.3em;
    position:relative;
}

.menu_principal ul li {
    display: inline-block;
    margin-left: 1em;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom:1em;
    position:relative;
}

.menu_principal ul li:first-child{
    margin-left:0;
}

.menu_principal ul li:hover {
    color:#6DD4D1;    
}

.nav_footer .menu_principal ul li:hover {
    color:#FFF;    
}

.menu_principal ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 2em;
    padding-inline-start: 0;
    width: max-content;
    background-color: #f86635;
    padding: 0.3em 0.7em;
    z-index: 99999;
}

.menu_principal ul li:hover ul {
    display: block;
}

.menu_principal ul li ul li {
    display: block;
    font-size: 0.6em;
    padding: 0.3em 0;
    margin: 0;
    color:#FFF;
    position:relative;
}

.menu_principal ul li ul li a:hover, .menu_principal ul li ul li:hover {
    color: #222222;
    text-decoration: none;
}

/****************\MENU******/




@media only screen and (max-width: 1200px) {

    body{
        font-size:13px;
    }
    
    .liste_carree_flex a {
        width: 23%;
        overflow: hidden;
    }
    
    .liste_carree_flex li {
        width: 100%;
        padding-top: 100%!important;
        height: auto;
    }
    

}

@media only screen and (max-width: 1000px) {

    header .not_sticky .logo, footer .logo, header .not_sticky .menu_principal, footer .menu_principal{
        float:none;
        margin:0 auto;
        width:fit-content;
    }
    
    header .not_sticky .menu_principal, footer .menu_principal{
            margin-top:2em;
        }	

}

@media only screen and (max-width: 900px) {
    
    .liste_carree_flex li span {
        font-size: 1.1em;
    }
    
    .adhesion_front {
        margin-left: 0;
        padding-top: 0!important;
    }
    
    .actualite:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    
    .actualite {
        width: 48%;
        float:left;
    }
    
    .actualite:nth-child(even) {
        float:right;
    }
    
}

@media only screen and (max-width: 750px) {
    
    body{
        font-size:12px;
    }
    
    .nav_footer {
        display:none;
    }
    
    .connexion{
        font-size:1.2em;
    }
    
    .menu-mobile{
        display:block!important;
        float:left;
    }
    
    header .menu_principal{
        display:none;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000000eb;
        width: 100%!important;
        padding: 2em;
        font-size: 1.3em;
        margin-top:0;
        z-index:9999999999;
    }
    
    header .menu_principal ul li {
        display: list-item;
        margin-left: 0;
        font-size: 1.3em;
        position: relative;
        padding-bottom:0;
    }
    
    header .menu_principal ul li ul {
        display: block;
        position: relative;
        left: unset;
        top: unset;
        padding-inline-start: 0;
        width: auto;
        background-color: transparent;
        padding: 0;
        z-index: 99999;
        padding-left: 1em;
    }
    
    header .menu_principal ul li ul li {
        padding: 0;
    }
    
    header .menu_principal ul li ul li a:hover, .menu_principal ul li ul li:hover {
        color: #6DD4D1;
    }
    
}

@media only screen and (max-width: 700px) {
    
    .liste_carree_flex li span {
        font-size: 1em;
    }
    
    aside, .single-actualite aside{
        float:none;
        width:100%;
        padding-right:0;
        margin-bottom:3em;
        text-align:left;
    }

    main.main_with_aside, .single-actualite main.main_with_aside{
        float:none;
        width:100%;
    }
    
    .sous_menu, .sous_menu:first-child {
        border-right: none;
    }
    
    .single-actualite aside .image {
        display:none;
    }
    
    .single-actualite aside .encart {
        background-color: #f3f3f3;
        padding: 0 2em 1em 2em!important;
    }
    
    .show_mobile_700{
        display:block;
    }
    
    .hide_mobile_700{
        display:none;
    }
    
}

@media only screen and (max-width: 600px) {

    .liste_carree_flex a {
        width: 48%;
    }
    
    .liste_carree_flex li {
        padding: 3em 0.5em!important;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .inside {
        padding: 0 1em;
    }
    
    .actualite {
        width: 100%;
        float:none;
        margin-bottom:3em;
    }
    
    .actualite:nth-child(even) {
        float:none;
    }
    
}

@media only screen and (max-width: 400px) {
    
    body{
        font-size:11px;
    }
    
}
