@charset "UTF-8";
/* colors.scss */
/* #D2D3D3;*/
/* end colors.scss */
/*fonts.scss */
@import url(//fonts.googleapis.com/css?family=Exo);
@import url(//fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i);
/* end fonts.scss */
/* colors.scss */
/* #D2D3D3;*/
/* end colors.scss */
/* forms.scss */
.form-control {
  -webkit-appearance: none;
  line-height: 30px;
}
.form-control:focus {
  outline: 0;
}

.form-group {
  position: relative;
}
.form-group.form-group-xs {
  margin-bottom: 10px;
}
.form-group.form-group-xs .form-label {
  top: 20px;
  left: 28px;
}
.form-group.form-group-xs .form-control {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
}
.form-group.form-group-xxs {
  margin-bottom: 10px;
}
.form-group.form-group-xxs .form-label, .form-group.form-group-xxs .form-group.form-group-xxs .form-control {
  font-size: 12px;
}
.form-group.form-group-xxs .form-label {
  top: 15px;
  left: 15px;
}
.form-group.form-group-xxs .form-control {
  height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
}
.form-group .form-offset-bottom-none {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 5px;
  }
}
.form-label {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 14px;
  color: #888;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #888;
}

label {
  margin-bottom: 10px;
  font-weight: 400;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.form-control {
  font-size: 14px;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-sm:focus, .input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus,
.input-group-sm > .input-group-btn > .btn:focus,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus,
.form-control,
.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: 170px;
  min-height: 50px;
  max-height: 370px;
  resize: vertical;
  line-height: 1.2;
}

.form-group.form-group-xs textarea.form-control {
  padding-top: 12px;
}

.form-control {
  -webkit-appearance: none;
  line-height: 30px;
}

.form-control:focus {
  outline: 0;
}

.form-group {
  position: relative;
}

.form-group.form-group-xs {
  margin-bottom: 10px;
}

.form-group.form-group-xs .form-label {
  top: 20px;
  left: 28px;
}

.form-group.form-group-xs .form-control {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
}

.form-group.form-group-xxs {
  margin-bottom: 10px;
}

.form-group.form-group-xxs .form-label, .form-group.form-group-xxs .form-control {
  font-size: 12px;
}

.form-group.form-group-xxs .form-label {
  top: 15px;
  left: 15px;
}

.form-group.form-group-xxs .form-control {
  height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 5px;
  }
}
.form-group.form-offset-bottom-none {
  margin-bottom: 0;
}

.form-label {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 14px;
  color: #888;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-label.focus {
  opacity: 0;
}

.form-label.auto-fill {
  color: #888;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }

  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    -webkit-transform: none;
    transform: none;
    color: #888;
    font-size: 14px;
  }
}
.form-validation {
  position: absolute;
  right: 22px;
  top: 2px;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #d9534f;
  margin-top: 2px;
  transition: 0.3s;
  z-index: 1;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control:not(.form-control-impressed), .has-error .form-control:not(.form-control-impressed):focus {
  border-color: #f2dede;
  box-shadow: none;
}

.has-error .form-control-impressed, .has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #f2dede;
}

.has-error .input-group-addon {
  color: #fff;
  border-color: #f2dede;
  background-color: #f2dede;
}

.has-error .input-group-btn > .btn {
  border-color: #f2dede;
  background: #f2dede;
}

.has-error .form-validation {
  color: #a94442;
}

.modal .modal-body label {
  color: #404040 !important;
}

/* end form.scss */
/*nav_dropdown.scss*/
/*
.dropdown:hover>.dropdown-menu {
	@media (min-width:991px) {
		display:block;
	}
}
*/
/* colors.scss */
/* #D2D3D3;*/
/* end colors.scss */
@media (max-width: 990px) {
  .page-wrapper .navbar .navbar-collapse {
    max-width: 100%;
    padding: 15px 15px 0px 15px;
    background: rgba(0, 0, 0, 0.8);
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .nav-link.head-nav {
    float: left !important;
    display: block;
    width: 80% !important;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .nav-link.head-nav.active {
    color: #009fab;
    border-bottom: none !important;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .nav-link.dropdown-toggle {
    float: left !important;
    width: 20%;
    height: 25px;
    text-align: right;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .nav-link.dropdown-toggle:after {
    content: "";
    display: block;
    clear: both;
    text-align: center;
    right: 15px;
    position: absolute;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    margin-top: 40px;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    white-space: unset;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  }
}
@media (min-width: 991px) {
  .dropdown-toggle {
    display: none;
  }

  .navbar-nav .nav-item:first-child .dropdown-menu {
    left: 0px !important;
    right: unset !important;
  }
  .navbar-nav .nav-item .dropdown-menu {
    background: #727272;
    color: #fff;
    left: unset;
    right: 0px !important;
    border: solid 1px #fff;
  }
  .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
  }
  .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #727272 !important;
    color: #009fab;
  }
}
/*end nav_dropdown.scss */
@keyframes prg_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes prg_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel_captions_left_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_left_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes carousel_captions_right_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_right_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes carousel_captions_top_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_top_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel_captions_bottom_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_bottom_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel_captions_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes carousel_captions_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* reference */
/*
animation-name: prg_fadeIn;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 2s;
*/
.component.carousel .flexslider .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.component.carousel .flexslider[data-captions="0"] .slides .meta {
  display: none;
}
.component.carousel .flexslider[data-captions="1"] .slides li {
  position: relative;
}
.component.carousel .flexslider[data-captions="1"] .slides li .meta {
  position: absolute;
  left: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.component.carousel .flexslider[data-captions="1"] .slides li p {
  margin-top: 17px;
  padding: 20px;
  font-size: 30px;
  font-weight: 600;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: carousel_captions_out;
  animation-name: carousel_captions_out;
}
.component.carousel .flexslider[data-captions="1"] .slides li.flex-active-slide p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: carousel_captions_in;
  animation-name: carousel_captions_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsposition="1"] .slides li .meta {
  top: 20px;
}
.component.carousel .flexslider[data-captions="1"][data-captionsposition="0"] .slides li .meta {
  bottom: 20px;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=left] .slides li p {
  -webkit-animation-name: carousel_captions_left_out;
  animation-name: carousel_captions_left_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=left] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_left_in;
  animation-name: carousel_captions_left_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=right] .slides li p {
  -webkit-animation-name: carousel_captions_right_out;
  animation-name: carousel_captions_right_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=right] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_right_in;
  animation-name: carousel_captions_right_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=vertical][data-captionsposition="1"] .slides li p {
  -webkit-animation-name: carousel_captions_top_out;
  animation-name: carousel_captions_top_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=vertical][data-captionsposition="1"] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_top_in;
  animation-name: carousel_captions_top_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=vertical][data-captionsposition="0"] .slides li p {
  -webkit-animation-name: carousel_captions_bottom_out;
  animation-name: carousel_captions_bottom_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=vertical][data-captionsposition="0"] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_bottom_in;
  animation-name: carousel_captions_bottom_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=fade] .slides li p {
  -webkit-animation-name: carousel_captions_fade_out;
  animation-name: carousel_captions_fade_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=fade] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_fade_in;
  animation-name: carousel_captions_fade_in;
}
.component.carousel .flexslider[data-captions="1"][data-controlnavposition=inside] .flex-control-paging {
  bottom: 0px;
}
.component.carousel .flexslider[data-captions="1"][data-controlnavposition=right] .flex-control-paging {
  top: 46%;
  right: 15px;
  width: 10px;
  vertical-align: center;
}

