html,
body {
    width: 100%;
    height: 100%;
  }
	

body {
    font-family: 'Comfortaa', cursive;
}


hr {
    max-width: 20px;
    border-color: #999;
    border-width: 3px;
	}
	

hr.light {
    max-width: 50px;
    border-color: #A5A4A4;
    border-width: 3px;
   
}

hr.light2 {
    border-color: #ef8d18;
    max-width:100%;
    padding:0;
    margin: 0;
	border-width: 7px;
}

hr.light3 {
    max-width: 50px;
    border-color: #A5A4A4;
    border-width: 3px;
    
}

hr.light4 {
    border-color: #CCC;
    max-width:100%;
    padding-left:0;
    margin-left: 0;
	border-width: 1px;
}

hr.light5 {
    max-width:223px;
    padding-left:0;
    margin-left: 0;
	border-width: 1px;
    border-color: #006B85;
	padding-top:0px
}

hr.light6 {
    max-width: 50px;
    border-color: #A5A4A4;
    border-width: 3px;
    margin-right: 0;
}

hr.light7 {
    max-width: 50px;
    border-color: #A5A4A4;
    border-width: 3px;
    margin-left: 0;
}
	
a {
    color: #999; 
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
  color: #fff;
  text-decoration: underline;
}



a#lien1 {
    color: #666; 
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	font-size:14px
}

a:a#lien1:hover,
a:a#lien1:focus {
  color: #933;
  text-decoration: underline;
  font-size:14px
}

a#lien2 {
    color: #FFF; 
	text-decoration: underline;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;
	font-size:16px
}

a:a#lien2:hover,
a:a#lien2:focus {
  color: #C03;
  text-decoration: underline;
  font-size:16px
}

a#lien3 {
    color: #0386a9;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;
	font-size:16px;
	text-decoration: underline;
}

a:a#lien3:hover,
a:a#lien3:focus {
  color: #666;
  font-size:16px
}



h1 {
    font-family: 'Comfortaa', cursive; 
	color: #0086a9; 
	letter-spacing:1px; 
	/*text-shadow: 0px 0px 0px #000; */
}
	
h2 {
    font-family: 'Comfortaa', cursive;
	color: #fff;
	font-size: 29px;
	letter-spacing:1px;
	text-shadow: 2px 2px 5px #000; 
	line-height: 1.5;
}
	
h3 {
   font-family: 'Comfortaa', cursive;
	color:#0086a9;
	font-size: 25px; 
	font-weight: 600
}
	
	
h4 {
    font-family: 'Comfortaa', cursive; 
	color:#FFF; 
	font-size: 29px; 
	font-weight: 600; 
	text-shadow: 2px 2px 5px #000;
}
	

h5 {
   font-family: 'Comfortaa', cursive;
	color:#fff;
	font-size: 25px; 
	font-weight: 600
}
	
 
h6 {
    font-family: 'Comfortaa', cursive;
    color: #0b4b5b;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
   /* text-shadow: 1px 1px 5px #FFF;*/
    line-height: 1.5;
}


h1 small,.h1 small,h1 .small,.h1 .small{  font-weight: normal;
  line-height: 1;
  color: #fff;
	font-size: 55%;
}


h3 small {
    color: #a29e9e;
    font-size: 88%;
    font-weight: 400;
}



h2 small,
.h2 small,
h2 .small,
.h2 .small
{
  font-size: 55%;
}


p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}



