@charset "UTF-8";
/* medium.css validee */
/* 
 @media screen and (max-width: 576px) {
	div {
        text-indent: 20px;
    }
 }
*/

/* body {
width : auto;
font-size : 1.1em;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : justify;
} */
a {
  text-decoration: none;
  color: rgba(153, 0, 0, 1);
  text-shadow: 1px 1px 2px lightgrey; }

a:hover {
  color: #360;
  font-weight: bold;
  /* font-variant: small-caps; */ }

/* menus */
a.menu1 {
  color: rgb(77, 38, 0);
  text-shadow: 0 0.5px 0.2px rgba(90, 170, 100, 0.9);
  background: rgba(240, 235, 200, 0.6);
  padding: 0, 2px;
  }
a.menu1:hover {
  background: rgba(40, 189, 115, 1);
  color: rgba(255, 230, 30, 1); }

a.menu2 {
  color: rgb(77, 38, 0);
  text-shadow: 0 0.5px 0.2px rgba(90, 170, 100, 0.9);
  background: rgba(155, 230, 30, 0.6);
  padding: 0, 2px;
  }
a.menu2:hover {
  background: rgba(40, 189, 115, 1);
  color: rgba(255, 230, 30, 1); }

a.menu3 {
  color: rgb(77, 38, 0);
  text-shadow: 0 0.5px 0.2px rgba(90, 170, 100, 0.9);
  background: rgba(0, 180, 80, 0.3);
  padding: 0, 2px;
  }
a.menu3:hover {
  background: rgba(40, 189, 115, 1);
  color: rgba(255, 230, 30, 1); }
  
.entete {
    background:rgba(168, 171, 24, 0.4); /* marron-vert */
	color:rgb(0, 0, 0); }
	/* text-shadow: -0.5px 0 white, 0 1px blue, 1px 0 red, 0 -1px yellow; */

.shad {
	text-shadow: -1px 0 black, 0 1px red, 1px 0 white, 0 -1px yellow;	
}
.shad2 {
	text-shadow: 3px 3px 3px black, 5px 5px yellow, -2px -2px 22px red;	
}

.small85 {
  font-size: 85%;
 }
.small90 {
  font-size: 90%;
 }
.small95 {
  font-size: 95%;
 }
.big105 {
  font-size: 105%;
 }
.big110 {
  font-size: 110%;
 }
.big115 {
  font-size: 115%;
 }
.big120 {
  font-size: 120%;
 }
.big125 {
  font-size: 125%;
 }
.big130 {
  font-size: 130%;
 }
.big140 {
  font-size: 140%;
 }
.big150 {
  font-size: 150%;
 }

.radius6 {
    border-radius: 6px;
}
.radius8 {
    border-radius: 8px;
}
.radius10 {
    border-radius: 10px;
}
.radius20 {
    border-radius: 20px;
}

.bord-g {
  padding: 0rem 3rem 0.6rem 4rem;
  margin: 0rem 3rem 0rem 6rem;
  border-style: dotted;
  border-color: #fff #fff #fff #454545;
  border-left: 6px solid #ccc;
  border-radius: 6px;
  border-left-width: 6px;
  text-shadow: 2px 2px 4px rgba(5, 5, 5, 0.3);
  }
  
.bord-g2 {
  padding: 0rem 0rem 0rem 2rem;
  margin: 0rem 0rem 0.8rem 2rem;
  border-left: 6px groove #eee;
  border-radius: 6px;
  border-left-width: 4px;
  text-shadow: 0px 0px 2px rgba(9, 9, 9, 0.4);
  background: rgba(244, 245, 239, 0.3);
  text-indent: 0;
  line-height:1.6rem;
  }

.intro-bord-g {
  padding-left: 30px;
  border-style: solid;
  border-color: #fff #fff #fff #454545;
  border-left-width: 5px;
  text-shadow: 3px 2px 2px rgba(5, 5, 5, 0.1);
  }

.t1 {
  display: inline-block;
  padding: 1px 10px 2px 10px;
  margin-top: 6px;
  margin-bottom: 3px;
  text-indent: 0;
  font-size:103%;
  text-shadow: 1px 1px 0.1px rgba(5, 5, 5, 0.4);
  border-radius: 8px;
  background:rgba(210, 210, 173, 0.3);
 }

.tt1 {
  line-height: 3;
  padding-left: 5%;
  font-style: italic;
  font-weight: bold;
  text-shadow: 6px 4px 4px rgba(5, 5, 5, 0.3);
  }

.tt12 {
  line-height: 1.8;
  padding-left: 3%;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(5, 5, 5, 0.2); 
 }

.tt2 {
  line-height: 1.6;
  font-style: italic;
  font-weight: bold;
  text-shadow: 0.6px 0.6px 0.1px rgba(5, 5, 5, 0.15); 
  }
  
