@charset "utf-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #eeeeee !important;
}

/*@font-face {
	font-family: 'LeelawUI';
	src: url('../font/LeelawUI/LeelawUI.eot');
	src:
	url('../font/LeelawUI/LeelawUI.eot#iefix') format('embedded-opentype'),
	url('../font/LeelawUI/LeelawUI.woff') format('woff'),
	url('../font/LeelawUI/LeelawUI.otf') format('opentype'),
	url('../font/LeelawUI/LeelawUI.ttf') format('truetype'),
	url('../font/LeelawUI/LeelawUI.svg#Conv_LeelawUI') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@media (max-width: 480px) {
  .form_bloc label {
    width: 110px;
  }

  .checkbox label {
    width: 100%;
  }

  .form_bloc input {
    width: 138px;
  }

  button {
    font-size: 26px;
  }

  .col-xs-push-12 {
    left: inherit;
  }

  .col-xs-pull-12 {
    right: inherit;
  }
}

.logo a,
footer a.logo {
  display: inline-block;
  width: 182px;
  height: 41px;
  margin: auto;
  background: url("../images/logo.png");
}

header {
  background-color: #000;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}

footer a.logo {
  margin-bottom: 10px;
}

.form_header {
  background-color: #25aae1;
  padding: 7px;
}

.form_header .select,
.form_header input {
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
}

.form_header input[type="search"] {
  width: 100%;
  font-size: 16px;
  color: #919090;
  text-indent: 15px;
}

.form_header input[type="submit"] {
  text-indent: -9999px;
  border: 1px solid #fff;
  width: 50px;
  background: #000 url("../images/search.png") no-repeat center;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.form_header input[type="submit"]:hover {
  background-color: #25aae1;
}

.form_header input {
  height: 47px;
  border: none;
}

header .col-lg-3 .home {
  width: 29px;
  height: 26px;
  display: inline-block;
  -webkit-mask: url("../images/home.svg") no-repeat;
  mask: url("../images/home.svg") no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}

header .col-lg-3 .home:hover {
  background-color: #25aae1;
}

header .col-lg-3 .logo,
header .col-lg-3 .home {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

header ul li {
  display: inline-block;
  margin-top: 6px;
}

header ul {
  margin: 0px auto auto 30px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.select {
  width: 100%;
  height: 47px;
  background-color: #f1f2f2;
  overflow: hidden;
}

.select select {
  width: 120%;
  height: 47px;
  border: none;
  font-weight: 700;
  padding: 0 15px;
  background-color: transparent;
}

.select {
  background: #f1f2f2 url("../images/dropdown.png") no-repeat;
  background-position: 90% center;
}

.right-menu {
  display: inline-block;
  vertical-align: middle;
}

.right-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 15px 0;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.right-menu li:nth-child(1) a {
  background: url("../images/env.png") no-repeat left center;
  padding-left: 45px;
  margin-right: 18px;
}

.right-menu li:nth-child(2) a {
  background: url("../images/user.png") no-repeat left center;
  padding-left: 35px;
}

.contact_m {
  background: url("../images/env.png") no-repeat left center;
  text-indent: -9999px;
  width: 35px;
  height: 33px;
  text-align: center;
}

.user_m {
  background: url("../images/user.png") no-repeat left center;
  text-indent: -9999px;
  width: 35px;
  height: 33px;
  text-align: center;
}

.slider li img {
  width: 100%;
}

.bx-wrapper {
  border: 0 !important;
  box-shadow: none !important;
  max-height: 595px;
  overflow: hidden;
}

.container {
  max-width: 1149px;
  margin: auto;
  width: auto;
  background-color: #fff;
}

.bloc1 h2,
.bloc2 h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  padding: 1rem;
  border-bottom: 1px solid #eeeeee;
}

.bloc3 h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  padding: 26px 43px;
  margin: 0 -15px 23px -15px;
}

.bloc1 ul li {
  font-size: 14px;
  color: #333333;
  list-style: none;
}

.bloc1 ul li a {
  line-height: 18px;
  color: #333333;
}

.bloc1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ese_list h3 {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin: 0 0 6px 0;
}

.ese_list p {
  font-size: 14px;
  color: #000;
}

.ese_list .col-lg-4 {
  width: 91px;
  padding-right: 0;
}

.ese_list .col-lg-8 {
  padding-left: 0;
}

.container.bloc2 {
  background-color: transparent;
  padding-bottom: 10px;
}

.bloc2 .col-lg-8,
.bloc2 .col-lg-4 {
  background-color: #fff;
}

.ese_list {
  margin-bottom: 10px;
}

.bloc2 .col-lg-8 {
  margin-right: 14px;
}

.bloc2 .col-lg-8 .col-lg-6 {
  padding: 0 24px;
}

.bloc2 .col-lg-4 {
  margin-left: 14px;
}

.ese_list .col-lg-4 {
  margin-left: 0;
}

.info-pratique li {
  list-style: none;
  font-size: 18px;
  color: #333333;
  padding: 15px 15px 15px 45px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  background: url("../images/angle.png") no-repeat;
  background-position: 24px center;
}

.info-pratique li a {
  font-size: 18px;
  color: #333333;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.info-pratique li a:hover {
  color: #25aae1;
  text-decoration: none;
}

.info-pratique {
  margin-left: -15px;
  margin-right: -15px;
}

.info-pratique li:last-child {
  border-bottom: none;
}

.content_bloc3 {
  min-height: 310px;
  margin-bottom: 1rem;
}

.bloc3 .col-lg-6 .content_bloc3 {
  padding: 50px 70px 5px 10px;
}

.bloc3 {
  background-color: #fff;
  padding-bottom: 75px;
}

.bloc3 .row {
  margin-left: -30px;
  margin-right: -30px;
}

.bloc3 .garage .content_bloc3 {
  width: 100%;
  background: url("../images/garage.jpg") round;
}

.bloc3 .tourisme .content_bloc3 {
  width: 100%;
  background: url("../images/tourisme-2024.jpg") round;
}

.bloc3 .content_bloc3 h4 {
  font-weight: 700;
  font-size: 37px;
  color: #fff;
}

.bloc3 .content_bloc3 a,
.bloc4 a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: #25aae1;
  padding: 10px 20px;
  margin-top: 130px;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.bloc3 .content_bloc3 a:hover,
.bloc4 a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #25aae1;
}

.bloc4 {
  background: url("../images/bloc4.jpg") no-repeat center;
  min-height: 327px;
  background-size: cover;
  width: 100%;
  padding: 60px 60px 30px 150px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bloc4 span {
  font-size: 30px;
  color: #fff;
}

.bloc4 .container {
  background-color: transparent;
}

.bloc4 h4 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-top: 0;
}

.container_inscription h2 {
  font-size: 26px;
}

footer {
  background-color: #000;
  padding: 53px 0 0 0;
}

footer .container {
  background-color: transparent;
  padding-bottom: 50px;
}

footer .col-lg-4 p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

footer .col-lg-4 h5 {
  font-weight: 700;
  color: #25aae1;
  font-size: 20px;
}

footer ul {
  margin-top: 19px;
}
footer ul li img {
  margin-right: 15px;
  display: inline-block;
}

footer ul li p {
  display: inline-block;
  vertical-align: top;
}

footer ul li {
  list-style: none;
  display: block;
  color: #fff;
  font-size: 14px;
  color: #fff;
}

footer ul li a {
  color: #fff;
  font-size: 14px;
  color: #fff;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

footer ul li a:hover {
  color: #25aae1;
  text-decoration: none;
}

.social_media li a i {
  font-size: 30px;
  color: #787777;
  vertical-align: middle;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.social_media li a:hover > i {
  color: #25aae1;
}

.social_media li {
  margin-bottom: 7px;
}

.cdt {
  width: 100%;
  background-color: #313030;
  color: #aeaeae;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
}

.select_bloc,
.search_bloc {
  padding: 0 !important;
}

.search_bloc {
  position: relative;
}

.search_bloc input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
}

.theme {
  padding: 0 12px;
}

#map {
  width: 100%;
  height: 268px;
}

.left_detail_map {
  background-color: #fff;
  padding: 10px;
}

.contact_container h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
}

.contact_container h4 {
  font-size: 18px;
  color: #333333;
  margin-top: 43px;
  margin-bottom: 5px;
}

.contact_container p {
  color: #333333;
  font-size: 14px;
  margin: inherit;
}

.contact_outer {
  background-color: #fff;
}

.contact_container input,
.contact_container textarea {
  width: 100%;
  border: 1px solid #cccccc;
  text-indent: 15px;
}

.contact_container input {
  height: 65px;
  color: #a2a2a2;
  margin-bottom: 10px;
}

.contact_container input[type="submit"] {
  background-color: #25aae1;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 25px 67px;
  display: inline-block;
  width: auto;
  line-height: 19px;
  border: none;
}

.contact_container textarea {
  min-height: 256px;
  margin-bottom: 21px;
  padding-top: 15px;
}

.contact_container form {
  margin-top: 40px;
}

.contact_container {
  padding-bottom: 82px;
}

.banner {
  max-height: 275px;
  overflow: hidden;
}

.breadcrumb > li + li:before {
  display: none;
}

.breadcrumb li:after {
  content: ">";
  position: absolute;
  vertical-align: middle;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  right: -22px;
  top: -3px;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li,
.breadcrumb li a {
  font-size: 13px;
  color: #666666;
}

.details .breadcrumb {
  padding: 15px 0;
  background-color: transparent;
  margin-left: -15px;
  margin-right: -15px;
}

.container.details {
  background-color: transparent;
  padding-bottom: 10px;
}

.breadcrumb li {
  position: relative;
  margin: auto 15px;
}

.breadcrumb li:first-child {
  margin-left: 0px;
}

.left_detail {
  background-color: #fff;
  padding: 35px 24px 28px 24px;
  margin-bottom: 30px;
}

.col-lg-4.outer_left {
  margin-right: 26px;
  padding: 0;
  max-width: 368px;
}

.col-lg-8.right_detail {
  background-color: #fff;
  max-width: 755px;
  padding: 0px 24px 28px 24px;
  overflow: hidden;
}

.banner_right img {
  width: 100%;
}

.right_detail,
.left_detail {
  padding-top: 35px;
}

.left_detail:nth-child(2) {
  padding-top: 0;
}

.left_detail h4 {
  font-size: 24px;
  color: #000000;
  text-align: left;
}

.left_detail h3 {
  padding: 24px;
  background-color: #25aae1;
  color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 0;
}

.left_detail h5 {
  font-size: 16px;
  color: #000000;
}

.left_detail p {
  color: #666666;
}

.left_detail img {
  margin-bottom: 40px;
}

.info_contact li {
  display: block;
  list-style: none;
  border-top: 1px solid #eeeeee;
  padding: 15px 0;
}

.info_contact li,
.info_contact li a {
  font-size: 18px;
  color: #333333;
}

.info_contact {
  margin-left: -24px;
  margin-right: -24px;
}

.info_contact li img {
  vertical-align: middle;
  margin-bottom: inherit;
  margin: auto 20px auto 24px;
}

#map2 {
  width: 100%;
  height: 240px;
}

.left_detail:nth-child(3) {
  padding: 10px;
}

.right_detail h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 36px;
}

.right_detail p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 32px;
}

.galerie li {
  width: 217px;
  height: 152px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.galerie li a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../images/zoom.png") no-repeat top center,
    rgba(0, 0, 0, 0.68);
  opacity: 0;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.galerie li:hover > a {
  opacity: 1;
  background-position: center;
}

.galerie li:nth-child(1n + 3) {
  margin-right: inherit;
}

.outer_inscription {
  background: url("../images/bg_inscription.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0;
}

.left_inscription {
  background-color: #25aae1;
  padding: 0 50px 0 25px !important;
}

.left_inscription h3 {
  color: #ffffff;
}

.col-lg-6.right_inscription h3,
.bottom_inscription h3 {
  color: #25aae1;
}

.right_inscription h3 span,
.bottom_inscription h3 span {
  color: #666666;
  font-size: 15px;
}

.right_inscription {
  background-color: #f1efef;
  padding: 0 25px 0 50px !important;
}

.container_inscription .col-lg-6 h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.container_inscription span.text-center {
  display: block;
  margin-bottom: 30px;
}

.container_inscription input {
  width: 100%;
  height: 46px;
}

.container_inscription .row.row-eq-height {
  margin-bottom: 47px;
}

.container_inscription input[placeholder="Mots de passe"] {
  margin-bottom: 50px;
}

.bottom_inscription {
  border-top: 1px solid #d6d3d3;
}

.container_inscription input,
.container_inscription textarea {
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
}

.row.ese_line {
  margin-left: 0;
  margin-right: 0;
}

.left_inscription input[type="checkbox"] {
  display: none;
}

.left_inscription input[type="checkbox"] + label {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.left_inscription input[type="checkbox"] + label {
  background: url("../images/checkbox.png") no-repeat top left;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  padding-left: 14px;
}

.right_inscription input[type="checkbox"]:checked + label,
.bottom_inscription input[type="checkbox"]:checked + label {
  background-position: bottom left;
}

.right_inscription input[type="checkbox"],
.bottom_inscription input[type="checkbox"],
#authent input[type="checkbox"] {
  display: none;
}

.right_inscription input[type="checkbox"] + label,
.bottom_inscription input[type="checkbox"] + label,
#authent input[type="checkbox"] + label {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.right_inscription input[type="checkbox"] + label,
.bottom_inscription input[type="checkbox"] + label,
#authent input[type="checkbox"] + label {
  background: url("../images/checkbox2.png") no-repeat top left;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  color: #333333;
  font-size: 15px;
  line-height: 19px;
  padding-left: 30px;
}

.left_inscription input[type="checkbox"]:checked + label,
.bottom_inscription input[type="checkbox"]:checked + label,
#authent input[type="checkbox"]:checked + label {
  background-position: bottom left;
}

#authent input[name="user_password"] {
  margin-bottom: 26px;
}

.bottom_inscription .col-lg-12.select {
  padding: 0;
}

.checkbox2 {
  margin-top: 30px;
  margin-bottom: 27px;
}

.left_inscription input {
  border-color: #fff;
  color: #fff;
}

.left_inscription .row,
.right_inscription .row,
.bottom_inscription .row {
  margin-bottom: 35px;
}

.right_inscription input {
  border-color: #cccccc;
}

.bottom_inscription input {
  border-color: #cccccc;
}

.col-lg-12.select {
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
}

.col-lg-12.select select {
  color: #333333;
}

.row.right_bottom {
  margin-left: 0px;
  margin-right: 0px;
}

.row.right_bottom .select {
  background-position: right center;
}

.row.right_bottom .select select {
  padding: 0;
}

.bloc_textarea label {
  width: 100%;
  display: block;
  color: #333333;
}

.bloc_textarea textarea {
  border: 1px solid #cccccc;
  width: 100%;
  height: 89px;
  margin-top: 15px;
  width: 100% !important;
  resize: none;
}

input[type="file"] {
  border-bottom: none;
}

.continued input[type="submit"] {
  background-color: #25aae1;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  border: none;
  font-size: 22px;
  width: 255px;
  height: 56px;
  text-align: center;
}

.banner img {
  width: 100%;
}

.banner {
  max-height: 330px;
  overflow: hidde;
  padding-top: 60px;
}

.filter_resutl {
  text-transform: uppercase;
  color: #000000;
  font-size: 24px;
  margin-bottom: 15px;
}

.line2_insc {
  margin-bottom: 0 !important;
}

.filter_resutl span {
  font-weight: 700;
}

.in_left_2bloc {
  background-color: #fff;
  padding: 27px 24px;
}

.in_left_2bloc h2 {
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  margin-left: -24px;
  margin-right: -24px;
  padding: 0 24px 26px 24px;
  margin-bottom: 28px;
}

.in_left_2bloc form input[type="checkbox"] {
  display: none;
}

.in_left_2bloc form input[type="checkbox"] + label {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.in_left_2bloc form input[type="checkbox"] + label {
  background: url("../images/checkbox3.png") no-repeat top left;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  color: #333333;
  font-size: 15px;
  line-height: 19px;
  padding-left: 30px;
}

.in_left_2bloc form input[type="checkbox"]:checked + label {
  background-position: bottom left;
}

.alpha_list {
  margin-bottom: 11px;
}

.row.id_list {
  margin-left: 0;
  margin-right: 0;
}

.id_list {
  padding-left: 24px;
  padding-right: 24px;
  margin-right: -24px !important;
  margin-left: -24px !important;
  margin-bottom: 20px;
}

.id_list ul li {
  /* display: inline-block; */
  vertical-align: middle;
  list-style: none;
  position: relative;
  margin-top: 10px;
}

