@font-face {
  font-family: 'ralewayRegular';
  src: local('../assets/fonts/Raleway/static/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'ralewayBold';
  src: local('../assets/fonts/Raleway/static/Raleway-Bold.ttf');
}

@font-face {
  font-family: 'ralewayMedium';
  src: local('../assets/fonts/Raleway/static/Raleway-Medium.ttf');
}

body{
  margin: 0 auto;
  font-family: 'ralewayRegular', 'Open Sans', sans-serif;
}


html, body {
  height: 100%;
  padding-right: 0px !important; /* pour éviter que les fenêtres modale ajoute un padding à droite */
}

.modal-open{/* pour éviter que les fenêtres modale ajoute un padding à droite */
  overflow: auto;
}

/* débug l'ajout d'un espace à droite à l'ouverture du modal */
/*.supprescapceright[style] {
    padding-right:0 !important;
}
.supprescapceright.modal-open {
    overflow: auto;
}*/

a{
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover,
a:focus{
  text-decoration: none;
  outline: none;
}

h2 {
  font-size: 26px;
  font-weight: 700;
}

th {
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus,
textarea.form-control:focus {
  outline: 2px solid #14486A;
}

.btn-pink {
  background-color: #e02f55;
  display: inline-block;
  margin: 0 auto;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  outline: none;
  min-width: 200px;
}

.btn-pink:hover,
.btn-pink:focus {
  background-color: #F2B566;
  color: white;
  text-decoration: none;
}

.btn-yellow {
  background-color: #F2B566;
  display: inline-block;
  margin: 0 auto;
  color: white;
  outline: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #e02f55;
  color: white;
  text-decoration: none;
}


.btn-blue, .btn-blue:focus {
  background-color: #61BFE8;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  outline: none;
  min-width: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue:hover {
  background-color: #14486A;
  color: white;
  text-decoration: none;
}

.btn-medium {
  min-width: 300px;
}

.add-background-white {
    overflow: hidden;
    background-color: white;
    padding: 0px 0px 30px 0px;
    margin-top: 30px;
}
.add-background-grey {
    overflow: hidden;
    background-color: #f4f4f4;
    padding: 30px 0px 30px 0px;
    margin-top: 30px;
}

.zone-of-content {
  text-align: center;
  margin-bottom: 40px;
}

.zone-of-content img{
  max-width: 100%;
}

.text-block {
  text-align: left;
  font-size: 16px;
}

.text-block ul{
  margin-top: 10px;
}

.vignettes-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.vignettes-list p {
  color: #262e36;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0px 15px;
  min-height: 70px;
}

.vignettes-list img {
  margin-bottom: 20px;
}

.vignettes-list .slick-list.centerSlickSlides .slick-track {
    margin: auto;
}
.grey-bg {
  margin-top: -40px;
  padding-top: 40px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.slick-dots {position: static;}
.slick-slider {margin-bottom: 40px;}
.paragraph {font-size: 16px;}

/* ----------------------------*/
/* ---------- HEADER ----------*/
/* ----------------------------*/

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu {
  padding: 0px;
}



.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #14486A;
    background-image: -webkit-linear-gradient(top,#14486A 0,#14486A 100%);
    background-image: -o-linear-gradient(top,#14486A 0,#14486A 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#14486A),to(#14486A));
    background-image: linear-gradient(to bottom,#14486A 0,#14486A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14486A', endColorstr='#14486A', GradientType=0);
    background-repeat: repeat-x;
    color: white;
}

.nav> li >a:hover,
.nav> li >a:focus,
.nav> li >a:focus span,
.nav> li >a:hover span{
    text-decoration: none;
    color: #14486A !important;
}


.nav>.espace-personnel>a:hover,
.nav>.espace-personnel>a:focus,
.nav>.espace-personnel>a:hover span{
    text-decoration: none;
    background-color: transparent;
}



/*------ HEADER BILAN ----*/

.nav-bilan > li.active > a,
.nav-bilan > li.active > a:hover,
.nav-bilan > li.active > a:focus{
  color: #F2B566;
}

.navbar-nav>li>a:hover{
  color: #14486A;
}

/* AJOUT STYLES MANQUANTS MODIF SYL */
.navbar-nav>li>a.active,
.navbar-nav>li>a.active span {
  color: #14486A !important;
}

/*--------------------*/







.icon-bar{
  background-color: #262e36;
}


.navbar{
  position: fixed;
  width: 100%;
  z-index: 900;
  background: white;
  height: 100px;
  border-bottom: 1px solid #F1F1F1;
  text-align: center;
  margin-bottom: 0px;
}

.navbar-nav {
  background: white;
}

.navbar-header {
    margin-top: 20px;
    margin-bottom: 15px;
}
.navbar-header img.logo {
    height: 85px;
    display: inline-block;
}
.navbar-header img.baseline{
    height: 45px;
}

img.logo {
  max-width: 175px;
}
/*.container .navbar-collapse {margin-left: -15px; margin-right: -15px;}*/

.dropdown-menu>li>a {
    display: block;
    padding: 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #262e36;
    white-space: nowrap;
    font-size: 15px;
    text-transform: none;
}


ul.dropdown-menu {
    border: none;
}

#content-section{
  padding-top: 100px;

}

.connexion-bilan {height: 100%}

.connexion-bilan #content-section {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
}


.navbar-nav>li {
  padding: 0px;
  margin: 20px 29px 0px;
}

/* .navbar-nav>li:last-child {
  margin-right: 0px;
} */

.navbar-nav>li>a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #262e36;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 11px;
  font-family: 'ralewayBold';
  padding: 4px 15px;
  margin-top: 2px;
  border-left: 1px solid #262e36;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar li .glyphicon {
  font-size: 1em;
  margin-top: 4px;
  margin-right: 10px;
  display: inline;
}


.navbar .infos-cnx {
    float: right;
    margin-right: 15px;
    margin-top: -20px;
    font-size: 12px;
    text-align:left;
}
.navbar .infos-cnx span {
    display: inline-block;
}
.navbar .infos-cnx .btn-personnel{
    background-color: transparent;
    color: #262e36;
    width: auto;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .infos-cnx .btn-personnel:before {
    content: "-";
    display: inline-block;
    padding: 0px 6px 0px 4px;
}

.navbar .infos-cnx .btn-personnel:hover{
  text-decoration: underline;
  color: #14486A;
}


/* .navbar .infos-cnx .btn-personnel-intra {
  margin-top: 10px;
} */

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

.container-nav{
  width: 1170px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.intranet-nav li {
  margin: 30px 0px 0px;
}

/* ----------------------------*/
/* --------- HEADBAND ---------*/
/* ----------------------------*/

.headband{
  background-color: #F2B566;
  height: 30px;
  width: 100%;
  text-align: center;
}

.headband p{
  color: white;
  padding-top: 5px;
  text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ------------------------------------*/
/* ------------------------------------*/
/* -------------- ACCUEIL -------------*/
/* ------------------------------------*/
/* ------------------------------------*/

/* ----------------------------*/
/* ----------- MENU -----------*/
/* ----------------------------*/
.b-menu-page-accueil > div {
    height: 270px;
    margin-bottom: 30px;
}
.b-menu-page-accueil > div .menu-option {
    position: relative;
    text-align: center;
}
.b-menu-page-accueil > div .menu-option a {
    /* display: block; */
    font-family: 'ralewayBold';
    font-size: 20px;
    margin: 0px 10px;
    min-width: auto;
    padding: 10px 40px;
    /*padding: 10px 0px;*/
    text-transform: none;
}
.b-menu-page-accueil > div .menu-option-message {
    text-align: left;
    padding: 30px;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-title {
    margin-bottom: 10px;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-title img {
    width: 50px;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-title span {
    font-family: 'ralewayBold';
    font-size: 16px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    color: #262e36;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list {
    list-style-type: none;
    background-color: white;
    border: 1px solid #ebebeb;
    padding: 0px;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list li {
    padding: 12px;
    border-bottom: 1px solid #ebebeb;
    font-size: 0px;
    white-space: nowrap;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list li:last-child {
    border-bottom: none;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list li .message-contact {
    display: inline-block;
    font-family: 'ralewayBold';
    font-size: 11px;
    color: #262e36;
    border-right: 1px solid #262e36;
    padding-right: 12px;
    width: 22%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list li .message-subject {
    display: inline-block;

    width: 74%;
    padding-left: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list li .message-subject a{
    font-family: 'ralewayBold';
    font-size: 11px;
    color: #262e36;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list li .message-desc {
    display: inline-block;
    font-family: 'ralewayRegular';
    font-size: 11px;
    color: #262e36;
    width: 34%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list li .message-desc:before {
    content: '-';
    display: inline-block;
    margin: 0px 8px 0px 4px;
}
.b-menu-page-accueil > div .menu-option-message .menu-message-list li .message-date {
    display: inline-block;
    vertical-align: top;
    font-family: 'ralewayRegular';
    font-size: 11px;
    font-style: italic;
    color: #262e36;
    text-align: right;
    width: 20%;
}

.b-menu-page-accueil > div .menu-option-message > a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    font-size: 14px;
}
.b-menu-page-accueil > div .menu-option-portail-partenaire > a {
    margin-top: 87px;
}
.b-menu-page-accueil > div .menu-option-optique > a,
.b-menu-page-accueil > div .menu-option-faq > a {
    margin-top: 111px;
}
.b-menu-page-accueil > div .menu-option .sublink {
    margin: 10px auto 0;
}
.b-menu-page-accueil > div .menu-option .sublink a {
    font-family: 'ralewayRegular';
    font-size: 12px;
    padding: 5px 20px;
    margin: 0px auto;
    position:relative;
}

#new{
  font-weight:bold;
  font-size:0.7em;
  padding:2px 5px 2px 5px;
  background:#edc479;
  position:absolute;font-family:'ralewayBold';
  top:0px;
  left:-30px;
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
  color:#000;
}

.b-menu-page-accueil > div .menu-option .sublink .glyphicon {
    vertical-align: middle;
    font-size: 18px;
    color: #61BFE8;
    margin: 0px -4px 0px 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.b-menu-page-accueil > div .menu-option .sublink .glyphicon:hover {
    color: #14486A;
}
.b-menu-page-accueil > div .menu-option .sublink .tooltip {
    margin-top: 5px;
    padding-top: 10px;
    width: 160px;
}
.b-menu-page-accueil > div .menu-option .sublink .tooltip-arrow {
    border-bottom-color: white;
    border-width: 0px 10px 10px;
    margin-left: -10px;
}
.b-menu-page-accueil > div .menu-option .sublink .tooltip-inner {
    padding: 15px 20px;
    color: #262e36;
    font-family: 'ralewayMedium';
    font-size: 11px;
}
.b-menu-page-accueil > div .menu-option a span {
    font-family: 'ralewayRegular';
}
.b-menu-page-accueil > div .menu-bg-color-grey {
    display: block;
    height: 270px;
    width: 100%;
    background-color: #f4f4f4;
}
.b-menu-page-accueil > div .menu-bg-image {
    display: block;
    height: 270px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

/* ----------------------------*/
/* --------- SECTION 1 --------*/
/* ----------------------------*/


/* --------- BCK --------*/

.content-slide{
  background-repeat: no-repeat;
  width: 100%;
  height: 580px;
  background-position: top center;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: none;
}

.slick-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-section {
  width: 100%;
  position: absolute;
  text-align: center;
}

.bg-green-section{
  width: 100%;
  position: absolute;
}

.bg-green{
  background-color: rgba(0, 177, 178, 0.7);
  height: 580px;
}

/* --------- TITLE --------*/

.txt-section1{
  padding-top: 30px;
  color: white;
  font-family: corbel;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-align: left;
}

.txt-section1 h1{
  line-height: 1px;
}

.underline{
  width: 70px;
    height: 4px;
    background-color: white;
    margin-top: 25px;
}

/* --------- CONTAINER --------*/

.list-section1{
  color: white;
  font-size: 16px;
  text-align: left;
}

.list-section1 img{
  margin: 0px 15px 0px 0px;
}

.list-section1 ul{
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.list-section1 li{
  margin-top: 25px;
  line-height: 24px;
  padding: 1px 0px 0px 20px;
  background-repeat: no-repeat;
  font-size: 15px;
  min-height: 35px;
  font-weight: 600;
  position: relative;
}
.list-section1 li:before {
    content: '>';
    display: block;
    position: absolute;
    left: 0px;
}

.list-section1 p{
  font-size: 14px;
  font-weight: lighter;
    margin-top: 30px;
}

.link-discover{
  text-align: center;
}

.link-discover a{
  text-decoration: none;
  color: white;
  outline: none;
  font-weight: 700;
}

.btn-discover{
    background-color: #e02f55;
    padding: 10px 22px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.btn-discover:hover{
  background-color: #F2B566;
}

/* ------------ MAP -----------*/

.brand{
  margin-top: 10px;
  text-align: center;
  background-color: #14486A;
  border-radius: 5px;
  width: 180px;
  height: 35px;
  color: white;
  padding: 10px 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}



.map{
  position: relative;
    width: 100%;
    height: 680px;
}

/*------ QUOTES -------*/

.quotes-container {
  position: absolute;
  top: 5%;
  left: 10%;
}

.quotes{
    max-width: 330px;
    display: inline-block;
    height: auto;
    color: #14486A;
    padding: 40px 0px 40px 20px;
    position: relative;
}

.quotes:before{
  position: absolute;
  top: 15px;
  left: 10px;
  content:"";
  width: 29px;
  height: 20px;
  background-image: url("../img/quote-g.png");
}


.quotes:after {
  content:"";
  width: 29px;
  height: 40px;
  background-image: url("../img/quote-r.png");
  display: inline-block;
  vertical-align: top;
}

.quotes img {
  margin: 0px;
}

/*------ pin -------*/

.picto-1{
  position: absolute;
  left: 70%;
  top: 5%;
}

.picto-2{
  position: absolute;
  top: 36%;
    left: 5%;
}

.picto-3{
  position: absolute;
    top: 25%;
    left: 40%;
}

.picto-4{
  position: absolute;
  top: 36%;
    left: 75%;
}

/* ------------ SLICK SLIDER -----------*/

.slick-slide {
    outline: none;
}

.slideshow-btn-container {
  position: relative;
  margin-bottom: 40px;
}

.slideshow-btn-left-shadow{
  position: absolute;
  top: 0px;
  left: -25px;
  background: url(../img/home/slide/shadow-left.png);
  width: 25px;
  height: 170px;
  display: block
}

.slideshow-btn-right-shadow{
  position: absolute;
  top: 0px;
  right: -25px;
  background: url(../img/home/slide/shadow-right.png);
  width: 25px;
  height: 170px;
  display: block
}


.slideshow-btn{
  margin-top: -120px;
  width: 100%;
  background-color: white;
  text-align: center;
  padding: 20px;
}

.slide-btn{
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #005795;
  text-transform: uppercase;
  font-weight: 700;
}

.slide-btn span{
  cursor: pointer;
  text-align: center;
  color: #14486A;
}

.slide-btn:hover, .slide-btn:hover span{
  color: #F2B566;
}

.slide-btn img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.icon-btn {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}

.icon-complementaire{
  background-image: url(../img/home/slide/btn/icon-complementaire.png);
}

.icon-profesionnel{
  background-image: url(../img/home/slide/btn/icon-profesionnel.png);
}

.icon-particulier{
  background-image: url(../img/home/slide/btn/icon-particulier.png);
}

.slide-btn.slick-current .icon-btn, .slide-btn:hover .icon-btn {
  background-position: 0px -70px;
}

.slide-btn.slick-current, .slide-btn.slick-current span {
  color: #F2B566;
}

/* ----------------------------*/
/* --------- SECTION 2 --------*/
/* ----------------------------*/


.key ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.title h2{
    color: #262e36;
    font-family: 'ralewayBold';
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    margin-top:0px;
}
.title h2 span {
    font-family: 'kalamRegular';
    text-transform: lowercase;
    font-size: 40px;
    font-weight: 300;
}
.title h2 span.color-blue-light {
    color: #14486A;
}
.title h2.color-blue-lighth2 span {
  color: #14486A;
}
.title h2 span.text-uppercase {
    text-transform: uppercase;
}


.green-underline{
  width: 70px;
  height: 4px;
  background-color: #14486A;
  margin: 0px auto 30px;
}

.box-key{
  padding-left: 0px;
  text-align: center;
  list-style: none;
  margin-bottom: 0px;
}

.box-key li{
  margin-bottom: 30px;
}


.box-key img{
  margin-top: -20px;
}

.box-key p{
  display: inline-block;
  color: white;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  text-transform: uppercase;
  margin-top: -10px;
}

.people{
  height: 160px;
  background-color: #14486A;
}

.services{
  height: 160px;
  background-color: #F2B566;
}

.health{
  height: 160px;
  background-color: #14486A;
}

.transition{
  color: white;
  font-size: 3em;
  height: 100px;
  padding-top: 30px;
}




/* ----------------------------*/
/* --------- SECTION 3 --------*/
/* ----------------------------*/

.news-articles {
  text-align: center;
}

.news-articles ul{
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.news-articles p{
  margin-top: 20px;
  font-weight: 700;
}

.news-articles ul li a{
  text-decoration: none;
  font-weight: 400;
  color: #262e36;
  font-size: 16px;
  line-height: 1.3em;
  display: block;
  margin-bottom: 30px;
}

.btn-plus{
  background: url(../img/plus.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 31px;
  height: 34px;
}

.hover-mask:hover .btn-plus{
  background: url(../img/plus-hover.png);
  background-repeat: no-repeat;
}

.hover-mask:hover p{
  color: #F2B566;
}


/* //////// ARTICLES HOVER ////////*/


.hover-mask a {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-mask img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*.hover-mask:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}*/

.hover-mask a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 157px;
  width: 100%;
  padding: 20% 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 30px;
}

.hover-mask:hover a span {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 30px;
}

.hover-mask .glyphicon {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hover-mask:hover .glyphicon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}


/* ----------------------------*/
/* --------- SECTION 4 --------*/
/* ----------------------------*/


.slideshow-partners{
  margin-left: 50px;
  margin-right: 50px;
}

i.fa.fa-angle-left.slick-arrow{
    margin-top: 20px;
    float: left;
    color: #14486A;
    font-size: 50px;
}

i.fa.fa-angle-right.slick-arrow{
    margin-top: -70px;
    float: right;

    color: #14486A;
    font-size: 50px;
}


.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index:10;
}
.slick-prev:before, .slick-next:before {
    content: none;
}
.slick-prev, .slick-prev:hover {
    background-image: url(../img/slick/prev.png) !important;
    left: 0px;
}
.slick-next, .slick-next:hover {
    background-image: url(../img/slick/next.png) !important;
    right: 0px;
}

.slick-prev:before, .slick-next:before {
    color: blue;
}

/* ----------------------------*/
/* ---------- FOOTER ----------*/
/* ----------------------------*/

.footer-1{
  background-color: #14486A;
}

.footer-part-1{
  margin-top: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-part-1 ul{
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.footer-part-1 li{
  width: 20%;
  float: left;
  padding: 0px 20px;

}

.footer-part-1 p{
  font-weight: 700;
  margin-top: 10px;
}

.footer-part-1 .description-footer{
  font-size: 14px;
  min-height: 40px;
  margin-bottom: 20px;
}


.footer-part-1 .btn-yellow{
  display: block;
  font-size: 13px;
}

.btn-contact{
    margin-top: 20px;
    height: 40px;
    text-align: center;
    background-color: #F2B566;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 11px;
    font-weight: 700;
}

.btn-contact:hover{
  background-color: #e02F55;
}

.footer-2{
  background-color: #14486A;
  color: white;
  text-align: center;
  font-size: 0.80em;
  padding: 10px 10px;
}



.footer-2 a{
  text-decoration: none;
  color: white;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -30px;
  font-size: 40px;
  color: #14486A;
  cursor: pointer;
}


.next-arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -30px;
  font-size: 40px;
  color: #14486A;
  cursor: pointer;
}

/* ------------------------------------*/
/* ------------------------------------*/
/* ------- PROFESSIONNEL DE SANTE------*/
/* ------------------------------------*/
/* ------------------------------------*/


/* ----------------------------*/
/* ----- HEADBAND SECTION -----*/
/* ----------------------------*/

.headband-section{
  background-color: #14486A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  width: 100%;
  margin-bottom: 50px;
}
.headband-section .title h2 {
    text-align: right;
    padding: 63px 20px 63px 0px;
    margin-bottom: 0px;
    color: #262e36;
}
.headband-section .title h2 span {
    text-transform: capitalize;
}
.headband-section-slider {
    height: 100px;
    margin: 35px 0px;
    padding: 0px 20px;
    overflow: hidden;
}
.headband-section-slider .slide-alert {
    height: 100px;
    padding: 15px;
    margin: 0px 10px;
}
.headband-section-slider .slide-alert .slide-alert-icon,#alertModal .slide-alert .slide-alert-icon {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    font-family: 'ralewaysemibold';
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}
.headband-section-slider .slide-alert .slide-alert-icon .glyphicon,#alertModal .slide-alert .slide-alert-icon .glyphicon {
    font-size: 30px;
    display: block;
    margin-bottom: 4px;
}
.headband-section-slider .slide-alert .slide-alert-icon .fas,#alertModal .slide-alert .slide-alert-icon .fas {
    font-family: 'fontawesome';
    font-size: 30px;
    display: block;
}
.headband-section-slider .slide-alert .slide-alert-content {
    display: inline-block;
    vertical-align: top;
    width: 76%;
    height: 70px;
    position: relative;
    margin-left: 4%
}
.headband-section-slider .slide-alert .slide-alert-content .slide-alert-title {
    display: block;
    font-family: 'ralewayBold';
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headband-section-slider .slide-alert .slide-alert-content .slide-alert-subtitle {
    display: block;
    font-family: 'ralewayRegular';
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headband-section-slider .slide-alert .slide-alert-content .slide-alert-link {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    font-family: 'ralewayRegular';
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.headband-section-slider .slide-alert .slide-alert-content .slide-alert-link:hover {
    color: #14486A;
}
.headband-section-slider .slide-alert--level-3 {
    background-color: #cb5039;
    border: 2px solid #cb5039;
    color: white;
}
.headband-section-slider .slide-alert--level-3 .slide-alert-link {
    color: white;
}
.headband-section-slider .slide-alert--level-2 {
    background-color: transparent;
    border: 2px solid #fdb15a;
    color: #262e36;
}
.headband-section-slider .slide-alert--level-2 .glyphicon:before {
    color: #fdb15a;
}
.headband-section-slider .slide-alert--level-2 .slide-alert-link {
    color: #262e36;
}
.headband-section-slider .slide-alert--level-1 {
    background-color: transparent;
    border: 2px solid #14486A;
    color: #262e36;
}
.headband-section-slider .slide-alert--level-1 .glyphicon:before {
    color: #14486A;
}
.headband-section-slider .slide-alert--level-1 .slide-alert-link {
    color: #262e36;
}
.icon-carousel{
  position: relative;
  height: 170px;
  width: 100%;
}
.icon-carousel.icon-left img{
  right: 0px;
}



.icon-carousel.icon-right img{
  left: 0px;
}

.icon-carousel img{
  position: absolute;
  bottom: 0px;
  max-width: 120%;
}

.titre-carousel{
  text-align: center;
    color: white;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    width: 1000px;
    padding-bottom: 10px;
}

.titre-carousel h1{
  margin: 0;
  position: relative;
  padding-bottom: 5px;
}

.titre-carousel h1 .little-words {
  font-size: 14px;
  line-height: 1.4em;
  display: block;
}

.titre-carousel h1 span{
  font-size: 2em;
}

.underline-white{
  width: 70px;
  height: 4px;
  margin-top: 10px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

.titre-carousel h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 4px;
  background-color: white;
}


/* ----------------------------*/
/* ---------- RESEAU ----------*/
/* ----------------------------*/
.title {
  margin-bottom: 40px;
}

.headband-section-left-column .title {
  margin-bottom: 0px;
  max-width:300px;
  float:right;
}

.title p{
  color: #262e36;
  text-align: center;
  font-size: 16px;
}

.title span{
  font-weight: 600;
}

.job{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.job a{
  text-decoration: none;
  color: #14486A;
  font-size: 16px;
  font-weight: 600;
}

.list-reseau a,
.list-reseau a p{
  text-decoration: none;
  color: #14486A;
  font-size: 18px;
  font-weight: 600;
}


.job-name img{
  margin-right: 10px;
  margin-top: -3px;
}

.job-name{
  margin-top: 11px;
}


.job-name p{
  display: inline-block;

}

.btn-plus-a{
  background: url(../img/plus.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 34px;
  display: inline-block;
}

.job-name:hover p{
    color: #F2B566;
}

.job-name:hover .btn-plus-a{
  background: url(../img/plus-hover.png);
  background-repeat: no-repeat;
}



.txt-particulier-offre {
  text-align: justify;
  margin-bottom: 20px;
}



.txt-temoignages p{
  text-align: justify;
}






.dentaire-job:hover{
  color: #14486A;
}

.job-extention {
  margin-left: 17px;
  color: #14486A;
}

.job-extention p {
  font-size: 1em;
  margin-left: 10px;
  display: inline;
  color: #14486A;
}

.job-extention:hover p,
.job-extention:hover i{
  color: #F2B566;
}


.sub-title{
  margin-top: 290px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.sub-title p{
  color: #262e36;
  text-align: center;
  font-size: 16px;
}

.sub-title span{
  font-weight: 600;
}

/* ----------------------------*/
/* ---- AVANTAGES & PROMESS----*/
/* ----------------------------*/

/*---------- BG A & P ---------*/

.avantage-promesses {
  position: relative;
  margin-bottom: 40px;
}

.bg-avantages{
  background-color: #F2B566;
  /*height: 440px;*/
}

.avantages{
  background-color: #F2B566;
}

.bg-promesses{
  background-color: #14486A;
  /*height: 440px;*/
}

.promesses{
  background-color: #14486A;
  padding-left: 40px;
}

/*---------- CONTENT ----------*/

.box-pro{
  position: absolute;
  top: 0px;
  width: 100%;
}

.title-bloc{
  color: white;
}

.title-bloc h2 {
  margin-bottom: 5px;
}
.title-bloc h2 span {
    font-family: 'kalamRegular';
    text-transform: none;
    font-size: 30px;
    font-weight: 300;
}

.title-bloc p {
  font-size: 16px;
}

.white-underline{
  width: 70px;
  height: 4px;
  margin-top: 10px;
  background-color: white;
  margin-bottom: 30px;
}

.avantages li, .promesse li{
  font-size: 1em;
}

/* ----------------------------*/
/* FONCTIONNEMENT & TEMOIGNAGE */
/* ----------------------------*/



/*------ FONCTIONNEMENT ------*/
.fonctionnement p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
}
.list-fonctionnement{
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

.list-fonctionnement p{
  color: #14486A;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

/*-------- TEMOIGNAGES --------*/

.box-temoignages{
  margin-top: 30px;
  padding: 0px 20px;
}

.box-temoignages img{
  display: inline-block;
}

.box-temoignages span{
  color: #14486A;
  text-align: left;
  display: block;
}

.quote-up-temoignages{
  margin-top: 20px;
  display: block;
  text-align: left;
}

.slick-slide .quote-up-temoignages img {
  display: inline-block;
}

.quote-down-temoignages{
  float: right;
}




.slick-dots li button:before {
    font-family: 'slick';
    content: '■';
    font-size: 30px;
    color: #14486A;
    opacity: 1;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    color: #14486A;
}

.slick-dots li.slick-active button:before {
    color: #14486A;
    opacity: 1;
}

.txt-temoignages p {
    font-style: italic;
}

/* ------------------------------------*/
/* ------------------------------------*/
/* ------- CHIRURGUE REFRACTIVE -------*/
/* ------------------------------------*/
/* ------------------------------------*/



/* --------------------------------*/
/* ----- HEADBAND SECTION PAGE ----*/
/* --------------------------------*/


.icon-carousel-page-right,
.icon-carousel-page-left,
.icon-carousel-centered,
.icon-carousel-left,
.icon-carousel-right {
  height: 170px;
  width: 100%;
  line-height: 170px;
  text-align: center;
}

.icon-carousel-left {
  text-align: right;
}

.icon-carousel-right {
  text-align: left;
}


.icon-carousel-page-right img,
.icon-carousel-page-left img,
.icon-carousel-centered img{
  max-width: 130%;
}


/* --------------------------------*/
/* --------- INTRODUCTION ---------*/
/* --------------------------------*/


/* --------- DATE ---------*/


.key-box {
  padding-top: 50px;
  height: 160px;
  width: 100%;
  color: white;
  text-align: center;
}

.blue-bg {
  background-color: #14486A;
}

.yellow-bg {
  background-color: #14486A;
}

.key-box .icon {line-height: 30px;}

.key-box .icon img {
  display: inline-block;
  margin-top: -35px;
}

.key-box .icon .value {
  font-size: 3em;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}

.key-box .key-label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0px 10px;
}

/* --------- RESEAU --------*/

.reseau-cumulus{
  background-color: #F2B566;
  height: 160px;
  width: 100%;
  color: white;
  text-align: center;
}

.reseau-cumulus p{
  font-size: 3em;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}

.reseau-cumulus span{
  margin-left: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0px;
  letter-spacing: 0.5px;
}

.txt-reseau{
  display: inline-block;
  margin-top: 40px
}

.reseau-cumulus img{
  display: inline-block;
  margin-top: -40px
}

/* --------------------------------*/
/* ------------ ADHERER -----------*/
/* --------------------------------*/

.info-compl a.submit {
  text-decoration: none;
}

.info-compl.file {
  margin-top: 8px;
  margin-bottom: 20px;
}
.info-compl.mentionsuppl{
  margin-top: 4px;
  margin-bottom: 10px;
}

.submit{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 200px;
  background-color: #61BFE8;
  border-radius: 20px;
  padding: 8px;
  display: block;
  color: white!important;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submit.submit-lg{
  width: 320px;
}

.submit:hover{
  background-color: #14486A;
}


::-webkit-input-placeholder {
    color: #262e36;
    font-size: 0.80em;
  padding-top: 3px;
}

/* -------------------------------------*/
/* ------------ INFORMATIONS -----------*/
/* -------------------------------------*/




.info-section {
    margin-top: 40px;
}

.info-section img{
  display: inline-block;
  margin-top: -30px;
}

.info-section .content-info{
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
}

.info-section .content-info a{
  text-decoration: none;
  color: #262e36;
}

.info-section .content-info p{
  font-weight: 600;
  margin-bottom: 3px;
}

/* -------------------------------------*/

.rappel {
  margin-top: 50px;
}

.rappel img{
  display: inline-block;
    float: left;
    margin-top: 0;
}

.info-rappel{
  display: inline-block;
    width: 94%;
    float: right;
    margin-left: 15px;
}


/* -------------------------------------*/
/* --------------- QUESTION ------------*/
/* -------------------------------------*/

.question{
  margin-bottom: 40px;
}

.question a{
  text-decoration: none;
  color: white;
}

.question-btn{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  height: 40px;
  width: 165px;
  background-color: #e02F55;
  padding-top: 11px;
  font-weight: 700;
}

.question-btn:hover{
  background-color: #F2B566;
}

/* ------------------------------------*/
/* ------------------------------------*/
/* ---------- AUDIOPROTHESISTE --------*/
/* ------------------------------------*/
/* ------------------------------------*/


.btn-adherer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #14486A;
  width: 280px;
  height: 50px;
  text-transform: uppercase;
  color: white;
  padding-top: 15px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
}

.btn-adherer:hover {
  background-color: #F2B566;
}

.info-audio{
  text-align: center;
}

.info-audio p{
  font-weight: 600;
  margin-left: 15px;
  display: inline-block;
  font-size: 16px;
}

.info-audio img{
  display: inline-block;
}

/* ----------------------------*/
/* ------- OMNIPRATIQUE -------*/
/* ----------------------------*/


.choices ul {
  padding: 0px;
  list-style: none;
  text-align: center;
}

.choices a{
  text-decoration: none;
}

.choices ul li.active .page-menu{
  color: #fff;
  background-color: #F2B566;

}

.page-menu{
  display: block;
  height: 40px;
  width: 100%;
  background-color: #eaeaea;
  color: #262e36;
  padding-top: 9px;
  font-size: 16px;
  font-weight: 700;
}

.page-menu:hover{
  background-color: #e02f55;
  color: white;
}


.info-with-icon {
  margin-bottom: 30px;
  min-height: 44px;
}

.info-with-icon .col-md-6 {
  text-align: center;
}

.info-with-icon img{
  margin-top: -7px;
  max-width: 200px;
  float: left;
}

.info-content .info-title,
.info-content b,
.info-content strong{
  font-weight: 600;
  margin-bottom: 5px;
}

.info-content a{
  text-decoration: none;
  color: #262e36;
}

.info-content{
  padding-left: 50px;
  font-size: 16px;
  text-align: justify;
}

.text-block .info-with-icon .info-content{
  padding-left: 0px;
}



.list-info-omi{
  margin-top: 40px;
}

.content-info-omni span{
  font-weight: 600;
}

.content-info-omni a{
  text-decoration: none;
  color: #262e36;
}

.info-section-omni img{
  display: inline-block;
  margin-top: -7px;
}

.content-info-omni{
  display: inline-block;
  float: right;
  width: 90%;
  font-size: 16px;
  text-align: justify;
}







.content-info-full {
  display: inline-block;
  float: right;
  width: 95%;
  font-size: 16px;
  text-align: justify;
}

.special{
  display: block;
  margin-bottom: 3px;
}

.fax-rappel{
  margin-top: 35px;
}

/* ----------------------------*/
/* ------- IMPLANTOLOGIE -------*/
/* ----------------------------*/




/* ----------------------------*/
/* -------- PARTICULIER -------*/
/* ----------------------------*/

.mission{
  background-color: #f4f4f4;
  height: 120px;
  color: #14486A;
  text-align: center;
  text-transform: uppercase;
}

.part1{
  display: table-cell;
  text-align: initial;
  vertical-align: middle;
  height: 120px;
  width: 1000px;
  text-align: center;
}

.mission img{
  display: inline-block;
  margin-top: -36px;
}

.txt-mission{
  display: inline-block;
  margin-left: 15px;
  text-align: left;
  line-height: 1.3em;
}


.txt-mission p{
  font-size: 1.5em;
  font-weight: 600;
}

.txt-mission span{
  font-size: 2em;
  font-weight: 600;
}

.title-mission{
  font-size: 1.3em;
  font-weight: 600;
  display: table-cell;
  width: 1000px;
  height: 120px;
  vertical-align: middle;
}

.btn-offre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #e02f55;
  width: 330px;
  height: 50px;
  text-transform: uppercase;
  color: white;
  padding-top: 15px;
  margin-top: 30px;
  font-weight: 700;
}

.btn-offre:hover {
  background-color: #F2B566;
}

.question p{
  text-align: center;
  margin: 10px;
  font-size: 16px;
}

/* -------------------------------------*/
/* -------- COMPLEMENTAIRE SANTE -------*/
/* -------------------------------------*/


.info-section-with-icon img{
  display: inline-block;
  float: left;
  max-width: 100%;
}

.info-section-with-icon{
  display: inline-block;
  text-align: left;
}

  .info-section-with-icon .content{
  margin-left: 35px;
  margin-top: 8px;
}

.info-section-with-icon .content .title{
  font-weight: 600;
  margin-left: 23px;
  font-size: 16px;
  margin-bottom: 0px;
}

.info-section-with-icon .content a{
  text-decoration: none;
  color: #262e36;
}

.info-section-with-icon .content li {
    margin-top: 10px;
    font-size: 16px;
}

.info-section-with-icon .content li img {
  max-width: 100%;
}





.complementaire-section{
  background-color: #f4f4f4;
  padding-top: 5px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: -40px;
}

.list-info-omi{
  margin-top: 50px;
}



.info-section-complementaire img{
  display: inline-block;
  float: left;
  max-width: 100%;
}

.info-section-complementaire{
  display: inline-block;
}


.informations-complementaire{
  margin-bottom: 40px;
}

.content-info-complementaire{
  margin-left: 35px;
  margin-top: 8px;
}

.content-info-complementaire span,
.content-info-complementaire p,
.content-info-complementaire a{
  font-weight: 600;
  margin-left: 23px;
  font-size: 16px;
}

.content-info-complementaire a{
  text-decoration: none;
  color: #262e36;
}

.content-info-complementaire li {
    margin-top: 10px;
    font-size: 16px;
}

.content-info-complementaire li img {
  max-width: 100%;
}


.chiffre-cle-complementaire {
  padding-top: 40px;
}

.chiffre-cle-complementaire ul{
  list-style: none;
}

.transition p{
  text-transform: none;
}

.clients{
  height: 160px;
  background-color: #e02f55;
}

.condition-complementaire{
  text-align: center;
}


.key,
.adherer,
.informations,
.partners,
.description,
.fonctionnement,
.map-particulier,
.temoignages-slider,
.temoignage-complementaire,
.partenaires-complementaires{
  margin-bottom: 40px;
}

.fonctionnement-blanc {
  margin-bottom: 40px;
  padding-top: 40px;
}

.temoignages-slider {margin-top: -30px;}

/* -------------------------------------*/
/* ------------- NEWSLETTER ------------*/
/* -------------------------------------*/

.decouvrir{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.liste-newsletter{
  margin-top: 30px;
}

.liste-newsletter ul{
  list-style: none;
  margin: 0px;
}

.liste-newsletter li{
  display: inline-block;
}

.liste-newsletter ul li a{
  text-decoration: none;
  color: #14486A;
  font-weight: 600;
}

.liste-bleu{
  background-color: #e4f7f8;
    height: 30px;
    padding: 5px 0px;
}

.liste-blanc{
  background-color: white;
    height: 30px;
    padding: 5px 0px;
}

/* ----------------------------*/
/* ---------- LEGALES ---------*/
/* ----------------------------*/

.mentions{
  margin-top: 30px;
}

.mentions p{
  margin-bottom: 30px;
  font-size: 16px;
}

.mentions-title h2{
  color: #14486A;
  font-weight: 600;
  font-size: 16px;
}

/* ----------------------------*/
/* -------- RECRUTEMENT--------*/
/* ----------------------------*/


button.btn.btn-primary {
    padding: 0;
}

td.poste-recrutement {
    font-weight: 600;
    font-size: 1.1em;
}

.responsive-table-recrutement {
  width: 100%;
}

.responsive-table-recrutement .h-error{
  background:rgba(255,0,0, 0.15);
}
.responsive-table-recrutement .h-warning{
  background:rgb(253 177 90 / 55%);
}

.responsive-table-recrutement thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.responsive-table-recrutement thead th {
  font-weight: 600;
  color: #14486A;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 20px;
}

.responsive-table-recrutement thead th:first-of-type {
}

.responsive-table-recrutement tbody,
.responsive-table-recrutement tr,
.responsive-table-recrutement th,
.responsive-table-recrutement td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

.responsive-table-recrutement th,
.responsive-table-recrutement td {
  padding: .5em;
  vertical-align: middle;
  font-size: 16px;
}

.responsive-table-recrutement caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.responsive-table-recrutement tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table-recrutement tbody tr {
    margin-bottom: 15px;
    background-color: #e2ecec;
    position: relative;
}

.responsive-table-recrutement tbody tr:last-of-type {
  margin-bottom: 0;
}

.responsive-table-recrutement tbody th[scope="row"] {
  background-color: #14486A;
  color: white;
}


.responsive-table-recrutement tbody td {
  height: 140px;
}


.container-info-intranet .responsive-table-recrutement tbody td {
  height: auto;
}

.responsive-table-recrutement tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}

.responsive-table-recrutement tbody.actu-com-tab td.td-bold {font-weight: 700;}
.responsive-table-recrutement th, .responsive-table-recrutement td {padding: 1em 1em;}

.resultat-bilan .responsive-table-recrutement tbody td {
  height: auto;
  text-align: center;
}

.resultat-bilan .responsive-table-recrutement th {
  text-align: center;
}

/*------- LINK SHOW MORE -------*/

.btn-primary {
    background-image: -webkit-linear-gradient(top,transparent 0,transparent 100%);
    background-image: -o-linear-gradient(top,transparent 0,transparent 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: transparent;
    background-color: transparent;
    color: #14486A;
  font-weight: 600;
  outline: none;
  box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: transparent;
    border-color: transparent;
    color: #14486A;
  font-weight: 600;
  outline: none;
}

/*----- MODAL------*/

.modal-backdrop {
    background-color: #728888;
}

.modal-dialog {
    position: relative;
}
.modal-icon {
    position: absolute;
    top: 50px;
    left: 70px;
    z-index: 1;
    font-family: 'ralewaysemibold';
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}
.modal-icon .glyphicon {
    font-size: 30px;
    display: block;
    margin-bottom: 4px;
}
.modal-content {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    border-bottom: 4px solid #14486A;
    padding: 50px 70px 50px 110px;
    text-align: justify;
    margin-top: 30px;
    color: #262e36;
    line-height: 25px;
}
.modal-content h2{
    margin: 0px;
}
.modal-content h3{
    color: #262e36;
}
.modal-content h4{
  color: #262e36;
  font-weight: 600;
  font-size: 16px;
}
.modal-content p {
  color: #262e36;
  line-height: 25px;
}
.modal-partner-info-auto .glyphicon,
.modal-partner-info .glyphicon {
    color: #14486A;
}
.btn-modal-postuler{
  margin-top: 50px;
}

.btn-modal-postuler a {
    text-decoration: none;
    color: white;
}

.modal-header {
  padding-top: 0px;
  margin-bottom: 30px;
}

.modal-header p{
  color: #262e36;
}


.box-right, .box-left{
  display: inline-block;
  width: 330px;
  margin-top: 30px;
}
/*
.modal-content ul{
   list-style-type: none;
   padding: 0;
}

.modal-content li:before{
   content: '- ';
} */

.box-right{
  float: right;
}

.modal-footer {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
  border: none;
}

/* ----------------------------*/
/* ---------- CONTACT ---------*/
/* ----------------------------*/



.map-contact{
  margin-top: 30px;
  margin-bottom: 50px;
}


.map-contact iframe{
  float: right;
}

.map-contact img, .adresse-contact{
  display: inline-block;
}

.adresse-contact{
  margin-top: 60px;
  margin-left: 20px;
  font-size: 16px;
}

.adresse-contact p{
  font-weight: 600;
}

.map-contact img {
    margin-top: -55px;
}

/* ----------------------------*/
/* -------- ACTUALITES --------*/
/* ----------------------------*/


.tabs-actu a{
  text-decoration: none;
  color: white;
}

.btn-active-actu{
  height: 35px;
  width: 100%;
  background-color: #F2B566;
  padding-top: 7px;
}

.tabs-actu {
  padding: 0px;
  list-style: none;
  text-align: center;
  margin-bottom: 80px;
}

.btn-norm{
  width: 100%;
  background-color: #14486A;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.btn-norm:after {
  content:"";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -45px;
  margin-left: -15px;
  background: url(../img/plus.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 34px;
}

li.active .btn-norm {
  background-color: #F2B566;
}


.btn-norm:hover {background-color: #F2B566;}

.btn-norm:hover:after,
li.active .btn-norm:after {
  background: url(../img/plus-hover.png);
}

.plus-nav{
  margin-top: 5px;
}

.norm-actu a{
  color: #262e36;
}

.norm-actu a:hover, .norm-actu a:hover .btn-norm{
  color: white;
  background-color: #F2B566;
}

.norm-actu a:hover .plus-nav{
  background: url(../img/plus-hover.png);
}

/*------------------*/

.actu-form option{
  color: #14486A;
}

/*------ COMMUNIQUEES DE PRESSE -------*/


select.form-control.actu-form {
    width: 300px;
    margin: 20px;
}

.tris-p, .tris-form, .btn-ok-actu{
  display: inline-block;
}

.content-tris{
  font-size: 16px;
  text-align: center;
  background-color: #e2ecec;
  padding: 0;
  margin-bottom: 40px;
}

.tris-form select{
  font-size: 16px;
  color: #14486A;
  /*height: 59px;*/
  margin-top: -1px;
}

.btn-ok-actu a{
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  font-weight: 700;
  background-color: #14486A;
}

.btn-ok-actu a:hover{
  background-color: #F2B566;
}


.liste-blanc-recrutement a, .liste-vert a{
  color: #14486A;
  font-weight: 600;
  text-decoration: none;
}

.poste-recrutement span{
  color: #14486A;
}

.actu-com-tab td{
  width: 200px;
  height: 140px;
}

.actu-com-tab .form-control{
  font-size: 14px;
  min-width: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-top: 5px;
}


.actu-com-tab span{
  color: #14486A;
    font-weight: 600;
}

/* ----------------------------*/
/* ------- THEAM ITELIS -------*/
/* ----------------------------*/



.people-team{
  margin-top: 50px;
}

.people-team img{
  width: 100%;
  height: auto;
}

.poste-dirigeant{
  height: 100px;
  background-color: #14486A;
  color: white;
  text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 350px;
}

.poste-dirigeant p{
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}

.one-people{
  max-width: 100%;
  position: relative;
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
}

.info-people{
  font-size: 16px;
  padding: 0px 10px;
  text-align: center;
  background-color: #14486A;
  height: 450px;
  color: white;
  position: absolute;
  margin-top: 350px;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.one-people:hover .info-people {
  margin-top: 0px;
}

.info-people img{
  width: auto;
  height: auto;
  margin-left: 10px;
}

.info-people a{
  text-decoration: none;
  color: white;
  font-weight: 600;
}

.info-people a:hover{
  color: #F2B566;
}

.postuler-dirigeant{
  margin-top: 50px;
  margin-bottom: 30px;
}

.postuler-dirigeant a{
  text-decoration: none;
  color: white;
}

.postuler-dirigeant-btn{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
    margin-bottom: 30px;
    height: 40px;
    width: 165px;
    background-color: #F2B566;
    padding-top: 11px;
    font-weight: 700;
}

.postuler-dirigeant-btn:hover{
  background-color: #e02F55;

}


/* ------------------ FORM ----------------------*/

#value1, #value2, #value3 {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#value1.visible,
#value2.visible,
#value3.visible {
  height: 60px;
  opacity: 1;
  overflow: visible;
}

#extensible-area {
  height: 220px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#extensible-area.bigger {
  height: 280px;
}


.container-form{
  background-color: #f4f4f4;
  padding: 40px 0px;
  margin-bottom: 40px;
}

.container-form input[type="text"],
.container-form input[type="date"],
.container-form input[type="email"],
.container-form select{
  width: 100%;
  margin-bottom: 3px;/*16px;*/
  height: 30px !important;
  border: none;
  border-radius: 0px;
  padding-left: 10px;
  /*padding-top: 0px;*/
  font-size: 14px;
  color: #262e36;
  line-height: 14px;
}

.form-contact input[type="text"],
.form-contact input[type="date"],
.form-contact input[type="email"],
.form-contact select{
  margin-bottom: 20px;/*16px;*/
}
.form-contact .parsley-errors-list{
  display:block;
}

.container-form label {
  color: #262e36;
  font-weight: 400;
  margin-top: -20px; /* pour le champ assuré qui passe sur 2 lignes */
}

.inline-checkboxes .checkbox {
  margin-top: 0px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 25px;
}

.container-form a{
  text-decoration: none;
  color: white;
}

.form-control {
    height: 40px;
    color: #262e36;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    outline: 2px solid #14486A;
}

/*.container-form .checkbox {
  margin-top: 0px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
}*/

select.form-control{
  border-radius: 0;
}

.cv-rec, .lettre-rec{
  height: 20px;
}

.cv-rec label, .cv-rec input{
  display: inline-block;
}

.lettre-rec label, .lettre-rec input{
  display: inline-block;
}

.cv-rec input[type="file"], .lettre-rec input[type="file"] {
  width: auto;
  font-size: 0.8em;
  float: right;
  height: auto;
  margin-bottom: 5px;
}

.cv-rec label, .lettre-rec label{
  font-weight: 600;
  color: #262e36;
}

.cv-rec input, .lettre-rec input{
  margin-left: 10px;
}

.ps,
.ps p{
/*
  margin-top: 75px;
*/
  color: #262e36;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.info-compl .ps a{
  color: #262e36;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-compl .ps a:hover{
  color: #14486A;
  text-decoration: underline;
}
.container-connexion .info-compl {
  font-size: 0.8em
}
.container-connexion .info-compl {
  margin-top: 0px;
  text-align: left;
}

/*.container-connexion .info-compl .checkbox label {
  display: inline-block;
  margin-bottom: 30px;
  float: left;
}*/



input:placeholder{
  color: #262e36;
  font-size: 14px;
}

/* all */
::-webkit-input-placeholder {
  color: #262e36;
  font-size: 14px;
}
::-moz-placeholder {
  color: #262e36;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #262e36;
  font-size: 14px;
}
input:-moz-placeholder {
  color: #262e36;
  font-size: 14px;
}


textarea::placeholder {
  color: #262e36;
}




.form-control::-webkit-input-placeholder{
  color: #262e36;
}

.form-control:-moz-placeholder {
  color: #262e36;
}

.form-control::-moz-placeholder {
  color: #262e36;
}

.form-control:-ms-input-placeholder {
  color: #262e36;
}


:placeholder-shown {
  color: #262e36;
  font-size: 14px;
}

textarea.form-control {
    height: 220px;
}

#message-textarea {
  height: 160px;
}



.info-compl p {
  text-align: left;
}
.form-contact {
    background-color: transparent;
}

.form-contact .col-md-offset-1 {
    margin-left: 0px;
}
.form-contact .col-md-10 {
    width: 100%;
}
.form-contact .info-compl{
  margin-top: 0px;
}

.container-recrutement a{
  font-size: 1.1em;
  color: #14486A;
  font-weight: 600;
  cursor: pointer;
}

.responsive-table-recrutement a {
  font-size: 1.1em;
  color: #14486A;
  font-weight: 600;
  cursor: pointer;
}

.postuler-recrutement {
  position: relative;
}

#postuler-recrutement {
  position: absolute;
  width: 100%;
  top: -130px;
}


.b-infos-form {
    background-color: transparent;
    padding: 0px 0px 40px;
}

.b-infos-form .col-lg-offset-1 {
    margin-left: 0px;
}
.b-infos-form .col-lg-10 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.b-infos-form .b-checkbox-submit-form {
    padding-top: 30px;
}
.b-infos-form .escapinfosupp .glyphicon {
    color: #14486A;
    font-size: 20px;
    position: absolute;
    margin-left: -35px;
    margin-top: 0px;
}
.b-infos-form .escapinfosupp .champimportcertif {
    position: relative;
}
.b-infos-form .escapinfosupp .champimportcertif .label-for-file + input[type="file"] {
    z-index: -1;
}
.b-infos-form .info-compl .b-checkbox-submit-form .checkbox {
    display: inline-block;
}
.b-infos-form .info-compl .b-checkbox-submit-form .submit {
    float: right;
    margin: 0px auto;
}
.b-infos-form .info-compl .ps {
    margin-top: 30px;
}


/* ----------------------------------*/
/* --- OFFRE SERVICES PARTICULIER ---*/
/* ----------------------------------*/

.icon-particulier-offre{
  margin-top: 0px;
}


.video-particulier{
  text-align: center;
}


.picto-particulier-offre ul{
  list-style: none;
  padding: 0;
}

.picto-particulier-offre li{
  margin-bottom: 40px;
}

.picto-particulier-offre p{
  color: #14486A;
  font-weight: 600;
  margin-top: 20px;
  font-size: 1.1em;
}

.offre-partenaire-services {
    margin-top: 70px;
    text-align: center;
}

.btn-map-particulier{
   text-align: center;
    margin-top: 20px;
}

.btn-map-particulier a{
  text-decoration: none;
  text-align: center;
  color: white;
  background-color: #14486A;
  font-weight: 700;
  font-size: 14px;
}

.btn-question-complementaire a {
  background-color: #e02f55;
  font-weight: 700;
}

.apli-offre-particulier p{
  margin-top: 15px;
  color: #14486A;
  font-weight: 600;
  font-size: 16px;
}

.apli-offre-particulier{
  text-align: center;
  font-size: 16px;
}

.title-video{
  color: #14486A;
  text-align: center;
  font-size: 1.5em;
}

.desc-prevention{
  font-size: 16px;
  margin-top: 30px;
  text-align: left;
}

.desc-prevention p{
  font-weight: 600;
}

.desc-prevention ul{
  list-style: none;
  padding-left: 0px;
}

/* -----------------------------------*/
/* -- OFFRE SERVICES COMPLEMENTAIRE --*/
/* -----------------------------------*/

.icon-offre-complementaire{
  text-align: right;
  margin-top: 19px;
}

.btn-question-complementaire a{
  background-color: #e02f55;
  font-weight: 700;
}

.btn-brochure-complementaire a{
  font-weight: 700;
  background-color: #F2B566;
  text-transform: uppercase;
}

.btn-brochure-complementaire a:hover{
  background-color: #e02f55;
}

.apli-offre-particulier {margin-bottom: 40px;}

.btn-question-complementaire ,
.btn-brochure-complementaire {
  position: inherit;
}


.plus-loin-complementaire{
  text-align: center;
  margin-bottom: 40px;
}

.plus-loin-complementaire a{
  text-decoration: none;
  display: block;
}

.plus-loin-complementaire p{
  color: #14486A;
    font-weight: 600;
    margin-top: 20px;
    font-size: 1.1em;
}

.programme-entreprise,
.programme-crise{
  display: inline-block;
    padding: 0px 60px;
    margin-top: 50px;
}



.formation-commerciale{
  background-color: #F2B566;
  padding: 30px 10px 10px;
}

.title-accompagne h2{
  color: white;
}

.title-accompagne p{
  color: white;
  font-weight: 100;
}

.liste-accompagne li{
  display: inline-block;
  color: white;
  padding: 0px 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.liste-accompagne ul{
  padding: 0px;
}

.white-underline{
  background-color: white;
}

/* --------------------------------------------*/
/* --------------------------------------------*/
/* ------------------ INTRANET ----------------*/
/* --------------------------------------------*/
/* --------------------------------------------*/


/* ------------------------------*/
/* ----- CONNEXION INTRANET -----*/
/* ------------------------------*/


.container-connexion{
  background-color: #bcdedf;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  margin-bottom: 50px;
  text-align: center;
  padding: 0px 20px;
}

.container-connexion form{
    padding-top: 35px;
}

/*.container-connexion input {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    border: none;
    border-radius: 0px;
    padding: 10px;
    line-height: 14px;

}*/

/*.container-connexion .checkbox input[type=checkbox] {
  display: block;
}*/

.container-connexion.container-form .info-compl .checkbox label {
  display: block;
  float: left;
  margin-bottom: 20px;
}


.container-connexion a{
    color: #262e36;
    text-decoration: underline;
    text-decoration: none;
}

.valider-intranet{
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding-top: 8px;
}

.container-connexion button{
  color: white;
  text-align: center;
  border-radius: 0px;
  font-weight: 700;
}

.container-connexion button:hover{
  color: white;
}

.container-connexion button{
  margin-top: 30px;
}

.modal-connexion {
    text-transform: uppercase;
}

/*
.modal h3 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 20px;
}
*/


.modal-body-connexion label{
  min-width: 50px;
  color: white;
    font-weight: 400;
    text-align: left;
}

.modal-body-connexion input{
    height: 40px;
    border: none;
    border-radius: 0px;
    padding-left: 15px
}
#bank-modal .container-form-intra .control-label{
  text-align: left;
  padding-top: 10px;
}

.container-form-intra{
  background-color: #bcdedf;
  padding: 20px 20px 5px;
}

.modal-body.modal-body-connexion {
    text-align: center;
}

.modal-body.modal-body-connexion p,
.group-connexion{
    text-align: left;
}

button.btn.submit.valider-intranet a {
    text-decoration: none;
    color: white;
}


.modal .submit {
  width: 300px;
}

/* ------------------------------*/
/* -------- INFO INTRANET -------*/
/* ------------------------------*/




.responsive-table-recrutement.table-info-intra tbody tr {
    background-color: #eaeaea;
    height: 40px;
}


.container-info-intranet{
  margin-top: 0px;
}


.table-info-intra select {
    background-color: transparent;
}


.responsive-table-recrutement.table-info-intra thead {
    background-color: white;
}


.responsive-table-recrutement.table-info-intra thead th {
    font-weight: normal;
    color: #262e36;
    text-transform: none;
    font-size: 1em;
    padding-bottom: 20px;
    padding-top: 20px;
}

.responsive-table-recrutement.table-info-intra tbody th[scope="row"] {
    background-color: transparent;
    color: #262e36;
    font-weight: normal;
    font-size: 1em;
    width: 408px;
}

/*.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
    margin-top: -9px;
}*/

.info-compl{
  margin-top: 20px;
  color: #262e36;
  text-align: left;
}


.info-compl .checkbox {
    margin-left: 0px;
}

.info-compl a{
  color: #262e36;
  text-decoration: underline;
}

.submit{
  color: white;
}

.content-info-supl{
  background-color: #bcdedf;
  padding: 40px 0px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.container-connexion .checkbox {margin-bottom: 0px;}

/*.content-info-supl p{
  display: inline-block;
}*/

.content-info-supl .checkbox {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
}

.form-info-supl-int label{
  font-weight: 400;
  margin-top: 10px;
}

.form-info-supl-int input {
  padding: 10px 0px;
  line-height: 14px;
  /*display: inline-block;*/
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.content-info-supl {
  color:  #262e36;
  font-weight: normal;
}

.euro-absolute {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #14486A;
  font-weight: 600;
}

.file-photo label, .file-photo input{
  display: inline-block;
}

.file-photo label{
  min-width: 130px;
}

.responsive-table-recrutement.table-info-intra tbody td[data-title]:before {
    min-width: 52px;
    margin-right: 15px;
}

/* ------------------------------*/
/* ------------- FAQ ------------*/
/* ------------------------------*/





.faq{
  margin-top: 30px;
  margin-bottom: 30px;
}

.question-faq ul.puce {
  padding: 0;
    margin-top: 50px;
    list-style: none;
}

.question-faq .questionfaq {
  font-weight: 600;
}

.question-faq li.puce {
    margin: 0px 0px 0px 10px;
    line-height: 24px;
    font-size: 16px;
    padding: 0px 0px 20px;
    text-align: justify;
}
.question-faq li.puce:before {
    content: '>';
    font-family: 'ralewayBold';
    display: block;
    position: absolute;
    left: 0px;
}
.question-faq li.puce.opened > p {
    color: #14486A;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.question-faq li.puce.opened:before {
    content: 'x';
}

.question-faq li.puce ul {
list-style-type: disc;
}

.question-faq li.puce > p {
    cursor: pointer;
    font-family: 'ralewayBold';
}
.question-faq li.puce div.reponse {
    display: none;
}


/* ------------------------------*/
/* ------ CONTACT INTRANET ------*/
/* ------------------------------*/

.contact-intranet {margin-bottom: 40px;}

.contact-map iframe{
  height: 300px;
}

.detail-intra img{
  float: left;
  margin-top: -7px;
}

.detail-intra{
  text-align: left;
  margin-top: 5px;
}

.detail-intra .content {
  font-size: 16px;
  margin-bottom: 30px;
  min-height: 73px;
  padding-left: 100px;
}

.detail-intra strong{
  font-weight: 600;
  line-height: 1.6;
}

.detail-intra p {
  margin-bottom: 0px;
}
.detail-intra p a {
  color: #262e36;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail-intra p a:hover {
  color: #14486A;
}



/* ------------------------------*/
/* ------ ESPACE INTRANET -------*/
/* ------------------------------*/



.page-espace{
  margin-top: 70px;
}

.espace-picto{
  min-height: 100px;
}


.btn-partenaires{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-partenaires a{
  color: white;
  text-decoration: none;
  background-color: #F2B566;
  padding: 10px 50px;
}

.btn-partenaires a:hover{
  background-color: #e02f55;
}

.doc-intranet{
  margin-top: 20px;
  text-align: center;
}

.btn-file-intranet{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: 700;
}

.btn-file-intranet a{
  color: white;
  text-decoration: none;
  background-color: #14486A;
  padding: 10px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-file-intranet a:hover{
  background-color: #14486A;
}


.doc-intranet p {
    margin-top: 15px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
}

.files-intranet{
  margin-top: 50px;
}


/* ------------------------------*/
/* ----------- PORTAIL ----------*/
/* ------------------------------*/

.bg-portail-j, .bg-portail-v{
  min-height: 480px;
}


.btn-portail a{
  background-color: #e02f55;
}

.btn-portail a:hover{
  background-color: #F2B566;
}

.portail-avantage{
  margin-bottom: 30px;
}

.liste-portail p{
  margin-top: 0px;
}

.sub-title-intranet {
  color: white;
  margin-top: 30px;
  font-size: 14px;
    font-weight: lighter;
}

/* .modalite-intranet span{
  color: white;
  font-size: 14px;
    font-weight: lighter;
} */

.liste-portail a{
  text-decoration: none;
  color: white;
  font-size: 14px;
    font-weight: lighter;
}

.content-info-omni.picto-portail{
    width: 95%;
}

.list-intra-port{
  margin-top: 40px;
}





/* ------------------------------*/
/* ----- BILAN PRESENTATION -----*/
/* ------------------------------*/
.outline_user {
  width: 10px;
  margin-bottom: 6px;
  margin-right: 8px;
}

.img-bilan {
    text-align: center;
    margin-top: 35px;
}




.bilan-btn p{
  text-align: center;
  font-style: italic;
}

.nav-bilan{
    padding-top: 13px;
    float: right;
}

/* ------------------------------*/
/* ------- BILAN QUESTION -------*/
/* ------------------------------*/

.bilan-question{
  margin-bottom: 50px;
}

.question-bilan ul {padding-left: 20px; margin: 0px;}

.question-bilan li{
  text-align: left;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.question-bilan select.form-control {
    width: 200px;
    border: 1px solid #eee;
}

.cercle-compteur{
  background-color: #14486A;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  float: right;
}

.cercle-compteur span {
    color: white;
    font-weight: 600;
    display: table-cell;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
}

.question-bilan .container-form {margin-bottom: 0px;}
.question-bilan .responsive-table-recrutement th,
.question-bilan .responsive-table-recrutement td {
  font-size: 14px;
}

.titre-question{
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.img-bilan.bilan-questionnaire {
    margin-top: 35px;
}


.question-bilan .checkbox label {
    margin-top: 15px;
    display: block;
}

.bilan-p{
  text-align: center;
}






.check-form  input {
    margin-bottom: 0px;
    display: inline-block;
}

.check-form label {
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
    font-size: 12px;
}

.check-form  input[type="checkbox"] {
    width: 30px;
    height: 12px;
    margin-bottom: 30px;
}


/* ------------------------------*/
/* ------- BILAN RESULTAT -------*/
/* ------------------------------*/

.img-bilan.bilan-resultat {
    margin-top: 35px;
}

.resultats{
  margin-top:25px;
}

.question-resultat{
  color: #14486A;
  font-weight: 600;
  margin-bottom: 10px;
}

.resultat-bilan p, .resultat-bilan .positive{
  font-weight: 600;
}

.resultat-bilan .negative{
  font-style: italic;

}

.positive{
  font-weight: 600;
  font-style: italic;
}

.negative{
  font-weight: 600;
  font-style: italic;
}

.fa.fa-check{
  color: #14486A;
}

.fa.fa-times{
  color: #fd6060;
}

.explication-resultat {
    margin-top: 10px;
    font-weight: 100;
}







.table-bilan-resultat.responsive-table-recrutement.table-info-intra thead th {
    font-weight: 600;
    color: #262e36;
    font-size: 1.1em;
}


.liste-resultat-bilan li{
  list-style: initial;
  color: #14486A;
}

.liste-resultat-bilan span{
  font-weight: 600;
}

.liste-resultat-bilan p{
  color: #262e36;
  font-weight: normal;
}

.liste-resultat-bilan li{
  margin-top: 10px;
  margin-bottom: 10px;
}

.info-entreprise-resultat p{
  display: block;
  color: #262e36;
  font-weight: normal;
}

.info-entreprise-resultat span{
  font-weight: 600;
}


.infos-resultat-sup{
  float: right;
  color: #262e36;
  font-weight: lighter;
}


.plus-loin-complementaire ul {margin-top: 50px; padding: 0px; list-style: none;}
.plus-loin-complementaire ul li {margin-bottom: 15px;}

.title-length {min-width: 500px;}

.services-menu {
  padding: 0px;
  list-style: none;
  margin-bottom: 30px;
}


/* ------------ RESPONSIVE -----------*/

@media (min-width: 75em) {


  .responsive-table-recrutement th,
  .responsive-table-recrutement td {
    padding: 1em;
  }
}


@media (min-width: 62em) {
  .responsive-table-recrutement {
    font-size: 1em;
  }

  .responsive-table-recrutement th,
  .responsive-table-recrutement td {
    padding: 1em;
  }

  .responsive-table-recrutement tfoot {
    font-size: .9em;
  }
}


@media (min-width: 992px) {


  .responsive-table-recrutement {
    font-size: .9em;
  }

  .responsive-table-recrutement thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }

  .responsive-table-recrutement tr {
    display: table-row;
  }

  .responsive-table-recrutement th,
  .responsive-table-recrutement td {
    display: table-cell;
    padding: 1em;
  }

  .responsive-table-recrutement caption {
    font-size: 1.5em;
  }

  .responsive-table-recrutement tbody tr {
    display: table-row;
    border-width: 1px;
  }

  .responsive-table-recrutement tbody {
    display: table-row-group;
  }

  .responsive-table-recrutement tbody tr:nth-of-type(even) {
    background-color: white;
  }

  .responsive-table-recrutement tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }

  .responsive-table-recrutement tbody th[scope="row"].td-bold.title-length {
    text-align: left;
    font-weight: 700;
  }


  .responsive-table-recrutement tbody.actu-com-tab td {
    text-align: left;
    font-weight: 400;
  }

  .responsive-table-recrutement tbody td[data-title]:before {
    content: none;
  }

  thead.thead-media th{
    text-align: -webkit-left;
  }



}




/* -------- 1200 --------*/

@media (max-width: 1199px){

  /* .navbar-nav>li>a {
    font-size: 14px;
  } */
  .navbar .infos-cnx {
     /* margin-top: -25px; */
  }
  .navbar .infos-cnx .btn-personnel {
    width: auto;
  }
  .navbar-nav>li {
    margin: 20px 16px 0px;
  }
  .intranet-nav li {
    margin: 30px 0px 0px;
  }
  /* .navbar-header {
      margin-top: 10px;
  } */
  /* .navbar-header img.logo {
    display: block;
  } */
  .navbar-header img.baseline{
    height: 40px;
  }

  .quotes-container {
      left: 0%;
  }

  .picto-4 {
      left: 68%;
  }

  .transition {
      margin-top: 40px;
      font-size: 2.5em;
  }


  .footer-part-1 .description-footer {
      min-height: 60px;
  }

  .range-1 .size-1{
      margin: 0px 7px;
  }

  .size-1 input {
      width: 170px;
  }

  .size-2 input {
      width: 360px;
  }

  .range-2 .size-2 {
      margin: 30px 7px;
  }

  .size-3 input {
      width: 550px;
  }

  .range-3 .size-1, .range-3 .size-3 {
      margin: 0px 7px;
  }

  .info-rappel {
      float: none;
  }


  .one-people {
      height: 383px;
  }

  .info-people {
      height: 383px;
      margin-top: 383px;
  }

  .icon-offre-complementaire img{
      width: 130%;
  }

  .icon-offre-complementaire {
      margin-top: 25px;
  }

  .liste-accompagne li{
      padding: 0px 45px;
  }

  .hover-mask a span {
    height: 128px;
      padding: 43px 0px;
  }

  .reseau-cumulus span {
      font-size: 16px;
  }


  .txt-reseau {
      margin-top: 50px;
  }


  .bg-portail-j, .bg-portail-v {
      min-height: 530px;
  }

  .news-articles p {
    min-height: 65px;
  }

  .transition {
    margin-top: 0px;
  }

  /* .intranet-nav li {
    margin: 20px 0px 0px;
  } */


}








/* -------- 992 --------*/

@media (max-width: 991px){
  .container-form.form-contact.extranet-contact .col-md-6{
    margin-bottom: 35px;
  }
  .container-form.form-contact.extranet-contact {
    padding-top: 0px;
  }

  .modal-content {
    padding: 20px;
  }
  .tabs-actu {margin-bottom: 40px;}
  .container-nav{
    width: 100%;
  }

  .container .navbar-collapse {
    margin: 0px;
  }

  .dropdown-menu>li>a {
      padding: 10px;
  }


  .navbar-nav>li>a {
    /* font-size: 12px; */
    padding: 4px 12px;
  }


  .navbar-nav>li {
    margin: 25px 3px 0px;
  }
  .intranet-nav li {
      margin: 25px 0px 0px;
  }

  .navbar .infos-cnx .btn-personnel {
    float: none;
    margin-bottom: 15px;
  }

  .navbar-nav {
      padding: 0;
      margin: 0;
  }


  div#bs-example-navbar-collapse-1 {
      padding: 0;
  }

  /* .navbar-header img{
    height: 50px;
  } */
  .navbar-header img.logo {
    height: 45px;
    display: block;
  }
  .navbar-header img.baseline{
    height: 40px;
  }

  .navbar-header {
      margin-top: 12px;
      width: 25%;
      margin-bottom: -10px;
  }


  .map {
      display: none;
  }

  .footer-part-1 li {
      padding: 0px 2px;
  }



  .vignettes-list li {
    margin-bottom: 40px;
  }
  .list-reseau {
      margin-top: 30px;
  }

  .sub-title {
      margin-top: 450px;
      width: 100%;
  }


  .promesses {
      margin-top: 40px;
      padding-left: 0px;
  }

  .fonctionnement li{
    display: inline-block;
  }



  .range-1 .size-1{
      margin: 0px 2px;
  }

  .size-1 input {
      width: 165px;
  }

  .size-2 input {
      width: 338px;
  }

  .range-2 .size-2 {
      margin: 30px 2px;
  }

  .size-3 input {
      width: 512px;
  }

  .range-3 .size-1, .range-3 .size-3 {
      margin: 0px 2px;
  }

  .fax-rappel{
    margin-top: 0px;
  }

  .services-particulier{
    margin-top: 95px;
  }



  .map-contact iframe {
     margin-top: 50px;
  }

  .tris-p, select.form-control.actu-form, .btn-ok-actu {
      display: block;
  }

  .content-tris {
      padding: 20px;
  }

  .one-people {
      height: 430px;
  }

  .info-people {
      height: 430px;
      margin-top: 430px;
  }

  .title p {
      padding: 0px 10px;
  }

  .cv-rec, .lettre-rec {
    margin-top: 20px;
    height: 15px;
  }

  .cv-rec label, .lettre-rec label {
      font-size: 1em;
  }

  .cv-rec {
      margin-top: 20px;
  }

  .container-form.form-contact input {
      margin-top: 35px;
      margin-bottom: 0px;
  }

  textarea.form-control {
      height: 265px;
      margin-top: 35px;
  }

  .icon-particulier-offre{
    margin-top: 0px;
  }

  .icon-offre-complementaire{
      margin-top: 63px;
  }

  .icon-offre-complementaire img {
    width: 130%;
  }
  .liste-accompagne li{
      padding: 0px 20px;
  }

  .btn-accompagne{
    margin-top: 30px;
  }

  .hover-mask a span {
      height: 96px;
  }
  .news-articles a {
    font-size: 1em;
  }

  .condition-complementaire {
      padding: 0px 20px;
  }

  .espace-picto {
      min-height: auto;
  }

  .bg-portail-j {
      min-height: 450px;
  }

  .bg-portail-v {
      min-height: 450px;
  }

  .content-info-omni.picto-portail {
      width: 90%;
  }

  .info-section-omni.espace-picto {
      min-height: 70px;
  }

  .liste-resultat-bilan li{
    margin-bottom: 10px;
  }



  .title-mission {
      font-size: 16px;
  }
  .box-key p {
    display: block;
    margin-top: 0px;
    line-height: 1.3em;
  }

  .transition {
    height: auto;
    margin-bottom: 15px;
  }
  .people, .services, .health, .clients {
    height: 200px;
  }

  /* .intranet-nav li {
    margin: 20px 0px 0px;
  } */

  .tabs-actu .plus-nav {
    display: none;
  }
  .tabs-actu li {
    margin-bottom: 70px;
  }


  .title-length {min-width: 300px;}
  .tris-p, .tris-form, .btn-ok-actu {
    display: block;
  }
  select.form-control.actu-form,
  .btn-ok-actu {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .btn-ok-actu a {display: block;}
  .btn-norm {
    width: 600px;
    display: table-cell;
    vertical-align: middle;
  }
  .box-right, .box-left {
    width: 100%;
  }

  .responsive-table-recrutement tbody th[scope="row"] {
    position: absolute;
    width: 100%;
    top: 0px;
    font-weight: 700;
    background-color: #14486A;
    font-size: 16px;
  }
  .responsive-table-recrutement tbody th[scope="row"].title-length {
    height: 61px;
    padding: 12px 18px;
    display: table-cell;
    vertical-align: middle;
  }

  .responsive-table-recrutement tbody th[scope="row"].title-length div {
    max-height: 36px;
    height:  36px;
    overflow: hidden;
    line-height: 18px;
    text-align: left;

  }

  .responsive-table-recrutement tbody th[scope="row"].title-length span {
    color: #e2ecec;
    display: none;
  }

  .responsive-table-recrutement tbody tr {
    padding-top: 60px;
  }


  .responsive-table-recrutement.table-info-intra tbody tr {
    height: auto;
  }

  .responsive-table-recrutement.table-info-intra tbody th[scope="row"] {
      background-color: #1d96b2;
      width: 100%;
      color: white;
  }

  .table-bilan-resultat.responsive-table-recrutement tbody td {
      height: 50px;
  }

  .responsive-table-recrutement tbody td[data-title]:before {
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #14486A;
    text-align: center;
    font-weight: 700;
  }

  .actu-com-tab td{
    height: auto;
  }
  .responsive-table-recrutement tbody td {
    height: auto;
  }

  .actu-com-tab th,
  .actu-com-tab td {
    font-size: 14px;
  }
  .responsive-table-recrutement th,
  .responsive-table-recrutement td {
    font-size: 14px;
  }
  .responsive-table-recrutement tbody td {
    text-align: right;
  }

  .responsive-table-recrutement.table-info-intra tbody td[data-title]:before {
    margin-top: 0px;
    margin-right: 0px;
    width: 30%;
    text-align: left;
    display: inline-block;
    padding-top: 8px;
  }

  .table-info-intra select {
    display: inline-block;
    width: 70%;
  }
  .actu-com-tab .form-control {
    margin-bottom: 0px;
    background-color: #fff;
  }

  .actu-com-tab td {
    width: 100%;
  }
  .liste-resultat-bilan {margin-left: 25px;}
  .cercle-compteur {
    float: none;
    margin: 0 auto;
  }

  .offre-partenaire-services {
    margin-top: 0px;
  }
  .box-temoignages {padding: 0px;}
  .txt-mission span {font-size: 1em;}
  #account-type {margin-bottom: 0px;}
  #value1 input, #value2 input, #value3 input{margin-bottom: 0px; display: block}
  #value1.visible, #value2.visible, #value3.visible {height: 40px;}
  .adresse-contact {margin-top: 0px;}

    .b-infos-form .escapinfosupp {
        padding-left: 15px;
    }

    .b-menu-page-accueil > div {
        padding-left: 0px;
        padding-right: 0px;
    }
    .b-menu-page-accueil > div .menu-option-message {
        padding: 20px;
    }
}



.info-with-icon-container .zone-of-content {
  margin-bottom: 20px;
}

.info-with-icon-container .info-with-icon:last-child {
  margin-bottom: 0;
}

@media (min-width: 991px) {
  .footer-2 {
    bottom: 0px;
    width: 100%;
  }
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
    display: block;
  }
}


@media (max-width: 991px) and (min-width: 768px){
  .detail-intra {
    text-align: center;
    margin-top: 0px;
  }
  .detail-intra img {
    float: none;
    margin-top: 0px;
  }

  .detail-intra .content {
    padding-left: 0px;
    margin-top: 20px;
  }

  .detail-intra strong {
    line-height: 1.8em;
  }
}







/* -------- 768 --------*/

@media (max-width: 767px){
  #postuler-recrutement {
    top: -30px;
  }

  .navbar-header {text-align: left;}
  .tabs-actu li {margin-bottom: 15px;}
  .resultat-bilan .titre-question {text-align: center;}

  .btn-norm {
    display: block;
    height: auto;
    width: 100%;
  }
  .btn-norm:after {display: none;}

  .title-length {min-width: 0px;}
  .navbar {
    height: auto;
    position: static;
  }
  .navbar-toggle {
    position: absolute;
    right: 0px;
  }
  .navbar .container {
    margin: 0px;
  }

  #content-section {
    padding-top: 0px;
  }


  .container .navbar-header {
      height: 90px;
      width: 100%;
      margin: 0px;
      padding: 25px 0px 0px;
      background-color: #fff;
  }
  .navbar-header img.logo {
    height: 55px;
    display: inline-block;
  }
  .navbar-header img.baseline{
    height: 35px;
  }

  .container-nav {
    width: 100%;
  }

  .box-key ul li {
    margin-bottom: 15px;
  }
  .container .navbar-collapse {
    margin-bottom: 15px;
  }
  .navbar .infos-cnx {
      margin-top: -15px;
      margin-bottom: -10px;
      float: left;
  }
  .navbar-nav>li {
    margin: 0px;
    width: 100%;
  }
  .navbar-nav>li>a {
    padding: 10px 0px;
    border-top: 1px solid #ebebeb;
    border-left: none;
  }
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    border-color: #ebebeb;
  }
  .dropdown-menu>li>a {text-align: center;}
  .navbar-nav .open .dropdown-menu {background-color: #ebebeb}
  .slide-btn p{
    display: none;
  }

  .headband p {
      padding-top: 9px;
      font-size: 0.70em;
  }
  .headband-section {
      background-position: 25% 0px;
  }
  .headband-section .headband-section-left-column {
    display: none;
  }
  .headband-section-slider {
    padding: 0px;
  }

  .txt-section1 h1{
    font-size: 1.5em;
  }

  .list-section1 li {
      margin-top: 5px;
      min-height: 45px;
  }

  .list-section1 ul {
      margin-top: 25px;
  }

  .footer-part-1 li {
      width: 100%;
      float: initial;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: block;
      padding: 0px 20px;
  }

  .btn-contact {
      width: 80%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: -30px;
  }

  .icon-carousel {
      display: none;
  }

  .list-reseau {
      margin-top: 60px;
  }

  .sub-title {
      margin-top: 40px;
  }

  .bg-promesses, .bg-avantages {
      display: none;
  }

  .promesses, .avantages{
    margin: 0;
     padding: 20px;
  }

  .box-pro {
      position: relative;
  }

  .box-temoignages img{
    display: none;
  }

  .icon-carousel-page-left,
  .icon-carousel-page-right,
  .icon-carousel-centered,
  .icon-carousel-left,
  .icon-carousel-right{
    display: none;
  }

  .range-1, .rang-2, .range-3{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .size-1 input, .size-2 input, .size-3 input{
    width: 200px;
  }

  .size-1, .size-2, .size-3{
    display: block;
  }

  .range-1 .size-1,.range-2 .size-2, .range-3 .size-3{
    margin: 5px 2px;
  }
  .info-section-omni {margin-bottom: 20px;}
  .info-section-omni .content-info-omni {
      width: 100%;
  }
  .content-info-omni {text-align: left;}
  .mission {
    height: auto;
  }

  .mission img {
    display: none;
  }

  .title-mission {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .part1 {
    display: block;
    position: relative;
    padding: 20px;
    width: auto;
    height: auto;
  }

  .txt-mission {
      display: block;
      width: auto;
      margin-left: 0px;
      text-align: center;
  }

  .liste-newsletter ul {
      font-size: 0.60em;
      padding-top: 10px;
  }



  .mentions{
    padding: 0 20px;
  }

  .norm-actu img{
    display: none;
  }

  .active-actu, .norm-actu{
    margin-bottom: 5px;
  }

  .poste-dirigeant {
      width: 325px;
  }

  .people-team img {
      height: auto;
      max-width: 325px;
  }

  .one-people {
      max-width: 325px;
      height: 100%;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
  }

  .info-people {
      margin-top: 100%;
  }

  .info-people img{
      width: 20px;
      height: 20px;
  }

  button.btn.btn-primary {
      text-align: right;
      padding: 0;
  }

  .actu-com-tab td{
    width: 100%;
  }

  .container-recrutement a {
    display: block;
    text-align: right;
  }

  .video-particulier video{
    width: 100%;
  }

  .offre-partenaire-services img{
    display: none;
  }

  .txt-particulier-offre {
    text-align: center;
    margin-bottom: 0px;
  }

  .question-particulier {
    margin-top: 80px;
  }

  .title-bloc h2 {
      font-size: 25px;
  }

  .liste-accompagne li{
      display: block;
  }

  .btn-accompagne{
    margin-top: 30px;
  }

  .apli-offre-particulier {
      width: 100%;
  }

  .hover-mask a span {
      display: none;
  }

  .hover-mask img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .hover-mask:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .title h2 {
      font-size: 1.5em;
      padding: 0px 20px;
      line-height: 30px;
  }




  .content-info-supl {
      height: auto;
  }




  .picto-portail span {
      font-weight: 400;
  }

  .container-connexion {
      width: 100%;
      height: auto;
      padding-bottom: 10px;
  }


  .content-modale-co {
      padding: 0px;
  }

  .img-bilan {
      width: 98px;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
  }

  .img-bilan {
      width: 98px;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
  }

  .bilan-questionnaire img{
    margin-left: -229px;
  }

  .bilan-resultat img{
    margin-left: -464px;
  }


  .liste-resultat-bilan li{
    margin-bottom: 10px;
  }

  .btn-partenaires a {
      padding: 10px 20px;
  }



  .btn-offre {
    width: 300px;
    font-weight: 700;
  }

  .txt-mission {
      margin-top: 8px;
      line-height: 5px;
  }

  .title-mission {
      font-size: 1em;
  }
  .slideshow-btn-left-shadow,
  .slideshow-btn-right-shadow {
    display: none;
  }
  .footer-part-1 li {
    margin-bottom: 30px;
  }
  .footer-part-1 .description-footer {min-height: 0px;}
  .offre-partenaire-services {
    margin-top: 30px;
  }

  .footer-part-1 .btn-yellow{
    display: inline-block;
    min-width: 200px;
  }

  .info-section-omni img,
  .info-section img {
    margin: 10px auto;
    display: block;
    position: relative;
    z-index: 3;
  }
  .info-section-omni,
  .info-section {
    position: relative;
  }
  .info-section .content-info {
    margin-left: 0px;
  }
  .rappel img {float: none;}
  .info-rappel {width: 100%;}
  .info-section-omni:after,
  .info-section:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    width: 100%;
    height: 1px;
    background-color: #14486A;
    z-index: 2;
  }






  .modal-content {
    padding: 20px;
    line-height: 20px;
  }

  .info-people p {
    font-size: 13px;
  }

  .modal-content h4 {
    text-align: left;
  }

  .modal-header {padding: 0px 0px 0px;}
  .content-info-full {
    float: none;
    width: 100%;
  }

  .detail-intra {
    width: 100%;
  }

  .nav-bilan {
    float: none;
  }


  .responsive-table-recrutement.table-info-intra tbody td[data-title]:before {
    margin-top: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 0px;
  }

  .table-info-intra select {
    display: block;
    width: 100%;
  }

  .news-articles p {min-height: 0px;}

    .info-with-icon img {
    margin: 10px auto;
    display: block;
    position: relative;
    z-index: 3;
    float: none;
  }
  .info-with-icon {
    position: relative;
  }
  .info-with-icon .info-content {
    padding-left: 0px;
  }

  .info-with-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    width: 100%;
    height: 2px;
    background-color: #14486A;
    z-index: 2;
  }
  .txt-mission p {
    line-height: 0.8em;
  }
  .info-audio {position: relative;}
  .info-audio:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    width: 100%;
    height: 2px;
    background-color: #14486A;
    z-index: 2;
  }
  .info-audio img {
    margin: 10px auto;
    display: block;
    position: relative;
    z-index: 3;
    float: none;
  }
  .text-block .info-with-icon:after {
    display: none;
  }
  .container-connexion.container-form .info-compl .checkbox label {}
  .text-block ul {padding-left: 20px;}
  .modal .submit  {width: auto;}
  .btn-medium {min-width: 0px;}
  .question-faq ul {margin-top: 0px;}
  .question-faq li {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .question-bilan ul {padding-left: 0px;}
  .map-contact img {display: none;}

  .info-with-icon-container .zone-of-content {
    margin-bottom: 20px;
  }

  .info-with-icon-container .info-with-icon:last-child {
    margin-bottom: 40px;
  }
    .question-faq li.puce {
        padding: 0px 10px 20px 20px;
    }
    .question-faq li.puce:before {
        left: 20px;
    }

    .b-infos-form .info-compl .b-checkbox-submit-form .submit {
        float: none;
        margin: 20px auto 0px;
    }

}

/* Footer must be sticky, but not fixed */
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

#content-section {
  position: relative;
  min-height: 100%;
}

#content-section {
  padding-bottom: 326px;
}

footer {
  bottom: 0;
  width: 100%;
  margin-top: -326px;
}

.footer-1, .footer-2 {
  z-index: 999;
  position: relative;
}

body.small-footer footer {margin-top: -35px;}
body.small-footer #content-section {padding-bottom: 35px;}

h3{color:#14486A;font-weight:bold;font-size:16px}

/* modif jc */
.largedoc{
    display:inline-block;
    width:45%;
    border-top: 6px solid #14486A;
    margin: 0px 20px;
    padding: 20px 0px 0px 0px;
    background-color: #f9f9f7;
}
.largedoc .btn-file-intranet {
    margin: 0px;
}
.largedoc .btn-file-intranet a {
    width: 100%;
    display: block;
}

@media (min-width: 992px){
.largedoc {
    width: 24%;
}
}
@media (max-width: 991px){
.largedoc{
    width: 49%;
}
}
@media (max-width: 767px){
.largedoc{
    width: 100%;
}
}
.clearboth{clear:both}

.pagination>li>a, .pagination>li>span{border:none !important;color:#5e5d52;font-weight:bold}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
  background:none;
  color:#14486A;
}

/* .modal-content h2{text-align:center;text-transform:uppercase} */



/*------- Choix (bouton radio) formulaire partenaires OSTEO ---*/
.choix_form_partenairs_osteo{
  margin-left: 25px;
}
.choix_form_partenairs_osteo, .bt_radio_form_partenaires_osteo{
  float: left;
}
.paddleft{
  padding-left: 0px;
}
.choix_form_partenairs_osteo h3{
  color:#262e36;
  font-weight: 300;
}
.bt_radio_form_partenaires_osteo label{
  color:#262e36;
  font-weight: 300;
}
.bt_radio_form_partenaires_osteo input{
  margin-left: 10px;
}

.bt_radio_form_partenaires_osteo .form-check-inline{
  margin-right: 20px;
}

.bt_radio_form_partenaires_osteo input[type=radio] { display:none;
}
.bt_radio_form_partenaires_osteo img{
  margin-left: 10px;
  cursor:pointer;
}
/*.bt_radio_form_partenaires_osteo label {
    display:inline-block;
    width:24px;
    height:24px;
    background-image:url(tonimage);
}*/
/*.bt_radio_form_partenaires_osteo input[type=radio]:checked + label { background-position:0 -1px; }*/

/*.bt_radio_form_partenaires_osteo [type="radio"]:not(:checked){
  box-shadow: none;
  border:2px solid #006483;
  background-color: #fff;
}
.bt_radio_form_partenaires_osteo [type="radio"]:checked {
  box-shadow: none;
  border:2px solid #006483;
  background-color: #006483;
}*/

@media screen and (max-width: 467px) {
  .bt_radio_form_partenaires_osteo{
    margin-top: 6px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 468px) and (max-width: 991px) {
  .bt_radio_form_partenaires_osteo{
    margin-top: 18px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .bt_radio_form_partenaires_osteo{
    margin-top: 18px;
    margin-left: 30px;
  }
}

/*------- Bouton survol formulaire partenaires OSTEO ---*/
.btn-help {
    display: inline-block;
    background: #14486A;
    color: white !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}
.tooltip-inner{
      background-color: white;
      color: red;
      border-top-color: transparent !important;
      }
.tooltip-arrow{
      border-top-color: white !important;
    }

.blocetou{
  padding-left: 0px;
  padding-right: 0px;
  font-size: 11px;
}
#blocnumcontrat, #blocnumassure{
  padding-left: 0px;
  padding-right: 0px;
}
.subtitlepartosteo{
  margin-bottom: 4px;
  padding-left: 0px;
}
.subtitlepartosteo h3{
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
}
.topspace{
  margin-top: 30px;
}

@media screen and (max-width: 991px) {

 /* #blocnumassure{
    font-size: 10px;
}*/
  .blocetou p{
    margin-top: 35px;
    margin-left: 25px;
    color: #262e36;
    font-size: 14px;
  }
    .with-help .btn-help {
        margin-top: 35px;
        float: left;
        margin-right: 5px;
        position: relative;
        z-index: 10;
    }
    .with-help-infosupp .btn-help {
      margin-top: 0px;
      float: left;
      margin-right: 5px;
      position: relative;
      z-index: 10;
    }
    .escapinfosupp{
      margin-bottom: 20px;
    }
    .escapsuppr{
      display: none;
    }
    .with-help .control-help-wrapper {
        position: relative;
        float: left;
        width: 100%;
        margin-left: -25px;
        z-index: 9;
    }
    .with-help .control-help-wrapper .control-help-inner {
        margin-left: 25px;
    }
    .bt-part-osteo-d .submit{
      background-color: #14486A;
    }
    .bt-part-osteo-d .submit:hover{
      background-color: #14486A;
    }
    .btcolorinverse .submit{
      background-color: #14486A;
    }
    .btcolorinverse .submit:hover{
      background-color: #14486A;
    }
}
@media screen and (min-width: 992px) {
  .blocetou p{
    margin-top: 35px;
    margin-left: 5px;
    color: #262e36;
  }
    .with-help .btn-help {
        position: absolute;
        margin-left: -25px;
        margin-top: 35px;
    }
    .with-help-infosupp .btn-help {
        position: absolute;
        margin-left: -35px;
        margin-top: 0px;
    }
    .bt-part-osteo-g{
      float:right;
    }
    .bt-part-osteo-d{
      float:left;
    }
    .bt-part-osteo-d .submit{
      background-color: #14486A;
    }
    .bt-part-osteo-d .submit:hover{
      background-color: #14486A;
    }
    .btcolorinverse .submit{
      background-color: #14486A;
    }
    .btcolorinverse .submit:hover{
      background-color: #14486A;
    }

}

#form-submit {
  display: none;
}

.invalid-horaires-error-message {
  margin: 5px 0;
  /*height:15px;*/
}

.invalid-form-error-message, .invalid-form-error-message1, .invalid-form-error-message2, .invalid-form-error-message3,.cp-error{
  font-size: 11px;
  color: #ff0000;
}

.custom-parsley-error, .custom-parsley-error1, .custom-parsley-error2, .custom-parsley-error3 {
  background-color: #f1c3c9;
  border: 1px solid #14486A !important;
}

.parsley-custom-error-message ul{
  list-style:none;
  margin-left:0;
  padding-left:0;
}
/*
.parsley-required{
  margin-bottom: 10px;
}
*/

.bloccartouche{
  background-color: #cb5039;
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
}
.bloccartouche p{
  color: #fff;
  margin-top: 10px;
}
.bloccartouche h3{
  color: #fff;
  font-size: 62px;
  margin-top: 0px;
  text-align: center;
}

@media (max-width: 992px){
  .bloccartouche p{
    text-align: center;
  }

}



.marglabel{
  margin-top: 0px !important;
}

.nav>li .grise{
  color: #ccc !important;
}

.espcontformosteo{
  margin-bottom: 10px !important;
  padding-top:10px;
  padding-bottom:10px;
}

#valplafond{color:#14486A;font-weight:bold;font-size:16px}

.warningfield{border: 2px solid #fdb15a !important;}
.warningfieldradio{background:url('../assets/img/warning_radio.png') no-repeat }
.warningtxt{color:#fdb15a;font-size:11px;font-weight:bold;
/*
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    */
}
input[name=urlsiterdv]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #262e36;
}
input[name=urlsiterdv]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #262e36;
   opacity:  1;
}
input[name=urlsiterdv]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #262e36;
   opacity:  1;
}
input[name=urlsiterdv]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #262e36;
}
input[name=urlsiterdv]::-ms-input-placeholder { /* Microsoft Edge */
   color:    #262e36;
}

.alert-success {
    background-image: none;
    border: none;
    background-color: #19b7aa;
    box-shadow: none;
    color: white;
    font-size: 16px;
    font-family: 'ralewayMedium';
    border-radius: 0px;
}
.alert-warning {
    background-image: none;
    border: none;
    background-color: #F0B351;
    box-shadow: none;
    color: white;
    font-size: 16px;
    font-family: 'ralewayMedium';
    border-radius: 0px;
}
.alert-warning a {
    float: right;
    color: white;
    text-decoration: underline;
    font-size: 14px;
}
.alert-error {
    background-image: none;
    border: none;
    background-color: #cb5039;
    box-shadow: none;
    color: white;
    font-size: 16px;
    font-family: 'ralewayMedium';
    border-radius: 0px;
}
.alert-error span {
    font-family: 'fontawesome';
    display: inline-block;
    vertical-align: top;
    color: white;
    margin-right: 5px;
}
.alert-error p {
    display: inline-block;
    width: 95%;
}
.alert-danger {
    background-image: none;
    border: none;
    background-color: #cb5039;
    box-shadow: none;
    color: white;
    font-size: 16px;
    font-family: 'ralewayMedium';
    border-radius: 0px;
}
.alert-dismissable .close, .alert-dismissible .close {
    opacity: 1;
    text-shadow: none;
    color: white;
}

/*Maintenance*/
#maintenance {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 15px;
    font-weight: bold;
    background-color: #cb5039;
}
/*
.attachments-actions:first-child .closefilebtn{
  display:none;
}*/
.object a{color:#262e36;font-weight:normal}

#alertModalContent{font-size:12px;margin-top:10px;line-height:normal}
#alertModal .close{opacity:1;}
#alertModal  .modal-content{padding:10px;}
#alertModal .modal-body{margin:50px 50px 50px 80px}
#alertModal .slide-alert{position:absolute;top:80px;left:50px}
#alertModal .slide-alert--level-3{color:#cb5039}
#alertModal .modal-content.DANGER{border-bottom-color:#cb5039}
#alertModal .modal-title{font-weight:bold}

#alertModal .slide-alert--level-1{color:#14486A}
#alertModal .modal-content.INFO{border-bottom-color:#14486A}

#alertModal .slide-alert--level-2{color:#fdb15a}
#alertModal .modal-content.WARNING{border-bottom-color:#fdb15a}

#alertsumsize{padding:10px;margin-top:10px;margin-bottom:10px;display:none}
#infoPerso label{font-weight:bold}
#objet option.first{font-style: italic}
#expiretxt{color:red}

.hiddenalert{display:none}
.navbar-nav>li>a.disabled{opacity:0.5}
.navbar-nav>li>a.disabled:hover{color:#262e36}
#text_pj span{color: #14486A;}
.b-page-messaging .messaging-wrapper .messaging-sidebar button.new {
    color: #61BFE8;
    background: white;
    border: 2px solid #61BFE8;
    border-radius: 20px;
    text-transform: initial;
}
button.new:hover {
  color: white !important;
  background-color: #61BFE8 !important;
}
#text_pj{font-size:12px}
.menu-option-portail-partenaire .sublink{position:relative}

#clock-container {
  border: 2px solid #14486A;
  margin: 0px auto;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: left;
  background: white;
  font-family: 'ralewayRegular', sans-serif;
}

#clock-container #cdcclock,
#clock-container #cdctext {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#clockdiv {
  background-color: #14486A;
  padding-right: 5px;
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 15px;
  width: 40%;
}

#clock-container>div {
  display: inline-block;
  vertical-align: middle;
}

#clockdiv>div {
  display: inline-block;
  vertical-align: middle;
}

#clockdiv div>span {
  display: inline-block;
  margin: 6.8px;
  font-weight: bold;
  background: #F2B566;
  padding: 3.7px;
  border-radius: 2px;
  font-size: 15px;
  font-family: 'Arial', sans-serif;
  width: 30px;
}

#cdc-text {
  width: 55%;
  padding: 11px;
  color: #14486A;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  background: white
}

.smalltext {
  font-size: 9px;
  padding: 1px;
}

ul.yellow-list {
  list-style: none;
  color: #f0b351;
}
ul.blue-list {
  list-style: none;
  color: #14486A;
}

ul.yellow-list li::before, 
ul.blue-list li::before {
  content: "\0027BE";
}

.table-dash {
  border-style: dashed;
}

.information-rib-updated {
  background-color: #ff7f26;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  color: white;
  margin-bottom: 20px;
}
.modal .modal-body .form-control {
    border: 1px solid #000 !important;
}