#forgottenPasswordModal .bg-darker {
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
}
#forgottenPasswordModal h4, #forgottenPasswordModal label {
  color: #FFFFFF !important;
}
#forgottenPasswordModal .modal-content {
  backdrop-filter: blur(10px);
}
#forgottenPasswordModal .modal-header {
  border-bottom-color: #323232;
}
#forgottenPasswordModal .modal-footer {
  border-top-color: #323232;
}
#forgottenPasswordModal .modal-body p {
  margin-top: 25px;
  color: #aaaaaa;
}
#forgottenPasswordModal #alert-msg {
  color: #c8c8c8;
}

#loginFormHold {
  max-width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  z-index: 5;
  width: 90%;
  left: 5%;
}
#loginFormHold h4 {
  color: #FFF;
}
#loginFormHold .nav-tabs .nav-link {
  margin-bottom: -2px !important;
}
#loginFormHold #loginTab .nav-link {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
}
#loginFormHold #loginTab .nav-link.active {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  backdrop-filter: blur(15px);
  border: none;
}
#loginFormHold #loginTab #loginTabContent {
  background: rgba(60, 60, 60, 0.6);
}
#loginFormHold #loginFormInner {
  max-width: 450px;
  margin: 0 auto;
}
#loginFormHold #loginFormInner.card {
  border: none;
  background: none;
}
#loginFormHold #loginFormInner.card .card-header {
  padding: 0px;
  background: none;
  border: none;
}
#loginFormHold #loginFormInner.card .card-header .nav-tabs {
  border: none;
}
#loginFormHold #loginFormInner.card .card-body {
  background: rgba(60, 60, 60, 0.6);
  padding: 20px;
  backdrop-filter: blur(15px);
}
@media (min-width: 992px) {
  #loginFormHold {
    margin-top: -20%;
    position: absolute;
    z-index: 5;
    text-align: center;
  }
  #loginFormHold #loginFormInner {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #loginFormHold #loginFormInner.card .card-body {
    background: rgba(0, 0, 0, 0.6);
  }
  #loginFormHold.emailconfirmed {
    color: #FFFFFF;
  }
  #loginFormHold.emailconfirmed #loginFormInner {
    backdrop-filter: blur(15px);
  }
  #loginFormHold.emailconfirmed .card-body {
    backdrop-filter: none !important;
  }
  #loginFormHold.emailconfirmed .card-body p {
    color: #FFF !important;
  }
  #loginFormHold.emailconfirmed .card-body p.email {
    color: #FF0000 !important;
  }
}

#successModal .modal-content {
  background: #282828;
  color: #FFF;
}
#successModal .modal-content h4 {
  color: #FFF;
}
#successModal .modal-content a {
  color: #FF0000;
}

#page-confirmation-de-courriel, #email-confirmation {
  background: #060214 !important;
}
@media (max-width: 991px) {
  #page-confirmation-de-courriel #loginFormHold, #email-confirmation #loginFormHold {
    margin-top: -20px;
  }
}
#page-confirmation-de-courriel #loginFormInner, #email-confirmation #loginFormInner {
  background: #282828 !important;
  color: #FFF;
}

#page-accueil #section_carrousel, #page-accueil #section_carousel, #page-home #section_carrousel, #page-home #section_carousel {
  overflow-x: hidden;
}
#page-accueil #section_carrousel > .row, #page-accueil #section_carousel > .row, #page-home #section_carrousel > .row, #page-home #section_carousel > .row {
  overflow-x: hidden;
}