.bgi-02 {
	background-image: url("../img/bgi-02.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 450px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bgi-02sm {
	background-image: url("../img/bgi-02.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 300px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}



.bgi-03 {
	background-image: url("../img/bgi-03.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 550px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bgi-03sm {
	background-image: url("../img/bgi-03.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}



.bgi-04 {	
	background-image: url("../img/header2.jpg");   
}




.bgi-05 {
	background-image: url("../img/bgi-05.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 550px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bgi-05sm {
	background-image: url("../img/bgi-05.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bgi-06 {	
	background-image: url("../img/header3.jpg");   
}


.bgi-07 {
	background-image: url("../img/bgi-07.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 550px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bgi-07sm {
	background-image: url("../img/bgi-07.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}


.bgi-08 {	
	background-image: url("../img/header4.jpg");   
}


.bgi-09 {
	background-image: url("../img/bgi-09.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 550px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bgi-09sm {
	background-image: url("../img/bgi-09.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}



.bgi-11 {
	background-image: url("../img/bgi-11.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 550px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bgi-11sm {
	background-image: url("../img/bgi-11.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-4 {
	background-color:#143652;	
}

.bg-5 {
	background-color:#ededed;	
}

.bg-6 {
	background-color:rgba(0,0,0,0.81)
	}

.bg-7 {
	background-color:#fbfafa
 }

.bg-10 {
	background-color:#fff
	} 



.bg-13 {
	background-color:#999;
	
}

.bg-14 {
	background-color:#f5f3f3;
	border-color: #933;
    max-width:100%;
    padding:0;
    margin: 0; 
	border-top:13px; 
}


.bg-r {
	background-color:#006B85;
}

.bg-r2 {
	background-color:#094D5D;
}
.bg-r3 {
	background-color:#197991;
}



.bg-17 {
	background-color:#0085a6;
}




/*normalisation colonne*/

.norma1{ 
		min-height: 490px;
	}
 	
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	font-size: 14px;
	color: #666;
	text-shadow: none;
		font-family: 'Comfortaa', cursive; 
}	
	
.text-typo{
	font-family: 'Comfortaa', cursive; 
	color:#fff; 
	font-size:250px
}
	
	
.text-muted{
	color:#666;}

.text-faded {
    color: #666;
	font-size:16px;
	line-height: 1.5;
} 

.text-faded2 {
    color: #333; font-size:16px
}

.text-faded3 {
    color: #666;
}

.text-faded4 {
	line-height: 1;
  	color: #999;
	font-size: 28px;
	letter-spacing: 2px}

.text-faded5 {
	line-height: 1;
  color: #999;
	font-size: 20px;
}


.text-bleu {
  font-family: 'Comfortaa', cursive;
  color: #0086a7;
  font-size: 15px;
  line-height: 1.5;
  
}

.text-bleu2 {
 font-family: 'Comfortaa', cursive;
 color: #3d6f93;
 font-size: 14px;
 line-height: 1.5;
}


.text-bleu3 {
 font-family: 'Comfortaa', cursive;
 color: #5db9f0;
 font-size: 20px;
 line-height: 1.5;
 text-shadow: 1px 1px 5px #000
}


.text-noir5 {
	font-family: 'Comfortaa', cursive;
	color: #151515;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5;
}


.text-gris {
    color: #333; 
	font-size:18px; 
	
} /*LP*/

.text-gris2{
    color: #666;
	font-size:16px;
}

.text-gris3{
    color: #ccc9c9;
	font-size:13px;
} 

.text-footer {
    color:#fff;
    font-weight: 100;
	font-size: 15px;
	line-height: 1.42857143
}

.text-bla2 {
 color: #fff; 
 font-size:18px;
 letter-spacing:1px;
	
}  

.text-bla {
 color: #fff;
letter-spacing:1px;
} 

.text-bla3 {
font-family: 'Comfortaa', cursive;
color: #fff;
letter-spacing:1px;
text-shadow: 2px 2px 5px #000;
font-size:16px;
}

.text-bla4 {
    font-family: 'Comfortaa', cursive;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 2px 8px #000;
}

.text-bla5 {
    font-family: 'Comfortaa', cursive;
    color: #f4f7f9;
    letter-spacing: 1px;
    font-size: 20px;
}

.text-blanc {
	font-family: 'Comfortaa', cursive;
 	color: #fff; font-size:18px; 
	text-shadow: none;
} 



.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.center-block2 {
    display: block;
    margin-left: auto;
    margin-right:0px;
 }


.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 10px;
}

th {
    text-align: center;
    background-color: #3d6f93;
	color: #fff;
} 

section {
    padding: 100px 0; 
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.padding-top-15 {
    padding-top:15px; padding-bottom:0px;
	}

.padding-top-20 {
    padding-top:20px;
	}


.padding-top-30 {
    padding-top:30px; 
	}
	
.padding-top-50 {
    padding-top:50px;
	}

.padding-top-60 {
    padding-top:60px;
	}

.padding-top-70 {
    padding-top:70px;
	}

.padding-top-80 {
    padding-top:80px;
	}

.padding-top-100 {
    padding-top:100px;
	}

.padding-bottom-10 {
    padding-bottom:10px;
	}
	
.padding-bottom-20 {
    padding-bottom:20px;
	}

.padding-bottom-30 {
    padding-bottom:30px;
	}
	
.padding-bottom-60 {
    padding-bottom:60px;
	}
	
.padding-bottom-70 {
    padding-bottom:70px;
	}	

.padding-bottom-80 {
    padding-bottom:80px;
	}	

.padding-bottom-100 {
    padding-bottom:100px;
	}

.margin-10{
	margin-left:10px;
	margin-right:10px;
}

.margin-50{
	margin-left:50px;
	margin-right:50px;
}
.margin-top-30{
	margin-top:30px
}
.margin-top-40{
	margin-top:40px
}
.margin-top-60{
	margin-top:60px
}
.margin-top-100{
	margin-top:100px
}
.padding-left-tem{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}

.margin-top-140{
	margin-top:140px}

.padding15{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:15px}


.navbar {
   	  font-family: 'Comfortaa', cursive; 
	  margin-bottom: 0;
	  background-color: rgba(33,33,34,0.96);
      border: 0;
      font-size: 11px !important;
      letter-spacing: 1px;
	  opacity: 0.95;
      color: #183955;
}
  

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	color: #FFF;
}


@media (min-width: 768px)
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

  
.navbar .navbar-header .navbar-brand:hover,
.navbar .navbar-header .navbar-brand:focus {
        color: #fff;
	font-size: 12px;
    }
  
.nav > li.active>a,
.nav>li.active>a:focus {
  /*menu lien actif barre 1 et barre small*/
    background-color: #fff!important;
	 color: #183955!important;
	font-weight: 500
	}

.nav > li > a {
    position: relative;
    display: block;        
    padding-right: 12px;
    padding-left: 12px;
}
  
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #0086a9 !important;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
	line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
	 font-size: 11px;
      letter-spacing: 1px;
} 

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0086a9;
	font-size: 11px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0086a9;
    outline: 0;
	font-size: 11px;
}


@media (max-width: 767px) {

.navbar {
   	   font-family: 'Comfortaa', cursive; 
	  font-weight: 400;
      margin-bottom: 0;
	   background-color: rgba(33,33,34,0.96);
      border: 0;
      font-size: 11px;
      opacity: 0.99;
	  color: #183955;
} 
	
.navbar .navbar-header .navbar-brand:hover,
.navbar .navbar-header .navbar-brand:focus {
        color: #fff;
		font-size: 11px;
    }
	
	
/*	
  
.nav > li.active>a,
.nav>li.active>a:focus {
    background-color: #f7ab31;
	 color: #000;
	}*/
  
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #ccc;
	color:#000
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff; 
    border-color: #000;
	color:#0086a9;
	   	 font-family: 'Comfortaa', cursive; 
}
	
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
	line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
	 font-size: 11px;
      
} 

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    /*background-color: #ccc;*/
	 font-size: 11px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fff; /*01012023*/
    outline: 0;
}
 
	}


.navbar-toggle .icon-bar {
  background-color: #fff;
} 



.center-block2 {
    display: block;
    margin-left: auto;
    margin-left: 0px;
 }
 
header {
    position: relative;
	width: 100%;
    min-height: auto;
    text-align: right;
    color: #fff;
	background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: right;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(115,79,116,.9);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
       /* margin-right: auto;*/
        margin-left: auto;
        max-width: 80%;
        font-size: 20px;
    }
}


.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}


#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 0px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255,255,255,0.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 22px;
    color: #3d6e93;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 900px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: Montserrat, sans-serif;
	letter-spacing:2px;
	font-size:13px;
	color:rgba(69,67,67,1.00)
}


#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 0px;
    }
}


/*---declinaison des box 0---*/


.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
	opacity: 0;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
   font-family: 'Comfortaa', cursive; 
	
	
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: none;
    font-size: 15px; 
    font-weight: 400;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 0.9;
	background:#0086A8;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 15px;
		  font-weight: 200;
	 font-family: 'Comfortaa', cursive; 
	color: #fff; 
	
		
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}


/*---fin declinaison des box 0---*/


@media (max-width: 767px) {

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #cdcdcd;
    background-color: transparent;}
	}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #FFF ; 
}

.text-primary2 {
    color: #999 ;
	font-size: 12px;
}

.text-primary3 {
    color: #0386a9 ;
}



/*.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}*/

.no-gutter > [class*=col-] {
    padding: 0;
}



.thumbnail4 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(255,255,255,.90);
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	min-height: 250px;
/*	padding: 10px;*/
	margin: 30px;
} 
.thumbnail5 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(255,255,255,1);
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	min-height: 250px;
/*	padding: 10px;*/
	margin: 30px;
}
/*POUR LG*/


