.gr{ font-weight: bold  }
.su{ text-decoration: underline}
.it{ font-style: italic  }
.purple{ color: purple; }
.grey { color: grey; }
.black { color: black; }
.grey2 { color: rgb(64, 64, 64); }
.grey3 {background-color: rgb(230, 230, 230)}
.backBlue {background-color: #99e6ff;}
.backBlue2 {background-color: #66b3ff;}
.yellow { color: rgb(179, 107, 0) }
.red { color: rgb(204, 0, 0)} /* #990000; } */
.purple2{ color: #e60073 }
.orange {color: #f76c1b;}
.blue{ color: blue; }
.blue2{ color: #0000b3 }
.green { color: green; }
.arriere{
  background-color: #ffcce8;
}
#footer {
    background-color: #8B008B;
/*    position: absolute;
    left: 0;
    right: 0; */
    width: 100%;
    color: white;
    margin: 0px;
}
#footer-text {
  margin-left: 10%;
}

.centrer { text-align: center; }

.body{
	background-color: white;
}
#main-wrapper{
	font-size: 16px;
}
.top0 { margin-top:0px; }
.top10 { margin-top:10px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.bottom20 {margin-bottom: 20px;}
.bottom0 {margin-bottom: 0px;}
.left40 {margin-left: 20%;}
.left50 {margin-left: 30%;}
.right40{ margin-right: 20%; }
.left10 {margin-left: 10%;}
.right10 {margin-right: 10%;}
.nopadding {
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.images {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
}
.img-responsive {
    margin: 0 auto;
    margin-right: 15px;
    margin-left: 10px;
}
.big{ font-size: 27px !important; }
.big2 { font-size: 23px !important; }
.big3 { font-size: 18px !important; }

div.container-center {
    height: 10em;
    position: relative }

div.container-center p {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }

.test1{
  position: relative;
  left: 40%;

}


/* ===================== HEADER-TOP ============================ */
/* ============================================================= */
.colorbacktop{
  background-color: #c2c2d6; /* rColor top page */
}

.header-titre {
	text-align: center;
  margin-top: 5px;
	text-decoration: none;
	font-family: AR DECODE, "Comic Sans MS", cursive, sans-serif;
	font: bold;
	font-size: 20px;
	color: #660066;
	font-weight: bold;
}
.souligne{
    letter-spacing: 3px;
  border-bottom: 5px solid #8B008B;
  border-color: #660066;
}

.top-image{
  float:left;
  width:212px;
  height:165px;
  margin-left:0px;
  margin-top: 10px;
}

.u{
	border-bottom: 20px solid black;
}
.vcenter {
    vertical-align: middle;
    float: none;
}
#header-contact {
	text-align: center;
  /*width: auto; */
	margin-top: 40px;
	margin-right: 0px;
  color: #660066;
  font-size: 15px;
}
#header-group:after{
	clear: both;
}


/* ===================  NAV BAR STYLING =============== */
.colorbacknav{
  background-color: #8585ad;/* #00a3cc */
}
.nav.nav-justified a {
  text-decoration: none;
}

.nav.nav-justified > li > a {
  margin-bottom: 1px;
  color: black; /* rgb(92, 0, 153); /* #b300b3; /* #b30059; */
  font-size: 17px;
  padding-left: 0px;
  padding-right: 0px;
}

.dropdown-menu {
  width: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    border-bottom: 4px solid #660066;
}

 .nav li {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

/* ================== CONTAINER =================== */
.container {
    width: 100%;
    overflow: hidden;
	height: auto;
	margin: 0px 0px 0px 0px;
}

/* ================= SLIDER ============== */
.top-buffer { margin-top:80px; }

img.headimage  {
	min-height: 220px;
    max-height: 220px;
    width: 80%;
    margin-left: 10%;
	margin-right: 10%;
	overflow: hidden;
}
  	.carousel-caption{
	height: 100%;
	margin-left: 0px;
	padding: 0;
}
.carousel-citation{
	background: rgba(255, 255, 255, 0.2);
	color: black;
	margin-right: auto;
	margin-top: 10%;
	margin-left: 0%;
	text-align: center;
	padding: 0;
	font-size: 20px;
	display: inline-block;
	overflow: hidden;
}
.carousel-detail {
	padding-left: 5%;
	padding-right: 5%;
	margin-right: 0%;
	margin-bottom:0%;
	margin-left: auto;
	text-align: right;
  	height: 110px;
  	color: black;
  	overflow: hidden;
  	border-style: solid;
  	font-size: 20px;
  	background: rgba(255, 255, 255, 0.2);
  	display: inline-block;
}
.carousel-detail:hover{
    color: #000;
    background-color: #FFF;
}
.carousel-detail h2 {
	font-size: 22px;
	font-weight: bold;

}
.carousel-detail a {
	color: black;
}
a:hover{
	text-decoration: none;
}
.glyphicon.glyphicon-chevron-right{
   color:black;
}
.glyphicon.glyphicon-chevron-left{
   color:black;
}

/* ================== MAIN BODY AFTER HEADER +===================== */
/* ================================================================ */

#main-wrapper{
	top:0;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
}

#main-wrapper2{
  top:0;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  background-color: white;
  font-size: 18px;
}

.video-sizer{
	position: relative;
	text-align: center;
	margin: 0;
	margin-bottom: 25px;
	margin-top: 25px;
}

.bordure{
  border: 1px solid;
  border-color: grey;
}
.bordure2{
  border: 2px solid;
  border-color: green;
  border-style: dotted;
  border-spacing: 15px;
  padding-right:15px;
 padding-left:15px;
}

/* =============== GOOGLE MAP =================== */
#map-outer {  height: 440px;
            padding: 20px;
          border: 2px solid #CCC;
          margin-bottom: 20px;
          background-color:#FFF }
#map-container { height: 400px }

@media all and (max-width: 991px) {
    #map-outer  { height: 650px }
}

#otis li {
    list-style-type: none;
}

/* ============== NAV BOTTOM PAGE =================== */

.pager {
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager .previous>a, .pager .previous>span {
    float: left;
}

/* ================= FOOTER =============== */
#footer {
  width: 100%;
 /* height:60px; */
  bottom:0;
  background-color: #666699;
}
.copy p{
  margin:0;
  padding:0;
  line-height:60px;
  color:#fff;
  text-align:center;
}


/* responsive text queries */
@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4, ul, li {
    font-size: 90%;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  .header-titre {  font-size: 30px;  }
  .big, .big2 {
  	font-size: 20px !important;
  }

}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4, ul, li {
    font-size: 85%;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  #header-titre { font-size: 20px;  }
  .big, .big2 {
  	font-size: 15px !important;
  }

  #main-wrapper{
  	top:0;
  	width: 50%;
  	margin-left: 25%;
  	margin-right: 25%;
  	background-color: white;
  }

  #main-wrapper2{
    top:0;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    background-color: white;
    font-size: 18px;
  }

}