#page-formation #kickout, #page-training #kickout {
  width: 500px;
  max-width: 100%;
  margin: 50px auto 200px auto;
}
#page-formation #kickout a.btn-slide span, #page-training #kickout a.btn-slide span {
  top: -1px;
}
#page-formation #inExam, #page-training #inExam {
  width: 90%;
  max-width: 400px;
  margin: 100px auto;
}
#page-formation #slidesHowld, #page-training #slidesHowld {
  max-width: 100%;
  margin-top: 10px;
  padding: 0px !important;
}
@media (min-width: 992px) {
  #page-formation #slidesHowld, #page-training #slidesHowld {
    max-width: 80%;
  }
}
#page-formation #slidesHowld .body, #page-training #slidesHowld .body {
  position: relative;
}
#page-formation #slidesHowld .body .fleches, #page-training #slidesHowld .body .fleches {
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #page-formation #slidesHowld .body .fleches, #page-training #slidesHowld .body .fleches {
    position: absolute;
  }
}
@media (max-width: 991px) {
  #page-formation #slidesHowld .body .fleches, #page-training #slidesHowld .body .fleches {
    background: rgba(0, 0, 0, 0.6);
  }
}
#page-formation #slidesHowld .body .fleches div, #page-training #slidesHowld .body .fleches div {
  width: 100px;
  height: 35px;
}
@media (min-width: 992px) {
  #page-formation #slidesHowld .body .fleches div, #page-training #slidesHowld .body .fleches div {
    margin: 0px 5px;
  }
}
#page-formation #slidesHowld .body .fleches div .fleche, #page-training #slidesHowld .body .fleches div .fleche {
  background: #FF0000;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #page-formation #slidesHowld .body .fleches div .fleche, #page-training #slidesHowld .body .fleches div .fleche {
    padding: 5px;
  }
}
#page-formation #slidesHowld .body .fleches div .fleche:hover, #page-training #slidesHowld .body .fleches div .fleche:hover {
  height: 40px;
  width: 110px;
  margin-top: -3px;
  line-height: 30px;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.28);
  transition: all 0.1s;
}
@media (min-width: 992px) {
  #page-formation #slidesHowld .body .fleches div#slideShowNext, #page-training #slidesHowld .body .fleches div#slideShowNext {
    margin-right: -25px;
  }
}
#page-formation #slidesHowld .body .fleches div#slideShowNext .fleche:hover, #page-training #slidesHowld .body .fleches div#slideShowNext .fleche:hover {
  margin-left: -2px;
}
@media (min-width: 992px) {
  #page-formation #slidesHowld .body .fleches div#slideShowPrev, #page-training #slidesHowld .body .fleches div#slideShowPrev {
    margin-left: -35px;
  }
}
#page-formation #slidesHowld .body .fleches div#slideShowPrev .fleche:hover, #page-training #slidesHowld .body .fleches div#slideShowPrev .fleche:hover {
  margin-left: -2px;
}
#page-formation #slidesHowld .body .fleches div#evalBtn, #page-training #slidesHowld .body .fleches div#evalBtn {
  display: none;
}
#page-formation #slidesHowld .body .fleches div#evalBtn .fleche, #page-training #slidesHowld .body .fleches div#evalBtn .fleche {
  border: 2px solid #000;
  background: #079F12;
}
@media (min-width: 992px) {
  #page-formation #slidesHowld .body .fleches div#evalBtn .fleche, #page-training #slidesHowld .body .fleches div#evalBtn .fleche {
    width: 140px;
    padding: 25px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  #page-formation #slidesHowld .body .fleches div#evalBtn .fleche, #page-training #slidesHowld .body .fleches div#evalBtn .fleche {
    width: 100px;
  }
}
#page-formation #slidesHowld .body .content, #page-training #slidesHowld .body .content {
  text-align: center;
}
#page-formation #slidesHowld .body .content img.slideImg, #page-training #slidesHowld .body .content img.slideImg {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.21);
  max-height: 100%;
  -webkit-animation: fadeSlow 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeSlow 2s;
  /* Firefox < 16 */
  -ms-animation: fadeSlow 2s;
  /* Internet Explorer */
  -o-animation: fadeSlow 2s;
  /* Opera < 12.1 */
  animation: fadeSlow 2s;
}
#page-formation #slidesHowld .footer, #page-training #slidesHowld .footer {
  color: #000;
  background: #FFF;
  padding-top: 3px;
}
#page-formation #slidesHowld .footer .title, #page-training #slidesHowld .footer .title {
  margin-left: 5px;
}
#page-formation #slidesHowld .footer .progressbar ul, #page-training #slidesHowld .footer .progressbar ul {
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#page-formation #slidesHowld .footer .progressbar ul li, #page-training #slidesHowld .footer .progressbar ul li {
  display: block;
  background: #CCC;
  height: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  border: 1px solid #333;
}
#page-formation #slidesHowld .footer .progressbar ul li.viewed, #page-training #slidesHowld .footer .progressbar ul li.viewed {
  bacground: #00FF00;
}
#page-formation #slidesHowld .footer .progressbar ul li.active, #page-training #slidesHowld .footer .progressbar ul li.active {
  color: #FFF;
  background: #FF0000;
  font-weight: bold;
  transition: background 0.4s;
}
#page-formation #slidesHowld .footer .progressbar ul li:hover, #page-training #slidesHowld .footer .progressbar ul li:hover {
  cursor: pointer;
  color: #FFF;
  background: #009ea9;
  transition: all 0.3s;
}
#page-formation #slidesHowld .footer .progressbar .title, #page-training #slidesHowld .footer .progressbar .title {
  text-align: center;
}

#page-tableau-de-bord .formationList .service-body, #page-dashboard .formationList .service-body {
  padding: 1.5em;
}
#page-tableau-de-bord .formationList .btn-slide span, #page-dashboard .formationList .btn-slide span {
  top: -1px;
}
#page-tableau-de-bord .formationList .service-footer, #page-dashboard .formationList .service-footer {
  background: #009ca8 !important;
  padding: 10px;
  font-weight: bold;
  display: flex;
  color: #FFF;
  justify-content: space-between;
}
#page-tableau-de-bord .formationList .service-footer a, #page-dashboard .formationList .service-footer a {
  color: #FFF !important;
}
#page-tableau-de-bord .formationList .service-footer.failure, #page-dashboard .formationList .service-footer.failure {
  background: #af292d !important;
  color: #FFF;
}
#page-tableau-de-bord .formationList .service-footer.success, #page-dashboard .formationList .service-footer.success {
  color: #FFF;
  background: #349903 !important;
}
#page-tableau-de-bord .formationList .service-footer .icons .sendMail, #page-dashboard .formationList .service-footer .icons .sendMail {
  margin-left: 10px;
  cursor: pointer;
}
#page-tableau-de-bord .formationList .service-footer .icons .back2form, #page-dashboard .formationList .service-footer .icons .back2form {
  margin-right: 10px;
  cursor: pointer;
}

.text-left {
  text-align: left;
}

