﻿/*** CSS GENERAL ***/

/* POLICE */

@font-face {
font-family: GothamBlack;
src: url(police/Gotham_Black_R.ttf);
}

@font-face {
font-family: Gothambold;
src: url(police/Gotham_Bold_O.ttf);
}

@font-face {
font-family: GothamBook;
src: url(police/Gotham_Book_E.ttf);
}

@font-face {
font-family: GothamLight;
src: url(police/Gotham_Light_O.ttf);
}

@font-face {
font-family: GothamMedium;
src: url(police/Gotham_medium_M.ttf);
}

@font-face {
font-family: GothamUltra;
src: url(police/Gotham_Ultra_P.ttf);
}

body {
    padding: 0;
    
    
    
    
       /* Safari 3.0 */
    margin: 0;
    overflow-x: hidden;
}

*
{
  font-family: GothamBook;
}
p
{
  color:#000000;
  font-size:20px;
}

h1
{
  font-family: Gothambold;
  color:#000;
  font-size:40px;
}

h2
{
  font-family: Gothambold;
  color:#000;
  font-size:37px;
}

h3
{

  color:#000;
  font-size:34px;
}

h4
{
  color:#000;
  font-size:31px;
}

h5
{
  color:#000;
  font-size:28px;
}

h6
{
  color:#000;
  font-size:25px;
}

a
{
  text-decoration:none;
}

li
{
  list-style-type:none;
  text-decoration:underline;/* Pour repÃƒÆ’Ã‚Â©rer le li sur la page html */
}

/*******/

/*** HEADER ***/

.header p {
    font-size: 15px;
    line-height: 22px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -3%;
    margin-bottom: 2%;
}

.header {
    width: 100%;
    height: 130px;
    text-align: center;
}

.logo
{
	display:inline-block;
}

.logo img {
  width: 300px;
  display:inline-block;
  margin-left: 5px;
  margin-top: 5px;
}

.capinnov{
	display: inline-block;
	position: absolute;
	margin-top: 5px;
}



.menu li {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
}

.connexion {
    display: block;
    position: absolute;
    top: 3.5%;
    left: 85%;
    width: 14%;
}

.connexion a {
  color:#000000;
}

.connexion-2 {
    display: block;
    position: absolute;
    top: 1.5%;
    left: 85%;
    width: 14%;
}

.connexion-2 a {
  color:#000000;
}
.fenetre-etat-deconnecte {
    position: absolute;
    font-size: 22px;
    left: 30%;
    top: 3%;
    background-color: #DA4E4E;
    width: 30%;
    height: 38px;
    color: #fff;
    font-weight: bold;
    padding-left: 220px;
    padding-top: 10px;
    border-radius: 25px;
}
.fenetre-etat-connecte {
    position: absolute;
    font-size: 22px;
    left: 30%;
    top: 3%;
    background-color: #4EDA79;
    width: 30%;
    height: 38px;
    color: #fff;
    font-weight: bold;
    padding-left: 220px;
    padding-top: 10px;
    border-radius: 25px;
}


.connexion a:hover {
  color:#EF0303;
}

.page-deconnexion h2 {
    font-size: 30px;
    text-align: center;
    font-family: Gothambold;
    margin-top: 10px;
	color: black !important;
}

.page-deconnexion span {
    width: 49%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}


.menu {

width: 99%;

text-align: center;

padding-left: 10px;

padding-right: 10px;

font-size: 16px;

text-transform: uppercase;

height: 30px;
}

.capinnov {
  width:87px;
  height:87px;
}

.hr
{
  background:url(../img/header-bg.png) repeat-x;
  width:100%;
  height:40px;
}

.connexion input {
    display: block;
    margin-bottom: 7px;
    height: 23px;
  outline-color:#EF0303;
}


.menu li a {
	font-family: Gothambold;
    text-decoration: none;
    margin-right: 10%;
	padding-bottom:5px;
    color: #555;
}

.menu li a:hover {
    color: #EF0303;
  padding-bottom:5px;
  border-bottom:3px solid #EF0303;
}

.courant {
    color: #EF0303;
  padding-bottom:5px;
  border-bottom:3px solid #EF0303;
}

.menu ul {
    width: 95%;
}

#login {
    position: absolute;
    top: 15%;
    left: 85%;
}

/***************/

/*** FOOTER ***/

#bouton
{
  color:#ffffff;
  background:#2576EE;
  font-size:20px;
  border:none;

  border-radius:5px;
  -webkit-transition: 0.7s; /* Pour Safari 3.1 ÃƒÆ’Ã‚Â  6.0 */
    transition:  0.7s;
}

#bouton:hover
{
  color:#2576EE;
	background:#ffffff;
	font-size:20px;
}

.footer {
  background: white;
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: space-around;
  font-size: 17px;
  font-weight: 900;
  padding: 10px;
}

.mentions-legales a {
  color: #000000;
  transition: all 0.5s;
}

.mentions-legales a:hover {
  color:#EF0303;
}

.reseaux-sociaux {
    width:  10%;
}

.reseaux-sociaux i {
    color: #505050;
}

.mentions-legales {
    margin-top: 5px !important;
}

.fa {
  font-size: 30px!important;
}

.img-promeo {
  width: 11.8%;
}

/********/

/*** PAGE COVOITURAGE ***/

.covoiturage h1 {
  text-align: center; 
}

/********/


/*** PAGE TRANSPORTS ***/

.transports {
  height: 100%;

}

.transports h1 {
  text-align: center; 
}

.logo-transport {
    text-align: center;
}

.logo-transport .bloc span img {
    width: 25%;
    transform: scale(0.8);
    transition: all 0.5s;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.logo-transport .bloc span img:hover {
    transform: scale(1);
    transition: all 0.5s;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

/********/

/*** PAGE TRANSPORTS ***/

.trajets h1 {
    text-align: center;
}

/********/

/*** PAGE ACTUS ***/

.actus h1 {
  text-align: center; 
  margin-bottom: 3%;
}

.articles #actus img {
    width: 22%;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 25px;
    height: 280px;
}

.articles #actus h3 {
    margin-top: 2px;
}

.articles #actus p {
  padding-bottom: 30px; 
}

.article-actus-titre span {
    font-size: 26px;
   /* border-bottom: solid 2px;*/
    padding-bottom: 4px;
	line-height: 35px;
}

