@charset "utf-8";

/*########################*/


/*########################*/


/* ATCHOUM C.S.S. V1.0.2  */


/*##### STYLE DEFAUT #####*/


/*########################*/


/*########################*/


/* ELEMENTS STANDARDS  --------------------------
--------------
---------
*/

html {
 height: calc(100% - 55px);
 margin-top: 55px;
}

body {
 background-color: #fff;
 font-family: Abel, Helvetica, Arial, sans-serif;
 font-size: 18px;
 position: relative;
 color: #000;
 min-height: 100%;
 padding: 0 0 0;
 margin-bottom: 0px
}

body.bodyBleuClair {
 background-color: #EBF1F3;
}

a {
 text-decoration: none;
 color: #999;
 -webkit-user-select: none !important;
}

a:hover {
 text-decoration: none;
 color: #69919d;
}

h1,
h2,
h3,
h4 {
 color: #14456B;
 font-weight: normal;
}

H1, H2 {
 font-weight: normal;
 text-transform: normal;
 margin: 20px 0 0 ;
 font-size: 40px;
 !important margin: 10px 0 !important;
 padding: 0 !important;
}

h3 {
 font-weight: normal;
 font-size: 28px;
}

h4 {
 font-weight: normal;
 font-size: 24px;
}

fieldset {
 border: none;
 margin: 0;
 padding: 0;
}

label {
 cursor: pointer;
}

hr {
 clear: both;
 width: 100%;
 border: none;
 border-top: 1px solid #ccc;
}


/* ELEMENTS COMMUNS  --------------------------
--------------
---------
*/

.ico-infos {
 display: none;
}

.connexion {
 cursor: pointer;
}

.txt-noir {
 color: #000 !important;
}

.txt-blanc {
 color: #fff;
}

.txt-gris-clair {
 color: #999;
}

.txt-vert {
 color: #37b397;
}

.txt-orange {
 color: #E3A52D;
}

.txt-orange2
{
color:#F9A26F;

}
.txt-violet {
 color: #4E51A3;
}

.txt-rouge {
 color: #dd0c1e;
}

.txt-bleu {
 color: #14456B;
}

.txt-bleu-clair {
 color: #469AB4;
}

.txt-gras {
 font-weight: bold;
}

.txt-capital {
 text-transform: uppercase;
}

.font-abel {
 font-family: Abel;
}

.font-wasted {
 font-family: Wasted;
}

.fond-violet {
 background: #4E51A3;
}

.fond-vert {
 background: #37b397;
}

.fond-orange {
 background: #E3A52D;
}

.fond-rouge {
 background: #dd0c1e !important;
}

.fond-bleu {
 background: #14456B;
 color:#ffffff;
}

.fond-bleu-clair {
 background: #469AB4;
}

.fond-gris {
 background: #AEB0B4;
}

.fond-gris-clair {
 background: #E8E8E9;
 background-position: 50% 75%;
}

.marginAuto {
 display: block;
 margin: auto;
}

.clear {
 clear: both;
}

.float-left {
 float: left;
}

.float-right {
 float: right;
}

.txt-centre {
 text-align: center;
}

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

.txt-droite {
 text-align: right;
}

.txt-XXS {
 font-size: 0.4em;
}

.txt-XS {
 font-size: 0.6em;
}

.txt-S {
 font-size: 0.8em;
}

.txt-L {
 font-size: 1.25em;
}

.txt-XL {
 font-size: 1.5em;
}

.txt-XXL {
 font-size: 2em;
}

.ico-point-rouge,
.ico-point-vert {
 width: 25px;
 height: auto;
}

.ico-distance,
.ico-prix,
.ico-duree {
 width: 35px;
 height: auto;
}

.ico-big {
 font-size: 8vw;
}

.hrCCC {
 margin: 20px 0 0;
}

.ouHR {
 background: #fff;
 text-align: center;
 display: block;
 margin: auto;
 position: relative;
 bottom: 20px;
 width: 50px;
}

.animWarning {
 background: #F7E4CF url('../img/icos/ico-warning.svg') !important;
 background-repeat: no-repeat !important;
 background-position: right !important;
}

.animValid {
 animation-duration: 3s;
 animation-name: animValid;
}

.titre-vert {
 font-size: 22px;
}

.bulleAide {
 position: absolute;
 width: 300px;
 top: 100px;
 left: 100px;
 z-index: 0;
 background: orange;
 color: #fff;
 padding: 10px;
 margin-top: 0;
}

.bulleAidePlanifie {
 position: absolute;
 width: 500px;
}

.bulleAide:after {
 content: "▼";
 position: absolute;
 bottom: -48px;
 font-size: 50px;
 color: orange;
}

.closeBulleAide {
 background: white;
 float: right;
 color: black;
 height: 20px;
 line-height: 20px;
 width: 20px;
 cursor: pointer;
 font-size: 22px;
 text-align: center;
 border-radius: 5000px;
}

.closeBulleAide:hover {
 background: black;
 color: white;
}

@keyframes animBulle {
 0% {
  top: 90px;
 }
 50% {
  top: 100px;
 }
 100% {
  top: 90px;
 }
}

.animBulle {
 animation-name: animBulle;
 animation-duration: 2s;
 animation-iteration-count: infinite;
}

@keyframes animBullePlanifie {
 0% {
  top: 0px;
 }
 50% {
  top: -20px;
 }
 100% {
  top: 0px;
 }
}

.animBullePlanifie {
 animation-name: animBullePlanifie;
 animation-duration: 2s;
 animation-iteration-count: infinite;
}
/*** AVERTISSEMENT COOKIES **/





/* CHANGE ASPECT TITLE INFOBULLE*/


/*

*[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #000;
 	position:absolute;
  white-space: nowrap;
	top:45px;
	background:#fff;
  border-radius: 5px;
	z-index:99;
  border:1px solid #ccc;
	font-size:0.8em;
}

*/

.warningProfil {
 color: #891000;
  padding: 5px;
 margin: 0 0 0 0;
 text-align: left;
 background: none;
 font-weight: normal;
 width: 100%;

 /* position:relative; */
 /* top:20px; */
}

.warningProfil .svg {
 width: 30px;display:none;
 /*! float: left; */
}

.warningProfil .svg path {
 fill: white !important;
}

.boiteInfo {
 background: ;
 float: left;
 padding: 5px;
 margin: 0 0 20px 0;
 text-align: left;
 font-weight: normal;
 /*! max-width:850px; */
 color: #599C37;
}

.boiteInfo .svg {
 width: 30px;
 float: left;
 display: block;
 margin: 0 auto 10px;
 display: none;
}

.boiteInfo {
 clear: noth;
}

.boiteInfo li {
 list-style: inside disc;
 clear: both;
}


/* CUSTOM CHECKBOX VALID VERT*/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
 position: absolute;
 left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
 position: relative;
 padding-left: 35px;
 cursor: pointer;
 /*font-size: 18px !important;*/
}


/* checkbox aspect */

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 1.25em;
 height: 1.25em;
 border: 2px solid #ccc;
 background: #fff;
 border-radius: 4px;
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}


/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
 ! content: '✓';
 position: absolute;
 top: .1em;
 left: .3em;
 font-size: 26px;
 line-height: 0.8;
 color: #37B397;
 transition: all .2s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
 opacity: 0;
 transform: scale(0);
}

[type="checkbox"]:checked + label:after {
 opacity: 1;
 transform: scale(1);
}


/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
 box-shadow: none;
 border-color: #bbb;
 background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
 color: #999;
}

[type="checkbox"]:disabled + label {
 color: #aaa;
}


/* CACHER AUTOFILL VCARD SAFARI*/