@keyframes fadeSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#page-examen .section-no-padding > .row > .col-md-12, #page-exam .section-no-padding > .row > .col-md-12 {
  padding: 0px !important;
}
#page-examen #questionsHowld, #page-exam #questionsHowld {
  overflow: hidden;
  margin-top: 0px;
  padding: 0px;
}
#page-examen #questionsHowld .row, #page-exam #questionsHowld .row {
  margin: 0px !important;
}
#page-examen #questionsHowld .body .content .question, #page-exam #questionsHowld .body .content .question {
  margin-top: 50px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  padding: 15px;
  display: none;
}
#page-examen #questionsHowld .body .content .question.active, #page-exam #questionsHowld .body .content .question.active {
  display: block;
}
#page-examen #questionsHowld .body .content .question .body, #page-exam #questionsHowld .body .content .question .body {
  max-width: 500px;
  margin: 0 auto;
}
#page-examen #questionsHowld .body .content .question .body ul, #page-exam #questionsHowld .body .content .question .body ul {
  width: 100%;
  display: block;
  margin: 0 auto;
  list-style-type: none;
  padding-left: 0px;
}
#page-examen #questionsHowld .body .content .question .body ul li, #page-exam #questionsHowld .body .content .question .body ul li {
  display: flex;
}
#page-examen #questionsHowld .body .content .question .body ul li label, #page-exam #questionsHowld .body .content .question .body ul li label {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#page-examen #questionsHowld .body .content .question .body ul li label:hover, #page-exam #questionsHowld .body .content .question .body ul li label:hover {
  background: #51CFED;
  color: #000;
  transition: all 0.3s;
}
#page-examen #questionsHowld .body .content .question .body ul li label:hover .fake .fakeradio, #page-examen #questionsHowld .body .content .question .body ul li label:hover .fake .fakecheckbox, #page-exam #questionsHowld .body .content .question .body ul li label:hover .fake .fakeradio, #page-exam #questionsHowld .body .content .question .body ul li label:hover .fake .fakecheckbox {
  background: #CCC;
  transition: all 0.1s;
}
#page-examen #questionsHowld .body .content .question .body ul li label span, #page-exam #questionsHowld .body .content .question .body ul li label span {
  display: block;
}
#page-examen #questionsHowld .body .content .question .body ul li input:checked ~ label, #page-exam #questionsHowld .body .content .question .body ul li input:checked ~ label {
  color: #000;
  font-weight: bold;
  background: #51cFED;
}
#page-examen #questionsHowld .body .content .question .body ul li input:checked ~ label .fakecheckbox, #page-exam #questionsHowld .body .content .question .body ul li input:checked ~ label .fakecheckbox {
  background: #FFF;
}
#page-examen #questionsHowld .body .content .question .body ul li input:checked ~ label .fakecheckbox i, #page-examen #questionsHowld .body .content .question .body ul li input:checked ~ label .fakecheckbox svg, #page-exam #questionsHowld .body .content .question .body ul li input:checked ~ label .fakecheckbox i, #page-exam #questionsHowld .body .content .question .body ul li input:checked ~ label .fakecheckbox svg {
  margin-top: 2px;
  display: block;
}
#page-examen #questionsHowld .body .content .question .body ul li input:checked ~ label .fakeradio, #page-exam #questionsHowld .body .content .question .body ul li input:checked ~ label .fakeradio {
  background: #FFF;
}
#page-examen #questionsHowld .body .content .question .body ul li input:checked ~ label .fakeradio .fakeradiocheck, #page-exam #questionsHowld .body .content .question .body ul li input:checked ~ label .fakeradio .fakeradiocheck {
  width: 10px;
  height: 10px;
  background: #51cFED;
  margin-left: 6px;
  margin-top: 6px;
  border-radius: 5px;
}
#page-examen #questionsHowld .body .content .question .body ul li input, #page-exam #questionsHowld .body .content .question .body ul li input {
  display: none;
}
#page-examen #questionsHowld .body .content .question .body ul li .fake, #page-exam #questionsHowld .body .content .question .body ul li .fake {
  width: 50px;
  height: 25px;
}
#page-examen #questionsHowld .body .content .question .body ul li .fake .fakeradio, #page-examen #questionsHowld .body .content .question .body ul li .fake .fakecheckbox, #page-exam #questionsHowld .body .content .question .body ul li .fake .fakeradio, #page-exam #questionsHowld .body .content .question .body ul li .fake .fakecheckbox {
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
}
#page-examen #questionsHowld .body .content .question .body ul li .fake .fakeradio, #page-exam #questionsHowld .body .content .question .body ul li .fake .fakeradio {
  border-radius: 12px;
}
#page-examen #questionsHowld .body .content .question .body ul li .fake .fakecheckbox, #page-exam #questionsHowld .body .content .question .body ul li .fake .fakecheckbox {
  text-align: center;
}
#page-examen #questionsHowld .body .content .question .body ul li .fake .fakecheckbox i, #page-examen #questionsHowld .body .content .question .body ul li .fake .fakecheckbox svg, #page-exam #questionsHowld .body .content .question .body ul li .fake .fakecheckbox i, #page-exam #questionsHowld .body .content .question .body ul li .fake .fakecheckbox svg {
  display: none;
}
#page-examen #questionsHowld .body .content .question .footer, #page-exam #questionsHowld .body .content .question .footer {
  background: #fff;
  text-align: center;
}
#page-examen #questionsHowld .body .fleches, #page-exam #questionsHowld .body .fleches {
  display: flex !important;
  justify-content: space-between !important;
  margin-bottom: 25px;
}
#page-examen #questionsHowld .footer, #page-exam #questionsHowld .footer {
  color: #FFF;
  padding-top: 5px;
}
#page-examen #questionsHowld .footer .title, #page-exam #questionsHowld .footer .title {
  margin-left: 5px;
}
#page-examen #questionsHowld #questionsFooter, #page-exam #questionsHowld #questionsFooter {
  max-width: 100%;
  padding: 10px 10px !important;
}
#page-examen #questionsHowld #questionsFooter .progressbar, #page-exam #questionsHowld #questionsFooter .progressbar {
  max-width: 100%;
  padding: 0px 10px;
}
#page-examen #questionsHowld #questionsFooter .progressbar ul, #page-exam #questionsHowld #questionsFooter .progressbar ul {
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#page-examen #questionsHowld #questionsFooter .progressbar ul li, #page-exam #questionsHowld #questionsFooter .progressbar ul li {
  display: block;
  background: #CCC;
  height: 40px;
  line-height: 35px;
  color: #000;
  text-align: center;
  font-weight: bold;
  border: 1px solid #333;
}
#page-examen #questionsHowld #questionsFooter .progressbar ul li.answered, #page-exam #questionsHowld #questionsFooter .progressbar ul li.answered {
  background: #74d9f1;
}
#page-examen #questionsHowld #questionsFooter .progressbar ul li.active, #page-exam #questionsHowld #questionsFooter .progressbar ul li.active {
  color: #FFF;
  background: #FF0000;
  font-weight: bold;
  transition: background 0.4s;
}
#page-examen #questionsHowld #questionsFooter .progressbar .title, #page-exam #questionsHowld #questionsFooter .progressbar .title {
  text-align: center;
}
#page-examen #footer, #page-exam #footer {
  margin-top: 0px;
}