.id_list {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.id_list h4 {
  font-size: 24px;
  color: #000000;
  margin-top: 0;
}

.id_list p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

.id_list li {
  font-size: 16px;
  color: #25aae1;
  margin-right: 46px;
}

.id_list li.text-right.pull-right {
  margin-right: inherit;
}

.id_list li:last-child {
  margin-right: inherit;
}

.id_list li:last-child a {
  color: #25aae1;
  text-decoration: none;
  font-size: 14px;
}

.id_list li:last-child a:hover {
  color: #000;
}

.id_list li:last-child a:hover > span {
  background-color: #000;
}

.id_list li span {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #25aae1;
  font-size: 17px;
  margin-left: 3px;
}

.id_list li i {
  font-size: 17px;
  width: 30px;
  height: 30px;
  border: 1px solid #25aae1;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  display: inline-block;
  text-indent: 4px;
}

.id_list span {
  font-size: 15px;
  color: #666666;
  display: block;
  margin-bottom: 0;
}

#scrollbar1 {
  width: 100%;
  margin: 20px 0 10px;
}

#scrollbar1 .viewport {
  width: 100%;
  height: 305px;
  overflow-x: scroll;
  overflow-x: hidden;
  position: relative;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

#scrollbar1 .scrollbar {
  background-color: #000;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 4px;
  height: 0px !important;
}