input::-webkit-contacts-auto-fill-button {
 visibility: hidden;
 display: none !important;
 pointer-events: none;
 position: absolute;
 right: 0;
}


/* accessibility */

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
 border: 2px dotted blue;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
 position: absolute;
 left: -9999px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
 position: relative;
 padding-left: 35px;
 cursor: pointer;
 font-size: 18px !important;
}

[type="radio"]:checked + label {
 color: #37B397;
}


/* radio aspect */

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 1.25em;
 height: 1.25em;
 border: 2px solid #ccc;
 background: #fff;
 border-radius: 4px;
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}


/* checked mark aspect */

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
 content: '✓';
 position: absolute;
 top: .1em;
 left: .3em;
 font-size: 26px;
 line-height: 0.8;
 color: #37B397;
 transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
 content: '✓';
 position: absolute;
 top: .1em;
 left: .3em;
 font-size: 26px;
 line-height: 0.8;
 /*! color: #599C37; */
 transition: all .2s;
}


/* checked mark aspect changes */

[type="radio"]:not(:checked) + label:after {
 opacity: 0;
 transform: scale(0);
}

[type="radio"]:checked + label:after {
 opacity: 1;
 transform: scale(1);
}


/* disabled radio */

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
 box-shadow: none;
 border-color: #bbb;
 background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
 color: #999;
}

[type="radio"]:disabled + label {
 color: #aaa;
}


/* CACHER AUTOFILL VCARD SAFARI*/

input::-webkit-contacts-auto-fill-button {
 visibility: hidden;
 display: none !important;
 pointer-events: none;
 position: absolute;
 right: 0;
}


/* accessibility */

[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
 border: 2px dotted blue;
}


/* CONTENEUR---------------------------
------------------------------*/

#conteneur {
 position: relative;
 margin: 0 auto;
 color: #000;
 width: 1080px;
 overflow: hidden;
 padding-bottom: 192px;
}
#conteneur2 {
 position: relative;
 margin: 0 auto;
 color: #000;
 width: 1200px;
 overflow: hidden;
 padding-bottom: 120px;
}
#content-large {
 margin: auto;
}

#content-large img {
 margin: auto;
 display: block;
 max-width: 1080px;
}


/*BARRE BLEUE
-------------------------------------
-----------------------------------------*/

#barreBleue {
 font-size: 18px;
 padding: 0 0 10px 0;
 position: fixed;
 width: 100%;
 z-index: 22;
 top: 0px;
 height: 45px;
}

#barreBleueInner {
 max-width: 1080px;
 margin: auto;
}

#barreBleueMenu {
 position: relative;
 top: 0;
 max-width: 1080px;
}

.barreBleue-lien-passagers,
.barreBleue-lien-conducteurs,
.barreBleue-lien-partenaires {
 margin: 0px 20px 0 0px;
}

.barreBleue-logo {
 overflow: hidden;
 position: absolute;
 top: 3px;
 z-index: 222;
}

.barreBleue-logo img {
 width: 115px;
}

.barreBleue-lien-passagers {
 margin: 0 20px 0 165px;
}

#boutDeconnexionBarreBleue {
 float: right;
 margin: 0 0 0 0;
 cursor: pointer;
}

#boutConnexionBarreBleue {
 float: right;
 margin: 0 0 0 0;
 cursor: pointer;
}

.barreBleue-lien-inscription,
.bout-mon-compte {
 float: right;
 margin: 0 20px 0 0;
 color: #fff;
}

.barreBleue-lien-inscription,
.bout-notif {
 float: right;
 margin: 0 20px 0 0;
 color: #fff;
}

.bout-mon-compte .ico-connexion {
 width: auto;
 height: 20px;
 margin: -4px -0;
}

.bout-notif .ico-connexion {
 width: auto;
 height: 20px;
 margin: -4px -0;
}

.bout-mon-compte .svg path {
 fill: white;
 cursor: pointer;
}

.bout-mon-compte .svg circle {
 stroke: white;
 cursor: pointer;
}

.bout-mon-compte:hover .svg path {
 fill: #69919d;
 transition: 0.5s ease;
}

.bout-mon-compte:hover .svg circle {
 stroke: #69919d;
 transition: 0.5s ease;
}

.bout-notif .svg {
 fill: white;
 cursor: pointer;
 height: 16px;
 margin: -2px -4px -2px 0;
}

.bout-notif .svg path {
 fill: white;
 cursor: pointer;
}

.bout-notif:hover .svg path {
 fill: #69919d;
 transition: 0.5s ease;
}


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

#header {
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: auto;
 position: relative;
 padding-bottom: auto;
 padding-top: 0;
}

#ico-burger {
 width: 25px;
 position: relative;
 top: 13px;
 left: 20px;
 cursor: pointer;
 visibility: hidden;
}

#ico-burger img {

}

#header #slogan {
 position: absolute;
 margin: 40px auto;
 top: 14vw;
 color: #fff;
  left:calc(30%);
 font-size: 60px;
  font-family:wasted;
 text-align: center;
  font-weight:normal !important;
  width:40%;
}

#header #slogan  img{

  width:100%;
}
#header #slogan .txt-gras {
font-family:wasted;
 text-align: center;
  font-weight:normal !important;

}

#header-logo img {
 width: 15vw !important;
 height: auto;
 display: block;
 margin: 0 auto 0;
 overflow: hidden;
}

#msgBienvenue {
 display: none;
}

.nombreNotifs {
 display: block;
 width: 32px;
 height: 32px;
 line-height: 32px;
 background: red;
 font-size: 22px;
 border-radius: 500px;
 text-align: center;
 float: left;
 color: #fff;
}

.txtNotifs {
 float: left !important;
 display: inline-block;
 position: relative;
 top: 10px;
 font-size: 12px;
 color: #fff;
}

.gritter-title {
 text-shadow: none !important;
}


/* HEADER FORMULAIRE */

#header #header-form {
 width: 100%;
 background: rgba(60, 60, 70, 0.5);
 padding: 10px 0;
 position: absolute;
 bottom: 0;
 float: left;
}

#header-form-inner {
 max-width: 1080px;
 margin: auto;
 position: relative;
}

#header-form-titre {
 /* font-family: Wasted; */
 font-size: 32px;
 color: #FFF;
 max-width: 1050px;
 text-transform: normal;
 margin: 0 auto 10px auto;
 padding: 0 0 0 ;
}

#header #header-form-connect {
 width: 100%;
 text-align: right;
 /*! font-size: 1.5vw; */
 position: absolute;
 text-align: center;
 margin: 0;
  bottom:15vw;
 float: left;
}

#header #header-form-connect img {
 display: none;
}

#header #header-form-connect a {
 background: #114469;
 cursor: pointer;
 padding: 0.3vw;
 border-radius: 0.5vw;
}

#header #header-form-connect a:hover {
 background: #333;
 color: #fff;
}

#boutConnexion {
 background: #31BA9C !important;
 border-radius: 0.5vw;
}

#header-form-connect a:hover,
#boutConnexion:hover {
 background: #333 !important;
 color: #fff;
}

#header-form form {
 width: 100%;
 overflow: hidden;
 display: flex;
 margin: 10px 0 0;
}

.inputHeaderOuter {
 position: relative;
 display: inline-block;
 z-index: 1;
 margin: auto;
}

.ajoutDomicile,
.boutSuggestion {
 width: auto;
 background: #14456B;
 border-radius: 0 5px 5px 0;
 position: absolute;
 text-align: center;
 right: 0px;
 top: 0px;
 height: 31px;
 line-height: 31px;
 cursor: pointer;
 font-size: 14px;
 z-index: 2;
 color: #FFF;
 padding: 0 3px;
 display: none;
}