.article-actus-texte a {
    display: block;
    margin-top: 8px;
}

/********/

/*** PAGE CONTACT ***/

.map-contact {
    margin-top: 5px;
}

.map-contact iframe {
    width: 100%;
}

.titre-contact h1 {
    text-align: center;
    margin-top: 1%;
}

#feedback-page {
  text-align: center;
}

#text-feedback {
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  background-color: white;
  text-align: center;
}

#form-main {
    width: 100%;
    margin-top: 9.5%;
}

.titre-form-contact {
    text-align: center;
    height: 120px;
    display: flex;
    flex-direction: column;
}

.titre-form-contact h2 {
margin-top: 25px;
}


h3.click-popup:hover {
    cursor: pointer;
    font-size: 36px;
    transition: all 0.3s;
}

h3.click-popup {
    transition: all 0.3s;
}

.croix-pop-up {
    position: absolute;
    top: 15%;
    left: 77%;
    z-index: 99999999;
    color: #fff;
}

.croix-pop-up .fa {
    font-size: 55px!important;
}

.croix-pop-up:hover {
    cursor: pointer;
    color: rgb(241, 50, 50);
}

.form-contact {
    position: absolute;
    width: 100%;
    top: 0%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
}

#form-div {
    background-color: #3c3c3c;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}

.feedback-input {
  opacity: 0.9;
  color: #0493bd;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  border: 3px solid #fbfbfb;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.feedback-input2 {
  opacity: 0.9;
  color: #0493bd;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  border: 3px solid #fbfbfb;
  padding: 13px 13px 13px 10px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.feedback-input:focus {
  background: #fff;
  box-shadow: 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 54px;
}

.feedback-input2:focus {
  background: #fff;
  box-shadow: 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 10px;
}

.focused {
  color: #30aed6;
  border: #30aed6 solid 3px;
}


/* Icons ---------------------------------- */

#name {
  background-image: url(../img/name.png)!important;
  background-size: 30px 30px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

#name:focus {
  background-image: url(../img/name.png)!important;
  background-size: 30px 30px!important;
  background-position: 8px 5px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

#email {
  background-image: url(../img/email.png)!important;
  background-size: 30px 30px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

#email:focus {
  background-image: url(../img/email.png)!important;
  background-size: 30px 30px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

#comment {
  background-image: url(../img/comment.png)!important;
  background-size: 30px 30px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background-color: white;
}

#button-blue {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  float: left;
  width: 100%;
  border: #fbfbfb solid 4px;
  cursor: pointer;
  background-color: #3498db;
  color: white;
  font-size: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#button-blue:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0493bd;
}

.submit:hover {
  color: #3498db;
}

.ease {
  border-top: 3px #3c3c3c solid;
  width: 0px;
  height: 76px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.submit:hover .ease {
  width: 100%;
  background-color: white;
}

/********/

/*** LOADER ***/

.loader-box {
    width: 99%;
    height: 98%;
    margin: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    position: fixed;
    top: 1%;
    z-index: 999999999999999;
}

.lable {
  height: 30px;
  line-height: 30px;
  padding-top: 20px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;
  font-weight: 500;
  font-size: 26px;
  position: absolute;
  top: 35%;
  left: 41.5%;
}

.loader {
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #2576EE;
  position: relative;
  margin: 15px auto;
  z-index: 1;
  top: 40%;
}

.element-animation {
  animation: animationFrames linear 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;/*when the spec is finished*/
  -webkit-animation: animationFrames linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;/*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;/*FF 5+*/
  -o-animation: animationFrames linear 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;/*Not implemented yet*/
  -ms-animation: animationFrames linear 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode: forwards;/*IE 10+*/
}

#loader p {
    font-size: 24px;
	line-height: 30px;
}

@keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}

@-moz-keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}

@-o-keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(-0px, 15px);
  }
}

@-ms-keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}

.element-animation img {
    margin-top: 20px;
}

/*******/
/*** Page Accueil ***/
/** Formulaire Selection **/
.etat-connecte{
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 600;
}

#destinationForm {
    text-align: center;
    margin-bottom: 1%;
}

#destinationForm label {
    font-size: 16px;
}

#destinationForm input {
    font-size: 14px;
    font-weight: 500;
}

/*form p
{
    padding-left: 50px;
    padding-right: 50px;
}*/

.form-accueil p
{
  display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}

/*form
{
    text-align: center;
}*/


/** MAPS **/
#map
{
  text-align:center;
    
}

#container #map {
    width: 100%!important;
    height: 75%!important;
    margin: auto;
}
/** Actu **/

.titre-actu-accueil {
    text-align: center;
    margin-top: 1%;
}

.actu
{
    width:250px;
    height:250px;
    display: inline-block;
    border:2px solid black;  
}

.actu:nth-child(2)
{
     margin-left: 20px;
    margin-right: 20px;

}
#container_actu
{
  text-align:center;
}

.article-accueil-titre {font-size: 22px;padding-top: 20px;}

.article-accueil-titre span {
    line-height: 30px;
}

.article-accueil-texte {
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: justify;
    line-height: 26px;
}

.article-accueil {
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
    width: 100%;
}

.article-actus-titre {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 30px;
	width: 70%;
}

.article-actus-titre span:last-child {
    font-size: 16px;
    vertical-align: middle;
}

.article-actus-texte {
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: justify;
    line-height: 26px;
}

.article-actus {
    margin-bottom: 5%;  
}


.article-accueil img {
    display: inline-block;
    width: 30%;
}

.article-accueil-titre a:visited {
    color: #000;
}

/*** TRAJETS ***/

.trajet {
    font-size: 20px;
    text-align: center;
    line-height: 23px;
}

.trajet .trajet-recherche {
    border-top: solid 2px;
    margin-top: 15px;
    padding-top: 10px;
    border-bottom: solid 2px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.no_trajet {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.header-recherche {
    display: none;
}

.btn-trajets {
    background-color: #505050;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: solid 2px #505050;
    transition: all 0.5s;
}

.btn-trajets a {
    color: #fff;
    font-weight: bold;
    transition: all 0.5s;
}

.btn-trajets:hover {
    background: #fff;
    transition: all 0.5s;
}

.btn-trajets:hover a {
    color: #505050;
    transition: all 0.5s;
}

.trajet .btn_submit {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    background-color: #505050;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: solid 2px #505050;
}

.btn-trajets-2:hover {
    background-color: #fff;
    border: solid 2px #505050;
}

.btn-trajets-2 a {
    color: #fff;
    font-weight: bold;
}

.btn-trajets-2 a:hover {
    color: #505050;
    font-weight: bold;
}

.btn-trajets-2:hover a {
    color: #505050;
    font-weight: bold;
}
/******/


/*** PROFIL ***/

#exit-fond {
    position: absolute;
    font-size: 40px;
    color: #fff;
    left: 80%;
    top: 2%;
}

#exit-fond:hover {
    cursor: pointer;
}