#scrollbar1 .track {
  background-color: #eeeeee;
  height: 100%;
  width: 11px;
  position: relative;
  padding: 0 1px;
  margin-right: 25px;
}

#scrollbar1 .thumb {
  background-color: #666666;
  height: 205px;
  width: 11px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#scrollbar1 .thumb .end {
  background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px;
}

#scrollbar1 .disable {
  display: none;
}

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.banner_list,
.banner_list img {
  width: 100%;
}

.clearfix {
  clear: both;
}

.banner_list {
  margin-bottom: 28px;
}

.paginate a {
  font-size: 15px;
  color: #000;
  font-weight: 300;
}

.paginate a:hover {
  text-decoration: none;
  color: #939393;
}

.paginate a i {
  font-size: 21px;
  vertical-align: middle;
}

.paginate {
  font-weight: 700;
  color: #000;
  text-align: center;
}

.paginate .pagination li a {
  border: none;
  box-shadow: none;
  color: #939393;
}

.paginate .pagination li a:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.paginate .pagination > .active > a,
.paginate .pagination > .active > a:focus,
.paginate .pagination > .active > a:hover,
.paginate .pagination > .active > span,
.paginate .pagination > .active > span:focus,
.paginate .pagination > .active > span:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.paginate .col-lg-4.text-center a,
.paginate li.col-lg-4.text-center {
  font-size: 19px;
  vertical-align: middle;
}