.ttcol {
  line-height: 1.6;
  font-style: italic;
  font-weight: bold;
  text-shadow: 6px 4px 4px rgba(5, 5, 5, 0.2); 
  }

  /*soulignement ondulé*/
.decowave {
	text-decoration-line: underline;
	text-decoration-color: black;
	text-decoration-style: wavy;
 }
  
.bq {
  /*blockquote*/
  padding: 0 50px;
  margin: 0 3rem 0 2.6rem;
  border-left: 4px solid #bbb;
  border-radius: 6px;
  }

.bqv {
  /*blockquote vert*/
  padding-left: 1.4rem;
  border-left: 8px double rgba(122, 192, 38, 0.9);
  border-radius: 6px;
  background: rgba(244, 245, 239, 1);
  }
.bqvert {
  /*blockquote vert*/
  padding: 0 50px;
  margin: 1rem 3rem 1rem 2.6rem;
  border-left: 6px solid rgba(122, 192, 38, 0.9);
  border-radius: 6px;
  }

.bqvert2 {
  /*blockquote vert*/
  padding: 0 50px;
  margin: 1rem 3rem 1rem 2.6rem;
  border-left: 6px solid rgba(122, 192, 38, 0.9);
  border-radius: 6px;
  background:rgba(244, 245, 239, 1);
  }

.bqvert02 {
  padding-left: 2.6rem;
  border-left: 8px double rgba(122, 192, 38, 0.9);
  border-radius: 6px;
  background:rgba(244, 245, 239, 1);
  }

.bq2vert {
  padding-left: 2.6rem;
  border-left: 8px double rgba(122, 192, 38, 0.9);
  border-radius: 6px;
  background:rgba(244, 245, 239, 1);
  }
  
.bq1 {
  /*blockquote*/
  padding-left: 2.6rem;
  margin: 0.5rem 3rem 1rem 0;
  border-left: 10px double #ccc;
  border-radius: 6px;
  }

.bq2 {
  padding-left: 2.6rem;
  border-left: 8px double #ccc;
  border-radius: 6px;
  }

.fond-olive {
    background:rgba(107, 142, 35, 0.45);
    border-radius: 6px;
	padding: 0 0.6rem 0 0.4rem;
  }

.cercle {
    height: 18px;
    width: 18px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
	}
.cercle_sm {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
	}

.bx {
  border: gray solid 1px; }