#logoutUl {
  list-style-type: none;
  margin-left: auto;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
  height: 50px;
}
#logoutUl li {
  cursor: pointer;
}
#logoutUl li:hover {
  color: #b0292d;
  transition: color 0.2s;
}

/* navbar style en mode mobile */
@media (max-width: 991px) {
  #navbarCollapse ul {
    margin-left: 15px;
  }
  #navbarCollapse ul li.nav-item.dropdown .head-nav {
    display: inline;
    max-width: 100px;
  }
  #navbarCollapse ul li.nav-item.dropdown .dropdown-toggle {
    display: inline;
    max-width: 20px;
  }
}
/*main.scss */
section.section-no-padding {
  padding: 0px;
}
section.section-no-padding .container, section.section-no-padding .container-fluid {
  padding: 0px;
}
section.section-no-padding .row {
  max-width: 100%;
}
section.section-no-padding .col-12, section.section-no-padding .col-sm-12, section.section-no-padding .col-md-12, section.section-no-padding .col-lg-12, section.section-no-padding .col-xl-12 {
  padding: 0px;
}

#footer {
  margin-top: 6rem;
}

#page-accueil, #page-home {
  background: #000;
}
#page-accueil #footer, #page-home #footer {
  margin-top: 0px !important;
}

.container-fluid.section-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2, .h2 {
    line-height: 1.25;
    font-size: 48px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h3, .h3 {
    line-height: 1.38889;
    font-size: 36px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4, .h4 {
    line-height: 1.23333;
    font-size: 30px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h5, .h5 {
    line-height: 1.33333;
    font-size: 24px;
  }
}

h6, .h6 {
  font-size: 17px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h6, .h6 {
    line-height: 1.27273;
    font-size: 22px;
  }
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  transition: 0.3s all ease;
}
h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  color: #1F9B9A;
}
h1 .small, .h1 .small,
h2 .small, .h2 .small,
h3 .small, .h3 .small,
h4 .small, .h4 .small,
h5 .small, .h5 .small,
h6 .small, .h6 .small {
  color: #333;
}

img {
  max-width: 100%;
}

h5 {
  color: #727272;
}

body {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.brand-logo {
  max-height: 5em;
}

.bg-darker {
  background-color: rgba(40, 40, 40, 0.6) !important;
}

.navbar {
  font-size: 14px;
}
.navbar.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0.25em solid transparent;
}
.navbar.navbar-dark .navbar-nav .nav-link.active {
  border-bottom: 0.25em solid #1F9B9A;
}
.navbar.navbar-dark .navbar-nav .nav-link:hover {
  border-bottom: 0.25em solid #1F9B9A;
}
.navbar.navbar-dark .navbar-nav .dropdown-item {
  font-size: 14px;
  text-transform: uppercase;
}

.text-small {
  font-size: 14px;
}

.text-big {
  font-size: 18px;
}

.card {
  padding: 15px;
  color: #727272;
  text-align: justify;
  margin-bottom: 25px;
}
.card h4 {
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

main section:first-child {
  padding-top: 5em;
}

.hidden-front {
  display: none !important;
}

.thumbnail-classic .figure {
  max-width: 370px;
  margin: 0 auto 25px auto;
  position: relative;
  display: block;
  border-radius: 5px;
}
.thumbnail-classic .figure img {
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .thumbnail-classic .figure {
    margin-bottom: 70px;
  }
}
.thumbnail-classic .figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}
.thumbnail-classic .figcaption {
  position: absolute;
  left: 10px;
  bottom: 18px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #DDD;
}

.row.nomargin {
  margin: 0px;
}

.nopadding {
  padding-left: 0px;
}

.bg-overlay-darker {
  background: rgba(0, 0, 0, 0);
}

.bg-overlay-darkers {
  background: rgba(0, 0, 0, 0);
}

.bg-overlay-inverse-md-darker {
  background: rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
  .bg-overlay-inverse-md-darker {
    background: transparent;
  }
}

.ui-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  display: block;
  right: 0px;
  bottom: -22px;
  margin-right: 100px;
  margin-bottom: 0px;
  background: #009fab;
  z-index: 2;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: margin-bottom 0.7s, opacity 0.7s;
}
.ui-to-top i, .ui-to-top svg {
  margin-top: 15px;
}
.ui-to-top.active {
  margin-bottom: 50px;
  opacity: 1;
  transition: margin-bottom 0.5s, opacity 0.5s;
}
@media (max-width: 460px) {
  .ui-to-top {
    display: none;
  }
}

/*****************FAQ**********************/
.qnaContainer {
  margin-top: 50px;
  padding-bottom: 25px;
}
.qnaContainer h4 {
  font-size: 22px;
}
.qnaContainer .card {
  margin-top: 0px;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0px;
  border-radius: 0px;
}
.qnaContainer .card .card-header {
  border-radius: 0px;
  background: rgba(20, 20, 20, 0.9);
  padding: 5px;
}
.qnaContainer .card .card-header h5 a {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #fff !important;
  width: 100%;
  text-transform: none;
  white-space: normal;
  padding: 5px;
  text-align: left;
}
.qnaContainer .card .card-header h5 a p {
  max-width: 90%;
  float: left;
  margin-bottom: 0px;
}
.qnaContainer .card .card-header h5 a .fa-chevron-right {
  float: right;
  transition: transform 0.1s;
}
.qnaContainer .card .card-header h5 a[aria-expanded=true] .fa-chevron-right {
  transform: rotate(90deg);
  transition: transform 0.1s;
}