#header-form .header-form-inputs {
 width: 350px;
 font-size: 20px;
 border-radius: 5px;
 padding: 5px 0 0 20px;
 border: none;
 font-family: abel;
 display: inline-block;
 margin: auto;
 z-index: 2;
}

#header-form .header-form-demi-input {
 width: 100px;
 padding: 5px 0 0 30px;
}

#demi-input-container {
 background: #fff;
 border-radius: 8px;
}

#header-form-depart,
#autocompleteDepart,
#autocomplete {
 background: #fff url('../img/icos/ico-point-vert.svg');
 background-size: 13px;
 background-repeat: no-repeat;
 background-position: 5px center;
}

#header-form-arrive,
#autocompleteArrivee,
#autocomplete2 {
 background: #fff url('../img/icos/ico-point-rouge.svg');
 background-size: 13px;
 background-repeat: no-repeat;
 background-position: 5px center;
}

#header-form-date {
 background: #fff url('../img/icos/ico-date.svg');
 background-size: 20px;
 background-repeat: no-repeat;
 background-position: 5px center;
}

#header-form-heure {
 background: #fff url('../img/icos/ico-heure.svg');
 background-size: 15%;
 background-repeat: no-repeat;
 background-position: 5% 50%;
}

#header-form #header-form-submit {
 width: 140px;
 padding: 5px 0;
 font-size: 20px;
 border-radius: 5px;
 border: none;
/* font-family: Wasted; */
 margin: auto;
}

.spinnerHeader {
 display: none;
 position: absolute;
 right: -5000px;
}


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

#header-small {
 width: 100%;
 background: none;
 background-repeat: no-repeat;
 background-size: cover;
 /*! min-height:; */
 position: relative;
 ;
}

#header-small #header-logo img {
 width: 15vw !important;
 height: auto;
 display: block;
 margin: 0 auto;
}

#header-small #slogan {
 display: none;
}

#header-small #boutConnexion {
 background: none !important;
}




/* HEADER FORMULAIRE */

#header-small #header-form {
 width: 100%;
 background: rgba(60, 60, 70, 0.5);
 padding: 10px 0;
}

#header-small #header-form-titre {
 font-size: 22px
}

#header-small #header-form-connect {
 width: 1080px;
 text-align: right;
 font-size: 0.75em;
 color: #000;
 text-align: right;
 margin: 5px auto;
 padding: 0 50px 0 0;
}

#header-small #header-form #header-form-connect a {
 color: #000;
}

#header-small #header-form #header-form-connect img {
 width: 1vw;
}

.bout-mon-compte {}


/* MENU DEROULANT-
-
-
-
-
-
-
-
-
*/


/* MENU BURGER RESPONSIVE*/

#side-menu,
.slidingDiv {
 display: none;
 width: 300px;
 height: 100%;
 background: #FFF;
 position: fixed;
 z-index: 4;
 overflow-y: auto;
}

#bout-burger-side {
 font-size: 3em;
 display: none;
}


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

#content {}


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

#content-small {
 margin: auto;
 width: 100%;
 position: relative;
 max-width: 1080px;
}

#home-illus-1 {
 width: 80%;
 margin: auto;
}


/*****INDEX*******/


/*****************/

#indexDiv2G {
 background: #edf0f7;
 padding: 20px 30px;
 width: calc(50% - 60px);
 float: left;
 /*! height: 740px; */
}

#indexDiv2D {
 background: #edf0f7;
 width: 50%;
 float: left;
 height: 700px;
 overflow: hidden;
}

#indexDiv2D img {
 height: 100%;
 width: auto;
 right: 280px;
}

#indexDiv3G {
 background: #fff;
 width: 50%;
 float: left;
 height: 487px;
 overflow: hidden;
    clear:both;
 text-align: center;
  position:relative;
}

#indexDiv3G img {
 width: auto;
  position:absolute;
  bottom:0;
  left:100px;
}

#indexDiv3D {
 padding: 20px 30px;
 width: calc(50% - 60px);
 float: left;
 height: 445px;
 overflow: hidden;
 text-align: left;
}

#indexDiv3D ul {
 list-style: disc outside;
}

#indexDiv5 {
 background: #EDF0F7;
}

#indexDiv5 ul {
 list-style: none;
 width: 660px;
 margin: auto;
 color: #B2B3B7;
 display: flex;
 justify-content: space-between;
 padding: 40px 0;
}

#indexDiv5 ul li {
 display: block;
 border: 1px solid #B2B3B7;
 width: 150px;
 height: 40px;
 text-align: center;
 border-radius: 5px;
 position: relative;
}

#indexDiv5 ul li img,
#indexDiv5 ul li span {
 position: absolute;
 top: 50%;
 /* poussé de la moitié de hauteur du référent */
 transform: translateY(-50%) translateX(-50%);
 top: 50%;
}

#indexDiv5 ul li:hover {
 background: white;
}

#indexDiv6 {
 width: 100%;
 float: left;
}

#indexDiv6G {
 width: calc(50% - 40px);
 padding: 20px;
 float: left;
 background: #d5dae6;
 height: 1200px;
}

.indexDiv6GBox {
 float: left;
}

.indexDiv6GBoxG {
 float: left;
 width: 60px;
  height:120px;
}

.indexDiv6GBoxD H4 {
 margin: 0;
 padding: 0;
}

.indexDiv6GBoxD P {
 margin: 0 0 25px;
 padding: 0;
 font-size: 16px;
}
/********INDEX 6 DROITE CARTE FRANCE ROUGE*********/
.chiffre-big{
  font-size:54px;
  font-weight:normal;
  clear:both;

}

#indexDiv6D p{
margin:0 0 10px;
  font-size:16px;
}


#indexDiv6D {
 width: calc(50% - 0px);
 padding: 0px;
 float: left;
}

#indexDiv6DBoxG {
 width: calc(50% - 0px);
 float: left;
}

#indexDiv6DBoxGHaut {
 padding: 10px;
 background:#F15563;
  float:left;
}

.ligneFleche{
  color:#F15563;
  background: url('../img/illus/ligne-fleche.png');
  background-size:cover;
  background-position:right;
  height:30px;
  float:left;
  clear:both;
  margin:5px 0 0;
  font-size:16px;
  line-height:30px;
}
.chiffrePC
{
  float:left;
  line-height:40px;
  height:30px;
}
.c46PC
{
width:85%;

}
.c32PC
{
width:60%;

}

.c29PC
{
width:50%;

}
.c18PC
{
width:40%;

}
.c5PC
{
width:25%;

}

#indexDiv6DBoxGBas{
 padding: 10px;
 background:#fff;
  float:left;
  width:calc(100% - 20px);
}

#c44PC, #c21PC{
  width:calc(50% - 11px);
  padding:5px;
  float:left;
  text-align:center;
  font-size:16px;
}


#c44PC{
border-right:1px solid #fff;

}

.indexDiv6DBoxGBas1,
.indexDiv6DBoxGBas2,
.indexDiv6DBoxGBas3,
.indexDiv6DBoxGBas4
{
  float:left;
  width:calc(25% - 5px);
  font-size:14px;
  height:100px;
  display:table-cell;
  vertical-align: bottom;
  margin:0 5px 0 0;
}

.indexDiv6DBoxGBas3
{
  height:40px;
  position:relative;
  top:60px;
}


.indexDiv6DBoxGBas2
{
  height:100px;


}
.indexDiv6DBoxGBas2 .chiffre-big
{
  position:relative;
  top:60px;
}

.indexDiv6DBoxGBas1 span,
.indexDiv6DBoxGBas4 span

