@charset "utf-8";
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;
    vertical-align: baseline;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/******************************************/
/******************************************/

/*TAILLE DES CARACTERES*/
html {box-sizing: border-box;}
body {font-size: 1rem;line-height: 1.6;}
p,ul {font-size: 1rem;font-size: 16px;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*IMAGES*/
img {display: block;max-width: 100%;height: auto;}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*LISTES*/
li{list-style-type: square;list-style-position: outside;}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*LIENS*/
a.link {
background-color: #ff0000;
color: #fff;
font-weight: 500;
padding: 5px;
}
a:hover.link {
background-color: #0b4387;
color: #fff;
text-decoration: none;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


/********************************************
DEBUT DES ELEMENTS MODIFIABLES
********************************************/




/********************************************
          CONTAINER GLOBAL
********************************************/
#wrapper{

}

/********************************************
REPERE COULEUR POUR INDIQUER LE BREAKPOINT
********************************************/
hr {
margin: 0;
padding: 0;
border: 2px solid red;
}

/********************************************
					HEADER
********************************************/
header{
background-color: #000033;
height: 130px;
display: flex;
justify-content:space-around;
align-items: center;
}

.zone_titre{
display: flex;
flex-direction: column;
align-items: center;
}

header h1{
font-size: 1.8rem;
color: #f1c40f;
font-family: "poller one", cursive;
text-shadow: 2px 2px 2px #ff0000;
}

header h2{
font-size: 0.9rem;
color: #dcdcdc;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
text-align: center;
}

header img{
	display: none;
}

/********************************************
					NAV
********************************************/
nav{
background-color: #87cefa;
	height: 3.5rem;
	padding-top: 0.5rem;
}

nav ul {
display: flex;
justify-content:center;
}

nav ul li {
list-style: none;
padding: 0.5rem;
text-decoration: none;
}
	
nav ul li .nav_button {
background-color: #1c87c9;
border: none;
color: white;
padding: 0.4rem 1rem;
text-align: center;
text-decoration: none;
font-size: 0.8rem;
margin: 0.5rem;
cursor: pointer;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
border-radius: 0.6rem;

}
	
a:hover.nav_button {
background-color: #0b4387;
color: #ffa500;
text-decoration: none;
}


/********************************************
					CONTAINER
********************************************/

#container {
	margin: 0;  
}
#container p{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.2rem;
}

/*CHAPEAU*/
.chapeau {
    background-color : crimson;
	text-align: center;
	margin-top: 0.3rem;
}

/*PRESENTATION*/
.presentation_anaricm {
    background-color : cornflowerblue;
}

