@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
p {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

/*
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
        font-weight: normal;
}
*/
#clear {
  clear: both;
}

#loginBox hr {
  background-color: #df1c37;
}

a {
  text-decoration: none;
}

body {
  /*font-family: "Arial Black", sans-serif*/
  font-size: 1rem;
  position: relative;
  background: url("images/foule.png") no-repeat center bottom;
  background-size: contain;
  background-attachment: fixed;
  /*background-position: 25% 93%;*/
}

div#logo {
  width: 150px;
  height: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
}

div#logo.citypro {
  background: url("images/logo_city_pro_150.png") no-repeat left top;
}

div#logo.cityzen {
  background: url("images/logo_city_zen_150.png") no-repeat left top;
}

#titre {
  top: 10%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  font-family: "futura_l", arial, sans-serif;
  color: #666666;
  font-size: 15px;
}

.gros_titre {
  font-size: 40px;
  margin: 0 0 20px 0;
}

.gros_titre img {
  position: relative;
  top: 9px;
}

#registration-form-box {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border: solid 1px #cccccc;
  text-align: left;
  background-color: white;
}

#registration-form-box .form-submit {
  width: 400px;
}

div.row div.form_header {
  white-space: nowrap;
  padding: 2px;
  background-color: #f0f0f0;
  border: 1px solid #bbb;
}

div.row div.label {
  float: left;
  width: 53%;
  text-align: right;
  padding-right: 1%;
}

div.row div.formw {
  width: 46%;
  float: left;
}

[dir="ltr"] div.row div.label,
[dir="rtl"] div.row div.formw {
  float: left;
  text-align: right;
}

[dir="rtl"] div.row div.label,
[dir="ltr"] div.row div.formw {
  float: right;
  text-align: left;
}

span.form_required {
  color: #f00;
}

span.form_error {
  color: #f00;
  font-size: x-small;
  margin: 2px;
}

#backgroundimage {
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
}

.backgroundimage {
  width: 100%;
  height: auto;
}

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 55px;
  background: #8bc53f;
  color: #eee;
  /*border-top:1px solid #666666;*/
  text-align: right;
  height: 90px;
  border-top: 4px solid #fff;
  display: inline-flex;
}

footer a.lost_password,
footer a.support {
  float: right;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #666666;
  border-left: 1px solid #666666;
  transition: all 0.1s linear;
}

footer a.lost_password:hover,
footer a.support:hover {
  background: #666666;
  color: #333333;
}

a.btn_facebook {
  float: right !important;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-left: 1px solid #666666;
  background: url(../main/img/btn_facebook.png) #333333 no-repeat top center;
}

a.btn_facebook:hover {
  background: url(../main/img/btn_facebook.png) #666666 no-repeat bottom center;
}

a.btn_youtube {
  float: right !important;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-left: 1px solid #666666;
  background: url(../main/img/btn_youtube.png) #333333 no-repeat top center;
}

a.btn_youtube:hover {
  background: url(../main/img/btn_youtube.png) #666666 no-repeat bottom center;
}

#bande_rouge {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 20%;
  left: 0;
  height: 30px;
  background: #e21937;
}

.form-box {
  margin: 0 auto;
  width: 300px;
  padding: 0;
  /*box-shadow: 0px 0px 15px rgba(0,0,0, 0.3);*/
  text-align: left;
}

.form {
  /*
    padding: 0;
    margin: 0;
    position: relative;
    */
}

#login-form {
  width: 100%;
}

#login-form input {
  width: 100%;
  border-radius: 0px !important;
}

body,
.form,
#links a,
.form-info {
}

.form-error {
  color: red;
  font-size: 9pt;
}

#loginBox p {
  /*
    font-weight: 300!important;
    color: #fff!important;
    */
}

#login-form-submit {
  font-family: "futura_b", arial, sans-serif;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  /*display: block;*/
  height: 50px;
  line-height: 52px;
  text-align: center;
  color: white;
  border: none;
  /*width: 300px;*/
  font-size: 20px;
  background: #d74441;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.1s linear;
}

#login-form-submit.citypro {
  background: #5597ca;
}