.thumbnail6 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(255,255,255,.90);
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	min-height: 350px;
	padding: 20px;
	/*margin: 5px;*/
}


/*POUR SM MD XS*/
.thumbnail7 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(255,255,255,.90);
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	min-height: 250px;
	padding: 20px;
	/*margin: 5px;*/
} 

.thumbnail8 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(255,255,255,1);
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	min-height: 250px;
	padding: 20px;
	/*margin: 5px;*/
	
} /*FIN POUR SM MD XS*/




.thumbnail9 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(0,0,0,.68);
    border: 0px solid #999;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	min-height: 230px;
	padding : 30px;
	margin: 30px;
}



.btn {
    border: 0;
    font-family: 'Comfortaa', cursive;
   	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
}

.btn-xl {
    padding: 15px 30px;
}


.btn-default {
	border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-a {
    color: #000;
	font-family: 'Comfortaa', cursive;
    background-color: #5db9f0;
	font-size:13px;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 30px;
	padding: 15px;
    }
	
	

.btn-a:hover,
.btn-a:focus,
.btn-a.focus,
.btn-a:active,
.btn-a.active,
.open > .dropdown-toggle.btn-a {
    border-color: #0086a9;
    color: #000;
    background-color: #fff;
	font-size:15px;
}


.btn-b {
    font-family: 'Comfortaa', cursive;
    background-color: #0086a9;
	color: #fff;
	 border-radius: 0px;
	font-size:20px;
    }
	
.btn-b:hover,
.btn-b:focus,
.btn-b.focus,
.btn-b:active,
.btn-b.active,
.open > .dropdown-toggle.btn-b {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}


.btn-c {
    font-family: 'Comfortaa', cursive;
    background-color: #0086a9;
	color: #fff;
	 border-radius: 0px;
	font-size:16px;
    }
	
.btn-c:hover,
.btn-c:focus,
.btn-c.focus,
.btn-c:active,
.btn-c.active,
.open > .dropdown-toggle.btn-c {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}


.btn-d {
       color: #fff;
    background-color: #39F;
	font-size:11px;
    } 
	
.btn-d:hover,
.btn-d:focus,
.btn-d.focus,
.btn-d:active,
.btn-d.active,
.open > .dropdown-toggle.btn-d {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}


.btn-e {
       color: #fff;
    background-color: #3CF;
	font-size:11px;
    } 
	
.btn-e:hover,
.btn-e:focus,
.btn-e.focus,
.btn-e:active,
.btn-e.active,
.open > .dropdown-toggle.btn-e {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}


.btn-primary {
    border-color: #999;
    color: #fff;
    background-color: #999;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} 

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #666;
    color: #fff;
    background-color: #666;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40; 
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}



/*efffet image flou zoom*/

.matrix-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.1);
  transition: opacity 2s ease-out, transform 2.5s ease-out, filter 2.5s ease-out, clip-path 2.5s ease-out;
  clip-path: inset(50% 50% 50% 50%);
  transition-delay: 0.2s;
}

