html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
  font-family: "Montserrat Light";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Black";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}

body {
  line-height: 1.2;
  font-family: "Montserrat";
  font-size: .9rem;
  line-height: 1.5;
  color: #252D2B;
  margin: 0;
  padding: 0;
  background: #154360;
/*background: linear-gradient(180deg, rgba(21,67,96,1) 0%, rgba(239,239,239,1) 80%);*/
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div:after,
header:after,
footer:after,
nav:after,
ul:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0px;
    clear: both;
}
div, nav, header {
  box-sizing: border-box;
  /*overflow: auto;*/
}

p {
  font-weight: 300;
  line-height: 1.5;
  margin: 0px;
}

p.white {
  color: #FFFFFF;
}

p.black {
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  outline-style: none;
}

.link-blue {
  font-family: 'Montserrat SemiBold';
  color: #337ab7;
}

strong, b {
  font-family: 'Montserrat Bold' !important;
}

.strong {
  font-family: 'Montserrat Bold';
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

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

.text-blanc {
  color: #fff !important;
}

.col-2 {
  position: relative;
  float: left;
  width: 50%;
}

.col-3 {
  position: relative;
  float: left;
  width: 33.33%;
}

.col-4 {
  position: relative;
  float: left;
  width: 25%;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.66%;
  height: auto;
}

.col-1-3 {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
}

.col-left {
  padding-right: 10px;
}

.col-right {
  padding-left: 10px;
}

.col-center {
  padding-left: 10px;
  padding-right: 10px;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-0 {
  margin: 0px !!important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.bg-gris {
  background: #efefef;
}

.bg-blanc {
  background: #fff;
}

.v-align {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.alert {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px;
  background: rgba(205, 92, 92, 0.6);
  border: rgb(205, 92, 92) solid 2px;
  font-family: 'Montserrat Medium';
  color: #ffffff;
  text-align: center;
  margin: 5px 0px;
}

.msg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: rgba(46, 204, 113, 0.9);
  border: rgb(46, 204, 113) solid 2px;
  font-family: 'Montserrat Medium';
  color: #ffffff;
  text-align: center;
  margin: 5px 0px;
  z-index: 5;
}

.msg-maj {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background: rgba(73, 216, 45, .7);
  font-family: "Montserrat Semibold";
  color: #FFF;
  text-align: center;
  z-index: 9;
  padding: 5px;
}

.ligne-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 5px 0px;
}

.ligne-titre {
  font-family: 'Montserrat Medium';
}

.ligne-submit {
  margin-top: 20px;
}

.local-msg {
  position: fixed;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  background: rgba(204, 0, 0, .4);
  text-align: center;
  padding: 5px;
  color: #FFF;
  z-index: 9999;

/*  writing-mode: vertical-rl;
  text-orientation: upright;*/
}


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

.col-accueil-active {
  background: #337ab7;
  border: #337ab7 solid 1px;
  color: #fff;
}

.col-accueil {
  border: #ccc solid 1px;
  color: #ccc;
}

.box-accueil {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: auto;
  transform: translate(-50%, -50%);
}

.logo-accueil {
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
}

.box-connect {
  position: relative;
  height: auto;
  width: auto;
  background: #ffffff;
  padding: 20px;
}

.h1-connect {
  position: relative;
  text-align: center;
  font-family: 'Montserrat Bold';
  font-size: 1.2rem;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.box-inscription {
  position: relative;
  height: auto;
  width: 50%;
  background: #fff;
  padding: 20px;
  margin: 30px auto;
}

.row {
  position: relative;
  height: auto;
  width: auto;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="time"] {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffffff;
  border: #ccc solid 1px;
  padding: 10px;
  box-sizing: border-box;

  font-family: 'Montserrat Light';
  font-size: .9rem;
}

input[type="text"].km {
  position: relative;
  width: 100%;
  height: auto;
  border: #ccc solid 1px;
  padding: 10px;
  box-sizing: border-box;
  background: none;

  font-family: 'Montserrat Light';
  font-size: .9rem;

  padding-right: 40px;

  background-color: #ffffff !important;
  background: url('./../img/bg-input-km.png');
  background-position: center right;
  background-repeat: no-repeat;
}

input[type="date"] {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 11px;
  background: #337ab7;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: .9rem;
  transition: all .3s;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #2e6da4;
}

input[type="submit"].search {
  position: relative;
  width: 100%;
  height: auto;
  padding: 9px;
  background: transparent;
  border: #fff solid 1px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: .9rem;
  transition: color .3s, background .3s;
  cursor: pointer;
  box-sizing: border-box;
}

input[type="submit"].search:hover {
  color: #1e78c1;
  background: #fff;
}

input[type="submit"].searchDoc:hover {
  color: #FF7300;
  background: #fff;
}

select {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffffff;
  border: #ccc solid 1px;
  padding: 10px;
  box-sizing: border-box;

  font-family: 'Montserrat Light';
  font-size: .9rem;
}

.no-border {
  border: none !important;
}

select.heure {
  width: auto;
}

input[type="checkbox"].equipement {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}

input[type="checkbox"].equipement + label {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  background: #fff;
  border: #ccc solid 1px;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 10px;
  vertical-align: top;
  transition: all .3s;
  cursor: pointer;

  font-family: 'Montserrat Light';
  font-size: .9rem;
  text-align: left;
}

input[type="checkbox"].equipement + label:hover {
  background: #1e78c1;
  color: #fff;
  border: #1e78c1 solid 1px;
}

input[type="checkbox"].equipement:checked + label {
  background: #1e78c1;
  color: #fff;
  border: #1e78c1 solid 1px;
}

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

header{
  position: relative;
  width: auto;
  height: auto;
/*  background: #154360;*/
  background: linear-gradient(180deg, rgba(0,156,221,1) 0%, rgba(21,67,96,1) 100%);
  padding: 10px 15px;
}

.logo-header {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  text-align: center;
}

.logo-header img {
  height: 75px;
}

.welcome {
  position: relative;
  float: right;
  height: auto;
  width: auto;
  color: #ffffff;
  margin-right: 50px;
  padding: 29px 0px;
}


.link-deconnexion {
  position: relative;
  float: right;
  margin-right: 20px;
  color: #1a1a1a;
}

.fil-actualite {
  position: relative;
  display: flex;
  height: auto;
  width: auto;
  padding: 0px 0px;
  color: #fff !important;
  margin: 5px auto;
}

.fil-alerte {
  background: #cc0000 !important;
  font-family: Montserrat Bold;
  margin: 0px;
}

.titre-fil-actualite {
  position: relative;
  width: 304px;
  font-family: Montserrat SemiBold;
  padding: 10px;
  background: linear-gradient(180deg, rgba(240,158,59,1) 20%, rgba(211,126,24,1) 100%);
}

.scroll-text {
  position: relative;
  padding: 10px;
  background: #cc0000;
  color: #fff;
  font-family: 'Montserrat';
}

.content-header {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px 30px;
  margin: 0px auto;
}

nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

nav ul {
  position: relative;
  list-style: none;
}

nav ul li {
  position: relative;
  float: left;
  font-family: 'Montserrat';
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  transition: color .3s;
}

nav ul li:hover {
  color: #4FD1FF;
}

footer {
  position: relative;
  height: auto;
  width: auto;
  background: #252D2B;
  padding: 50px 0px;
}

.fil-ariane {
  position: relative;
  font-family: 'Montserrat';
  font-size: .9rem;
  text-align: left;
  margin-bottom: 30px;
}

.fil-ariane a {
  cursor: pointer;
  transition: color .3s;
}

.fil-ariane a:hover {
  color: #1b74e4;
}

.link-profil {
  position: absolute;
  top: 0px;
  right: 15px;
  height: auto;
  width: auto;
  cursor: pointer;
  z-index: 2;
}

.avatar-profil {
  position: relative;
  float: left;
  height: 40px;
  width: 40px;
  background-color: #1b74e4;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}

.name-profil {
  position: relative;
  float: left;
  width: 250px;
  color: #fff;
  text-align: left;
  font-family: 'Montserrat';
  padding: 10px 0px 10px 15px;
}

.menu-profil {
  display: none;
  position: absolute;
  top: 33px;
  left: 0px;
  width: 160px;
  padding: 13px 0px;
  z-index: 9;
}

.item-menu-profil {
  position: relative;
  height: auto;
  width: auto;
  padding: 10px 15px;
  text-align: left;
  font-family: 'Montserrat';
  color: #fff;
  text-align: left;
  background: #2c2c2c;
  cursor: pointer;
  transform: color .3s;
}

.item-menu-profil:hover {
  color: #4FD1FF;
}

.link-profil:hover .menu-profil {
  display: block;
}

.btn-menu {
  position: relative;
  float: right;
  height: auto;
  width: 32px;
  text-align: center;
  padding: 21px 0px;
  cursor: pointer;
}

.container {
  position: relative;
  height: auto;
  max-width: 1024px;
  margin: 0px auto;
  padding: 30px 10px;
}

.home-banner {
  position: relative;
  width: auto;
  height: 450px;
  background-image: url('../img/bg-home-banner.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h1-banner {
  position: relative;
  font-family: 'Montserrat Black';
  font-size: 3.5rem;
  line-height: 1.1;
  color: #1e78c1;
  text-align: center;
  margin-bottom: 5px;
}

.h2-banner {
  position: relative;
  font-family: 'Montserrat';
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1;
  color: #102f93;
  text-align: center;
}

.main-row {
  margin-top: 66px;
}

.row-orange {
  background: #FF7300;
}

.row-bleu {
  background: #1e78c1;
}

.row-white {
  background: #FFF;
}

.row-beige {
  background: #fff2e9;
}

.menu-mobile {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background: #154360;
  z-index: 9;
}

.btn-close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  background-image: url('../img/close-menu.svg');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.logo-menu-mobile {
  position: absolute;
  top: 10px;
  left: 50%;
  height: 150px;
  width: 150px;
  transform: translateX(-50%);
}

.logo-menu-mobile img {
  height: 100%;
}

.link-profil-mobile {
  display: none;
}

/*.nav-menu-mobile {
  position: relative;
  height: auto;
  width: 400px;
  margin: 200px auto 50px;
  padding: 0px 30px;
}*/

.nav-menu-mobile {
  position: absolute;
  height: auto;
  width: 400px;
  padding: 0px 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item-menu-mobile {
  position: relative;
  height: auto;
  width: auto;
  padding: 10px;
  text-align: center;
  color: #efefef;
  font-size: 1rem;
}

.item-menu-mobile:hover,
.item-menu-mobile:active {
  background: rgba(239, 135, 34, .7);
}

.disconnect-mobile {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat Medium';
  color: #efefef;
  font-size: 1.2rem;
}

.top-banner {
  position: relative;
  width: auto;
  height: 400px;
}

.warning-banner {
  position: relative;
  height: 100px;
  width: auto;
  background-image: url('/img/bg-warning-banner.jpg');
  background-size: cover;
  background-position: center center;
}

.h1-warning-banner {
  position: relative;
  float: left;
  height: auto;
  width: 50%;
  padding: 15px;
  font-family: 'Montserrat Black';
  font-size: 1.3rem;
  text-align: left;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  box-sizing: border-box;
}

.link-warning-banner {
  position: relative;
  float: right;
  width: 50%;
  padding: 29px 20px;
  min-height: 100px;
  text-align: right;
}

.btn-warning {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  background: #c0392b;
  color: #FFF;
  font-family: 'Montserrat Bold';
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
}

.btn-warning-mobile {
  display: none;
}

.home-slider {
  position: relative;
  height: 600px;
  width: auto;
}

.caption-home-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 36%;
  height: 600px;
  padding: 50px 30px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.h1-slider {
  position: relative;
  font-family: 'Montserrat Black';
  font-size: 1.7rem;
/*  text-transform: uppercase;*/
  text-align: left;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

p.text-slider {
  position: relative;
  font-family: 'Montserrat';
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}

.btn-slider {
  position: absolute;
  top: 520px;
  right: 30px;
  height: auto;
  width: auto;
  background: #c0392b;
  color: #FFF;
  font-family: 'Montserrat Bold';
  text-align: center;
  padding: 10px 20px;
  z-index: 110;
  cursor: pointer;
}

.btn-slider:hover {
  background: #a93226 !important;
}

.btn-slider-mobile {
  display: none;
}

.btn-acces-rapide {
  position: relative;
  float: left;
  height: 220px;
  width: 236px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #efefef;
  text-align: center;
  cursor: pointer;
}

.btn-acces-rapide:last-child {
  margin-right: 0px;
}

.content-btn-acces-rapide {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  padding: 10px;
}

.box-meteo {
  position: relative;
  float: left;
  height: auto;
  width: 236px;
  margin-right: 20px;
}

.slideshow-actus {
  position: relative;
  float: left;
  height: auto;
  width: 748px;
  overflow: hidden;
}

.img-btn-acces-rapide {
  position: relative;
  height: 35px;
  width: auto;
  text-align: center;
  margin-bottom: 10px;
}

.img-btn-acces-rapide img {
  height: 35px;
}

.texte-btn-acces-rapide {
  position: relative;
  height: 35px;
  width: auto;
  text-align: center;
  font-family: 'Montserrat';
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

.onglet-cat {
  position: relative;
  height: auto;
  width: auto;
  background-color: #ffffff;
  padding: 20px 20px 20px 50px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: #ccc solid 1px;
  font-family: 'Montserrat SemiBold';
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 15px;
  background-image: url('../img/arrow-accordeon.png');
  background-position: 20px center;
  background-repeat: no-repeat;
}

.content-cat {
  display: none;
  position: relative;
  padding: 20px;
  height: auto;
  width: auto;
  background: #ffffff;
  border: #ccc solid 1px;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.doc {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px 0px 10px 30px;
  font-family: 'Montserrat';
  color: #30a8e0;
  text-align: left;
  text-decoration: underline;
  background-image: url('../img/download-doc.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.form-profil {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px;
  background: #fff;
}

.h1-classic {
  position: relative;
  font-family: 'Montserrat SemiBold';
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  color: #154360;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.h2-classic {
  position: relative;
  font-family: 'Montserrat SemiBold';
  font-size: 1rem;
  color: #154360;
  text-align: left;
  margin-bottom: 20px;
}

.liste {
  position: relative;
  background: #fff;
  padding: 20px;
}

.liste-resa {
  position: relative;
  background: #fff;
  padding: 0px;
}

.ligne {
  position: relative;
  height: auto;
  width: auto;
  border-bottom: #ccc solid 1px;
}

.entete {
  background: #ccc;
  font-family: 'Montserrat Medium';
  text-transform: uppercase;
  border-bottom: none;
}

.col-liste {
  position: relative;
  float: left;
  padding: 10px;
}

.col-date-publi {
  width: 15%;
}

.col-titre-publi {
  width: 50%;
}

.col-auteur-publi {
  width: 25%;
}

.col-download-publi {
  width: 10%;
}

.hide-on-desktop {
  display: none;
}

.encart-meteo {
  height: 250px;
  padding: 47px 20px;
}

/* CSS Widget Météo */
.booked-prime-days-data .booked-pd-nidw,
.booked-prime-days-data .booked-wzs-pd-val,
.booked-prime-days-data .booked-pd-today-extreme {
  color: #fff !important;
}

.encart-top-actu {
  position: relative;
  height: 250px;
  background: #fff;
  border-radius: 3px;
/*  box-shadow: 0px 0px 3px #ccc;*/
  padding: 20px;
  background-image: url('../img/icone-megaphone.png');
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 75px;
}

.h2-top-actu {
  position: relative;
  text-align: center;
  font-family: 'Montserrat Bold';
  font-size: 1.3rem;
  color: #cc0000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.top-actu {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-left: 120px;
  padding-right: 20px;
}

h3.h3-top-actu {
  text-align: left;
  font-family: 'Montserrat Semibold';
  text-transform: uppercase;
  margin-bottom: 5px;
}

.link-voir-plus {
  position: relative;
  font-family: Montserrat Medium;
  text-transform: none;
  color: #1e78c1;
  cursor: pointer;
  text-decoration: underline;
}

.encart-dicton {
  border-radius: 3px;
  padding: 10px;
  background: #fff;
}

.dicton {
  font-style: italic;
  font-family: Montserrat Light;
}

.encart-alaune {
  position: relative;

}

.h2-service {
  position: relative;
  height: auto;
  width: auto;
  background: #1e78c1;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  font-family: 'Montserrat Medium';
  text-transform: uppercase;
/*  font-size: 1.3rem;*/
  line-height: 1;
  margin: 20px 0px;
}

.box-contact {
  position: relative;
  float: left;
  width: 32.6%;
  height: 225px;
  background: #fff;
  padding: 12px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.box-contact:nth-child(3n) {
  margin-right: 0px;
}

.name-contact {
  position: relative;
  font-family: 'Montserrat SemiBold';
  text-align: center;
  margin-bottom: 5px;
  color: #000;
}

.site-contact {
  position: relative;
  text-align: center;
}

.service-contact {
  position: relative;
  font-family: 'Montserrat Medium';
  text-align: center;
}

.tel-contact {
  position: relative;
  font-family: 'Montserrat Medium';
  text-align: left;
  width: 95%;
  margin: 0px auto;
  background-image: url('../img/picto-telephone.png');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 3px 0px 3px 20px;
}

.email-contact {
  position: relative;
  font-family: 'Montserrat Medium';
  text-align: left;
  width: 95%;
  margin: 0px auto;
  background-image: url('../img/picto-email.png');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 3px 0px 3px 20px;
}

.encart-search {
  position: relative;
  width: auto;
  height: auto;
  background: #1e78c1;
  padding: 20px;
  border-radius: 3px;
/*  box-shadow: 0px 0px 3px #ccc;*/
}

.search-engine {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px;
  border-radius: 3px;
/*  box-shadow: 0px 0px 3px #ccc;*/
  background: #FF7300;
  color: #fff !important;
}

.encart-blanc {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  padding: 20px;
}

.btn-service {
  position: relative;
  float: left;
  width: 206px;
  height: 75px;
  background-color: #fff;
  border-radius: 3px;
/*  box-shadow: 0px 0px 3px #ccc;*/
  margin: 0px 20px 10px 0px;

  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 35px;
  vertical-align: top;
}

.btn-service:nth-child(3n) {
  margin-right: 0;
}

.titre-service {
  position: relative;
  height: auto;
  width: auto;
  font-family: Montserrat Bold;
  text-transform: uppercase;
  color: #767676;
  padding: 20px 0px 20px 60px;
  line-height: 1.2;
}

.logo-part {
  height: 236px;
  width: 236px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  margin: 0px auto;

  background-position: center;
  background-size: 75px;
  background-repeat: no-repeat;
}


/* V2 affichage des contacts */

.liste-contact {
  position: relative;
  height: auto;
  width: auto;
  padding: 30px 0px;
}

.contact {
  position: relative;
  display: inline-block;
  width: 324px;
  height: 410px;
  vertical-align: middle;
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  border: #ccc solid 1px;
  margin: 5px;
  vertical-align: top;
}

.contact-avatar {
  position: relative;
  height: 80px;
  width: auto;
  text-align: center;
}

.contact-avatar-img {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #efefef;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-nom {
  position: relative;
  height: auto;
  width: auto;
  padding: 10px 0px 5px 0px;
  font-family: "Montserrat Bold";
  font-size: .9rem;
  margin-bottom: 5px;
}

.row-contact {
  margin-bottom: 2px;
}

.contact-site {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  font-family: 'Montserrat SemiBold';
  padding-left: 20px;
  background-image: url('../img/icone-site.png');
  background-position: left center;
  background-repeat: no-repeat;
}

.contact-service {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  font-family: 'Montserrat Light';
}

.contact-box-data {
  position: relative;
  height: auto;
  width: auto;
  padding: 10px;
  margin-top: 20px;
}

.contact-titre-data {
  position: relative;
  float: left;
  height: auto;
  width: 100px;
  background: #efefef;
  font-family: 'Montserrat Medium';
  text-align: left;
  padding: 5px;
}

.contact-data {
  position: relative;
  float: right;
  height: auto;
  width: 162px;
  font-family: 'Montserrat Medium';
  text-align: right;
  padding: 5px;
  background: #1e78c1;
  color: #fff;
}

.contact-num {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Montserrat Medium';
  color: #1e78c1;
  border: #1e78c1 solid 1px;
  padding: 6px 15px;
  margin: 4px 0px;
  cursor: pointer;
  transition: all .3s;
}

.contact-num:hover {
  background: #1e78c1;
  color: #fff;
}

.contact-mail {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Montserrat Medium';
  color: #1e78c1;
  border: #1e78c1 solid 1px;
  padding: 6px 15px;
  margin: 4px 0px;
  cursor: pointer;
  transition: all .3s;
}

.contact-mail:hover {
  background: #1e78c1;
  color: #fff;
}

/* FIN - V2 affichage des contacts */

.row-result {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
/*  box-shadow: 0px 0px 3px #ccc;*/
  margin-bottom: 10px;
}

.col-left-result {
  position: relative;
  float: left;
  width: 70%;
  height: 50px;
}

.col-right-result {
  position: relative;
  float: left;
  width: 30%;
  height: 50px;
  background: #efefef;
  text-align: center;
}

.nom-result {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-family: Montserrat Bold;
  font-size: 1.1rem;
}

.service-result {
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  padding: 14px 0;
}

.mission-result {
  position: relative;
  width: auto;
  height: auto;
  text-align: left;
}

.entete-data-user {
  position: relative;
  height: auto;
  width: auto;
  background: #1e78c1;
  text-align: center;
  font-family: Montserrat;
  color: #fff;
  padding: 6px 0px;
  text-transform: uppercase;

  border-right: #1e78c1 solid 1px;
  border-left: #1e78c1 solid 1px;
  border-top: #1e78c1 solid 1px;
}

.data-user {
  position: relative;
  height: auto;
  min-height: 34px;
  width: auto;
  text-align: center;
  font-family: Montserrat Medium;
  padding: 6px 0;
  overflow: hidden;

  border-right: #1e78c1 solid 1px;
  border-left: #1e78c1 solid 1px;
  border-bottom: #1e78c1 solid 1px;
}

.row-cat {
  position: relative;
  height: auto;
  width: auto;
  border-radius: 3px;
  background: #ccc;
  padding: 20px;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat Semibold;
  margin-bottom: 5px;
}

.row-doc {
  position: relative;
  height: auto;
  width: auto;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 5px;
}

.download {
  text-decoration: underline;
  font-family: Montserrat Medium;
}

.box-actus {
  position: relative;
  float: left;
  width: 236px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}

.box-actus:last-child {
  margin-right: 0px;
}

.actu-home {
  position: relative;
  height: 336px;
  width: auto;
/*  box-shadow: 0px 0px 3px #ccc;*/
  overflow: hidden;
  background: #fff;
}

.img-actu-home {
  position: relative;
  width: auto;
  height: 156px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.date-actu-home {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-size: .8rem;
  padding: 5px 15px;
}

.titre-actu-home {
  position: relative;
  height: auto;
  width: auto;
  padding: 5px 15px;
  font-family: Montserrat Semibold;
  text-align: left;
}

.titre-actu-home a {
  transition: text-decoration .3s;
}

.titre-actu-home a:hover {
  text-decoration: underline !important;
}

.resume-actu-home {
  position: relative;
  height: auto;
  width: auto;
  padding: 5px 15px;
  text-align: left;
}

.btn-all-actus {
  position: relative;
  float: right;
  width: 492px;
  font-family: 'Montserrat';
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #154360;
  background: transparent;
  border: #154360 solid 1px;
  padding: 9px;
  transition: all .3s;
  cursor: pointer;
}

.btn-all-actus:hover {
  background: #154360;
  color: #ffffff;
}

.col-mobile-service {
  display: none;
}

.h2-date-actu {
  position: relative;
  height: auto;
  width: auto;
  font-family: Montserrat Light;
  text-align: left;
}

.img-fiche-actu {
  position: relative;
  width: auto;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.content-fiche-actu {
  position: relative;
  height: auto;
  width: auto;
}

.btn-cat {
  position: relative;
  float:left;
  width: 48%;
  height: 75px;
  background-color: #fff;
  border-radius: 3px;
  margin: 6px 1%;
}

.content-btn-cat {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 29px 0px 29px 70px;
  cursor: pointer;

  font-family: Montserrat Bold;
  text-transform: uppercase;
  color: #767676;
  line-height: 1.2;

  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 35px;
  vertical-align: middle;
}

.btn-classic {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 9px;
  background: transparent;
  border: #fff solid 1px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: .9rem;
  transition: color .3s, background .3s;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-classic:hover {
  color: #1e78c1;
  background: #fff;
}

.btn-red {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 4px 13px;
  background: #cc0000;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 1rem;
  transition: background .3s;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-blue {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 4px 13px;
  background: #007db2;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 1rem;
  transition: background .3s;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-blue:hover {
  background: #154360;
}

.actu {
  position: relative;
  float: left;
  height: 400px;
  width: 32%;
  margin: 0px 20px 20px 0px;
  background: #FFF;
  overflow: hidden;
}

.actu:nth-child(3n) {
  margin-right: 0px;
}

.img-actu {
  position: relative;
  width: auto;
  height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.date-actu {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-size: .8rem;
  padding: 5px 15px;
}

.titre-actu {
  position: relative;
  height: auto;
  width: auto;
  padding: 5px 15px;
  font-family: Montserrat Semibold;
  text-align: left;
}

.titre-actu a {
  transition: text-decoration .3s;
}

.titre-actu a:hover {
  text-decoration: underline !important;
}

.resume-actu {
  position: relative;
  height: auto;
  width: auto;
  padding: 5px 15px;
  text-align: left;
}

.text-type {
  padding: 1px;
  color: #fff;
  font-family: 'Montserrat Medium';
  font-size: .8rem;
  width: 120px;
}

.box-filtres {
  position: relative;
  text-align: left;
  padding: 20px 0px;
}

.filtres-doc {
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 5px 15px;
  text-align: center;
  border: #ccc solid 1px;
  background: #fff;
  cursor: pointer;
  transition: all .3s;
}

.filtres-doc:hover,
.filtres-doc.active {
  background-color: #1e78c1;
  border: #1e78c1 solid 1px;
  color: #fff;
}

.filtres-doc.del,
.filtres-doc.del:hover {
  background: #fff !important;
  color: #cc0000;
  border: #ccc solid 1px;
}

.profil-avatar {
  position: relative;
  display: inline-block;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: #ccc solid 5px;
  font-size: .8rem;
  text-align: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

input[type="file"].avatar {
  display: none;
}

label {
  cursor: pointer;
}

.delete-avatar {
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.delete-avatar img {
  height: 20px;
}

.liste-photos {
  position: relative;
  height: auto;
  width: auto;
}

.photo-cc {
  position: relative;
  display: inline-block;
  height: auto;
  width: 300px;
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  margin: 10px 10px;
}

.img-cc {
  position: relative;
  height: 275px;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.actions-cc {
  position: relative;
  height: auto;
  padding: 10px 15px 5px 15px;
}

.like-cc {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  font-family: 'Montserrat';
  font-size: .7rem;
  cursor: pointer;
}

.auteur-cc {
  position: relative;
  float: right;
  height: auto;
  width: auto;
  font-family: 'Montserrat';
  font-size: .8rem;
  font-style: italic;
}

.info-cosi {
  position: relative;
  display: inline-block;
  height: auto;
  width: 300px;
  margin: 15px 52px 15px 0px;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
  border-radius: .6rem;
  padding: 10px;
}

.info-cosi:nth-child(3n) {
  margin-right: 0px;
}

.img-cosi {
  position: relative;
  height: 250px;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titre-cosi {
  position: relative;
  font-family: 'Montserrat Semibold';
  height: 65px;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0px;
}

.info-cosi:hover .titre-cosi {
  text-decoration: underline;
}

.date-cosi {
  position: relative;
  width: auto;
  height: 40px;
  font-family: 'Montserrat Light';
  font-size: .8rem;
  text-align: left;
  padding: 10px 0px;
}

.doc-syndicat {
  position: relative;
  display: inline-block;
  width: 23%;
  height: 300px;
  margin: 10px;
  background: #fff;
  vertical-align: top;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
}

.img-doc-syndicat {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  height: 250px;
  overflow: hidden;
}

.img-doc-syndicat img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.titre-doc-syndicat {
  position: relative;
  height: 31px;
  width: auto;
  text-align: center;
  font-family: 'Montserrat Medium';
  padding: 5px 0px;
  overflow: hidden;
}

.badge-syndicat {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 120px;
  width: 120px;
  z-index: 3;
  background-image: url('../img/bg-badge-syndicat.png');
  background-position: center center;
  background-repeat: no-repeat;
  text-align: right;
  font-family: 'Montserrat Bold';
  color: #fff;
  padding: 30px 20px 0px 0;
}

.popup-resa {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-width: 360px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px #ccc;
  z-index: 2;
}

.title-field-popup {
  position: relative;
  float: left;
  height: 40px;
  width: 75px;
  background: #efefef;
  text-align: center;
  font-family: 'Montserrat Medium';
  padding: 9px 0px;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
}

.ui-timepicker-container  {
  z-index: 9 !important;
}

.ui-accordion-header {
  font-family: 'Montserrat Medium' !important;
  font-size: 1rem !important;
  text-align: left;
  padding: 13px 15px !important;
  margin-top: 10px !important;
  border-radius: 0px !important;
}

.ui-state-default {
  background: #ffffff !important;
  color: #154360 !important;
  border: none !important;
}

.ui-state-active {
  background: #154360 !important;
  color: #ffffff !important;
  border: none !important;
}

.ui-accordion-content ul {
  list-style: none;
}

.ui-accordion-content ul li {
  font-family: 'Montserrat Light';
  font-size: 1rem;
  margin: 10px 0;
  background-image: url('../img/icone-telecharger.png');
  background-position: top 2px left;
  background-repeat: no-repeat;
  padding-left: 25px;
  cursor: pointer;
}

.ui-accordion-content ul li:hover {
  color: #154360;
  text-decoration: underline;
}

.ui-widget-content {
  border: none !important;
}

ul.li-docs {
  position: relative;
  list-style: none;
}

ul.li-docs li {
  font-family: 'Montserrat';
  font-size: 1rem;
  margin: 10px 0;
  background-image: url('../img/icone-telecharger.png');
  background-position: top 2px left;
  background-repeat: no-repeat;
  padding-left: 25px;
  cursor: pointer;
  overflow: hidden;
}

ul.li-docs li:hover {
  color: #154360;
  text-decoration: underline;
}

ul.liste-orga {
  list-style: none;
  padding-left: 20px;
}

ul.liste-orga li {
  margin-bottom: 20px;
  padding-left: 20px;
  background-image: url('../img/picto-organigramme.png');
  background-position: top 5px left;
  background-repeat: no-repeat;
  font-family: 'Montserrat Medium';
}

.search-critere {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background: rgba(30, 120, 193, .2);
  color: #1e78c1;
  font-family: 'Montserrat';
  margin-right: 10px;
  border-radius: 20px;
}

.h2-footer {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Montserrat Bold';
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}

.encart-resa {
  position: relative;
  height: auto;
  width: auto;
  cursor: pointer;
}

.encart-resa:hover .titre-encart-resa {
  text-decoration: underline;
}

.img-encart-resa {
  position: relative;
  height: 200px;
  width: auto;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titre-encart-resa {
  position: relative;
  height: auto;
  width: auto;
  padding: 10px;
  text-align: center;
  font-family: 'Montserrat Bold';
  color: #1e78c1;
  text-transform: uppercase;
  background: #ffffff;
}

.img-cat-resa {
  position: relative;
  float: left;
  height: 150px;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-cat-resa {
  position: relative;
  float: left;
  width: 50%;
  height: 150px;
  background: #ffffff;
}

.cat-resa {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat Bold';
  color: #1e78c1;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.btn-cat-resa:hover .cat-resa {
  cursor: pointer;
  text-decoration: underline;
}

.btn-resa-salle {
  position: relative;
  float: left;
  height: 150px;
  width: 49.5%;
  background: #fff;
  color: #154360;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 10px;
}

.btn-resa-salle:nth-child(2n) {
  margin-right: 0px;
}

.nom-salle {
  position: relative;
  font-family: 'Montserrat SemiBold';
  color: #1e78c1;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
}

.lieu-salle {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.equipement-salle {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.equipement-salle img {
  display: inline-block;
  margin: 0px 10px;
  height: 20px;
}

.jauge-salle {
  position: relative;
  text-align: center;
}

.nom-vehicule {
  position: relative;
  font-family: 'Montserrat SemiBold';
  color: #1e78c1;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
}

.info-vehicule {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}

.caption-resa-vehicule {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #cc0000;
  font-family: 'Montserrat';
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 5;
}

#showCaption:hover .caption-resa-vehicule {
  display: block;
}

.fc-scrollgrid {
  background: #ffffff;
}

.fc-toolbar-title {
  font-family: Montserrat Bold;
  font-size: 1rem !important;
}

.fc-toolbar-chunk:nth-child(2n) {
  width: 70% !important;
  text-align: center !important;
}

.btn-profil {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  font-family: 'Montserrat SemiBold';
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #154360;
  border-right: #e5ecf5 solid 1px;
  padding: 10px;
  cursor: pointer;
}

.btn-profil.on {
  background: #154360;
  color: #fff;
}

.ligne-offre {
  position: relative;
  height: auto;
  width: auto;
  background: #fff;
  padding: 10px;
  text-align: left;
  margin: 10px 0px;
}

.col-offre {
  position: relative;
  float: left;
}

a.offre:hover {
  text-decoration: underline !important;
}

.sidebar-doc {
  position: relative;
  float: left;
  height: auto;
  width: 220px;
  background: #fff;
  padding: 10px;
  margin-right: 20px;
}

ul.categories {
  position: relative;
  list-style: none;
}

ul.categories li {
  position: relative;
  font-family: 'Montserrat Medium';
  margin-top: 10px;
  cursor: pointer;
}

ul.categories li ul {
  list-style: none;
  display: none;
}

ul.categories li ul li {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Montserrat Light';
}

ul.categories li ul li:hover {
  color: #154360;
}

.submenu {
  display: none;
}

.liste-docs {
  position: relative;
  float: left;
  height: auto;
  min-height: 433px;
  width: 764px;
  margin: 0px;
  padding: 10px 20px;
  background: #ffffff;
}

.liste-documents {
  position: relative;
  height: auto;
  width: auto;
  margin: 0px;
  padding: 20px;
}

.content-publi-elus {
  position: relative;
  height: auto;
  width: auto;
  margin-bottom: 20px;
}

.content-publi-elus p {
  margin-bottom: 10px;
}

.content-publi-elus blockquote {
  padding: 0px 20px;
  font-style: italic;
  border-left: #ccc solid 4px;
  margin: 20px 0px;
  font-family: 'Montserrat Medium';
}

.content-publi-elus ul {
  list-style: inside;
  margin: 25px 0;
}

.content-publi-elus ul li {
  margin-bottom: 5px;
}

.telechargements-elus {
  position: relative;
  height: auto;
  width: auto;
}


.msg-resa {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px;
  background: rgba( 93, 173, 226, .5 );
  border: #5dade2 solid 2px;
  text-align: left;
  font-family: 'Montserrat Medium';
  color: #0e6089;
}

.encart-news-docs {
  position: relative;
  height: auto;
  width: auto;
}

.titre-encart-news-docs {
  position: relative;
  float: left;
  width: 23.6%;
  height: 165px;
  font-family: Montserrat SemiBold;
  color: #fff;
  padding: 73px 10px;
  background: linear-gradient(180deg, rgba(240, 158, 59, 1) 20%, rgba(211, 126, 24, 1) 100%);
}

.liste-encart-news-docs {
  position: relative;
  float: left;
  height: 165px;
  width: 76.4%;
  background: #e5ecf5;
  padding: 20px;
  overflow-y: auto;
}

.btn-encart-news-docs {
  position: relative;
  font-family: 'Montserrat Bold';
  text-align: right;
}

.link-doc:hover {
  text-decoration: underline;
}


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


/* -------------------------------- AFFICHAGE PROVISOIRE ------------------------------------ */

.logo-cm {
  position: relative;
  height: auto;
  width: 75%;
  text-align: center;
  margin: 0px auto;
}

.logo-cm img {
  width: 100%;
}



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

.bt-menu {
  display: none;
}


@media (max-width: 640px) {

  .welcome {
    display: none;
  }

  .h1-classic {
    text-align: center;
  }

  .home-slider {
    height: auto;
  }

  .btn-acces-rapide {
    position: relative;
    float: none;
    display: inline-block;
    height: 160px;
    width: 160px;
    margin: 5px !important;
    background: #efefef;
    text-align: center;
    cursor: pointer;
  }

  .center-on-mobile {
    text-align: center !important;
  }

  .mb-30-on-mobile {
    margin-bottom: 30px !important;
  }

  .h2-footer {
    text-align: center;
    margin-bottom: 5px;
  }

  .box-meteo {
    position: relative;
    float: none;
    height: auto;
    width: auto;
    margin-right: 0;
  }

  #widget_autocomplete_preview {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .slideshow-actus {
    float: none;
    width: auto;
    height: auto;
  }

  .box-actus {
    position: relative;
    float: none;
    width: auto;
    margin: 10px auto;
  }

  .box-actus:last-child {
    margin: 10px auto;
  }

  .btn-all-actus {
    position: relative;
    float: none;
    width: auto;
    font-family: 'Montserrat';
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #154360;
    background: transparent;
    border: #154360 solid 1px;
    padding: 9px;
    transition: all .3s;
    cursor: pointer;
  }

  .col-2-3 {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .col-1-3 {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .col-2 {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .col-4 {
    position: relative;
    float: none;
    width: auto;
    margin-bottom: 5px;
  }

  .col-3 {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }

  .col-left,
  .col-right,
  .col-center {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hide-on-desktop {
    display: block !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  header {
    padding: 10px 15px 25px;
  }

  .logo-header {
    position: relative;
    float: none;
    height: 50px;
    width: 56px;
    margin: 0px auto;
  }

  .logo-header img {
    height: 50px;
  }

  .content-header {
    padding: 0px;
  }

  .btn-menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-top: -12.5px;
    cursor: pointer;
    padding: 0px;
  }

  .btn-close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 25px;
    width: 25px;
    background-image: url('../img/close-menu.svg');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }

  .logo-menu-mobile {
    position: absolute;
    top: 10px;
    left: 50%;
    height: 26px;
    width: 30px;
    transform: translateX(-50%);
  }

  .logo-menu-mobile img {
    height: 26px;
  }

  .menu-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2c2c2c;
    z-index: 9;
    transform: none;

    background-image: url('./../img/bg-menu-mobile.jpg');
    background-position: center center;
    background-repeat: no-repeat;
  }

  .nav-menu-mobile {
    position: relative;
    height: auto;
    width: auto;
    margin: 50px 0px;
    padding: 0px 30px;
  }

  .item-menu-mobile {
    position: relative;
    height: auto;
    width: auto;
    padding: 10px;
    text-align: center;
    color: #efefef;
    font-size: 1rem;
  }

  .item-menu-mobile:hover,
  .item-menu-mobile:active {
    background: rgba(239, 135, 34, .7);
  }

  .link-profil-mobile {
    position: relative;
    height: auto;
    width: auto;
    margin: 75px auto;
    text-align: center;
  }

  .disconnect-mobile {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat Medium';
    color: #efefef;
    font-size: 1.2rem;
  }

  .avatar-profil {
    position: relative;
    float: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #1b74e4;
    border-radius: 50%;
    vertical-align: middle;
    background-image: url('../img/photo-profil.jpg');
    background-position: center center;
    background-size: cover;
  }

  .name-profil {
    position: relative;
    float: none;
    display: inline-block;
    width: auto;
    color: #efefef;
    text-align: left;
    font-family: 'Montserrat';
    margin: 9px 0px;
    vertical-align: middle;
  }

  nav {
    display: none;
  }

  .link-profil {
    display: none;
  }

  .main-row {
    margin-top: 45px;
  }

  .link-account {
    display: none;
  }

  .btn-disconnect {
    display: none;
  }

  .mt-50-on-mobile {
    margin-top: 50px;
  }

  .encart-home {
    float: none;
    width: auto;
    margin: 0px 0px 15px 0px;
  }

  .top-banner {
    display: none;
  }

  .col-liste {
    padding: 10px 5px;
  }

  .encart-contact {
    margin-right: 0px;
    width: 100%;
    height: auto;
  }

  .btn-service {
    float: none;
    width: auto;
    margin: 10px 0px;
  }

  .logo-part {
    position: relative;
    display: block;
    width: auto;
    margin: 10px 0px;
  }

  .col-mobile-service {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background: #efefef;
    text-align: center;
    margin-bottom: 10px;
  }

  .col-right-result {
    display: none;
  }

  .col-left-result {
    position: relative;
    float: none;
    width: auto;
    height: auto;
  }

  .col-date-publi {
    width: 100%;
    font-size: .8rem;
    font-style: italic;
  }

  .col-titre-publi {
    width: 100%;
  }

  .col-download-publi {
    width: 100%;
    text-align: center;
  }

  .box-inscription {
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
    width: 95%;
    margin: 75px auto;
  }

  .btn-cat {
    width: auto;
    float: none;
  }

  .filtres-doc {
    position: relative;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 5px 15px;
    text-align: center;
    border: #ccc solid 1px;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
  }

  .actu {
    position: relative;
    float: none;
    height: auto;
    width: auto;
    margin: 15px 0px;
    background: #FFF;
    border-radius: 3px;
    overflow: hidden;
  }

  .resume-actu {
    padding-bottom: 20px;
  }

  .doc-syndicat {
    position: relative;
    display: block;
    width: auto;
    height: 300px;
    margin: 10px 0px;
    background: #fff;
    border-radius: 10px;
    vertical-align: top;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
  }

  .photo-cc {
    position: relative;
    display: block;
    height: auto;
    width: auto;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    margin: 10px 10px;
  }

  .slick-prev, .slick-next {
    display: none !important;
  }

  .ms-nav-prev {
    bottom: 5px !important;
    left: 5px !important;
  }

  .ms-nav-next {
    bottom: 5px !important;
    left: 50px !important;
  }

  .caption-home-slider {
/*    display: none;*/
    position: absolute;
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100%;
    padding: 55px 30px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }

  .h1-slider {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: 'Montserrat Bold';
  }

  p.text-slider {
    font-size: .8rem;
    max-width: 100%;
    overflow: hidden;
  }

  .btn-slider-mobile {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: auto;
    width: auto;
    background: #c0392b;
    color: #FFF;
    font-family: 'Montserrat Bold';
    text-align: center;
    padding: 10px 20px;
    z-index: 110;
    cursor: pointer;
  }

  .btn-slider-mobile:hover {
    background: #a93226 !important;
  }

  .box-contact {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    background: #fff;
    padding: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .search-critere {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(30, 120, 193, .2);
    color: #1e78c1;
    font-family: 'Montserrat';
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .img-cat-resa {
    display: none;
  }

  .btn-cat-resa {
    position: relative;
    float: none;
    width: auto;
    height: 150px;
    background: #ffffff;
  }

  .sidebar-doc {
    position: relative;
    float: none;
    height: auto;
    width: auto;
    background: #fff;
    padding: 10px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .liste-docs {
    position: relative;
    float: none;
    height: auto;
    min-height: 300px;
    width: auto;
    margin: 0px;
    padding: 10px 20px;
    background: #ffffff;
  }

  .info-cosi {
    position: relative;
    display: block;
    height: auto;
    width: auto;
    margin: 10px 0px;
    background: #fff;
    cursor: pointer;
  }

  .img-cosi {
    position: relative;
    height: 250px;
    width: auto;
  }

  .img-fiche-actu {
    position: relative;
    width: auto;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .btn-profil {
    font-size: .8rem;
  }

  .content-fiche-actu iframe {
    max-width: 100%;
  }

  .warning-banner {
    position: relative;
    height: auto;
    width: auto;
    background-image: url('/img/bg-warning-banner.jpg');
    background-size: cover;
    background-position: center center;
  }

  .h1-warning-banner {
    position: relative;
    float: left;
    height: auto;
    width: 70%;
    padding: 20px;
    font-family: 'Montserrat Bold';
    font-size: 1rem;
    text-align: left;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px;
    box-sizing: border-box;
  }

  .link-warning-banner {
    position: relative;
    float: right;
    width: 30%;
    padding: 22.5px 20px;
    text-align: center;
    min-height: 0px;
  }

  .btn-warning {
    display: none;
    position: relative;
    height: auto;
    width: auto;
    background: #c0392b;
    color: #FFF;
    font-family: 'Montserrat Bold';
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
  }

  .btn-warning-mobile {
    display: block;
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #c0392b;
    border-radius: 50%;
    color: #FFF;
    font-family: 'Montserrat Medium';
    text-align: center;
    padding: 5px 0px;
  }

  .title-field-popup {
    width: 20%;
  }

  .desc-resa-mobile {
    width: 80% !important;
  }


  .titre-encart-news-docs {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    font-family: Montserrat SemiBold;
    color: #fff;
    padding: 15px 10px;
    background: linear-gradient(180deg, rgba(240, 158, 59, 1) 20%, rgba(211, 126, 24, 1) 100%);
  }

  .liste-encart-news-docs {
    position: relative;
    float: none;
    height: auto;
    width: auto;
    background: #e5ecf5;
    padding: 20px;
  }

  .liste-encart-news-docs div {
    margin-bottom: 10px;
  }

}


@media (max-width: 370px) {

  .btn-acces-rapide {
    width: 140px;
  }

}