#login-form-submit.cityzen {
  background: #d74441;
}

#login-form-submit:hover {
  background: #8bc53f;
}

input {
  font-family: "futura_b", arial, sans-serif;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  display: block;
  height: 50px;
  line-height: 54px;
  text-align: left;
  padding: 0 5px 0 50px;
  color: #555555;
  border: none;
  font-style: italic;
  width: 300px;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.inputBack {
  font-family: "futura_b", arial, sans-serif;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) !important;
  display: block;
  padding: 0 !important;
  color: #999;
  border: none;
  font-style: italic;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  margin: inherit !important;
  width: 120px !important;
  text-align: center !important;
  cursor: pointer;
  background: url(../main/img/picto_cours_2.png) no-repeat #dddddd 5px center !important;
}
.legalMentions h2 {
  color: #8bc53f;
}
.spacer-big {
  margin: 40px 0 !important;
}
.space-top-big {
  margin-top: 40px !important;
}
p + p {
  margin: 10px 0 0 0;
}
.legalMentions > div:not(:last-child) {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
input.identifiant {
  background: url("../main/img/picto_identifiant.png") #ffffff no-repeat 10px
    center;
  background-size: 25px 25px;
}

input.password {
  background: url("../main/img/picto_mot_de_passe.png") #ffffff no-repeat 10px
    center;
  background-size: 25px 25px;
}

.citypro input {
}

input.champ_login {
  top: 13px;
}

input.champ_password {
  top: 45px;
}

select {
  width: 150px;
  color: white;
  /*background-color: #1F3660;*/
  border: none;
  margin-bottom: 2em;
}

#links {
  padding: 0;
  margin: 0;
  width: 200px;
  height: 85px;
  position: relative;
  text-align: center;
}

#links a {
  display: inline-block;
  margin: 13px 0 0 0;
  text-decoration: none;
  color: #e21937;
}

#links a:hover {
  text-decoration: underline;
}

.form-info {
  /*color: #1F3660;*/
  font-size: 9pt;
}

.form-error {
  margin: 0 0 10px 0;
  font-family: "futura_b", arial, sans-serif;
  text-align: right;
  color: #d74441;
}

/****************************** JUMBOTRON ***************************/
.jumbotronCR {
  /*background-color: rgba(0,0,0,0.5);*/
  background: repeating-linear-gradient(
    -55deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.2) 2px,
    rgba(0, 0, 0, 0.2) 2px,
    rgba(0, 0, 0, 0.1) 3px
  );
  margin: 0 auto;
  max-width: 400px;
  margin-top: 10%;
}

/****************************** bootstrap adaptations ***************************/
.text-muted {
  color: #d2d2d2 !important;
}

/*/////////////////////////////////////////////////////////// Fonts */