.matrix-reveal.visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  clip-path: inset(0% 0% 0% 0%);
}

.img-center {margin:0 auto;}

.img3 {
box-shadow: 0px 0px 10px #999;
}

.img4{
	border-left:solid #a0050f 1px;
	border-right:solid #a0050f 1px;
	border-bottom:solid #a0050f 1px;
	border-top:solid #a0050f 1px; 
}

.img-rounded {
  border-radius: 2px;
}

body {
    webkit-tap-highlight-color: #222;
}

.trans{
	background-color: rgba(255,0,0,.5);	
	}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}


/*CARROUSSEL PAS A PAS 1*/
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    /*background-image: linear-gradient(to right,rgba(0, 0, 0, 0.29) 0,rgba(0,0,0,.0001) 100%);*/ 
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0.0) 0,rgba(0,0,0,.0001) 100%);/*supprime ombre */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;

}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%); /*supprime ombre */
    /*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;

}


.carousel-control {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%; /*fleche sur image*/
	/*width: 0%;*/ /*fleche hors image*/
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;

}


@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/*CARROUSSEL PAS A PAS FIN 1*/




/*CARROUSSEL PAS A PAS 2*/
.carousel-showmanymoveone2 .cloneditem-1,
.carousel-showmanymoveone2 .cloneditem-2,
.carousel-showmanymoveone2 .cloneditem-3 {
  display: none;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    /*background-image: linear-gradient(to right,rgba(0, 0, 0, 0.29) 0,rgba(0,0,0,.0001) 100%);*/ 
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0.0) 0,rgba(0,0,0,.0001) 100%);/*supprime ombre */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;

}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%); /*supprime ombre */
    /*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;

}


.carousel-control {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%; /*fleche sur image*/
	/*width: 0%;*/ /*fleche hors image*/
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;

}