.popup-formulaire {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    top: 0%;
    z-index: 99999999;
}

#chr-form {
    width: 50%;
    height: auto;
    background-color: #fff;
    margin: auto;
    margin-top: 1%;
    padding: 30px;
}

.section1 .formulaire-modif-profil input {
  padding: 5px;
}

.section1 input {
  padding: 5px;
  width: 110%;
}

select#Permis {
    padding: 4px;
}

.section1 p {
  line-height: 50px;
  font-weight: bold;
}

.profil {
    width: 100%;
    margin: auto;
    display: table;
}

.section4 button {
    text-align: center!important;
    border-top: solid 2px!important;
    padding-top: 20px!important;
    border-bottom: solid 2px!important;
    padding-bottom: 20px!important;
    width: 60%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    transition: all 0.5s!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    font-size: 30px!important;
}

.section4 {
    text-align: center!important;
}

.section4 button:hover {
    background-color: #d84a4a!important;
    color: #fff!important;
}

.profil h1 {
    text-align: center;
}

.p_titre h2 {
    text-align: center;
    border-top: solid 2px;
    padding-top: 20px;
    border-bottom: solid 2px;
    padding-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
    margin-top: 15px;
    margin-bottom: 15px;
}

.p_titre h2:hover {
    cursor: pointer;
    background-color: #505050;
    color: #fff;
    transition: all 0.5s;
}

.img-profil {
    width: 15%;
    border-radius: 200px;
    border: solid 5px #505050;
}

.profil .section1 {
    width: 100%;
	margin: auto;
    display: table;
    position: relative;
}

.sections-profil .nom p {
    font-size: 20px;
    line-height: 35px;
}

.sections-profil button {
    width: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    background-color: #505050;
    color: #fff;
    transition: all 0.5s;
}

.sections-profil button:hover {
    background-color: #fff;
    color: #505050;
    cursor: pointer;
    transition: all 0.5s;
}

.sections-profil .section2 p {
    text-align: center;
    line-height: 30px;
}

.formulaire_ajout_trajet
{	
	text-align: center;
}
.formulaire_ajout_trajet input
{
	padding: 5px;
	background-color: #505050;
	font-size: 20px;
	cursor: pointer;
	font-family: GothamBook;
	color: #FFF;
	font-weight: bold;
    transition: all 0.5s;
    border: solid 2px #505050;
	width: 30%;
}
.formulaire_ajout_trajet input:hover
{
	color: #505050;
	background-color: #FFF;
}
.formulaire_ajout_trajet_2
{
  text-align: center;
}
.formulaire_ajout_trajet_2 input {
    padding: 5px;
    font-size: 20px;
    font-family: GothamBook;
    color: #000;
    font-weight: bold;
    transition: all 0.5s;
    margin-top: 5px;
    border: solid 2px #505050;
    width: 60%;
}
.formulaire_ajout_trajet_2 input[type="submit"]
{
  cursor: pointer;
  background-color: #505050;
  color:#FFF;
}
.formulaire_ajout_trajet_2 input[type="submit"]:hover
{
  color: #505050;
  background-color: #FFF;
}
        /* Pure CSS */
        .pure-button { margin: 5px 0; text-decoration: none !important; }
        .button-lg { margin: 5px 0; padding: .65em 1.6em; font-size: 105%; }
		
/*** CSS INSCRIPTION ***/
@font-face {
  font-family: 'moonbold';
  src: url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.eot');
  src: url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.woff2') format('woff2'), url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.woff') format('woff'), url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.ttf') format('truetype'), url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.svg#moonbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.formulaire-inscription {
  font-size: 14px;
  font-family: 'moonbold';
  width: 100vw;
  min-height: 100% !important;
}
.formulaire-inscription a {
  text-decoration: none;
}
.fill_ {
  position: absolute;
  display: inline-block;
  left: 0;
  background: tomato;
  color: white;
  text-align: left;
  padding: 17.5px 0 17.5px 6px;
  width: 70px;
  text-shadow: 0 1px 2px rgba(255, 99, 71, 0.15);
  font-size: 11px;
}
.fill_:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-bottom: 48px solid tomato;
  border-right: 16px solid transparent;
  image-rendering: pixelated;
}
#wrapper {
  display: flex;
  justify-content: center;
}
#wrapper #form {
  width: 600px;
  text-align: center;
}
#wrapper #form h1 {
  display: block;
  font-size: 32px;
  color: white;
  text-shadow: 0 2px 0 #ad1a00;
  margin: 32px 0 42px ;
}
#wrapper #form fielset {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
  display: block;
  background: white;
  width: 330px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 19px;
  outline: rgba(0, 0, 0, 0.08) 5px solid;
  border-radius: 4px;
  padding: 15px;
  text-align: left;
}
#wrapper #form fielset legend {
  display: block;
  color: #ad1a00;
  padding: 0 0 15px;
  text-align: center;
}
#wrapper #form fielset .input-box {
  position: relative;
  width: 290px;
}
#wrapper #form fielset .input-box input {
  border: none;
  border-bottom: 2px solid tomato;
  padding: 15.5px 0 15.5px 105px;
  width: 224px;
  margin: 0 0 12px;
  outline: none;
  font-family: 'moonbold';
}
#wrapper #form fielset .input-box input[type="password"] {
  letter-spacing: 2px;
}
#wrapper #form fielset a.button {
  display: inline-block;
  position: relative;
  margin: 15px 0 0 -15px;
  width: 170px;
  text-align: center;
  box-shadow: -5px 0 0 rgba(255, 56, 20, 0.5);
  cursor: pointer;
}
#wrapper #form fielset span.links a {
  font-family: Helvetica;
  font-size: 12px;
  margin-left: 80px;
  text-align: right;
  color: #ad1a00;
  font-weight: bold;
}
#wrapper #form span.github a {
  display: block;
  cursor: pointer;
  transition-duration: 1s;
  width: 64px;
  margin: 0 auto;
  opacity: 0.4;
}
#wrapper #form span.github a:hover {
  opacity: 1;
}
#wrapper #form span.copy {
  font-size: 12px;
  color: white;
}