@font-face {
  font-family: "futura_h";
  src: url("../main/font/futurah-webfont.eot");
  src: url("../main/font/futurah-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../main/font/futurah-webfont.woff") format("woff"),
    url("../main/font/futurah-webfont.ttf") format("truetype"),
    url("../main/font/futurah-webfont.svg#futura_hv_btheavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_l";
  src: url("../main/font/futural-webfont.eot");
  src: url("../main/font/futural-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../main/font/futural-webfont.woff") format("woff"),
    url("../main/font/futural-webfont.ttf") format("truetype"),
    url("../main/font/futural-webfont.svg#futura_lt_btlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_m";
  src: url("../main/font/futuram-webfont.eot");
  src: url("../main/font/futuram-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../main/font/futuram-webfont.woff") format("woff"),
    url("../main/font/futuram-webfont.ttf") format("truetype"),
    url("../main/font/futuram-webfont.svg#futura_md_btmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_b";
  src: url("../main/font/futuran-webfont.eot");
  src: url("../main/font/futuran-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../main/font/futuran-webfont.woff") format("woff"),
    url("../main/font/futuran-webfont.ttf") format("truetype"),
    url("../main/font/futuran-webfont.svg#futura_bk_btbook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_b_c";
  src: url("../main/font/futurabc-webfont.eot");
  src: url("../main/font/futurabc-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../main/font/futurabc-webfont.woff") format("woff"),
    url("../main/font/futurabc-webfont.ttf") format("truetype"),
    url("../main/font/futurabc-webfont.svg#futura_bdcn_btbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_l_c";
  src: url("../main/font/futuralc-webfont.eot");
  src: url("../main/font/futuralc-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../main/font/futuralc-webfont.woff") format("woff"),
    url("../main/font/futuralc-webfont.ttf") format("truetype"),
    url("../main/font/futuralc-webfont.svg#futura_ltcn_btlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_m_c";
  src: url("../main/font/futuramc-webfont.eot");
  src: url("../main/font/futuramc-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../main/font/futuramc-webfont.woff") format("woff"),
    url("../main/font/futuramc-webfont.ttf") format("truetype"),
    url("../main/font/futuramc-webfont.svg#futura_mdcn_btmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_h_c";
  src: url("../main/font/futurxkc-webfont.eot");
  src: url("../main/font/futurxkc-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../main/font/futurxkc-webfont.woff") format("woff"),
    url("../main/font/futurxkc-webfont.ttf") format("truetype"),
    url("../main/font/futurxkc-webfont.svg#futura_xblkcn_btextra_black")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.ppdp {
  font-size: 1.2em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: 0 50px;
  margin-bottom: 350px;
  text-align: justify;
  color: #666666;
}
.ppdpTitre {
  margin-top: 10%;
  font-size: 2em;
  font-family: "futura_l", arial, sans-serif;
  padding: 0 30px;
  text-align: center;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.centerImage {
  position: relative;
  transform: translateY(25%);
}
.centerCgu {
  margin-top: 3.2vh;
  transform: translateY(-50%);
}
/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 10%;
  font-size: 16px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0px;
  right: 0px;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #8bc53f;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #fff;
}
#cookieConsent a.cookieConsentOK {
  background-color: #e21937;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
  transition: all 0.15s linear;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #fff;
  color: #e21937;
}
/*Cookie Consent End*/
.footerCGU {
  width: 20%;
  height: 100%;
  float: left;
  text-align: center;
  /*line-height: 35px;*/
  border-left: 1px solid #79a82d;
  font-size: 1.1em;
  font-family: "futura_l", arial, sans-serif;
  color: #fff;
}

.footerCGU a:link {
  color: inherit;
}
.footerCGU a:hover {
  color: #eee;
}
.footerCGU a:visited {
  color: inherit;
}

.bgNav {
  background-color: rgb(51, 51, 51) !important;
  -webkit-box-shadow: 0px -4px 15px -3px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px -4px 15px -3px rgba(0, 0, 0, 0.5) !important;
  font-size: 0.9rem;
}
.dropdown-item,
.smenu {
  background-color: #d74441 !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-weight: 100 !important;
  font-size: 0.9rem !important;
}

.dropdown-item:hover {
  /*background-color: #333 !important;*/
  border-bottom: solid 1px #dddddd !important;
  border-top: solid 1px #dddddd !important;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.01em !important;
  content: "";
  border-top: 0;
  border-right: 0.5em solid transparent !important;
  border-bottom: 0.5em solid !important;
  border-left: 0.5em solid transparent !important;
}

.__navbar a:first-child {
  display: none;
}
.__navbar {
  background-color: #8bc53f;
  font-family: "futura_l", arial, sans-serif;
  font-size: small;
  /*
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 5px solid #fff;
    */
}

/* Style the links inside the navigation bar */
.__navbar a {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1em;
  border-left: 1px solid #79a82d;
}

/* Change the color of links on hover */
.__navbar a:hover {
  color: #eee;
}

/* Add a green background color to the active link */
.__navbar a.active {
  color: white;
}

/* Hide the link that should open and close the navbar on small screens */
.__navbar .icon {
  display: none;
}

/*////////////////////////////////////////////////////////////// TEMPLATE - MOINS DE 500 PX DE LARGE /////////////////////////////////////////////////////*/
@media all and (max-width: 450px) {
  /*////////////////////////////////////////////////////////////// Titre */

  body {
    background-position: center bottom 50px !important;
  }

  #titre {
    position: relative;
    top: inherit;
    padding: 30px 0 0 0;
  }

  p {
    width: 80%;
    margin: 0 auto;
  }

  .gros_titre {
    font-size: 21px;
    margin: 0 auto 20px;
  }

  .gros_titre img {
    display: block;
    margin: 0 auto;
  }

  p {
    width: 80%;
    margin: 0 auto;
  }

  h1 {
    font-weight: 300 !important;
    font-size: 1.5rem !important;
  }
  /*////////////////////////////////////////////////////////////// Formulaire */

  .form-box {
    max-width: 80%;
    top: inherit !important;
    margin: 50px auto 0;
  }

  input {
    width: 100%;
    padding: 0 5px 0 40px;
    height: 35px;
    line-height: 40px;
    font-size: 16px;
  }

  #login-form-submit {
    width: 100%;
    height: 35px;
    line-height: 38px;
    font-size: 16px;
  }

  #login-form {
    width: 100% !important;
  }

  /*////////////////////////////////////////////////////////////// Footer */

  footer a.lost_password,
  footer a.support {
    border: none !important;
    padding: 0;
  }

  footer a.lost_password {
    margin: 0 10px 0 0;
  }

  footer a.support {
    float: left;
    margin: 0 0 0 10px;
  }

  footer a.lost_password:hover,
  footer a.support:hover {
    background: none;
    color: #ffffff;
  }

  /*////////////////////////////////////////////////////////////// Mot de passe perdu */

  #lostpassword-form-box {
    margin: 10px auto 50px;
  }

  #titre.mdp_perdu p {
    margin: 10px auto 0;
  }

  footer.footer_mdp_perdu {
    text-align: center;
  }

  footer.footer_mdp_perdu a.support {
    float: none;
  }
  .footerCGU {
    width: 50%;
  }
  .centerCgu {
    margin-top: 7.2vh;
    transform: translateY(-50%);
  }

  .__navbar a:first-child {
    display: block;
  }
  .__navbar a:not(:first-child) {
    display: none;
  }
  .__navbar-a-stop {
    display: none !important;
  }
  .__navbar a.icon {
    float: right;
    display: block;
  }
  .__navbar.responsive a.icon {
    position: relative;
    right: 0;
    bottom: 0;
    float: right !important;
    border-top: none !important;
  }
  .__navbar.responsive a {
    float: none;
    border: none !important;
    display: block;
    text-align: left;
    border-top: 1px solid #79a82d !important;
  }

  a.btn_facebook:hover {
    background: url(../main/img/btn_facebook.png) #666666 no-repeat bottom
      center;
  }

  a.btn_youtube:hover {
    background: url(../main/img/btn_youtube.png) #666666 no-repeat bottom center;
  }
}

/*////////////////////////////////////////////////////////////// TEMPLATE - 500 PX DE LARGE //////////////////////////////////////////////////////////////*/
@media all and (min-width: 450px) and (max-width: 650px) {
}

/*////////////////////////////////////////////////////////////// TEMPLATE - 800 PX DE LARGE //////////////////////////////////////////////////////////////*/
@media all and (min-width: 650px) and (max-width: 912px) {
}

/*////////////////////////////////////////////////////////////// TEMPLATE - 1024 PX DE LARGE //////////////////////////////////////////////////////////////*/
@media all and (min-width: 912px) and (max-width: 1152px) {
}

/*////////////////////////////////////////////////////////////// TEMPLATE - 1280 PX DE LARGE //////////////////////////////////////////////////////////////*/
@media all and (min-width: 1152px) and (max-width: 1440px) {
}

/*////////////////////////////////////////////////////////////// TEMPLATE - 1600 PX DE LARGE //////////////////////////////////////////////////////////////*/
@media all and (min-width: 1440px) and (max-width: 1760px) {
}

/*////////////////////////////////////////////////////////////// TEMPLATE - 1920 PX DE LARGE //////////////////////////////////////////////////////////////*/
@media all and (min-width: 1760px) and (max-width: 2080px) {
}

/*////////////////////////////////////////////////////////////// TEMPLATE - PLUS DE 1920 PX DE LARGE //////////////////////////////////////////////////////*/
@media all and (min-width: 2080px) {
}
