.header {
	border-top: none;
	border-bottom: 0px;
	background-color: #fcfcfc;
}
.vertical .nav-tabs {
  border-bottom-color: transparent;
  background-color: #dc5b5b;
}
.footer-content .media img {
    width:42px;
}
#survey .radio label, .checkbox label {
    padding-left: 20px;
}

#survey h5 {
	text-transform:none;
}
@media (min-width: 768px) {
	.radio label {
		padding-left: 10px;
		}
	.form-inline .checkbox label {
		padding-left: 10px;
		}
	}
	.titredroit {
    font-size: 15px;
    font-weight: bold;
    color: #519BA0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #8EC1C6;
    line-height: 20px;
    margin-top: 5px;
    padding: 5px 0 5px 5px;
}

.media-body h3 {
	margin-top: 0;
	}

.background-img-enable {
	background: url("/images/home-bg.jpg")  no-repeat;
	}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
#parent {
	position : relative;
}
#enfant {
	position:absolute;
	top: 70%;
	left: 30px;
}
.mfp-title {
	font-size: x-large;
}
button.mfp-arrow {
	border-radius:100%;
	width:110px;
	background:rgba(255, 255, 255, 0.3);
	margin-right: 1%;
    margin-left: 1%;
}
.mfp-arrow:after {
	top: 8px;
	left:5px;
}
.mfp-arrow:before {
	top: 3px;
	left:4px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: none;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: none;
}
.mb-0 {
	margin-bottom:0;
	}
.icon.small i {
    line-height: 43px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	line-height: inherit; 
	}
.medium_dark {
  font-size: 24px;
  color: #333;
  font-weight: 300;
}
.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dark-img-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
/*  height: 100%;
*/  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.dark-img-bg > div {
  z-index: 3;
  position: relative;
}
.dark-img-bg:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.dark-img-bg.hovered:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.dark-img-bg, .dark-img-bg h1, .dark-img-bg h2, .dark-img-bg h3, .dark-img-bg h4, .dark-img-bg h5, .dark-img-bg h6 {
  color: #ffffff;
}
.dark-img-bg a:not(.btn) {
  text-decoration: underline;
  color: #ffffff;
}
.dark-img-bg a:not(.btn):hover {
  text-decoration: none;
  color: #ffffff;
}
.dark-img-bg .separator:after {
  background: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
.dark-img-bg .separator-2:after {
  background: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
.dark-img-bg .separator-3:after {
  background: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
.dark-img-bg .btn-gray-transparent {
  border-color: #ffffff;
  color: #ffffff;
}
.dark-img-bg .btn-gray-transparent:hover {
  border-color: #ffffff;
  color: #777777;
  background-color: #ffffff;
}
.banner.dark-img-bg {
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 20px;
}