.box {
  padding: 20px;
  border: 3px solid #990000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px; }

.box1 {
  width: 50%;
  text-align: center;
  padding: 20px 30px 50px 40px;
  border: 3px solid grey;
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px; }

.box2 {
  box-sizing: border-box;
  width: 100%;
  padding: 35px 50px;
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  border: 3px solid grey;
  float: left;
  text-align: center; }

.box3 {
  padding: 10px;
  border: #990000 solid 1px;
  border-radius: 10px; }

.box30 {
  border: #ff8080 solid 1px;
  border-radius: 7px; }
  
.box30g {
  border: lightgray solid 1px;
  border-radius: 7px; }

.box4 {
  padding: 10px;
  border: 1px solid #990000;
  border-radius: 10px;
  text-align: center;
  width: 60%;
  margin: auto;
  position: relative; }

.Degrade_radial {
  background-image: radial-gradient(white, #D8D8D8); }

.Degrade_radial_02 {
  background-image: radial-gradient(#FFF7E7, #F2F0E8); }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing : border-box; /* Safari */
}

/*.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }*/

.clearfix:after {
  clear: both; }

.hidden {
  visibility: hidden; }

.petit_08em, .normal_08em {
  font-size: 0.8em; }

.normal_09em {
  font-size: 0.9em; }

.normal_10em {
  font-size: 1.0em; }

.normal_11em {
  font-size: 1.1em; }

.normal_12em {
  font-size: 1.2em; }

.normal_13em {
  font-size: 1.3em; }

.normal_14em {
  font-size: 1.4em; }

.normal_15em {
  font-size: 1.5em; }

.normal_16em {
  font-size: 1.6em; }

.normal_17em {
  font-size: 1.7em; }

.normal_20em {
  font-size: 2em; }

.normal_30em {
  font-size: 3em; }

.initial {
  font-weight: initial; }

.exposant {
  position: relative;
  bottom: 1px;
  font-size: .8em;
  line-height: .8em;
  vertical-align: 22%;
  text-decoration: none; }

.italic {
  font-style: italic; }

.gras {
  font-weight: bold; }

.brique {
  color: #990000; }

.vert, .green {
  color: #29710F; }

.black {
  color: black; }

.white {
  color: white; }

.jaunatre {
    color: #f4e856;
}
.verdatre {
    color: #c6eb99;
}
.bleuatre {
    color: #454545;
}

.petites_capitales, .pc {
  font-variant: small-caps; }
.pc105 {
  font-variant: small-caps;
  font-size:105%; }

.majuscules {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.justify {
  text-align: justify; }

.center, .text-center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.margin-auto {
  margin: auto; }

.margin-left05 {
  margin-left: 5%; }

.margin-left10 {
  margin-left: 10%; }

.margin-left15 {
  margin-left: 15%; }

.margin-left20 {
  margin-left: 20%; }

.margin-left30 {
  margin-left: 30%; }

.margin-right05 {
  margin-right: 5%; }

.margin-right10 {
  margin-right: 10%; }

.margin-right15 {
  margin-right: 15%; }

.margin-right20 {
  margin-right: 20%; }

.margin-right30 {
  margin-right: 30%; }

.nopadding {
  padding: 0; }

.padding-top10 {
  padding-top: 10%; }

.padding-left15px {
  padding-left: 15px; }

.padding-left30px {
  padding-left: 30px; }

.padding-left02 {
  padding-left: 2%; }

.padding-left05 {
  padding-left: 5%; }

.padding-left10 {
  padding-left: 10%; }

.padding-left15 {
  padding-left: 15%; }

.padding-left20 {
  padding-left: 20%; }

.padding-left25 {
  padding-left: 25%; }

.padding-left30 {
  padding-left: 30%; }

.padding-left35 {
  padding-left: 35%; }

.padding-left40 {
  padding-left: 40%; }

.padding-left50 {
  padding-left: 50%; }

.padding-left55 {
  padding-left: 55%; }

.padding-left60 {
  padding-left: 60%; }

.padding-right15px {
  padding-right: 15px; }

.padding-right30px {
  padding-right: 30px; }

.padding-right05 {
  padding-right: 5%; }

.padding-right10 {
  padding-right: 10%; }

.padding-right15 {
  padding-right: 15%; }

.padding-right20 {
  padding-right: 20%; }

.padding-right25 {
  padding-right: 25%; }

.padding-right30 {
  padding-right: 30%; }

.padding-right35 {
  padding-right: 35%; }

.padding-right40 {
  padding-right: 40%; }

.padding-right50 {
  padding-right: 50%; }

.padding-right60 {
  padding-right: 60%; }

.top {
  vertical-align: text-top; }

.bottom {
  vertical-align: text-bottom; }

.noindent {
  text-indent: 0; }

.neg15 {
  margin-left: -15%; }

.retrait {
  text-indent: -5%; }

.retrait30 {
  text-indent: -30%; }

.indent20 {
  text-indent: 20px; }

.indent30 {
  text-indent: 30px; }

.indent40 {
  text-indent: 40px; }

.indent-40 {
  text-indent: -40px; }

.indent60 {
  text-indent: 60px; }

.indent100 {
  text-indent: 100px; }

.indent200 {
  text-indent: 200px; }

.indent350 {
  text-indent: 350px; }

.indent-initial {
  text-indent: initial; }

.indent-neg40 {
  text-indent: -20px;
  padding-left: 120px; }

.arrow-left, .arrow-right, .arrow-left2, .arrow-right2 {
	width: 0; 
	height: 0;
}
.arrow-left {
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-right: 30px solid #990000;
	font-size: 0;
	line-height: 0;
}
.arrow-right {
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-left: 30px solid #990000;
	font-size: 0;
	line-height: 0;
}
.arrow-left2 {
	border-style: solid;
	border-width: 25px 50px 25px 0;
	border-color: transparent #990000 transparent transparent;
}
.arrow-right2 {
	border-style: solid;
	border-width: 25px 0 25px 50px;
	border-color: transparent transparent transparent #990000;
	font-size: 0;
	line-height: 0;
}

.arrow-rectangle {
  border-top: 6px solid green;
  border-left: 28px solid green;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.arrow-triangle {
  border-top: 10px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid green;
  display: inline-block;
  position: relative;
  left: -5px;
  vertical-align: middle;
}
.arrow-right_20 {
  /*grosse fl├¿che-triangle brique*/
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  /* left arrow slant */
  border-top: 30px solid transparent;
  /* right arrow slant */
  border-left: 30px solid #990000;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

.tr-right {
  /*fleche-triangle*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #bbb; }

.tr-up {
  /*fleche-triangle*/
  border-left: 20px inset transparent;
  border-right: 20px inset transparent;
  border-bottom: 38px solid #bbb; }

.line-03 {
  line-height: 0.3rem; }  
  
.line-07 {
  line-height: 0.7rem; }

.line-h10 {
  line-height: 1; }

.line-h15 {
  line-height: 1.5; }

.line-h17 {
  line-height: 1.75; }

.line-h2 {
  line-height: 2; }

.line-h, .line-h3 {
  line-height: 3; }

.line-h4 {
  line-height: 4; }

.coupe {
  overflow: hidden; }

.coupe_barres {
  overflow: scroll; }

.auto {
  overflow: auto; }

.borderblack {
  border-style: solid;
  border-width: 1px;
  border-color: black; }

.fancy {
  width: auto;
  background: #c6eb99;
  padding: 2px 7px 2px 7px;
  border-radius: 6px;
  text-shadow: 0.1px 0.7px 0px rgb(5, 5, 5); }
.fancy40 {
  background: #c6eb9940; }
.fancy60 {
  background: #c6eb9960; }
.fancy80 {
  background: #c6eb9980; }
.fancy800 {
  background: rgba(220, 240, 135, 0.8);
  padding: 2px 7px 2px 7px;
  border-radius: 6px;
  text-shadow: 1px 1px 1px rgba(5, 5, 5, 0.4); }
.fancy-r { /* rose */
  width: auto;
  background: rgba(255, 179, 204, 0.6);
  padding: 0 7px 2px 7px;
  border-radius: 6px;
  text-shadow: 1px 1px 1px rgba(5, 5, 5, 0.4); } 
.fancy-r4 {
  background: rgba(255, 179, 204, 0.4); } 
.fancy-80 {
  background: rgba(230, 230, 160, 0.8);
  padding: 2px 7px 2px 7px;
  border-radius: 6px;
  text-shadow: 1px 1px 1px rgba(120, 150, 30, 0.8); }
.fancy-b { /* bleu */
  background: rgba(102, 179, 255, 0.5);
  padding: 0 7px 2px 7px;
  border-radius: 6px;
  text-shadow: 1px 1px 1px rgba(5, 5, 5, 0.4); } 
.fancy-bl { /* bleu léger */
  background: rgba(102, 179, 255, 0.2);
  padding: 0 7px 2px 7px;
  border-radius: 6px;
  text-shadow: 1px 1px 1px rgba(5, 5, 5, 0.4); } 
.fancy-b4 {
  background: rgba(102, 179, 255, 0.4); }
.fancy-bcol {
  color: rgba(40, 70, 130, 1); }
.fancy-g {
  background: rgba(210, 210, 173, 0.9); /* gris */
  padding: 2px 7px 2px 7px;
  border-radius: 6px; }
.fancy-gl {
  background: rgba(237, 237, 225, 0.9); /* gris léger */
  padding: 2px 7px 2px 7px;
  border-radius: 6px; }
 .fancy-gll {
  background: rgba(237, 237, 225, 0.5); /* gris très léger */
  padding: 2px 7px 2px 7px;
  border-radius: 6px; }
.fancy-v {
  background: rgba(172, 240, 20, 0.3);
  border-radius: 6px; }

.ombre {
  text-shadow: 7px 4px 4px rgba(5, 5, 5, 0.4); }
.ombre-light {
  text-shadow: 1px 0.9px 0.5px rgba(5, 5, 5, 1); }
.ombre-light2 {
  text-shadow: 1px 0.9px 0px rgb(5, 5, 5); }
.ombre-light3 {
  text-shadow: 0.9px 0.33px 0px rgb(5, 5, 5); }
.ombre-light4 {
  text-shadow: 0.15px 0.33px 0px rgb(5, 5, 5) }
.ombre-light5 {
  text-shadow: 0.15px 0.25px 0px rgb(5, 5, 5) }
.ombre_dessous {
  text-shadow: 120px 25px 4px rgba(35, 90, 90, 0.6); }

.box-shadow {
  box-shadow: inset 4px 10px 40px 4px rgba(119, 119, 119, 0.5);
  -moz-box-shadow: inset 4px 10px 40px 4px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: inset 4px 10px 40px 4px rgba(119, 119, 119, 0.5);
}
.box-shadow2 {
  box-shadow: inset 2px 0px 25px 25px rgba(139, 139, 139, 0.25);
  -moz-box-shadow: inset 2px 0px 25px 25px rgba(139, 139, 139, 0.25);
  -webkit-box-shadow: inset 2px 0px 25px 25px rgba(139, 139, 139, 0.25); }

.rot-7 {
    transform: rotate(-7deg);
}
.rot20 {
    transform: rotate(20deg);
}
.rot-20 {
    transform: rotate(-20deg);
}

.ob::after { /* obèle */
box-sizing: border-box;
  -webkit-box-sizing : border-box;
font-weight: bold;
content: "†";
background: #ccc;
text-align: center;
border: black solid 1px;
border-radius: 7px; }
/*# sourceMappingURL=medium.css.map */