.list_inscrit {
  background-color: #fff;
}

h2.text-left.text-uppercase {
  font-size: 26px;
  color: #000;
  margin-bottom: 0;
}

.list_inscrit h2 {
  margin-top: 0;
  border-bottom: 1px solid #eeeeee;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 25px;
}

.info_line h4 {
  font-size: 24px;
  color: #25aae1;
  margin-bottom: 15px;
  margin-top: 37px;
}

.info_line .col-lg-2 {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

.info_line ul li {
  font-size: 14px;
  color: #333333;
  list-style: none;
  margin-bottom: 10px;
}

.info_line ul {
  padding-left: 0;
}

.info_line {
  background-color: #fff;
}

.info_line .col-lg-3 {
  margin-bottom: 35px;
}

.outer_recap {
  background: url("../images/bg_inscription.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0;
  background-attachment: fixed;
}

.recap_line1 .col-lg-6 {
  background-color: #25aae1;
}

.outer_recap h1 {
  font-size: 25px;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}

.outer_recap .container {
  margin: 80px auto;
}

.recap_line1 .col-lg-6:nth-child(1) {
  background-color: #25aae1;
  color: #fff;
}

.recap_line1 .col-lg-6:nth-child(1) h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 28px;
}

.recap_line1 .col-lg-6:nth-child(1) p {
  color: #fff;
  font-size: 15px;
}

.recap_line1 .col-lg-6:nth-child(2) {
  background-color: #f1efef;
  color: #333333;
  padding-left: 40px;
}

.recap_line2 .col-lg-6:nth-child(2) {
  padding-left: 40px;
}

.recap_line2 {
  background-color: #fff;
}

.recap_line1 .col-lg-6:nth-child(2) h2,
.recap_line2 .col-lg-6:nth-child(1) h2 {
  font-size: 24px;
  color: #25aae1;
  margin-bottom: 28px;
}

.recap_line1 .col-lg-6:nth-child(2) p {
  margin-bottom: 25px;
}

.recap_line1 .col-lg-6:nth-child(2) p,
.recap_line2 .col-lg-6 p {
  font-size: 15px;
  color: #666666;
}

.recap_line1 {
  border-bottom: 1px solid #d6d3d3;
  margin-bottom: 54px;
}

.link_submit a {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 12px 90px;
  background-color: #25aae1;
  margin: 70px auto 70px auto;
}

.link_submit a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.modal {
  left: inherit !important;
  top: 50px !important;
}

.drop_content {
  position: absolute;
  top: 32px;
  z-index: 2;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  padding: 0px 15px;
  left: -15px;
  background-color: #fff;
  width: 50px;
}

.drop_content a {
  color: #25aae1;
}

.id_list ul li {
  cursor: pointer;
}

.id_list ul li #divPhone div,
.id_list ul li #divEmail div {
  display: inline-block;
  font-size: 14px;
}