/************************************************home***************************************/
.home #top_engine {
  background-position: center center;
}
.home .card {
  background: #ECECEC;
}
.home.chooseus .card h4 {
  margin-bottom: 10px;
}
.home.chooseus .card p {
  margin-bottom: 0px;
}
.home .destcategory {
  margin-bottom: 60px;
}
.home .thumbnail-classic .figure {
  border-radius: 5px;
}
.home .thumbnail-classic .figure:before {
  border-radius: 5px;
}
.home .thumbnail-classic .figure .figcaption {
  background: #ECECEC;
  font-size: 16px;
  left: 0px;
  bottom: -60px;
  padding: 25px;
  color: #727272 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.home .thumbnail-classic .figure .figcaption:after {
  content: "+";
  color: #FFF;
  font-size: 28px;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #009fab;
  display: block;
}
@media (max-width: 400px) {
  .home .thumbnail-classic .figure .figcaption {
    padding-right: 60px;
  }
}

.home.destination {
  padding-top: 70px;
}
.home.destination h3 {
  margin-bottom: 35px;
}
.home.destination p {
  margin-bottom: 45px;
}

.home.chooseus {
  margin-top: 100px;
  padding: 0px;
  background-size: cover;
  overflow-y: hidden;
}
.home.chooseus .overlay {
  background: rgba(0, 0, 0, 0.15);
  padding-top: 50px;
  padding-bottom: 50px;
}
.home.chooseus h3 {
  margin-bottom: 35px;
}
.home.chooseus .card {
  padding: 20px 20px 0px;
  font-size: 14px;
  color: #727272;
  margin-bottom: 30px;
  height: 90%;
}
.home.chooseus .card .col-left {
  text-align: center;
}
.home.chooseus .card .col-left i, .home.chooseus .card .col-left svg {
  font-size: 30px;
  margin: 0px;
  color: #009fab;
}
.home.chooseus .card .col-10 h4 {
  margin-top: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.home.chooseus .btn {
  margin: 5px;
}
@media (max-width: 340px) {
  .home.chooseus .btn {
    max-width: 185px;
    white-space: normal;
  }
}

.home.testimonies {
  padding: 20px 15px;
}
.home.testimonies h3 {
  margin-bottom: 40px;
}
.home.testimonies .testimonies-carousel .owl-prev, .home.testimonies .testimonies-carousel .owl-next {
  background: #009fab;
  border: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.home.testimonies .testimonies-carousel .owl-prev span, .home.testimonies .testimonies-carousel .owl-next span {
  display: none;
}
.home.testimonies .testimonies-carousel .owl-prev:before, .home.testimonies .testimonies-carousel .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.home.testimonies .testimonies-carousel .owl-prev:before {
  content: "";
  background: url(/assets/svg/chevron-left.svg);
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
}
.home.testimonies .testimonies-carousel .owl-prev:hover {
  background: #b35414;
}
.home.testimonies .testimonies-carousel .owl-next:before {
  content: "";
  background: url(/assets/svg/chevron-right.svg);
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
}
.home.testimonies .testimonies-carousel .owl-next:hover {
  background: #b35414;
}

#home_corpo {
  padding: 0px;
  min-height: 600px;
  background-size: cover;
}
#home_corpo .overlay {
  background: rgba(0, 0, 0, 0.15);
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
  min-height: 600px;
}
#home_corpo a {
  color: #009fab;
  transition: color 0.2s;
}
#home_corpo a:hover {
  text-decoration: none;
  color: #b35414;
  transition: color 0.2s;
}
#home_corpo a.btn {
  color: #ffffff;
}
#home_corpo p {
  margin: 45px 0px;
}
#home_corpo .btn {
  margin-top: 25px;
}

#home_stats {
  padding: 50px 0px;
}
#home_stats .stat-header {
  margin-top: 20px;
  font-size: 60px;
  color: #FFF;
}
#home_stats .value {
  font-size: 36px;
  font-weight: bold;
  color: #009fab;
}
#home_stats .label {
  font-style: italic;
}

#home_info {
  padding: 0px;
  background-size: cover;
  min-height: 500px;
}
#home_info .overlay {
  background: rgba(0, 0, 0, 0.15);
  padding-top: 50px;
  min-height: 500px;
}
#home_info p {
  margin: 45px 0px;
}

/**********************************************form*****************************************/
.form-control-feedback, .form-control-danger {
  display: none;
}
.form-control-feedback.alert-danger, .form-control-danger.alert-danger {
  border-radius: 4px;
  padding: 2px 5px;
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none;
  }
}

/***********************************************banner**************************************/
.banner {
  background: #D2D3D3;
}

section.banner {
  padding: 7px;
  background: #D2D3D3;
}
section.banner .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 590px) {
  section.banner {
    padding: 15px !important;
  }
}
section.banner .shell {
  max-width: 100%;
  padding: 0px;
}
section.banner .shell h2 {
  color: #FFF;
  font-weight: bold;
  margin: 0px;
}
@media (max-width: 590px) {
  section.banner .shell h2 {
    font-size: 18px;
  }
}
section.banner.small {
  padding: 40px;
}
section.banner.small h2 {
  color: #009fab;
  font-size: 30px;
  font-weight: normal;
}

/*********************************************parralax**************************************/
.rd-parallax-layer[data-url] {
  background-size: cover !important;
  background-position: 20% 112% !important;
}
@media screen and (min-width: 1200px) {
  .rd-parallax-layer[data-url] {
    background-size: cover !important;
    background-position: 20% 112% !important;
  }
}
@media screen and (max-device-width: 768px) {
  .rd-parallax-layer[data-url] {
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*********************************************BODY******************************************/
.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
}

main .shell {
  /*
  @media (max-width:590px){
    //padding-left:30px;
    //padding-right:30px;
  }*/
}

.shell,
.shell-wide {
  /*
  @media (min-width: 768px) {
      //max-width: 750px; 
  }
  @media (min-width: 992px) {
      //max-width: 970px; 
  } 
  @media (min-width: 1200px) {
      //max-width: 1200px; 
  }*/
}

/****************************************SIGN UP MODAL******************************************/
.msgZone {
  display: none;
}

#successModal #resendconf, #loginModal #resendconf {
  float: left;
  cursor: pointer;
}
#successModal .modal-footer .msg, #loginModal .modal-footer .msg {
  float: left;
  padding-left: 35px;
  text-align: left;
}
#successModal .modal-footer .msg #resendconf, #loginModal .modal-footer .msg #resendconf {
  color: #308ff4;
  display: block;
  width: 100%;
}
#successModal .modal-footer .msg span, #loginModal .modal-footer .msg span {
  display: block;
  text-align: left;
}
#successModal input, #loginModal input {
  margin-bottom: 15px;
}
#successModal .email, #loginModal .email {
  color: #308ff4;
  font-weight: bold;
  margin: 10px 0px;
}