{
  position:relative;
  top:60px;
}

.indexDiv6DBoxGBas2 .chiffre-big,
.indexDiv6DBoxGBas3 .chiffre-big
{
font-size:30px;
  text-align:center;
}



.illus-carte-france{
  width:100%;

}



/**************/

#indexDiv6DBoxD {
 width: calc(50% - 20px);
 padding: 10px;
 float: left;
}


.ligneFlecheVerte{
  color:#fff;
  background: url('../img/illus/ligne-fleche-verte.png');
  background-size:cover;
  background-position:right;
  height:30px;
  float:left;
  clear:both;
  margin:5px 0 0;
  font-size:16px;
  line-height:30px;
}


.c90PC
{
width:85%;

}
.c87PC
{
width:80%;

}
.c81PC
{
width:75%;

}

.indexDiv6DBox {
 float: left;
  width:100%;
}

.indexDiv6DBoxG {
 float: left;
 width: 80px;
  height:125px;
}

.indexDiv6DBoxD H4 {
 margin: 0;
 padding: 0;
}

.indexDiv6DBoxD P {
 margin: 0 0 25px;
 padding: 0;
 font-size: 16px;
}


/********INDEX 7********/
#indexDiv7 {
 position: relative;
  float:left;
}

#indeDiv7Slogan {
 background: #0abab4;
 color: #fff;
 text-align: center;
 padding: 40px 0;
 position: absolute;
 bottom: 100px;
 width: 700px;
 left: 180px;
}





#home-Cols {
 width: 90%;
 margin: 0 auto 0;
 overflow: hidden;
 display: flex;
 justify-content: space-between;
 font-size: 2vw;
 display: none;
}

.home-Col {
 width: 29%;
 overflow: hidden;
 float: left;
 position: relative;
 height: 100%;
 padding: 2% 2% 0;
 /* background: url('img/illus/ilus-tel-1.png');
	background-position:bottom;
  background-repeat:no-repeat;
	background-size: auto 80%;
*/
}

.home-Col img {
 display: block;
 margin: 2vw auto 0;
}

#home-Cols-2 {
 width: 90%;
 margin: 0 auto 0;
 overflow: hidden;
 display: flex;
 justify-content: space-between;
 font-size: 3vw;
}

.boutmodif {
 padding: 0 5px;
 font-size: 0.8em;
 cursor: pointer;
}

.boutSubmit {
 padding: 5px;
 color: #fff;
 /*! border-radius: 10px; */
 font-size: 28px;
 min-width: 200px;
 margin: 10px auto 0;
 background: #999;
 display: block;
 clear: both;
}
.boutSubmitVert {
 padding: 5px;
 color: #fff;
 /*! border-radius: 10px; */
 font-size: 28px;
 min-width: 200px;
 margin: 10px auto 0;
 background: #34B89B;
 display: block;
 clear: both;
}

#opener {
 padding: 5px;
 color: #fff;
 /*! border-radius: 10px; */
 font-size: 1em;
 min-width: 200px;
 margin: 10px auto 0;
 background: #999;
 display: block;
 clear: both;
}

.boutSubmit:hover {
 background: #666 !important;
}

.verif {
 font-size: 0.8em;
}

.verif img {
 width: 20px !important;
 height: 20px !important;
}

.verif-ok {
 color: #37B397;
}

.verif-non {
 color: #F99C38;
}





.ligneForm {
 border-bottom: 1px solid #ccc;
 width: 100%;
 overflow: hidden;
}

input {
 border: none;
}

/* checked mark aspect */

/* FORM CONNEXION*/
#formProfilConducteur {}
#formConnexion {}
#formConnexion h2 {
 margin: 0 0 0.5vw 0;
}
#formConnexion input {
 width: auto;
 margin: 0.5vw 0;
 padding: 1%;
 color: #000;
 border: 1px solid #37B397;
 border-radius: 0.5vw;
 font-size: 22px;
}
#connexionSubmit {
 width: 50% !important;
 margin: auto;
 display: inline-block;
 color: #fff !important;
}
#formConnexion a {
 font-size: 12px;
}

/*FOOTER*/
#footer {
 float: left;
 width: 100%;
  background: #555;

 color: #fff;
 font-size: 0.5em;
 margin: 0 0;
 position: absolute;
 bottom: 0;
}
#footer-cols {
 width: 90%;
 margin: auto;
 max-width: 1080px;
  overflow:hidden;
  display:flex;
  justify-content:space-between;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  margin-bottom: 10px;
}

.footer-col {
 float: left;
 padding: 10px 0;

}
.footer-col a {
 clear: both;
 display: block;
 color: #fff;
    font-size:16px;

 text-transform: uppercase;
}
.footer-col-4 {
}
.footer-col-0 img {
 width: 80%;
 height: auto;
}
.footer-col-1 {
}
.footer-col-2 {
}
.footer-col-3 {
}
.titre-col-footer {
 font-size: 18px;
}
#footer-telecharge {
 color: #fff;
 border-radius: 5px;
 width: 600px;
 margin: 10px auto 0;
 overflow: hidden;
 text-align: center;
 /*! background:#333 !important; */

 padding: 5px 0;
}
#footer-telecharge-G,
#footer-telecharge-D {
 float: left;
}
#footer-telecharge-G {
 width: 50%
}
#footer-telecharge-D {
 height: 100%;
 width: calc(45% - 1px);
 /*! border-left: 1px solid #ccc; */
}
.footer-telecharge-titre {
 width: ;
 text-align: center;
 display: block;
 font-size: 24px;
 color: #fff;
}
#footer-telecharge-G img {
 height: 40px !important;
 width: auto;
}
#footer-telecharge-D img {
 height: 40px !important;
 width: auto;
}
#footer-telecharge img {
 height: 80%;
 display: inline-block;
 margin: 5px 0 auto;
}
#footer-telecharge a {
 width: auto;
 display: inline-block;
 margin: 0 10px;
}

/* DATEPICKER / TIMEPICKER / DIALOG */
div[aria-describedby*="dialogConnexion"] {
 position: absolute;
 left: calc(50% - 155px) !important;
  top: calc(10% - 100px) !important;
}
.ui-widget {
 font-family: Abel, Arial, sans-serif !important;
 background-color: #e1eaf1;
}
.ui-dialog {

}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
 font-family: abel, Arial, sans-serif;
 font-size: 1em;
}
.ui_tpicker_second_slider,
.ui_tpicker_millisec_slider,
.ui_tpicker_microsec_slider,
.ui_tpicker_second_label,
.ui_tpicker_millisec_label,
.ui_tpicker_microsec_label,
.ui_tpicker_timezone,
.ui_tpicker_timezone_label {
 display: none;
}
.ui_tpicker_hour_slider,
.ui_tpicker_minute_slider {
 margin: 0.5vw 2vw;
}
.ui-datepicker-title,
.ui-widget-header {
 color: #000;
 border: none;
 background: #fff !important;
 font-size: 22px !important;
}
.ui-timepicker-div {}
.ui-timepicker-div {
 color: #888;
 text-align: center;
 background: #E1EAF1 !important;
 border: 0;
 font-size: .7em;
 z-index: 5000 !important;
}
.ui-datepicker {
 width: 1 !important;
 z-index: 5000 !important;
}
.ui-datepicker table {
 font-size: 14px !important;
}
.ui-timepicker-div {
 width: auto !important;
}
.ui-timepicker-div input {
 width: 100%;
 color: #000;
 font-family: abel;
 font-size: 22px;
 padding: 0;
 margin: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
 border: 0px solid #d3d3d3;
 background: #AEB0B4;
 font-weight: normal;
 color: #fff;
}
.ui-datepicker-today {
 color: #333 !important;
}
.ui-state-highlight {
 border: 1px solid white !important;
 background: #fff !important;
 font-weight: bold !important;
 color: #333 !important;
}
ui-datepicker-today"
 .ui_tpicker_time,
