<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
 font-family: "Lato-Medium";
 src: url('../police/Lato-Medium.ttf');
}

@font-face{
 font-family: "Shock";
 src: url('../police/Shock.ttf');
}

@font-face{
 font-family: "Ananda";
 src: url('../police/Ananda.eot');zz
}

*{
   /* font-family: "Lato-Medium"; */
}

html{
	height: 100%;
}

body{
	margin: 0;
}

p{
    color: grey;
}

.header{
	margin-top: 20px;
	height: 15%;
	text-align: left;
	padding-left: 15%;
	padding-top: 30px;
	color: #4C4C4C;
}

#separator{
    border-top: 7px solid #343A40;
    background-color: white;
}

.contenu{
    width: 1100px;
    /*height: 100%;*/
    /* min-height: 1000px; */
    /*background-color: lightgrey;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: -4%;
}

.titre{
  float: left;
  width: 200px;
}

.banniere{
  font-family: "";
  color: white;
  margin: 0;
  padding: 0;
  width: 99.3vw;
  height: 58.35vh;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.titre-banniere{
  font-family: Shock, Ananda;
  width: 350px;
  height: 90px;
  position: relative;
  font-size: 40px;
  top: calc(29.175vh - 17.5px);
  border: solid;
  margin: 0 auto;
  padding-top: 5px;
  padding: 5px;
}

.titre-banniere-liens{
  font-family: Shock, Ananda;
  width: 580px;
  height: 90px;
  position: relative;
  font-size: 40px;
  top: calc(29.175vh - 17.5px);
  border: solid;
  margin: 0 auto;
  padding-top: 5px;
  padding: 5px;
}

.presentation{
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px #343A40 solid;
    width: 530px;
    height: 400px;
    display: inline-block;
}

.presentation h4{
    margin-bottom: 30px;
}

.img-contour{
    width: 530px;
    display: inline-block;
    float: right;
}

.img-content{
    width:100%;
    height:100%;
}

.img-1et2{
    margin-top: 40px;
    margin-bottom: 40px;
}

.img-1{
    width: 530px;
}

.img-2{
    width: 530px;
    float: right;
    margin-top: -397px;
}

.logo1{
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

.logo2{
    float: right;
    margin-right: 40px;
}

.header h1 a{
	text-decoration: none;
	color: #4C4C4C;
}

h4{
    padding-bottom: 10px;
}

.content{
	background-color: lightgrey;
	text-align: left;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 15%;
}

.content p{
	margin-bottom: 0;
}

.liens{
  font-size: 20px;
  margin-left: 40%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.liens a{
  margin: 100px;
}

.liens:hover{

}

.liens a:link{
  text-decoration: none;
}

/*--------------------------------- footer ----------------------------*/

.site-footer{
	padding-top: 20px;
	background-color: #343A40;
	height: 110px;
  position: absolute;
  width: 100%;
}

.site-footer p{
	font-size: 16px;
	text-align: left;
	margin-left: 30%;
	color: white;
}

.info-footer{
	margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.infoleft-footer p{
	float: left;
	text-align: right;
	margin: 0;
}

.inforight-footer p{
	text-align: left;
	margin-left: 50px;
	border-left: 1px solid white;
	padding-left: 50px;
}

.inforight-footer p a{
	text-decoration: none;
	color: #446AD4;
}

.admin{
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}

/*--------------------------------- carousel ----------------------------*/

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 600px;
}

.swiper-slide{
    text-align: center;
    transform: translate3d(0px, 0px, -1000px) rotateX(0deg) rotateY(-50deg);
    max-width: 50%;
}

.swiper-slide img{
    background-position: center;
    background-size: cover;
    height: 600px;
    width: auto;
    /*code utile*/
    position:absolute;
    margin:auto;
    top:-1000px;left:-1000px;right:-1000px;bottom:-1000px;
}

.firstpage{
    height: 100%;
}

.carousel-cell.size-large{
    width: 100%;
}

* {
  	box-sizing: border-box;
}

.container {
  	width: 80%;
  	margin: 0 auto;
  	color: black;
  	margin-bottom: 20px;
}

.container ul li a{
	color: black;
	text-decoration: none;

}

.container ul li a:hover{
	color: grey;
}

ul li {
  display: inline;
  text-align: center;
  margin-left: 20px;
  width: 200px;
}

.contact{
	width: 60%;
  margin-top: 35px;
	margin-left: 36%;
}

.captcha{
	margin-top: 20px;
	margin-left: 50px;
}

.btn{
	margin-right: 300px;
	margin-top: 30px;
}

label{
	text-align: left;
}

.icon-circle .fa{
    font-size           : 25px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 40px;
    width               : 40px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 40px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{

    background-color        : #e84700;
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2);
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2);
    -o-transform            : scale(1.2,1.2);
    transform               : scale(1.2,1.2);
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 20px;
}

@media (min-width:320px) and (max-width:768px) {


 .icon-circle .fa{
    font-size           : 7.5px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 20px;
    width               : 20px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 20px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{

    background-color        : #e84700;
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2);
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2);
    -o-transform            : scale(1.2,1.2);
    transform               : scale(1.2,1.2);
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 10px;
}
}

.ifacebook .fa{
    color               :#3B5998;
    border              :2px solid #3B5998;
}

.ifacebook .fa:hover{

    background-color        : #343A40;
    color                   : white;
    border                  : 1px solid #343A40;

}
.logoFb{
	float: right;
	margin-top: 15px;
}

/* -------------------------------------upload------------------------------ */
.upload{
  max-width: 600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.upload h2{
  color: grey;
  text-align: center;
}

input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit], input[type=file] {
  background-color: #446AD4;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}

/* Style the container */
.container-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 40px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row{
  margin-top: 10px;
}

.row:after {
  content: "";
  display: table;

  clear: both;
}

.imgP{
  height: 500px;
}

/* ----------------------------ScrollBar---------------------------- */
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: grey;
}

/* ------------------------------Responsive------------------------------- */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit], input[type=file] {
    width: 100%;
  }
}

@media screen and (max-width: 1366px)
{
  .swiper-container{
    height: 300px;
    margin-top: 0px;
  }
  .imgP{
    height: 200px;
  }
  .content{
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
  }
  .logo1, .logo2{
  	display: none;
  }
  #separator{
    display: none;
  }
  .header{
    padding-left: 0%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .container ul li{
    display: block;
    text-align: left;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid white;
  }
  .container ul li a{
    margin-left: 20px;
  }
  .container{
    background-color: #EDEDED;
    height: 268px;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .container ul{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .container ul li:hover{
    background-color: white;
  }
  .site-footer{
  	height: 200px;
    width: 100%;
    text-align: center;
  }
  .infoleft-footer p{
    float: none;
    text-align: left;
    width: auto;
    margin-left: 30px;
  }
  .inforight-footer p{
    border: none;
    margin-left: 0px;
    padding-left: 0px;
    width: auto;
    margin-left: 30px;
  }
  .info-footer{
    width: auto;
  }
  .admin{
    float: right;
    margin-right: 50px;
  }
  .imgP{
    margin-top: 4px;
  }
  .contenu{
    width: 100%;
  }
  .presentation{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
  .presentation h4,  .presentation p{
    font-size: 9px;
  }
  .img-contour{
    width: 50%;
  }
  .img-1{
    width: 50%;
  }
  .img-2{
    margin-top: -156px;
    width: 50%;
  }
  .logoFb{
    display: none;
  }
}
</pre></body></html>