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

/*

Theme Name: GroupMobilisation
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;
}


.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:20px;
    color:#444444;
    overflow-x: hidden;
}

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

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

.colonne_p{
    width:50%;
    float:left;
}

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: 1.5em;
    font-family: 'Oswald', sans-serif;
    padding-right: 1em;
    border-bottom: solid 2px #F86635;
    width: fit-content;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
    color: #f7080b;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
}

.ladate{
    font-size:0.8em;
    padding-bottom:1em;
}

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


.bouton_general:hover{
    opacity:0.9;
}

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

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



.header, .footer{
    background-color:#000002;
    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;
}


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

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




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

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



.texte p, .texte ul{
    font-size:1em;
    padding-bottom:1em;
}

.texte img{
    width:100%;
    max-width:100%;
    height:auto;
    padding-bottom:1em;
}



/****************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;
    }*/
    

    

}