.ui_tpicker_hour,
.ui_tpicker_minute {
 margin: 0;
}
.ui_tpicker_time_label,
.ui-datepicker-current {
 display: none !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
 float: none;
 margin: .5em auto .4em;
 cursor: pointer;
 padding: .2em .6em .3em .6em;
 width: auto;
 display: block;
 overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button {
 font-family: Abel, Arial, sans-serif;
 font-size: 18px
}
.ui-datepicker .ui-datepicker-title select {
 font-size: 0.8em;
 margin: 1px 0;
 width: 50%;
}
#ui-id-2 #autocompleteDisable,
#ui-id-2 #autocompleteDisable2,
.autocompleteDisable2,
.autocompleteDisable{
  width:500px !important;

}
/* AJOUTER CODES POSTAUX  */
.complete {
 background: #ccc;
}
.complete:after {
 content: " X"
}
.listeCP li {
 width: auto;
 float: left;
 border: 1px solid #ccc;
 border-radius: 5px;
 padding: 0 5px;
}

/* VALIDATION FORMULAIRE APPARENCE */
.ligne-form {
 position: relative;
}
input.error {
 border: 1px solid red !important;
 color: red !important;
}
label.error {
 display: none !important;
 width: 100px;
 padding: 0 5px;
 background: #eee;
 font-size: .8em;
 position: relative;
 border-radius: 5px;
 box-shadow: 0 1px 3px #ccc;
 z-index: 5000;
 margin: auto;
}
#a_pf-btn-mask-Pass {
 left: auto !important;
 right: 40px;
}
#a_pf-warn-Pass {
 background: #eee;
 width: 93%;
 margin: auto !important;
 display: block !important;
}
.error::before {
 display: none;
}
.error::before:hover {
 border: none !important;
}
.box-trajet-suggestion-adresse {
 text-align: center;
}
.suggestion-adresse-principale {
 margin: 0 5px 10px 0 !important;
}
.suggestion-adresse {
 padding: 0px 5px;
 border-radius: 5px 0 0 5px;
 color: #111;
 margin: 0 0;
 display: inline-block;
 text-transform: capitalize;
 background: white;
}
.suggestion-adresse-outer {
 border: 1px solid #ccc;
 background: white;
  margin:0 10px 0 0;
}
.close-wrapper {
 padding: 1px 2px;
 border-radius: 0 5px 5px 0;
 cursor: pointer;
 margin: 0;
 display: inline-block;
 text-transform: capitalize;
 color: #ccc;
 height: 30px;
 position: relative;
 top: 2px;
}
.suggestion-adresse-principale {
 border: 1px solid #ccc;
}
.close-wrapper:hover {
 color: red;
}

/* PAGE ACTION MON TRAJET */
.tableauTrajet {
 width: 100%;
 padding: 0;
 border-radius: 5px;
}
.ligneTrajetHead {
 background: #14456B;
 text-align: center;
 color: #fff;
 border-radius: 5px 5px 0 0;
}
.ligneTrajet {
 width: calc(100% - 22px);
 padding: 5px 10px;
 border-bottom: 1px solid #14456B;
 border-left: 1px solid #14456B;
 border-right: 1px solid #14456B;
}
.ligneTrajet img {
 height: 30px;
 width: auto !important;
}
.notifLigneTrajetIco {
 display: inline-block;
 width: 40px;
 text-align: center;
}
.ligneTrajetHeadCell {
/* border: 1px solid #fff;
 border-radius: 5px;
 padding: 0 10px;
 margin: 0 20px 0 20px;
 background: #fff;
 color: #14456B;*/
}
.ligneTrajetForm {
 width: calc(100% - 30px);
 padding: 10px;

 border: solid 1px #ccc;
}
.ligneTrajetCheque {
 padding: 10px;
 width: calc(100% - 30px);
 border: solid 1px #ccc;
margin-top:20px;
}
.ligneTrajetForm form {
 width: calc(50% - 30px);
 float: left;
 margin-left: 20px;
position:relative;
}
.ligneTrajetForm form input {
 width: calc(100% - 0px);
 padding: 10px 0;
}

.cheques {
 padding:10px;
 float:left
}
.demiLigneTrajet {
 width: calc(50% - 2px);
 float: left;
 text-align: center;
 padding: 20px 0;
}
.ligneTrajetRemarque {}
.ligneTrajetRemarque form {
 height: 160px;
}
.ligneTrajetRemarque textarea {
 height: 60px;
 width: calc(100% - 4px);
 resize: none;
}
.panel .boutSubmit {
 width: 80% !important;
 display: block !important;
 margin: 0 auto;
}
.panel .ligneTrajetHead {
 background: #14456B;
 text-align: center;
 color: #fff;
 border-radius: 0 0;
}
.accordion .icoNotif {
 width: 40px;
/* position: absolute;*/
 left: 20px;
 bottom: 0px;
}
.boutPlusAnim {
 position: absolute;
 left: 70px;
 bottom: 10px;
 font-size: 42px !important;
 font-weight: bold;
 font-family: Impact, Arial, sans-serif;
}
.show {
 font-weight: bold;
}
.ajoutAnnuaire {
 cursor: pointer;
}
#result {
 margin-left: 5px;
}
#register .short {
 color: #FF0000;
}
#register .weak {
 color: #E66C2C;
}
#register .good {
 color: #2D98F3;
}
#register .strong {
 color: #006400;
}
.reponseTrajet {
 font-size: 24px !important;
 text-align: center;
 margin: 40px 20px;
}
.ligneReponseTrajet {
 font-size: 24px;
 margin: 40px;
}
.pac-container {
 margin-top: -55px !important;
}

/**** SWITCH CHECKBOX BOUTON ****/
.switch {
 position: relative;
 display: inline-block;
 width: 60px;
 height: 34px;
 float: left;
 top: 10px;
 margin: 0 10px 0 0;
}
.switch input {
 display: none;
}
.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 -webkit-transition: .4s;
 transition: .4s;
 background: #EBF1F3;
}
.slider:before {
 position: absolute;
 content: "";
 height: 26px;
 width: 26px;
 left: 4px;
 bottom: 4px;
 background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}
input:checked + .slider {
 background-color: #599C37;
}
input:focus + .slider {
 box-shadow: 0 0 1px #14456B;
}
input:checked + .slider:before {
 -webkit-transform: translateX(26px);
 -ms-transform: translateX(26px);
 transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
 border-radius: 34px;
}
.slider.round:before {
 border-radius: 50%;
}

.slideCV {
   width: 505px;
   height: 269px;
   overflow: hidden;
  margin:20px auto;
   border: 0 solid #F2F2F2;
  position:relative;
  left:;
}

.slideCV ul {
    /* 4 images donc 4 x 100% */
   width: 200%;
   height: 269px;
   padding:0; margin:0;
   list-style: none !important;
}
.slideCV li {
   float: left;
}

#cookie-banner{
  position:fixed;
  top:105px;
  z-index:5000;
  width:100%;
}
#cookie-banner-message{
  background:#237AFC !important;
  color:#fff;
  text-align:left !important;
  padding:10px 15px !important;
  font-size:18px !important;
}

#cookie-banner-message a{
  background:#fff !important;
  color:#237AFC;
  text-align:left !important;
  padding:5px 15px !important;
  font-size:18px !important;
  text-decoration:none !important;
  font-weight:bold;
  float:right;
  position:relative;
  right:-15px;
}