.id_list ul li #divPhone div a,
.id_list ul li #divEmail div a {
  font-size: 14px;
}

.modal-backdrop {
  z-index: inherit !important;
}

.label-file {
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  background-color: #cccccc;
  padding: 15px 35px;
  font-size: 14px;
}

.label-file:hover {
  color: #fff;
  background-color: #25aae1;
}

.input-file {
  display: none !important;
}

#yellow .col-lg-2 img.img-responsive {
  width: 100%;
  max-width: 125px;
  margin: auto auto 25px auto;
}

#yellow .row.id_list ul {
  margin-bottom: 10px;
}

.left_detail img {
  width: 150px !important;
  margin: auto;
}

.info_contact img {
  width: 37px !important;
}

.img_ese img {
  width: 100%;
  max-width: inherit;
}

.img_ese {
  padding-right: 10px;
  height: 66px;
  overflow: hidden;
}

.disconnect {
  font-size: 10px;
  background: none;
  line-height: 10px;
}

.right-menu li:nth-child(2) a.disconnect {
  background-image: none !important;
  font-size: 14px;
  line-height: 10px;
  position: absolute;
  top: 45px;
  left: -2px;
  display: none;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  opacity: 0;
  background-color: #000;
  z-index: 100;
  padding: 15px 25px;
  display: block;
}

