* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 0px 10px 0px 10px;
}

html,
body { 
margin-left: 5px; margin-top: 10px; 
margin-right: 5px; margin-bottom: 0px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #000000; 
font-size: 1.8vw;
 }

.red	{ color:#e6007e; //text-shadow: 1px 1px 1px black; }
.yellow	{ color:#FFED00; text-shadow: 1px 1px 1px black; }
.blue	{ color:#009FE2; //text-shadow: 1px 1px 1px black; }
.green	{ color:#3aaa35; //text-shadow: 1px 1px 1px black; }
 
@keyframes clignote {  
  50% { opacity: 0; }
}
 
ul.cercle {
  list-style-type: circle;
}

a:link 		{ color: #000000; text-decoration:none; }
a:visited 	{ color: #000000; text-decoration:none; }
a:hover 	{ color: #000000; text-decoration:underline; }

a.background_noir:link { background-color: #000000; color: #FFFFFF; text-decoration:none; }

.boxbleu {
  background-color: #009fe3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 1.8vw;
  border-radius: 10px;
}

.boxvert {
  background-color: #3aaa35;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 1.8vw;
  border-radius: 10px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


.souligne_noir 	{ text-decoration: underline; text-decoration-color: #000000;	}
.souligne_bleu 	{ text-decoration: underline; text-decoration-color: #009fe3;	}
.souligne_bleu2 { background-color: #dbf5ff;	}
.souligne_jaune { text-decoration: underline; text-decoration-color: #ffed00;	}
.souligne_jaune2 { background-color: #ffffcf;	}
.souligne_rouge { text-decoration: underline; text-decoration-color: #e6007e;	}
.souligne_vert 	{ text-decoration: underline; text-decoration-color: #3aaa35;	}
.souligne_gris { background-color: #e6e6e6;	}


.font_size_medium	{ font-family: 'Roboto Condensed', sans-serif;   font-weight: 400;	}
.font_size_mini	{ font-family: 'Roboto Condensed', sans-serif;   font-weight: 400;   	}



.img1 	{	max-width: 100%;   height: auto; }
.img11	{	max-width: 50px;   height: auto; }

.footer2 {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-size: 2vw;
    display: inline-block; }
  

.custom-btn {
//  width: 130px;
//  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  // box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.custom-btn_2 {
//  width: 70px;
//  height: 20px;
  color: #ff0000;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 200;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  // box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 11 */
.btn-11 {
  border: none;
  background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* ###### */
/* ###### */
/* ###### */

/* ################################### */
/* ################################### */
/* ##### FOR DESKTOP	############## */
/* ################################### */
/* ################################### */
@media only screen and (min-width: 769px)
{

.logo 	{	max-width: 560px; height: auto; }
.bloc1 	{	width: 85%; height: 560px;	}
.bloc3 	{	width: 80%; }
.img2	{	float: center; display: block; margin-left: auto; margin-right: auto; width: 80%; 
  border-radius: 5px;}
.img3	{	float: center;  margin: 15 15 0 15; width: 20%; }
.imgshadow	{	
float: center; display: block; margin-left: auto; margin-right: auto; width: 20%; 
//  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  filter: drop-shadow(15px 10px 4px #999999);
}

h1		{	font-size:5.8vw; }
h1.small		{	font-size:5vw; }
h1.sosmall		{	font-size:3.5vw; }
h2		{	font-size:3.5vw; }
h2.small		{	font-size:3vw; }
h2.chiffre		{	font-size:2.3vw; font-family: 'Roboto Condensed', sans-serif; font-weight:300; }
h3		{	font-size:3.2vw; }

.font_size_mini	{ font-family: 'Roboto Condensed', sans-serif; font-weight: 300;   font-size: 1.3vw;	}
.font_size_mini2 { font-family: 'Roboto Condensed', sans-serif; font-weight: 300;   font-size: 1.1vw;	}
.font_size_mini3 { font-family: 'Roboto Condensed', sans-serif; font-weight: 300;   font-size: 1.5vw;	}
.font_size_benefices { font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 1.2vw;	}
.font_big	{ font-family: 'Roboto Condensed', sans-serif;   font-weight: 300;   font-size: 2.5vw;	color: white; background-color: #e6007e;}

.clignote {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color:#FFFFFF;
  font-size:6.2vw;
  animation: clignote 2s linear infinite;
}

a.footer:link 		{ color: #FFFFFF; font-size: 1.2vw; font-family: 'Roboto Condensed', sans-serif; text-decoration:none; }
a.footer:visited 	{ color: #FFFFFF; font-size: 1.2vw; font-family: 'Roboto Condensed', sans-serif; text-decoration:none; }
a.footer:hover 		{ color: #FFFFFF; font-size: 1.2vw; font-family: 'Roboto Condensed', sans-serif; text-decoration:underline; }

a.mention:link 		{color: #999999;font-size: 0.8vw; font-family: 'Roboto Condensed 300', sans-serif; text-decoration:none;}
a.mention:visited 	{color: #999999;font-size: 0.8vw; font-family: 'Roboto Condensed 300', sans-serif; text-decoration:none;}
a.mention:hover 	{color: #999999;font-size: 0.8vw; font-family: 'Roboto Condensed 300', sans-serif; text-decoration:none;}



.table_red1 { background-color: #e60076;  padding: 10px 0px 10px 0px; }
.table_red2 {
  width: 20%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  color: white;
  text-align: center;
  font-size: 2vw;
}

.bw {
  background-color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:400;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 2vw;
}
.bwsmall {
  background-color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 1.7vw;
}

.wb {
  background-color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:400;
  border: none;
  color: black;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 5px;
  font-size: 2vw;
  cursor: pointer;
}
.bleu {
  background-color: #009fe3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 0;
  font-size: 2vw;
}
.blanctxt {
  background-color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 2vw;
}
.jaune {
  background-color: #ffed00;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 2vw;
}
.rouge {
  background-color: #e6007e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 2vw;
}
.rouge2 {
  background-color: #e6007e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 2vw;
}
.vert {
  background-color: #3aaa35;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 2vw;
}
.footer	{	  margin: 0px 0px 0px 0px; width: 100%; background: #000000; color: #FFFFFF;font-size: 1.2vw; text-align:left	}
.space	{	  padding: 10px; width: 100%; background: #000000; color: #FFFFFF;font-size: 1.2vw;	}

.boxrdv1 {
  background-color: #25BBFC;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 1.8vw;
  border-radius: 10px;
}

.boxrdv2 {
  background-color: #009FE3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 1.8vw;
  border-radius: 10px;
}

.boxrdv3 {
  background-color: #006F9F;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 1.8vw;
  border-radius: 10px;
}

.boxrdv4 {
  background-color: #DEDEDE;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: black;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 1.8vw;
  border-radius: 10px;
}

}
/* ################################### */
/* ################################### */



/* ################################### */
/* ################################### */
/* ##### 	FOR MOBILE PHONES	###### */
/* ################################### */
/* ################################### */
@media only screen and (max-width: 768px) 
{
[class*="col-"] 
{
  width: 100%;  font-size: 3.6vw;
}

.dat {   padding: 0px 0px 0px 70px;  }

.logo 	{	max-width: 70%; height: auto; }
.bloc1 	{	width: 90%; height: 400px; }
.bloc2 	{	width: 90%; height: 560px; background: #EEEEEE; font-size: 2vw;	}
.bloc3 	{	width: 90%;}
.img2	{	float: center; display: block; margin-left: auto; margin-right: auto; width: 50%; }
.img3	{	float: center;  margin: 10 10 0 0; width: 40%; }

.font_size_mini	{ font-family: 'Roboto Condensed', sans-serif;   font-weight: 300;   font-size: 2.0vw;	}
.font_size_mini2	{ font-family: 'Roboto Condensed', sans-serif;   font-weight: 300;   font-size: 2.5vw;	//line-height:1em;}
.font_size_mini3	{ font-family: 'Roboto Condensed', sans-serif; font-weight: 300;   font-size: 2.7vw;	}
.font_size_benefices	{ font-family: 'Roboto Condensed', sans-serif;   font-weight: 300;   font-size: 2.6vw;	}
.font_big	{ font-family: 'Roboto Condensed', sans-serif;   font-weight: 300;   font-size: 4.2vw;	}

.imgshadow	{	
float: center; display: block; margin-left: auto; margin-right: auto; width: 30%; 
//  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  filter: drop-shadow(15px 10px 4px #999999);
}

h1		{	font-size:7.8vw; }
h1.small		{	font-size:5vw; }
h1.sosmall		{	font-size:4vw; }
h2		{	font-size:7.5vw; }
h2.small		{	font-size:5vw; }
h2.chiffre		{	font-size:4.2vw; font-family: 'Roboto Condensed', sans-serif; font-weight:300; }
h3		{	font-size:7.5vw; }

div.hide {    display: none;  }

.clignote {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color:#FFFFFF;
  font-size:9.2vw;
  animation: clignote 2s linear infinite;
}

a.footer:link 		{ color: #FFFFFF; font-size: 2.8vw; font-family: 'Roboto Condensed', sans-serif; text-decoration:none; }
a.footer:visited 	{ color: #FFFFFF; font-size: 2.8vw; font-family: 'Roboto Condensed', sans-serif; text-decoration:none; }
a.footer:hover 		{ color: #FFFFFF; font-size: 2.8vw; font-family: 'Roboto Condensed', sans-serif; text-decoration:underline; }

a.mention:link 		{color: #999999;font-size: 1.5vw; font-family: 'Roboto Condensed 300', sans-serif; text-decoration:none;}
a.mention:visited 	{color: #999999;font-size: 1.5vw; font-family: 'Roboto Condensed 300', sans-serif; text-decoration:none;}
a.mention:hover 	{color: #999999;font-size: 1.5vw; font-family: 'Roboto Condensed 300', sans-serif; text-decoration:none;}


.table_red1 { background-color: #e60076;  padding: 5px 0px 5px 0px; }
.table_red2 {
  width: 21%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  color: white;
  text-align: center;
  font-size: 3.2vw;
}

.bw {
  background-color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:400;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 3.7vw;
}

.bwsmall {
  background-color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 3.2vw;
}
.wb {
  background-color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:400;
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 3vw;
  cursor: pointer;
}
.bleu {
  background-color: #009fe3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 3.2vw;
}
.blanctxt {
  background-color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 2.8vw;
}
.jaune {
  background-color: #ffed00;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 3.5vw;
}
.rouge {
  background-color: #e6007e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 3.5vw;
}
.rouge2 {
  background-color: #e6007e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 3.5vw;
}
.vert {
  background-color: #3aaa35;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  font-size: 3.5vw;
}
.footer	{	width: 100%; background: #000000; color: #FFFFFF; font-size: 1vw; text-align:center	}
.space	{	  padding: 10px; width: 100%; background: #000000; color: #FFFFFF;font-size: 1.2vw;	}

.boxrdv1 {
  background-color: #25BBFC;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 4.8vw;
  border-radius: 10px;
}

.boxrdv2 {
  background-color: #009FE3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 4.8vw;
  border-radius: 10px;
}

.boxrdv3 {
  background-color: #006F9F;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 4.8vw;
  border-radius: 10px;
}


.boxrdv4 {
  background-color: #DEDEDE;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  border: none;
  color: black;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 4.8vw;
  border-radius: 10px;
}


}
/* ################################### */
/* ################################### */