/****************************************HEADER************************************************/
header section {
  text-align: center;
}
header section .shell {
  color: #FFF;
}
header section .rd-parallax-layer-holder {
  background: rgba(0, 0, 0, 0.2) !important;
}
header section h6 {
  padding: 0px 15px;
}

/*****************************************FOOTER **********************************************/
#footer .addressLine {
  padding-left: 30px;
}

footer {
  padding-bottom: 15px;
  background-color: #222B2B;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .btn {
  min-width: 185px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 12px;
  line-height: 21px;
  border-radius: 30px;
  transition: 0.3s ease-out;
}
footer .navbar-brand {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
}
footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFF;
  margin: 1em 0;
  padding: 0;
}
footer #copyright {
  color: #888;
  font-size: 12px;
}
footer #footerContent {
  padding-top: 80px;
}
footer #footerContent button {
  width: 160px;
}
footer #footerContent .contact {
  list-style-type: none;
}
footer #footerContent .contact li {
  line-height: 39px;
  font-size: 14px;
}
footer #footerContent .contact li i, footer #footerContent .contact li svg {
  margin-right: 12px;
  font-size: 18px;
  color: #009fab;
}
footer #footerContent .socialMediaList {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer #footerContent .socialMediaList i, footer #footerContent .socialMediaList svg {
  font-size: 50px;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #009fab;
  color: #222B2B;
}
@media (max-width: 575px) {
  footer #footerContent .socialMediaList i, footer #footerContent .socialMediaList svg {
    width: 40px;
    height: 40px;
  }
}
footer #footerContent .socialMediaList img {
  border-radius: 50%;
}
footer .progratech img {
  max-width: 125px;
  margin-top: 30px;
}
footer .gray {
  background-color: #D2D3D3;
}
footer ul {
  padding: 0px;
}
footer ul#footerMenu {
  font-size: 14px;
  list-style-type: none;
}
footer ul#footerMenu li {
  display: inline;
  margin: 15px;
}
footer ul#footerMenu a {
  color: #888;
}

/****************************************** Contact ***************************************************/
#contact_map {
  margin-top: 25px;
  padding: 0px;
  /*.shell{
    max-width:100% !important;
    padding:0px;
  }*/
}
#contact_map .row {
  margin-left: 0px;
  margin-right: 0px;
}
#contact_map #contactMap {
  height: 500px;
}
#contact_map #contactMap #infoWindow {
  color: #727272;
}
#contact_map #contactMap #infoWindow h1 {
  font-size: 18px;
}

#a-propos-right img, #about-us-right img {
  margin: 25px 0px;
}
#a-propos-right .btn, #about-us-right .btn {
  max-width: 100%;
  white-space: normal !important;
  margin-bottom: 15px;
}

/***************************************** Sign up modal **********************************************/
#subscribe .modal-header {
  position: absolute;
  right: 0px;
  border: none;
  z-index: 1;
}
#subscribe .modal-header button.close {
  padding: 5px 10px;
  height: 15px;
}
#subscribe .modal-body {
  padding: 0px;
}
#subscribe .modal-body h5 {
  margin-bottom: 25px;
}
#subscribe .modal-body .row {
  margin: 0px;
}
#subscribe .modal-body .row .modal-left {
  padding: 0px;
  height: 380px;
  background: url("../img/template/home-01-385x390.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#subscribe .modal-body .row .modal-right {
  text-align: center;
  padding: 50px;
}
#subscribe .modal-body .row .modal-right input {
  border-radius: 35px;
}
#subscribe .modal-body .row .social {
  padding-top: 30px;
}
#subscribe .modal-body .row .social i, #subscribe .modal-body .row .social svg {
  font-size: 50px;
  padding: 10px;
  width: 32px;
  height: 32px;
  border-radius: 35px;
  background: #009fab;
  color: #FFF;
}
#subscribe .modal-footer {
  position: absolute;
  bottom: 0px;
  text-align: right;
  right: 0px;
  border: none;
}
#subscribe .modal-footer .form-group.form-group-xs .form-label {
  top: 20px;
  left: 28px;
}
#subscribe .modal-footer button {
  float: right;
}
#subscribe .btn {
  min-width: 100%;
}