.right-menu li:nth-child(2):hover > a.disconnect {
  display: block;
  opacity: 1;
}

.right-menu li:nth-child(2) {
  position: relative;
}

.dropdown.user.user-menu {
  margin: inherit;
}

.dropdown.user.user-menu {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
  overflow: visible;
}

li.dropdown.user.user-menu {
  margin-left: 0px;
}

.theme .col-lg-4 {
  margin: 15px auto;
}

.theme .col-lg-4 ul {
  margin-bottom: 0;
}

.theme ul li {
  line-height: inherit;
}

.right_detail .col-lg-10:nth-child(2) {
  padding-left: 0;
}

header ul.right-menu.hidden-xs {
  margin-left: 0;
}

.fancybox img {
  width: 100%;
}

.galerie li img {
  width: 100%;
}

.id_list h1 {
  background-color: #25aae1;
  color: #fff;
  padding: 10px 25px;
}

.targetDiv {
  display: none;
  padding-left: 20px;
}

.showSingle {
  cursor: pointer;
  position: relative;
}

.showSingle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 26px;
  width: 15px;
  height: 8px;
}

.showSingle.someClass:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 26px;
  width: 15px;
  height: 8px;
}

@media (max-width: 1325px) {
  header ul {
    margin-left: inherit;
  }

  footer .container .row .col-lg-4 img {
    width: auto;
  }
}