.adp-placemark td {
  position:relative;
  left:43%;
}

/* conditionsG et mentions legales */

.conditionsG, .mentions {
  padding:2%;
  text-align: justify;
  line-height: 23px;
}

.conditionsG li {
  text-decoration: none;
}

.nod
{
  display : none;
}

/*** NEW ACCUEIL ***/

.a-main {
    width: 100%;
    height: auto;
}

.a-head {
    width: 100%;
    text-align: center;
	margin-top: 20px;
    margin-bottom: 30px;
}

.a-logo {
    width: 25%;
    display: inline-block;
    margin: auto;
}

.a-capinnov {
    width: 7%;
    display: inline-block;
    margin: auto;
}

.a-gauche {
    width: 49%;
    display: inline-block;
    background-image: url('../img/bg-cherche.jpg');
    background-size: cover;
    height: 590px;
    margin-left: 5px;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.a-droite {
    width: 49%;
    display: inline-block;
    background-image: url(../img/bg-propose.jpg);
    background-size: cover;
    height: 590px;
    margin-right: 5px;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.btn {
    position: absolute;
    top: 50%;
    width: 15%;
    text-align: center;
	transition: all 0.5s;
}

.btn:hover {
    color: #19a8e3;
	transition: all 0.5s;
}

.a-btn-gauche {
    left: 15%;
    background-color: #fff;
    padding: 20px;
    font-size: 28px;
    border-radius: 2px;
    box-shadow: 5px 5px 8px #000;
}

.a-btn-droite {
    left: 68%;
    background-color: #fff;
    padding: 20px;
    font-size: 28px;
    border-radius: 2px;
    box-shadow: 5px 5px 8px #000;
}

.btn .fa {
    margin-right: 10px;
}

.btn:hover {
    cursor: pointer;
}

.ui-autocomplete { max-height: 200px; overflow-y: scroll; overflow-x: hidden;}

.ui-menu .ui-menu-item a {
  font-size: 75%;
}

.ui-autocomplete {
    position: absolute!important;
    background-color: white;
    padding: 5px;
}

.ui-autocomplete .ui-menu-item-wrapper, .ui-autocomplete .ui-menu-item {
    text-decoration: none;
}

.ui-menu-item-wrapper:hover {
  background-color:#DCDCDC;
}

/*** TRAJETS PROFIL ***/

.tous-trajets {
    width: 60%;
    margin: auto;
}

.trajet-profil {
    width: 45%;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border: solid 1px;
    padding: 12px 0px;
    margin-left: 40px;
	transition: all 0.3s;
}

.trajet-profil:hover {
    box-shadow: 3px 3px 8px #AAA;
    transition: all 0.3s;
}

.trajet-profil label {
    font-weight: 600;
}

.itineraire-profil div {
    display: inline-block;
    width: 40%;
}

.itineraire-profil label {
    display: block;
    margin-bottom: 5px;
}

.temps-profil div {
    display: inline-block;
    width: 40%;
}

.temps-profil label {
    display: block;
    margin-bottom: 5px;
}

.plus-profil div {
    display: inline-block;
    width: 40%;
}

.plus-profil label {
    display: block;
    margin-bottom: 5px;
}

.itineraire-profil {
    margin-bottom: 10px;
}

.temps-profil {
    margin-bottom: 10px;
}

.plus-profil {
    margin-bottom: 10px;
}

.trajet-profil .formulaire_modifier_trajet {
    display: inline-block;
    width: 40%;
}

.trajet-profil .formulaire_modifier_trajet input {
    width: 50%;
    border: solid 1px #000;
    background-color: #fff;
    font-size: 14px;
    padding: 3px;
    border-radius: 3px;
	transition: all 0.3s;
}

.trajet-profil .formulaire_modifier_trajet input:hover {
    border: solid 1px #000;
    background-color: #AAA;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.ui-helper-hidden-accessible {
    display: none;
}

p.titre-ajout-trajet {
    font-size: 25px;
    margin-bottom: 8px;
    border-top: solid 2px;
    padding-top: 10px;
}

.participation-profil {
    margin-bottom: 15px;
}

.participation-profil label {
    display: block;
    margin-bottom: 5px;
}

.participation-profil span {
    display: block;
    margin-top: 5px;
}

.participe-trajet {
    background-color: #42da62;
}

.createur-trajet {
    width: 100%!important;
    text-align: center!important;
    display: block!important;
    margin-bottom: 15px;
}

.pop-up-modif {
    position: fixed;
    background-color: #1dd62c;
    color: #fff;
    width: 30%;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    border-radius: 6px;
    left: 35%;
    z-index: 99999999999;
    top: 12%;
}

.connexion-accueil-new {
    position: absolute;
    top: 6%;
    left: 90%;
    text-align: center;
}

.connexion-accueil-new a {
    display: block;
    margin-bottom: 10px;
}

.connexion-accueil-new input {
    border: solid 1px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding:5px
}

.connexion-accueil-new input:hover {
    cursor: pointer;
}
.intituleVoie {
  display: block;
  float: right;
  height: 50px;
  overflow: hidden;
  margin-left: 10px;
  width: 49% !important;
}
#IDTypeVoie {
  width: 49% !important;
  float: left;
}

.logouimm > img {
  display: inline-block;
  position: absolute;
  margin-top: 1px;
  width: auto;
  height: 87px;
  margin-left: 35%;
}

.connexion-2 button#deconnexion {
padding: 5px 15px;
margin: auto;
background: white;
border: 1px solid grey;
}
center {
  display: none;
}

.mentions {
width: 80%;
margin: auto;
}

.mentions h3 {  
font-family: Calibri;
margin-left: 20px;
margin-top: 50px;
color: #30308a;
font-size: 25px;
}

.mentions p {
font-size: 19px;
}

.bloc-adress{
  display:flex;
}

.bloc-adress > input{
  width: 50% !important;
  
}

/*** CSS GENERAL ***/

/* POLICE */

@font-face {
font-family: GothamBlack;
src: url(police/Gotham_Black_R.ttf);
}