.cc-revoke, .cc-window {
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

#videoBox{
  width:800px;
  margin:40px auto;
  display:block;
}

.boxWarning{

  margin: 20px 0;padding:10px;
  text-align:center;
  border:1px solid #ccc;
  color:#fff;
  background:#37B397;
}
.boxWarning H1{

  color:#fff;
}

.boxWarning input[type="email"]{

  color:#999;
  width:50%;
  padding:10px;
  border:none;
  margin:0 0 20px;
}
/*******************************************/

/*******************************************/

/*******************************************/

/********* RESPONSIVE FORMAT MOBILE ********/

/*******************************************/

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

@media screen and (max-width: 768px) {

html {
  background: #285477;
  background-size: 100% 100%;
 }

 body {
  font-family: Abel, Helvetica, Arial, sans-serif;
  font-size: 6vw;
  position: relative;
  color: #000;
  height: 100%;
  background-color: transparent !important;
  background: url('../img/illus/header-mobile.jpg');
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
  margin: 0px 0 0;
  -webkit-touch-callout: none !important;
 }

 #conteneur,
 #content,
 #content-small,
 #content-large {
  width: 100%;
 }

    .indexDiv
    {

        display:none;
    }
 H1 {
  font-weight: normal;
  text-transform: normal;
  margin: 0;
  font-size: 8vw;
  !important margin: 1vw 0 !important;
  padding: 0 !important;
  color: #fff;
 }

 h3 {
  font-weight: normal;
  font-size: 5vw;
 }




.cc-theme-edgeless.cc-window {
    padding: 0;
  position:absolute;
  bottom:0;
    height: auto;
  display:block;
}

  .cc-theme-edgeless.cc-window .cc-message{
   width:100%;
    flex:none;
}

    .cc-theme-edgeless.cc-window .cc-compliance{
   width:100%;
      flex:none;
      display:block;
}
 /*BARRE BLEUE
-------------------------------------
-----------------------------------------*/

 #barreBleue {
  font-size: 18px;
  padding: 0 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 22;
  top: 0px;
  height: 60px;
  overflow: hidden;
 }

 #barreBleueInner {
  max-width: 100%;
  margin: auto;
  text-align: right;
 }

 .barreBleue-lien-passagers,
 .barreBleue-lien-conducteurs,
 .barreBleue-lien-partenaires {
  margin: 0 20px 0 0px;
  display: none;
 }

 .barreBleue-logo {
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 70px
 }

 .barreBleue-logo img {
  width: 90px;
 }

 .barreBleue-lien-passagers {
  margin: 0 20px 0 100px;
 }

 #boutDeconnexionBarreBleue {
  float: right;
  margin: 0 0 0 0;
  cursor: pointer;
  display: none;
 }

 #boutConnexionBarreBleue {
  float: right;
  margin: 0 60px 0 0;
  cursor: pointer;
  display: none;
 }

 .barreBleue-lien-inscription,
 .bout-mon-compte {
  float: right;
  margin: 0 20px 0 0;
  color: #fff;
  display: none;
 }

 .barreBleue-lien-inscription,
 .bout-notif {
  float: none;
  margin: 0 20px 0 0;
  color: #fff;
 }

 .bout-mon-compte .ico-connexion {
  width: auto;
  height: 20px;
  margin: -4px -0;
 }

 .bout-notif .ico-connexion {
  width: auto;
  height: 20px;
  margin: -4px -0;
 }

 #barreBleue .bout-notif {
  display: none;
 }

 .bout-mon-compte .svg path {
  fill: white;
  cursor: pointer;
 }

 .bout-mon-compte .svg circle {
  stroke: white;
  cursor: pointer;
 }

 .bout-mon-compte:hover .svg path {
  fill: #69919d;
  transition: 0.5s ease;
 }

 .bout-mon-compte:hover .svg circle {
  stroke: #69919d;
  transition: 0.5s ease;
 }

 .bout-notif:hover .svg path {
  fill: #69919d;
  transition: 0.5s ease;
 }
 /*HEADER
-------------------------------------
-----------------------------------------*/

 #header {
  width: 100%;
  background: none;
  margin: 0 !important;
 }

  #headerVideo{

    display:none;
  }
 #ico-burger {
  width: 25px;
  position: relative;
  top: 20px;
  left: 20px;
  cursor: pointer;
  visibility: visible;
 }

 #ico-burger img {}

 #header #slogan {
  display: none;
 }

 #header-logo img {
  display: none;
 }

 #msgBienvenue {
  display: block;
  margin: 20px auto 1vh;
  color: #fff;
  font-family: abel;
  text-align: center;
  width: 80vw;
  height: 40vw;
  border-radius: 500vmin;
  background: rgba(255, 255, 255, 0.2);
  font-size: 10.5vw;
  border: 5px solid #fff;
  font-weight: bold;
  box-shadow: 1vw 2vw 0 #fff;
 }

 .msgBienvenueTxt {
  display: block;
  top: 4vw;
  position: relative;
 }

 .msgBienvenueNom {
  color: #E3A52D;
  text-transform: uppercase;
 }
 /* HEADER FORMULAIRE */

 #header #header-form {
  width: calc(100% - 4vw);
  background: none;
  padding: 1vh 1vw 3vh;
  position: relative;
  height: auto;
  margin: 5vh 1vw 0;
  border-radius: 5vmin;
 }

 #header-form-inner {
  max-width: 100%;
  margin: auto;
  position: relative;
 }

 #header-form-titre {
  font-family: Wasted;
  font-size: 8vw;
  color: #FFF;
  max-width: auto;
  text-transform: normal;
  margin: 0 auto 5vw auto;
  padding: 0 0 0;
  text-align: center;
 }





#header #header-form-connect {
 width: 100%;
 text-align: right;
 /*! font-size: 1.5vw; */
 position: relative;
 text-align: center;
 margin: 0;
  top:0;
 float: left;
}
 #header #header-form-connect img {}

 #header #header-form-connect a {
  padding: 1Vh 5vmin;
  background: #ccc;
  display: block;
  width: 75%;
  color: #333;
  text-transform: uppercase;
  margin: 5vw auto 0;
  border-radius: 1vmin;
 }

 #boutConnexion {
  background: #ccc !important;
 }

 #header-form form {
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  text-align: center;
 }

 .inputHeaderOuter {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto 5vw;
  height: 10vw;
  width: calc(100% - 10vw);
 }

 .ajoutDomicile,
 .boutSuggestion {
  width: 12vw;
  background: #fff;
  border-left: 1px solid #ccc;
  border-radius: 0 1vmin 1vmin 0;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  height: 10vw;
  cursor: pointer;
  font-size: 3vw;
  z-index: 2;
  color: #333;
  line-height: 10vw;
 }

 .ico-domicile {
  display: none;
 }

 #header-form .header-form-inputs {
  width: calc(100% - 9vw)!important;
  font-size: 6vw;
  border-radius: 1vmin;
  padding: 0 0 0 9vw;
  border: none;
  font-family: abel;
  display: inline-block;
  margin: 0 auto 5vw;
  float: none;
  height: 10vw;
 }

 #header-form .header-form-demi-input {
  width: calc(100% - 19vw) !important;
  padding: 0 0 0 9vw;
  height: 10vw;
 }

 #demi-input-container {
  background: #fff;
  border-radius: 8px;
 }

 #header-form-depart,
 #autocompleteDepart,
 #autocomplete {
  background: #fff url('../img/icos/ico-point-vert.svg');
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 5px center;
 }

 #header-form-arrive,
 #autocompleteArrivee,
 #autocomplete2 {
  background: #fff url('../img/icos/ico-point-rouge.svg');
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 5px center;
 }

 #header-form-date {
  background: #fff url('../img/icos/ico-date.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
 }

 #header-form-heure {
  background: #fff url('../img/icos/ico-heure.svg');
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
 }

 #header-form #header-form-submit {
  width: calc(100% - 10vw) !important;
  padding: 1vw 1vw 1vw 9vw;
  border: none;