@media all and (min-width: 768px) {
  .carousel-showmanymoveone2 .carousel-inner > .active.left,
  .carousel-showmanymoveone2 .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone2 .carousel-inner > .active.right,
  .carousel-showmanymoveone2 .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone2 .carousel-inner > .left,
  .carousel-showmanymoveone2 .carousel-inner > .prev.right,
  .carousel-showmanymoveone2 .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone2 .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone2 .carousel-inner > .item.active.right,
  .carousel-showmanymoveone2 .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone2 .carousel-inner > .item.active.left,
  .carousel-showmanymoveone2 .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone2 .carousel-inner > .item.left,
  .carousel-showmanymoveone2 .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone2 .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone2 .carousel-inner > .active.left,
  .carousel-showmanymoveone2 .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone2 .carousel-inner > .active.right,
  .carousel-showmanymoveone2 .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone2 .carousel-inner > .left,
  .carousel-showmanymoveone2 .carousel-inner > .prev.right,
  .carousel-showmanymoveone2 .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone2 .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone2 .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone2 .carousel-inner > .item.active.right,
  .carousel-showmanymoveone2 .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone2 .carousel-inner > .item.active.left,
  .carousel-showmanymoveone2 .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone2 .carousel-inner > .item.left,
  .carousel-showmanymoveone2 .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone2 .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/*CARROUSSEL PAS A PAS 2 FIN*/




/* Style gÃƒÂ©nÃƒÂ©ral pour le cookie-banner */
#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    flex-wrap: wrap; /* Permet de passer sur plusieurs lignes si nÃƒÂ©cessaire */
    justify-content: center; /* Centre les ÃƒÂ©lÃƒÂ©ments horizontalement */
    align-items: center; /* Aligne verticalement */
    gap: 10px; /* Espacement entre les ÃƒÂ©lÃƒÂ©ments */
}

/* Style pour le texte */
#cookie-banner p {
    margin: 0;
    flex: 1 1 auto; /* Permet au texte de s'adapter Ãƒ  l'espace disponible */
    font-size: 16px; /* Taille de la police */
    line-height: 1.5; /* AmÃƒÂ©liore la lisibilitÃƒÂ© */
}

/* Style pour le bouton */
#cookie-banner button {
    background-color: orange;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0; /* EmpÃƒÂªche le bouton de rÃƒÂ©trÃƒÂ©cir */
}

/* Lien dans le texte */
#cookie-banner a {
    color: orange;
    text-decoration: underline;
}

/* Adaptation pour les petits ÃƒÂ©crans */
@media (max-width: 768px) {
    #cookie-banner {
        flex-direction: column; /* Les ÃƒÂ©lÃƒÂ©ments se superposent */
        text-align: center; /* Texte centrÃƒÂ© */
    }

    #cookie-banner p {
        font-size: 14px; /* RÃƒÂ©duction de la taille de la police pour petits ÃƒÂ©crans */
    }

    #cookie-banner button {
        margin-top: 10px; /* Ajoute un espacement entre le texte et le bouton */
        padding: 8px 15px;
    }
}