@font-face {
font-family: Gothambold;
src: url(police/Gotham_Bold_O.ttf);
}

@font-face {
font-family: GothamBook;
src: url(police/Gotham_Book_E.ttf);
}

@font-face {
font-family: GothamLight;
src: url(police/Gotham_Light_O.ttf);
}

@font-face {
font-family: GothamMedium;
src: url(police/Gotham_medium_M.ttf);
}

@font-face {
font-family: GothamUltra;
src: url(police/Gotham_Ultra_P.ttf);
}

body {
    padding: 0;
    
    
    
    
       /* Safari 3.0 */
    margin: 0;
    overflow-x: hidden;
}

*
{
  font-family: GothamBook;
}
p
{
  color:#000000;
  font-size:20px;
}

h1
{
  font-family: Gothambold;
  color:#000;
  font-size:40px;
}

h2
{
  font-family: Gothambold;
  color:#000;
  font-size:37px;
}

h3
{

  color:#000;
  font-size:34px;
}

h4
{
  color:#000;
  font-size:31px;
}

h5
{
  color:#000;
  font-size:28px;
}

h6
{
  color:#000;
  font-size:25px;
}

a
{
  text-decoration:none;
}

li
{
  list-style-type:none;
  text-decoration:underline;/* Pour repÃƒÆ’Ã‚Â©rer le li sur la page html */
}

/*******/

/*** HEADER ***/

.header p {
    font-size: 15px;
    line-height: 22px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -3%;
    margin-bottom: 2%;
}

.header {
    width: 100%;
    height: 130px;
    text-align: center;
}

.logo
{
	display:inline-block;
}

.logo img {
  width: 300px;
  display:inline-block;
  margin-left: 5px;
  margin-top: 5px;
}

.capinnov{
	display: inline-block;
	position: absolute;
	margin-top: 5px;
}



.menu li {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
}

.connexion {
    display: block;
    position: absolute;
    top: 3.5%;
    left: 85%;
    width: 14%;
}

.connexion a {
  color:#000000;
}

.connexion-2 {
    display: block;
    position: absolute;
    top: 1.5%;
    left: 85%;
    width: 14%;
}

.connexion-2 a {
  color:#000000;
}
.fenetre-etat-deconnecte {
    position: absolute;
    font-size: 22px;
    left: 30%;
    top: 3%;
    background-color: #DA4E4E;
    width: 30%;
    height: 38px;
    color: #fff;
    font-weight: bold;
    padding-left: 220px;
    padding-top: 10px;
    border-radius: 25px;
}
.fenetre-etat-connecte {
    position: absolute;
    font-size: 22px;
    left: 30%;
    top: 3%;
    background-color: #4EDA79;
    width: 30%;
    height: 38px;
    color: #fff;
    font-weight: bold;
    padding-left: 220px;
    padding-top: 10px;
    border-radius: 25px;
}


.connexion a:hover {
  color:#EF0303;
}

.page-deconnexion h2 {
    font-size: 30px;
    text-align: center;
    font-family: Gothambold;
    margin-top: 10px;
	color: black !important;
}

.page-deconnexion span {
    width: 49%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}


.menu {

width: 99%;

text-align: center;

padding-left: 10px;

padding-right: 10px;

font-size: 16px;

text-transform: uppercase;

height: 30px;
}

.capinnov {
  width:87px;
  height:87px;
}

.hr
{
  background:url(../img/header-bg.png) repeat-x;
  width:100%;
  height:40px;
}

.connexion input {
    display: block;
    margin-bottom: 7px;
    height: 23px;
  outline-color:#EF0303;
}


.menu li a {
	font-family: Gothambold;
    text-decoration: none;
    margin-right: 10%;
	padding-bottom:5px;
    color: #555;
}

.menu li a:hover {
    color: #EF0303;
  padding-bottom:5px;
  border-bottom:3px solid #EF0303;
}

.courant {
    color: #EF0303;
  padding-bottom:5px;
  border-bottom:3px solid #EF0303;
}

.menu ul {
    width: 95%;
}

#login {
    position: absolute;
    top: 15%;
    left: 85%;
}

/***************/

/*** FOOTER ***/

#bouton
{
  color:#ffffff;
  background:#2576EE;
  font-size:20px;
  border:none;

  border-radius:5px;
  -webkit-transition: 0.7s; /* Pour Safari 3.1 ÃƒÆ’Ã‚Â  6.0 */
    transition:  0.7s;
}

#bouton:hover
{
  color:#2576EE;
	background:#ffffff;
	font-size:20px;
}

.footer {
  background: white;
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: space-around;
  font-size: 17px;
  font-weight: 900;
  padding: 10px;
}

.mentions-legales a {
  color: #000000;
  transition: all 0.5s;
}

.mentions-legales a:hover {
  color:#EF0303;
}

.reseaux-sociaux {
    width:  10%;
}

.reseaux-sociaux i {
    color: #505050;
}

.mentions-legales {
    margin-top: 5px !important;
}

.fa {
  font-size: 30px!important;
}

.img-promeo {
  width: 11.8%;
}

/********/

/*** PAGE COVOITURAGE ***/

.covoiturage h1 {
  text-align: center; 
}

/********/


/*** PAGE TRANSPORTS ***/

.transports {
  height: 100%;

}

.transports h1 {
  text-align: center; 
}

.logo-transport {
    text-align: center;
}

.logo-transport .bloc span img {
    width: 25%;
    transform: scale(0.8);
    transition: all 0.5s;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.logo-transport .bloc span img:hover {
    transform: scale(1);
    transition: all 0.5s;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

/********/

/*** PAGE TRANSPORTS ***/

.trajets h1 {
    text-align: center;
}

/********/

/*** PAGE ACTUS ***/

.actus h1 {
  text-align: center; 
  margin-bottom: 3%;
}

.articles #actus img {
    width: 22%;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 25px;
    height: 280px;
}

.articles #actus h3 {
    margin-top: 2px;
}

.articles #actus p {
  padding-bottom: 30px; 
}

.article-actus-titre span {
    font-size: 26px;
   /* border-bottom: solid 2px;*/
    padding-bottom: 4px;
	line-height: 35px;
}

.article-actus-texte a {
    display: block;
    margin-top: 8px;
}

/********/

/*** PAGE CONTACT ***/

.map-contact {
    margin-top: 5px;
}

.map-contact iframe {
    width: 100%;
}