/***************************************** price alert modal ********************************/
.modal#price-alert-modal .modal-header {
  color: #727272;
}
.modal#price-alert-modal .modal-body h3 {
  font-size: 22px;
  font-weight: bold;
  color: #727272;
  margin-bottom: 25px;
}
.modal#price-alert-modal .modal-body fieldset.featured {
  margin-bottom: 25px;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner {
  padding: 15px;
  background: #009fab;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner label {
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner label span {
  font-weight: normal;
  font-size: 14px;
  display: block;
  color: #fff;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner .moneyinput {
  position: relative;
  max-width: 200px;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner .moneyinput:after {
  position: absolute;
  right: 25px;
  top: 25%;
  color: #ccc;
  content: "$";
  z-index: 222;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner .moneyinput input {
  max-width: 180px;
}
.modal#price-alert-modal .modal-body #alerte-error {
  margin-top: 25px;
  margin-bottom: 25px;
}

/********************************** blogue *********************************************/
.bloglist {
  max-width: 1200px;
}
.bloglist .header {
  overflow: hidden;
  height: 245px;
}
.bloglist .header img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bloglist .blog {
  flex: 1;
  margin-bottom: 40px;
  border-radius: 7px;
  background: #ECECEC;
}
.bloglist .blog .content {
  padding: 40px;
  min-height: 360px;
  font-size: 14px;
  color: #808080;
}
.bloglist .blog .content h5 {
  color: #727272;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.bloglist .blog .content .published {
  margin: 15px 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.bloglist .blog .content .published .separator {
  margin: 0px 15px;
  color: #FFF;
}
.bloglist .blog .content .published .author a {
  color: #009fab;
}
.bloglist .blog .link {
  padding: 0px 40px 40px 40px;
}
.bloglist .blog .link a {
  font-size: 12px;
  min-width: 100px;
  line-height: 10px;
}
.bloglist .col.col-12.col-sm-6.col-md-4 {
  display: flex;
  flex-direction: column;
}

.blog.page p {
  font-size: 14px;
}
.blog.page h5, .blog.page h4 {
  color: #009fab;
}
.blog.page img {
  border-radius: 7px;
  max-width: 100%;
}
.blog.page .col-md-4 span {
  margin-top: 5px;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #AAA;
}
.blog.page .col-md-4 span.hidden-front {
  display: none;
}
.blog.page .col-md-4 .published span {
  display: inline-block;
  width: auto;
}
.blog.page .col-md-4 p {
  text-align: center;
  margin-bottom: 25px;
}
.blog.page #blog_content p {
  text-align: justify;
}

/********************************** pagination *********************************************/
.pagination {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.pagination .page-item a {
  color: #DDD;
  background: none;
  border: none;
}
.pagination .page-item a.active {
  border-radius: 4px;
  background: #009fab;
}

/****************************************commentaires***********************************/
.commentZone {
  margin-bottom: 90px;
}
.commentZone h4 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.commentZone .commentForm label {
  margin-bottom: 5px;
  color: #DDD;
}
.commentZone .commentForm label:after {
  content: " :";
  display: inline;
}
.commentZone .commentForm .captcha {
  padding-top: 30px;
}

.commentsShow .card.pageComment {
  background: none;
  border: none;
  margin: 40px 0px;
}
.commentsShow .card.pageComment p {
  color: #fff;
  margin-left: 15px;
}
.commentsShow .moreComments {
  margin-bottom: 25px;
}

#agent_avantages .col-md-12 {
  padding: 40px;
  background: #ECECEC;
  max-width: 800px;
  border-radius: 5px;
}
#agent_avantages .col-md-12 h5 {
  font-weight: bold;
}
#agent_avantages .col-md-12 ul {
  padding: 20px;
  color: #404040;
}
#agent_avantages .col-md-12 ul li {
  margin-bottom: 15px;
  font-size: 14px;
}

/********************************** carousel *********************************************/
.testimonies-carousel {
  margin-bottom: 35px;
}
.testimonies-carousel .pic {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border: #fff solid 10px;
  overflow: hidden;
}
.testimonies-carousel .pic img {
  height: 100px;
  width: 100px;
}
.testimonies-carousel .username {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
.testimonies-carousel .txt {
  font-style: italic;
  font-size: 14px;
  text-align: center;
  color: #FFF;
}
.testimonies-carousel .owl-nav {
  margin-top: 35px;
}

/**********************************carousel équipe ***********************************/
.team-carousel .owl-item {
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s;
}
.team-carousel .owl-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.2s;
}
.team-carousel .pic {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border: #f9f9f9 solid 10px;
  overflow: hidden;
}
.team-carousel .pic img {
  height: 100%;
  width: 100%;
}
.team-carousel h4 {
  font-size: 36px;
}
.team-carousel a {
  color: #fff;
}
.team-carousel a:hover {
  text-decoration: none;
}
.team-carousel .userLink {
  text-align: center;
  width: 100%;
}
.team-carousel .username {
  font-weight: bold;
}
.team-carousel .userTitle {
  font-size: 12px;
}
.team-carousel .userIntro {
  font-size: 14px;
}
.team-carousel .owl-prev, .team-carousel .owl-next {
  position: absolute;
  border: 1px solid #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  top: 25%;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.team-carousel .owl-prev span, .team-carousel .owl-next span {
  display: none;
}
.team-carousel .owl-prev:hover, .team-carousel .owl-next:hover {
  background: #009fab !important;
  transition: background-color 0.5s ease;
}
.team-carousel .owl-prev {
  position: relative;
  left: 0px;
}
.team-carousel .owl-prev:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(/assets/svg/chevron-left.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.team-carousel .owl-next {
  position: relative;
  right: 0px;
}
.team-carousel .owl-next:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(/assets/svg/chevron-right.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}

/********************************* ÉQUIPE ********************************************/
[data-sectionid=Team] .team {
  margin-bottom: 30px;
}
[data-sectionid=Team] .team .teammate i, [data-sectionid=Team] .team .teammate svg {
  margin-left: 5px;
}
[data-sectionid=Team] .team .teammate .inner {
  background: #fff;
  margin: 0 15px;
  text-align: center;
  position: relative;
}
[data-sectionid=Team] .team .teammate .inner span {
  display: block;
}
[data-sectionid=Team] .team .teammate .inner span.name {
  color: #0f0f0f;
  font-weight: bold;
  padding: 2px;
}
[data-sectionid=Team] .team .teammate .inner span.title {
  color: #828282;
  font-weight: normal;
}
[data-sectionid=Team] .team .teammate .details {
  position: absolute;
  bottom: 20px;
  color: #ccc;
  background: rgba(146, 238, 252, 0.9);
  width: 100%;
}

#divsoumission input[type=text] {
  height: 30px;
  border-radius: 3px;
}
#divsoumission select {
  border-radius: 3px;
}
#divsoumission select #destination_soumission {
  height: 30px;
  border-radius: 3px;
}
#divsoumission #bouton_envoyer {
  font-weight: 900;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 12px;
  line-height: 21px;
  border-radius: 30px;
  transition: 0.3s ease-out;
  height: 40px !important;
  color: #fff;
  background: #009fab !important;
}

.fancybox-is-open .fancybox-bg {
  width: 100% !important;
  height: 100% !important;
}

/****************************************a propos ***********************************************/
#page-a-propos h5, #page-about-us h5 {
  text-align: center;
}
#page-a-propos #zone_vert, #page-a-propos #green_zone, #page-about-us #zone_vert, #page-about-us #green_zone {
  padding-top: 35px;
  padding-bottom: 35px;
}
#page-a-propos #zone_vert_right img, #page-about-us #zone_vert_right img {
  border-radius: 17px;
}

/************************************pages groupes **********************************************/
#page-groupes #groupes_inner, #page-groupes #groups_inner, #page-groups #groupes_inner, #page-groups #groups_inner {
  padding-bottom: 55px;
}

/***************************************gmap*****************************************************/
.component .gMap {
  width: 100%;
  height: 300px;
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map */