.presentation_anaricm ul li p{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

/*ORGANISATION*/
.organisation_anaricm {
    background-color : lightslategray;
}

/*ADHESION*/
.adhesion{
    background-color : #ffcc00;
}

.adhesion ul li{
	margin-top: 2rem;
	margin-left: 5rem;
	margin-bottom: 1rem;
}

.adhesion ul li a{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-decoration: none;
}


.chapeau, .presentation_anaricm, .organisation_anaricm, .adhesion {
	padding: 1rem 1rem 2rem 2rem;
	margin-bottom: 0.5rem;
}

h2 {
	font-size: 1.5rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #383838;
}

.chapeau h2 {
	font-size: 1.8rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #ffffff;
}

/********************************************
		LISTE SECTIONS REGIONALES
********************************************/

.regions {
	background-color: antiquewhite;
	padding: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 1rem;
}
 .button {
background-color: #1c87c9;
border: none;
color: white;
padding: 0.5rem 1.4rem;
text-align: center;
text-decoration: none;
font-size: 1rem;
margin: 0.4rem;
cursor: pointer;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
border-radius: 0.6rem;
}

.button_ex5-7{
background-color: grey;
border: none;
color: white;
padding: 0.5rem 1.4rem;
text-align: center;
text-decoration: none;
font-size: 1rem;
margin: 0.4rem;
cursor: pointer;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
border-radius: 0.6rem;
}

a:hover.button {
background-color: #0b4387;
color: #fff;
text-decoration: none;
}

/********************************************
		PARTIE DIRECTION ET SECTIONSS
********************************************/

.button_trombi {
background-color: #c71585;
width: 280px;
border: none;
color: white;
padding: 0.5rem 1.4rem;
text-align: center;
text-decoration: none;
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.5rem;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
border-radius: 1rem;
text-shadow: 1px 1px 1px #000;
}


.zone_trombi{
background-color: #dcdcdc;
padding: 2rem;
margin-bottom: 0.5rem;
}

.trombi_img{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-top: 2rem;
margin-bottom: 2rem;
}

.trombi_img img{
width: 48%;
border: solid 1px #dcdcdc;
}

.zone_trombi hr {
margin: 1rem 10rem;
padding: 0;
border: 1px solid darkorange;
}

.bureau ul{
margin-left: 1rem;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
	
.bureau ul li {
font-size: 1.2rem;
}


.section_departements{
	background-color: #f5f5f5;
	border: solid 1px #000;
	padding: 0.5rem;
	margin-bottom: 1rem;
}

footer{
display: none;
}	

footer ul{
display: flex;
justify-content: space-around;
align-items: center;
}

/********************************************
			 MEDIA QUERIES
********************************************/
/********************************************
			 MEDIA QUERIES
********************************************/

/********************************************
				TABLETTE 1 - BLEU
********************************************/
@media only screen and (min-width: 576px) {
  /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
  /*=====DÉBUT REPÈRE BLEU=====*/
hr {
margin: 0;
padding: 0;
border: 2px solid #306fed;
}


header h1{
font-size: 2.5rem;
}

header h2{
font-size: 1.3rem;
}
	
nav{
height: 60px;
}

	
nav ul li {
padding-top: 0.5rem;
}
	
nav ul li .nav_button {
font-size: 1.3rem;
}
	
.button {
padding: 0.5rem 1rem;
font-size: 1rem;
margin: 0.5rem;
}

.button_trombi {
width: 320px;
font-size: 1.7rem;
font-weight: 700;
margin-bottom: 0.7rem;
}
	
.trombi_img img{
width: 40%;
}


}



/********************************************
				TABLETTE 2 - JAUNE
********************************************/
@media only screen and (min-width: 768px) {
  /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
  /*=====DÉBUT REPÈRE JAUNE=====*/
  hr {
    margin: 0;
    padding: 0;
    border: 2px solid #ecde10;
  }
	
header{
height: 200px;
}

header img{
display: inline;
width:80%;
}
	
header h1{
font-size: 2.3rem;
}
	
header h2{
font-size: 1.2rem;
}
	
.trombi_img img{
width: 30%;
}
	
footer{
	display: inline;

}	

.footer{
background-color: #000033;
height: 140px;
display: flex;
flex-direction: column;
justify-content: center;

}
footer ul{
display: flex;
justify-content: space-around;
align-items: center;
}
	
}
/********************************************
				DESKTOP - VIOLET
********************************************/
@media only screen and (min-width: 992px) {
  /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
  /*=====DÉBUT REPÈRE VIOLET=====*/
  hr {
    margin: 0;
    padding: 0;
    border: 2px solid #cf2eef;
  }
	
header{
height: 200px;
}

header img{
display: inline;
width:auto;
}
	
header h1{
font-size: 3rem;
}
	
header h2{
font-size: 1.6rem;
}

.trombi_img img{
width: 24%;
}
	
.bureau ul{
margin-left: 2rem;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
	
.bureau ul li {
font-size: 1.2rem;
}
	
}

/********************************************
				WIDESCREEN - VERT
********************************************/


@media only screen and (min-width:1200px){
	
hr {

border: 2px solid green;
}

header{
height: 200px;
}

header h1{
font-size: 4.3rem;
}

header h2{
font-size: 2.3rem;
}

	
/********************************************
					NAV
********************************************/
nav{
height: 80px;
}

nav ul {
display: flex;
justify-content:flex-end;
}
	
nav ul li {
list-style: none;
padding-top: 0.9rem;
text-decoration: none;
}
	
nav ul li .nav_button {

padding: 1rem 2rem;
font-size: 1.5rem;
margin: 1.5rem;

}
	
a:hover.nav_button {
background-color: #0b4387;
color: #ffa500;
}

	/********************************************
					CONTAINER
********************************************/
	
#container {
width: 1200px;
margin: auto;
}
	
#container p{
font-size: 1.5rem;
}

.adhesion ul {
margin-top: 1rem;
margin-left: 2rem;
}
	
.adhesion ul li {
font-size: 1.5rem;
margin-top: 0rem;
padding: 0rem;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";

}
	
.chapeau, .presentation_anaricm, .organisation_anaricm, .adhesion {
padding: 3rem 5rem;
margin-bottom: 1rem;
}

h2 {
font-size: 2rem;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #383838;
}

.chapeau h2 {
font-size:3rem;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #ffffff;
}

/********************************************
		LISTE SECTIONS REGIONALES
********************************************/
.regions {
justify-content: center;
}
	
.button {
padding: 0.2rem 1rem;
font-size: 1.3rem;
margin: 0.5rem;
cursor: pointer;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
border-radius: 0.6rem;
}


a:hover.button {
background-color: #0b4387;
color: #fff;
text-decoration: none;
}

/********************************************
		PARTIE DIRECTION ET SECTIONS
********************************************/
.zone_trombi{
	background-color: #dcdcdc;
	margin-bottom: 0.5rem;
}
	
.trombi_img img{
width: 24%;
}
	

.bureau ul{
margin-left: 3rem;
}
	
.bureau ul li {
font-size: 1.5rem;
}

}