.titre-contact h1 {
    text-align: center;
    margin-top: 1%;
}

#feedback-page {
  text-align: center;
}

#text-feedback {
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  background-color: white;
  text-align: center;
}

#form-main {
    width: 100%;
    margin-top: 9.5%;
}

.titre-form-contact {
    text-align: center;
    height: 120px;
    display: flex;
    flex-direction: column;
}

.titre-form-contact h2 {
margin-top: 25px;
}


h3.click-popup:hover {
    cursor: pointer;
    font-size: 36px;
    transition: all 0.3s;
}

h3.click-popup {
    transition: all 0.3s;
}

.croix-pop-up {
    position: absolute;
    top: 15%;
    left: 77%;
    z-index: 99999999;
    color: #fff;
}

.croix-pop-up .fa {
    font-size: 55px!important;
}

.croix-pop-up:hover {
    cursor: pointer;
    color: rgb(241, 50, 50);
}

.form-contact {
    position: absolute;
    width: 100%;
    top: 0%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
}

#form-div {
    background-color: #3c3c3c;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}

.feedback-input {
  opacity: 0.9;
  color: #0493bd;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  border: 3px solid #fbfbfb;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.feedback-input2 {
  opacity: 0.9;
  color: #0493bd;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  border: 3px solid #fbfbfb;
  padding: 13px 13px 13px 10px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.feedback-input:focus {
  background: #fff;
  box-shadow: 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 54px;
}

.feedback-input2:focus {
  background: #fff;
  box-shadow: 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 10px;
}

.focused {
  color: #30aed6;
  border: #30aed6 solid 3px;
}


/* Icons ---------------------------------- */

#name {
  background-image: url(../img/name.png)!important;
  background-size: 30px 30px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

#name:focus {
  background-image: url(../img/name.png)!important;
  background-size: 30px 30px!important;
  background-position: 8px 5px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

#email {
  background-image: url(../img/email.png)!important;
  background-size: 30px 30px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

#email:focus {
  background-image: url(../img/email.png)!important;
  background-size: 30px 30px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

#comment {
  background-image: url(../img/comment.png)!important;
  background-size: 30px 30px!important;
  background-position: 11px 8px!important;
  background-repeat: no-repeat!important;
}

textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background-color: white;
}

#button-blue {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  float: left;
  width: 100%;
  border: #fbfbfb solid 4px;
  cursor: pointer;
  background-color: #3498db;
  color: white;
  font-size: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#button-blue:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0493bd;
}

.submit:hover {
  color: #3498db;
}

.ease {
  border-top: 3px #3c3c3c solid;
  width: 0px;
  height: 76px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.submit:hover .ease {
  width: 100%;
  background-color: white;
}

/********/

/*** LOADER ***/

.loader-box {
    width: 99%;
    height: 98%;
    margin: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    position: fixed;
    top: 1%;
    z-index: 999999999999999;
}

.lable {
  height: 30px;
  line-height: 30px;
  padding-top: 20px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;
  font-weight: 500;
  font-size: 26px;
  position: absolute;
  top: 35%;
  left: 41.5%;
}

.loader {
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #2576EE;
  position: relative;
  margin: 15px auto;
  z-index: 1;
  top: 40%;
}

.element-animation {
  animation: animationFrames linear 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;/*when the spec is finished*/
  -webkit-animation: animationFrames linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;/*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;/*FF 5+*/
  -o-animation: animationFrames linear 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;/*Not implemented yet*/
  -ms-animation: animationFrames linear 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode: forwards;/*IE 10+*/
}

#loader p {
    font-size: 24px;
	line-height: 30px;
}

@keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}

@-moz-keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}

@-o-keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(-0px, 15px);
  }
}

@-ms-keyframes animationFrames {
  0% {
    transform: translate(-1160px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}

.element-animation img {
    margin-top: 20px;
}

/*******/
/*** Page Accueil ***/
/** Formulaire Selection **/
.etat-connecte{
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 600;
}

#destinationForm {
    text-align: center;
    margin-bottom: 1%;
}

#destinationForm label {
    font-size: 16px;
}

#destinationForm input {
    font-size: 14px;
    font-weight: 500;
}

/*form p
{
    padding-left: 50px;
    padding-right: 50px;
}*/

.form-accueil p
{
  display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}

/*form
{
    text-align: center;
}*/


/** MAPS **/
#map
{
  text-align:center;
    
}

#container #map {
    width: 100%!important;
    height: 75%!important;
    margin: auto;
}
/** Actu **/

.titre-actu-accueil {
    text-align: center;
    margin-top: 1%;
}

.actu
{
    width:250px;
    height:250px;
    display: inline-block;
    border:2px solid black;  
}

.actu:nth-child(2)
{
     margin-left: 20px;
    margin-right: 20px;

}
#container_actu
{
  text-align:center;
}

.article-accueil-titre {font-size: 22px;padding-top: 20px;}

.article-accueil-titre span {
    line-height: 30px;
}

.article-accueil-texte {
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: justify;
    line-height: 26px;
}

.article-accueil {
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
    width: 100%;
}

.article-actus-titre {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 30px;
	width: 70%;
}

.article-actus-titre span:last-child {
    font-size: 16px;
    vertical-align: middle;
}

.article-actus-texte {
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: justify;
    line-height: 26px;
}

.article-actus {
    margin-bottom: 5%;  
}


.article-accueil img {
    display: inline-block;
    width: 30%;
}

.article-accueil-titre a:visited {
    color: #000;
}

/*** TRAJETS ***/

.trajet {
    font-size: 20px;
    text-align: center;
    line-height: 23px;
}

.trajet .trajet-recherche {
    border-top: solid 2px;
    margin-top: 15px;
    padding-top: 10px;
    border-bottom: solid 2px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.no_trajet {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.header-recherche {
    display: none;
}

.btn-trajets {
    background-color: #505050;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: solid 2px #505050;
    transition: all 0.5s;
}

.btn-trajets a {
    color: #fff;
    font-weight: bold;
    transition: all 0.5s;
}

.btn-trajets:hover {
    background: #fff;
    transition: all 0.5s;
}

.btn-trajets:hover a {
    color: #505050;
    transition: all 0.5s;
}

.trajet .btn_submit {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    background-color: #505050;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: solid 2px #505050;
}

.btn-trajets-2:hover {
    background-color: #fff;
    border: solid 2px #505050;
}

.btn-trajets-2 a {
    color: #fff;
    font-weight: bold;
}

.btn-trajets-2 a:hover {
    color: #505050;
    font-weight: bold;
}

.btn-trajets-2:hover a {
    color: #505050;
    font-weight: bold;
}
/******/


/*** PROFIL ***/

#exit-fond {
    position: absolute;
    font-size: 40px;
    color: #fff;
    left: 80%;
    top: 2%;
}

#exit-fond:hover {
    cursor: pointer;
}