@media (max-width: 1200px) {
  header .col-lg-3 .logo {
    margin: 5px 0;
  }

  .right-menu li a {
    text-indent: -9999px;
  }

  header {
    padding: 0 15px;
    position: relative;
  }

  .banner {
    padding-top: inherit;
  }

  header ul.right-menu.hidden-xs {
    display: none;
  }

  header ul.top_link li.pull-right {
    float: none !important;
  }

  header ul.top_link li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
  }

  header ul.top_link {
    text-align: right;
  }
}

@media (max-width: 1170px) {
  .row-eq-height {
    display: inherit;
  }

  .bloc2 .col-lg-8 {
    margin-right: auto;
    margin-bottom: 15px;
  }

  .bloc2 .col-lg-4 {
    margin-left: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 1020px) {
  .search_bloc input[type="submit"] {
    right: 4px;
  }
}

@media (max-width: 970px) {
  .bloc3 .col-lg-6 .content_bloc3,
  .bloc5 .container {
    padding: 50px 150px;
  }
}

@media (max-width: 730px) {
  .bloc3 .col-lg-6 .content_bloc3,
  .bloc5 .container {
    padding: 50px 30px;
  }
}

@media (max-width: 780px) {
  .bloc4 {
    padding: 60px 15px 90px 15px;
    background: url("../images/modele-a-prendre-alefa.jpg") no-repeat center;
  }
  .bloc3 .col-lg-6 .bloc5 .container {
    padding: 50px 15px;
  }

  .bloc5 .container {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px;
  }

  #yellow .id_list ul li {
    display: block;
    margin-bottom: 15px;
  }

  #yellow .id_list li:last-child {
    text-align: center !important;
    float: none !important;
    margin: auto !important;
  }

  .col-lg-4.outer_left {
    max-width: inherit;
  }
}

.test-test {
  background-color: red;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mx-auto {
  margin: auto;
}
.mt-3 {
  margin-top: 3rem !important;
}
.is-invalid {
  border-color: red;
}
.error {
  color: red;
  font-size: 14px;
}

.appli-annumada {
  background: rgb(252, 239, 89);
  position: relative;
}

.appli-annumada .link-google-play {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn-decouvrir {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: #25aae1;
  padding: 10px 20px;
  -webkittransition: all 350ms ease-in-out;
  -moztransition: all 350ms ease-in-out;
  -otransition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