/*  font-family: Wasted; */
  margin: auto;
  font-size: 6vw;
  border-radius: 1vmin;
  padding: 1vw 1vw 1vw 9vw;
 }

 .spinnerHeader {
  display: none;
  position: absolute;
  width: 8vw;
  right: 8%;
  bottom: 0;
 }
 /*HEADER SMALL
-------------------------------------
-----------------------------------------*/

 #header-small {
  width: 100%;
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 60px 0 0 0 !important;
  margin: 0 !important;
  position: relative;
 }

 #header-small #header-logo img {
  width: 15vw !important;
  height: auto;
  display: block;
  margin: 0 auto;
 }

 #header-small #slogan {
  display: none;
 }

 #header-small #boutConnexion {
  background: none !important;
 }
 /* HEADER FORMULAIRE */

 #header-small #header-form {
  width: 100%;
  background: rgba(60, 60, 70, 0.5);
  padding: 10px 0;
 }

 #header-small #header-form-titre {
  display: none;
 }

 #header-small #header-form-connect {
  width: 1080px;
  text-align: right;
  font-size: 0.75em;
  color: #000;
  text-align: right;
  margin: 5px auto;
  padding: 0 50px 0 0;
 }

 #header-small #header-form #header-form-connect a {
  color: #000;
 }

 #header-small #header-form #header-form-connect img {
  width: 1vw;
 }

 .bout-mon-compte {}
 /* MENU DEROULANT-
-
-
-
-
-
-
-
-
*/
 /* MENU BURGER RESPONSIVE*/

 #side-menu {
  display: none;
  width: 240px;
  height: 100%;
  background: #14456B;
  position: fixed;
  z-index: 4;
  overflow-y: auto;
  color: #fff;
 }

 #bout-burger-side {
  font-size: 3em;
  display: none;
 }

 #side-menu-top {
  text-align: center;
  padding: 10px;
 }

 #side-menu-top img {
  text-align: center;
  width: 120px;
 }

 #side-menu-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 55px !important;
 }

 #side-menu a {
  color: #fff;
  font-size: 18px;
 }

 #side-menu ul {
  padding: 0 10px 0 15px;
  list-style: none;
 }

 #side-menu ul li {
  border: none;
  padding: 5px 0 5px 20px;
  background: url('img/icos/ico-puce.svg');
 }

 #side-menu ul li a svg {}

 #side-menu-cache {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
 }

 .fond-blanc-menu {
  background: #fff !important;
  margin: 2vw 0;
  border-radius: 1vw;
 }

 .fond-blanc-menu a {
  color: #14456B !important;
 }

 #footer,
 #home-illus-1,
 .home-Col {
  display: none;
 }



 .ligneForm {
  border-bottom: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
 }

 input {
  border: none;
 }




 /* TABLEAU SELECTIONS JOURS CONDUCTEUR*/

 [type="checkbox"]:not(:checked) + label:before,
 [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
 }
 /* checked mark aspect */

 [type="checkbox"]:not(:checked) + label:after,
 [type="checkbox"]:checked + label:after {
  content: '✓';
  position: absolute;
  top: .1vw;
  left: .3vw;
  font-size: 8vw;
  line-height: 0.8;
  color: #37B397;
  transition: all .2s;
 }

 [type="radio"]:not(:checked) + label:before,
 [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
 }
 /* checked mark aspect */

 [type="radio"]:not(:checked) + label:after,
 [type="radio"]:checked + label:after {
  content: '✓';
  position: absolute;
  top: .1vw;
  left: .3vw;
  font-size: 8vw;
  line-height: 0.8;
  color: #37B397;
  transition: all .2s;
 }


 /* PAGE NOTIFICATION */

 #pageNotification {
  margin: 0 auto 2vw auto;
  width: 90% !important;
 }

 #pageNotification .ligneTrajetHeadCell {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 2vw;
  margin: 1vw 1vw 0 1vw;
  background: #fff;
  color: #14456B;
  display: block;
  overflow: hidden;
 }

 button.accordion {
  background-color: #444;
  color: #fff;
  cursor: pointer;
  padding: 3vmin;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 4vw;
  transition: 0.4s;
  margin: 4vw auto 0;
  text-align: right;
  border: none;
  position: relative;
 }

 button.accordion.active,
 button.accordion.active2,
 button.accordion:hover {
  background-color: #14456B;
 }

 div.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
 }

 div.panel img {
  display: none;
 }

 .demiLigneTrajet {
  width: calc(50% - 2px);
  float: left;
  text-align: center;
  padding: 4vw 0;
 }

 .panel .boutSubmit {
  width: 80% !important;
  display: block !important;
  margin: 0 auto;
 }

 .panel .ligneTrajetHead {
  background: #14456B;
  text-align: center;
  color: #fff;
  border-radius: 0 0;
 }

 .accordion .icoNotif {
  width: 8vw;
  position: absolute;
  left: 2vw;
  bottom: 0;
 }

 .boutPlusAnim {
  position: absolute;
  left: 12vw;
  bottom: 2vw;
  font-size: 7vw !important;
  font-weight: bold;
  font-family: Impact, Arial, sans-serif;
 }

 .show {
  font-weight: bold;
 }

 #result {
  margin-left: 5px;
 }

 #register .short {
  color: #FF0000;
 }

 #register .weak {
  color: #E66C2C;
 }

 #register .good {
  color: #2D98F3;
 }

 #register .strong {
  color: #006400;
 }
 /* JQUERY UI */

 div[aria-describedby*="dialogConnexion"] {
  position: relative;
  left: 0 !important;
  top: 80px !important;
 }

 .ui-widget {
  font-family: Abel, Arial, sans-serif !important;
  background-color: #fff;
  width: 100% !important;
  margin: auto !important;
 }

 .ui-dialog,
 .ui-datepicker,
 .ui-timepicker-div {
  position: fixed !important;
  height: auto;
  width: 95% !important;
  top: 80px !important;
  left: 0% !important;
  margin: 1vh !important;
 }

 .ui-state-default,
 .ui-widget-content .ui-state-default,
 .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #0B2E49;
  font-weight: normal;
  color: #fff;
 }

 .ui-state-highlight {
  border: 1px solid white !important;
  background: #E3A52D !important;
  font-weight: bold !important;
  color: #333 !important;
 }

 .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 4vh !important;
  margin: 0 0 0 0;
  padding: 1px;
  height: 4vh;
 }

 #formConnexion input {
  width: calc(100% - 2% - 2px);
  margin: 0.5vw 0;
  padding: 1%;
  color: #000;
  border: 1px solid #37B397;
  border-radius: 0.5vw;
  font-size: 22px;
 }

 #connexionSubmit {
  width: 100% !important;
  margin: auto;
  display: inline-block;
  color: #fff !important;
  background: #E3A52D;
  border: none !important;
 }

 #formConnexion a {
  font-size: 4vw;
  background: #ccc;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.5h 0;
  margin: 1vh 0 0;
 }
 /**************************/
 /* NOTIFICATIONS GRITTER  */
 /**************************/

 #gritter-notice-wrapper {
  position: fixed;
  top: 5px !important;
  right: 10px !important;
  width: 20% !important;
  z-index: 9999;
  background: url('../img/icos/icone_cloche.svg');
  background-repeat: no-repeat;
  background-position: 80% 0px;
 }

 #gritter-notice-wrapper.top-left {
  left: 0 !important;
  right: auto;
 }

 #gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 0 !important;
  right: 0 !important;
 }

 #gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 0 !important;
  left: 0 !important;
 }

 .gritter-item-wrapper {
  position: relative;
  margin: 0 0 0px 0 !important;
  background: none !important;
  /* ie7/8 fix */
 }

 .gritter-top {
  background: none !important;
  /* ie7/8 fix */
  height: 0 !important;
 }

 .hover .gritter-top {
  background-position: right -30px;
 }

 .gritter-bottom {
  background: none !important;
  /* ie7/8 fix */
  height: 8px;
  margin: 0;
 }

 .hover .gritter-bottom {
  background-position: bottom right;
 }

 .gritter-item {
  display: block;
  background: none !important;
  /* ie7/8 fix */
  color: #eee;
  padding: 0 !important;
  font-size: 1vw !important;
  font-family: verdana;
 }

 .hover .gritter-item {
  background-position: right -40px;
 }

 .gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  display: none;
 }

 .gritter-item a {
  font-size: 2vw;
  color: #fff !important;
  clear: both;
  display: block;
  text-align: center;
 }

 .nombreNotifs {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: red;
  font-size: 22px;
  border-radius: 500px;
  text-align: center;
  float: left;
 }

 .txtNotifs {
  float: left !important;
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 12px;
 }

 .txtNotifs {
  display: none;
 }



 .suggestion-adresse-principale {
  border-radius: 5px;
 }

 .close-wrapper:hover {
  background: red;
 }
 /* GRITTER NOTIFICATIONS*/

 .gritter-close {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 3px;
  background: url(../images/gritter.png) no-repeat left top;
  cursor: pointer;
  width: 1vmin !important;
  height: 1vmin !important;
  text-indent: -9999em;
 }

 .gritter-title {
  font-size: 2vw !important;
  font-weight: bold;
  padding: 0 0 0 0 !important;
  display: block;
  text-shadow: 0 0 0 #000 !important;
  /* Not supported by IE :( */
 }

 .gritter-image {
  width: 5vw !important;
  height: auto !important;
  float: left;
  display: none;
 }

 .gritter-with-image,
 .gritter-without-image {
  padding: 0;
 }

 .gritter-with-image {
  width: auto !important;
  float: right;
 }
 /* for the light (white) version of the gritter notice */

 .gritter-light .gritter-item,
 .gritter-light .gritter-bottom,
 .gritter-light .gritter-top,
 .gritter-light .gritter-close {
  background: none !important;
  /* ie7/8 fix */
  color: #222;
 }

 .gritter-light .gritter-title {
  text-shadow: none !important;
 }