.popup-formulaire {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    top: 0%;
    z-index: 99999999;
}

#chr-form {
    width: 50%;
    height: auto;
    background-color: #fff;
    margin: auto;
    margin-top: 1%;
    padding: 30px;
}

.section1 .formulaire-modif-profil input {
  padding: 5px;
}

.section1 input {
  padding: 5px;
  width: 110%;
}

select#Permis {
    padding: 4px;
}

.section1 p {
  line-height: 50px;
  font-weight: bold;
}

.profil {
    width: 100%;
    margin: auto;
    display: table;
}

.section4 button {
    text-align: center!important;
    border-top: solid 2px!important;
    padding-top: 20px!important;
    border-bottom: solid 2px!important;
    padding-bottom: 20px!important;
    width: 60%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    transition: all 0.5s!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    font-size: 30px!important;
}

.section4 {
    text-align: center!important;
}

.section4 button:hover {
    background-color: #d84a4a!important;
    color: #fff!important;
}

.profil h1 {
    text-align: center;
}

.p_titre h2 {
    text-align: center;
    border-top: solid 2px;
    padding-top: 20px;
    border-bottom: solid 2px;
    padding-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
    margin-top: 15px;
    margin-bottom: 15px;
}

.p_titre h2:hover {
    cursor: pointer;
    background-color: #505050;
    color: #fff;
    transition: all 0.5s;
}

.img-profil {
    width: 15%;
    border-radius: 200px;
    border: solid 5px #505050;
}

.profil .section1 {
    width: 100%;
	margin: auto;
    display: table;
    position: relative;
}

.sections-profil .nom p {
    font-size: 20px;
    line-height: 35px;
}

.sections-profil button {
    width: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    background-color: #505050;
    color: #fff;
    transition: all 0.5s;
}

.sections-profil button:hover {
    background-color: #fff;
    color: #505050;
    cursor: pointer;
    transition: all 0.5s;
}

.sections-profil .section2 p {
    text-align: center;
    line-height: 30px;
}

.formulaire_ajout_trajet
{	
	text-align: center;
}
.formulaire_ajout_trajet input
{
	padding: 5px;
	background-color: #505050;
	font-size: 20px;
	cursor: pointer;
	font-family: GothamBook;
	color: #FFF;
	font-weight: bold;
    transition: all 0.5s;
    border: solid 2px #505050;
	width: 30%;
}
.formulaire_ajout_trajet input:hover
{
	color: #505050;
	background-color: #FFF;
}
.formulaire_ajout_trajet_2
{
  text-align: center;
}
.formulaire_ajout_trajet_2 input {
    padding: 5px;
    font-size: 20px;
    font-family: GothamBook;
    color: #000;
    font-weight: bold;
    transition: all 0.5s;
    margin-top: 5px;
    border: solid 2px #505050;
    width: 60%;
}
.formulaire_ajout_trajet_2 input[type="submit"]
{
  cursor: pointer;
  background-color: #505050;
  color:#FFF;
}
.formulaire_ajout_trajet_2 input[type="submit"]:hover
{
  color: #505050;
  background-color: #FFF;
}
        /* Pure CSS */
        .pure-button { margin: 5px 0; text-decoration: none !important; }
        .button-lg { margin: 5px 0; padding: .65em 1.6em; font-size: 105%; }
		
/*** CSS INSCRIPTION ***/
@font-face {
  font-family: 'moonbold';
  src: url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.eot');
  src: url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.woff2') format('woff2'), url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.woff') format('woff'), url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.ttf') format('truetype'), url('https://f4eca54a2df134518ccdfe01aadd337b68bfe77b.googledrive.com/host/0ByDgzmssY9t_blRXNW9CbjRsMVE/Moon%20Bold-webfont.svg#moonbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.formulaire-inscription {
  font-size: 14px;
  font-family: 'moonbold';
  width: 100vw;
  min-height: 100% !important;
}
.formulaire-inscription a {
  text-decoration: none;
}
.fill_ {
  position: absolute;
  display: inline-block;
  left: 0;
  background: tomato;
  color: white;
  text-align: left;
  padding: 17.5px 0 17.5px 6px;
  width: 70px;
  text-shadow: 0 1px 2px rgba(255, 99, 71, 0.15);
  font-size: 11px;
}
.fill_:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-bottom: 48px solid tomato;
  border-right: 16px solid transparent;
  image-rendering: pixelated;
}
#wrapper {
  display: flex;
  justify-content: center;
}
#wrapper #form {
  width: 600px;
  text-align: center;
}
#wrapper #form h1 {
  display: block;
  font-size: 32px;
  color: white;
  text-shadow: 0 2px 0 #ad1a00;
  margin: 32px 0 42px ;
}
#wrapper #form fielset {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
  display: block;
  background: white;
  width: 330px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 19px;
  outline: rgba(0, 0, 0, 0.08) 5px solid;
  border-radius: 4px;
  padding: 15px;
  text-align: left;
}
#wrapper #form fielset legend {
  display: block;
  color: #ad1a00;
  padding: 0 0 15px;
  text-align: center;
}
#wrapper #form fielset .input-box {
  position: relative;
  width: 290px;
}
#wrapper #form fielset .input-box input {
  border: none;
  border-bottom: 2px solid tomato;
  padding: 15.5px 0 15.5px 105px;
  width: 224px;
  margin: 0 0 12px;
  outline: none;
  font-family: 'moonbold';
}
#wrapper #form fielset .input-box input[type="password"] {
  letter-spacing: 2px;
}
#wrapper #form fielset a.button {
  display: inline-block;
  position: relative;
  margin: 15px 0 0 -15px;
  width: 170px;
  text-align: center;
  box-shadow: -5px 0 0 rgba(255, 56, 20, 0.5);
  cursor: pointer;
}
#wrapper #form fielset span.links a {
  font-family: Helvetica;
  font-size: 12px;
  margin-left: 80px;
  text-align: right;
  color: #ad1a00;
  font-weight: bold;
}
#wrapper #form span.github a {
  display: block;
  cursor: pointer;
  transition-duration: 1s;
  width: 64px;
  margin: 0 auto;
  opacity: 0.4;
}
#wrapper #form span.github a:hover {
  opacity: 1;
}
#wrapper #form span.copy {
  font-size: 12px;
  color: white;
}

