.partenaire h1 {
  color: #e39d43;
  display: block;
  font-family: "Roboto", Arial;
  font-size: 25px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-weight: 500;
}

.titleAccount {
  line-height: 1;
}

#page {
  position: relative;
  z-index: 0;
}

.partenaire-choix {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 40px;
  width: 48%;
  background: #e39d43;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #e39d43;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.partenaire-choix:hover, .partenaire-choix:focus, .partenaire-choix:active {
  background: #ffffff;
  color: #e39d43;
}
.partenaire-choix[disabled] {
  background: lightgrey;
  border-color: lightgrey;
}
.partenaire-choix[disabled]:hover {
  color: #515151;
}
.partenaire-choix-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 50px 0 10px;
}

.instruction {
  text-align: center;
}

.partenaire-login {
  display: none;
  max-width: 600px;
  margin: 0 auto;
}
.partenaire-login#columns {
  padding-top: 0;
}
.partenaire-login label {
  line-height: 39px;
}
.partenaire-login .clearfix {
  margin: 30px 0;
}

#uniform-id_country {
  vertical-align: middle;
  display: inline-block;
  width: 60% !important;
}

#postinscri {
  display: none;
}

.partenaire-pp .fancybox-inner {
  height: auto !important;
}

#inscription .tooltip {
  font-size: 1rem;
  max-width: 60%;
}

.psgdpr-consent .label-checkbox {
  display: inline-block;
  max-width: 96%;
  line-height: 1.5;
}

.partenaire-mdp {
  max-width: 600px;
  margin: 0 auto;
}

.recup-mdp .form-control {
  max-width: 265px;
}

.toggle-menu {
  font-family: "Roboto", Arial;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 15px 20px;
  text-transform: uppercase;
  border: 1px solid #cccccc;
}
.toggle-menu .fa {
  float: right;
}

.menuPartenaire {
  background: #eee;
  display: block;
  padding-bottom: 45px;
  position: relative;
}
.menuPartenaire li {
  display: block;
  font-family: "Roboto", Arial;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.menuPartenaire li:hover, .menuPartenaire li.selected, .menuPartenaire li.active {
  background: #e39d43;
}
.menuPartenaire li:hover > a, .menuPartenaire li:hover .toggle-submenu, .menuPartenaire li.selected > a, .menuPartenaire li.selected .toggle-submenu, .menuPartenaire li.active > a, .menuPartenaire li.active .toggle-submenu {
  color: #fff;
}
.menuPartenaire li.logout {
  background: #000;
  bottom: 0;
  color: #fff;
  font-family: "Roboto", Arial;
  left: 0;
  position: absolute;
  width: 100%;
  font-weight: 500;
}
.menuPartenaire li.logout a {
  color: #ffffff;
}
.menuPartenaire li > a {
  display: block;
  color: #3c3c3c;
  padding: 15px 20px;
}
.menuPartenaire li.has-submenu > a {
  float: left;
  max-width: 75%;
}
.menuPartenaire li.has-submenu > .toggle-submenu {
  float: right;
  padding: 15px 20px;
  cursor: pointer;
}
.menuPartenaire li.has-submenu .submenu {
  display: none;
  clear: both;
  background: #eeeeee;
  padding: 0 20px;
}
.menuPartenaire li.has-submenu .submenu ul {
  background: #f8f8f8;
}
.menuPartenaire-wrap {
  margin-bottom: 20px;
}

.listecats-item {
  margin-top: 20px;
}
.listecats-item a {
  display: block;
  color: #232323;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listecats-item a:hover {
  color: #e39d43;
}
.listecats-item .nom-cat {
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1.5;
}
.listecats-item .image {
  width: 100%;
  height: 180px;
  margin: 5px 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.listecats-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.listecats-item .btn-acceder {
  font-family: "Roboto", Arial;
  font-size: 15px;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  float: right;
  border-radius: 30px;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listecats-item .btn-acceder:hover {
  background: #333333;
}

.listedocs-item {
  margin: 7.5px 0;
  width: 32%;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listedocs-item:hover .image:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.listedocs-item:hover .btn-wrap {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.listedocs-item .titre {
  font-size: 19px;
  font-weight: 500;
}
.listedocs-item .titre-wrap {
  border-top: none;
  padding: 15px;
  background: #2b2b2b;
}
.listedocs-item .image {
  text-align: center;
  position: relative;
}
.listedocs-item .image img {
  max-width: 100%;
  max-height: 250px;
}
.listedocs-item .btn-doc {
  font-size: 20px;
  background: #2b2b2b;
  color: #fff;
  display: inline-block;
  padding: 15px;
  border-radius: 30px;
  margin: 10px 10px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listedocs-item .btn-doc:hover {
  background: #e39d43;
}
.listedocs-item .btn-wrap {
  position: absolute;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .menuPartenaire {
    display: none;
  }
  .partenaire-login .clearfix {
    margin: 0px 0 20PX;
  }
}
@media only screen and (min-width: 992px) {
  .menuPartenaire {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .partenaire-choix-wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #inscription .tooltip {
    max-width: 100%;
  }

  .listedocs-item {
    width: 48%;
  }

  #uniform-id_country {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .partenaire-choix {
    margin: 20px auto;
    width: 80%;
    padding: 20px;
  }
  .partenaire-choix-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .listedocs-item {
    width: 100%;
  }
}