.slideCV  {
   float: left;
  display:none;
}

.pdf{
    width:100%;
    text-align:center;
    padding:6vw 0 0 0 ;
    }
 .pdf a{
   font-size:8vw;
     color:#fff;
    }
.pdf a img{
     width:50%;
    height:auto;
    margin:8vw 0 0 ;
    }

  #videoBox,
  .boxI,
  .boxF,
  .boxG,
  .boxH{

    display:none;
  }
}

/****************************************


COMMUN


*****************************************/
.fin {font-weight: 100}
.t3 {font-size: 1px}
.t6 {font-size: 6px}
.t8 {font-size: 8px}
.t9 {font-size: 9px}
.t10 {font-size: 10px}
.t11 {font-size: 11px}
.t12 {font-size: 12px}
.t13 {font-size: 13px}
.t14 {font-size: 14px}
.t15 {font-size: 15px}
.t16 {font-size: 16px}
.t17 {font-size: 17px}
.t18 {font-size: 18px}
.t19 {font-size: 19px}
.t20 {font-size: 20px}
.t22 {font-size: 22px}
.t23 {font-size: 23px}
.t24 {font-size: 24px}
.t25 {font-size: 25px}
.t26 {font-size: 26px}
.t28 {font-size: 28px}
.t30 {font-size: 30px}
.t32 {font-size: 32px}
.t40 {font-size: 40px}
.t50 {font-size: 50px}
.dipslayblock {display: block}
.proche {letter-spacing:-0.1px}
.procheplus {letter-spacing:-0.4px}
.procheplus2 {letter-spacing:-1.2px}
.loin {letter-spacing:15px}
.clearbox {clear: both}
.elementbox {margin-top: 40px}
.center{text-align: center}
.agauche{text-align: left}
.adroite{text-align: right}
.bris {background: #e6e7e9}

.soulignegris{border-bottom:1.5px solid #dadada}

.marginauto {margin:auto}
.pad0{padding:0px!important;}
.pad1{padding:1px}
.pad2{padding:2px}
.pad4{padding:4px}
.pad5{padding:5px}
.pad6{padding:6px}
.pad7{padding:7px}
.pad8{padding:8px}
.pad9{padding:9px}
.pad10{padding:10px}
.pad12{padding:12px}
.pad13{padding:13px}
.pad14{padding:14px}
.pad16{padding:16px}
.pad15{padding:15px}
.pad20{padding:20px!important;}
.padleft10{padding-left:10px!important;}
.padleft20{padding-left:20px!important;}
.padleft30{padding-left:30px!important;}
.padleft40{padding-left:40px!important;}
.padleft50{padding-left:50px!important;}
.padright10{padding-right:10px!important;}
.padright20{padding-right:20px!important;}
.padright30{padding-right:30px!important;}
.padright40{padding-right:40px!important;}
.padright50{padding-right:50px!important;}
.padright20p{padding-right:33%!important;}
.padright10p{padding-right:20%!important;}
.padtop5 {padding-top:5px}
.padtop7 {padding-top:7px}
.padtop10{padding-top:10px}
.padtop20{padding-top:20px}
.padtop30{padding-top:30px}
.padtop40{padding-top:40px}
.padtop60{padding-top:60px}
.padhor5{padding-left:5px;padding-right:5px}
.marg0{margin: 0px!important;}
.marg5{margin: 5px}
.marg2 {margin: 2px}
.marg10{margin: 10px}
.margleft10{margin-left: 50px!important;}
.marg10hor {margin-left:10px;margin-right:10px}
.margtop10 {margin-top:10px}
.margbottom10 {margin-bottom:10px}
.margtop20 {margin-top:20px}
.margtop38 {margin-top: 38px;}
.marg3ver {margin-top:3px;margin-bottom:3px}
.margright10{margin-right: 16px}
.margactu{margin-right: 20px;margin-bottom: 10px}
.pointer {cursor:pointer }
.hidden {overflow: hidden}
.underline {text-decoration: underline;}
.display-inline {display:inline!important}
.relative{position: relative}
.absolute{position: absolute}
.none {display: none}
.barre {text-decoration:line-through; }
.noborder {border:none!important;border:0px!important;}
.noradius {    border-radius: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;}

.line1 {line-height: 1}
.line2 {line-height: 1.2}

.pcent75 {width:75%}
.pcent80 {width:80%}
.pcent90 {width:90%}
.pcent100 {width:100%}

.sup { vertical-align: super;}
.ui-datepicker {
 margin-top: -50px!important;
}
@media (min-width: 768px) and (max-width: 1024px)  {
 /* For portrait layouts only */
#header-form .header-form-inputs {
 width: 199px;

}
 .inputHeaderOuter {
  padding: 5px;
 }
}

/* ADDITIONAL*/
.cheques input[type=text]{border-bottom:1px solid #ccc; color:#bbb}
.btcheque { width: calc(50% - 20px);
 float: left;}
.full{width:100%!important; margin-left:20px}
/*.covoiturage{display:none;}*/