.adp-placemark td {
  position:relative;
  left:43%;
}

/* conditionsG et mentions legales */

.conditionsG, .mentions {
  padding:2%;
  text-align: justify;
  line-height: 23px;
}

.conditionsG li {
  text-decoration: none;
}

.nod
{
  display : none;
}

/*** NEW ACCUEIL ***/

.a-main {
    width: 100%;
    height: auto;
}

.a-head {
    width: 100%;
    text-align: center;
	margin-top: 20px;
    margin-bottom: 30px;
}

.a-logo {
    width: 25%;
    display: inline-block;
    margin: auto;
}

.a-capinnov {
    width: 7%;
    display: inline-block;
    margin: auto;
}

.a-gauche {
    width: 49%;
    display: inline-block;
    background-image: url('../img/bg-cherche.jpg');
    background-size: cover;
    height: 590px;
    margin-left: 5px;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.a-droite {
    width: 49%;
    display: inline-block;
    background-image: url(../img/bg-propose.jpg);
    background-size: cover;
    height: 590px;
    margin-right: 5px;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.btn {
    position: absolute;
    top: 50%;
    width: 15%;
    text-align: center;
	transition: all 0.5s;
}

.btn:hover {
    color: #19a8e3;
	transition: all 0.5s;
}

.a-btn-gauche {
    left: 15%;
    background-color: #fff;
    padding: 20px;
    font-size: 28px;
    border-radius: 2px;
    box-shadow: 5px 5px 8px #000;
}

.a-btn-droite {
    left: 68%;
    background-color: #fff;
    padding: 20px;
    font-size: 28px;
    border-radius: 2px;
    box-shadow: 5px 5px 8px #000;
}

.btn .fa {
    margin-right: 10px;
}

.btn:hover {
    cursor: pointer;
}

.ui-autocomplete { max-height: 200px; overflow-y: scroll; overflow-x: hidden;}

.ui-menu .ui-menu-item a {
  font-size: 75%;
}

.ui-autocomplete {
    position: absolute!important;
    background-color: white;
    padding: 5px;
}

.ui-autocomplete .ui-menu-item-wrapper, .ui-autocomplete .ui-menu-item {
    text-decoration: none;
}

.ui-menu-item-wrapper:hover {
  background-color:#DCDCDC;
}

/*** TRAJETS PROFIL ***/

.tous-trajets {
    width: 60%;
    margin: auto;
}

.trajet-profil {
    width: 45%;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border: solid 1px;
    padding: 12px 0px;
    margin-left: 40px;
	transition: all 0.3s;
}

.trajet-profil:hover {
    box-shadow: 3px 3px 8px #AAA;
    transition: all 0.3s;
}

.trajet-profil label {
    font-weight: 600;
}

.itineraire-profil div {
    display: inline-block;
    width: 40%;
}

.itineraire-profil label {
    display: block;
    margin-bottom: 5px;
}

.temps-profil div {
    display: inline-block;
    width: 40%;
}

.temps-profil label {
    display: block;
    margin-bottom: 5px;
}

.plus-profil div {
    display: inline-block;
    width: 40%;
}

.plus-profil label {
    display: block;
    margin-bottom: 5px;
}

.itineraire-profil {
    margin-bottom: 10px;
}

.temps-profil {
    margin-bottom: 10px;
}

.plus-profil {
    margin-bottom: 10px;
}

.trajet-profil .formulaire_modifier_trajet {
    display: inline-block;
    width: 40%;
}

.trajet-profil .formulaire_modifier_trajet input {
    width: 50%;
    border: solid 1px #000;
    background-color: #fff;
    font-size: 14px;
    padding: 3px;
    border-radius: 3px;
	transition: all 0.3s;
}

.trajet-profil .formulaire_modifier_trajet input:hover {
    border: solid 1px #000;
    background-color: #AAA;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.ui-helper-hidden-accessible {
    display: none;
}

p.titre-ajout-trajet {
    font-size: 25px;
    margin-bottom: 8px;
    border-top: solid 2px;
    padding-top: 10px;
}

.participation-profil {
    margin-bottom: 15px;
}

.participation-profil label {
    display: block;
    margin-bottom: 5px;
}

.participation-profil span {
    display: block;
    margin-top: 5px;
}

.participe-trajet {
    background-color: #42da62;
}

.createur-trajet {
    width: 100%!important;
    text-align: center!important;
    display: block!important;
    margin-bottom: 15px;
}

.pop-up-modif {
    position: fixed;
    background-color: #1dd62c;
    color: #fff;
    width: 30%;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    border-radius: 6px;
    left: 35%;
    z-index: 99999999999;
    top: 12%;
}

.connexion-accueil-new {
    position: absolute;
    top: 6%;
    left: 90%;
    text-align: center;
}

.connexion-accueil-new a {
    display: block;
    margin-bottom: 10px;
}

.connexion-accueil-new input {
    border: solid 1px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding:5px
}

.connexion-accueil-new input:hover {
    cursor: pointer;
}
.intituleVoie {
  display: block;
  float: right;
  height: 50px;
  overflow: hidden;
  margin-left: 10px;
  width: 49% !important;
}
#IDTypeVoie {
  width: 49% !important;
  float: left;
}

.logouimm > img {
  display: inline-block;
  position: absolute;
  margin-top: 1px;
  width: auto;
  height: 87px;
  margin-left: 35%;
}

.connexion-2 button#deconnexion {
padding: 5px 15px;
margin: auto;
background: white;
border: 1px solid grey;
}
center {
  display: none;
}

.mentions {
width: 80%;
margin: auto;
}

.mentions h3 {  
font-family: Calibri;
margin-left: 20px;
margin-top: 50px;
color: #30308a;
font-size: 25px;
}

.mentions p {
font-size: 19px;
}

.bloc-adress{
  display:flex;
}

.bloc-adress > input{
  width: 50% !important;
  
}