@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}

/* Connexion espace partenaire */
.partner-login-body {
    min-height: 100vh;
    background: #f3f7f2;
}

.partner-login-body #page {
    position: relative;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(77, 181, 19, 0.16), transparent 34%),
        linear-gradient(135deg, #eef7eb 0%, #ffffff 46%, #f7fbf8 100%);
}

.partner-login-body #header {
    position: relative;
    border-bottom: 1px solid rgba(33, 65, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(21, 52, 30, 0.08);
}

.partner-login-body .header-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 22px;
}

.partner-login-body .header-logo img {
    width: min(260px, 58vw);
    max-width: 100%;
    height: auto;
    display: block;
    padding: 16px 0;
}

.partner-login-page {
    min-height: calc(100vh - 92px);
    padding: 58px 22px;
    top: 0;
    background: transparent;
    position: relative;
}

.partner-login-shell {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
    gap: 34px;
    align-items: stretch;
}

.partner-login-hero,
.partner-login-card {
    border: 1px solid rgba(33, 65, 42, 0.10);
    box-shadow: 0 24px 70px rgba(22, 48, 30, 0.13);
}

.partner-login-hero {
    min-height: 540px;
    border-radius: 28px;
    padding: 52px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(12, 22, 16, 0.88), rgba(77, 181, 19, 0.78)),
        url("../../img/truck.jpg") center/cover no-repeat;
    overflow: hidden;
    position: relative;
}

.partner-login-hero:after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

.partner-login-kicker {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #e9ffe2;
    font-size: 0.76em;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.partner-login-hero h1 {
    max-width: 560px;
    margin: 118px 0 18px;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    line-height: 0.96;
    color: #fff;
}

.partner-login-hero p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 1.08em;
    line-height: 1.7;
}

.partner-login-hero ul {
    margin-top: 34px;
    display: grid;
    gap: 12px;
}

.partner-login-hero li {
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

.partner-login-hero li i {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    color: #bdf1a5;
}

.partner-login-body .wrapper-connexion {
    background: transparent;
    overflow: visible;
    display: flex;
    align-items: stretch;
}

.partner-login-body .wrapper-connexion .connexion_form.partner-login-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 38px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    text-align: left;
}

.partner-login-brand {
    margin-bottom: 24px;
}

.partner-login-body .partner-login-brand img {
    max-width: 210px;
    display: block;
}

.partner-login-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 26px;
}

.partner-login-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #4db513, #2d8616);
    box-shadow: 0 12px 26px rgba(77, 181, 19, 0.25);
}

.partner-login-card h2 {
    margin: 0;
    color: #1d3324;
    font-size: 1.9rem;
    line-height: 1.05;
}

.partner-login-card p {
    margin: 6px 0 0;
    color: #64736a;
}

.partner-login-field {
    display: block;
    margin-bottom: 18px;
    color: #263b2a;
    font-weight: 800;
}

.partner-login-field span {
    display: block;
    margin-bottom: 8px;
}

.partner-login-body .wrapper-connexion .connexion_form .partner-login-field input {
    height: 54px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #dce7d7;
    border-radius: 15px;
    background: #fbfdfb;
    color: #213425;
    font-style: normal;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.partner-login-body .wrapper-connexion .connexion_form .partner-login-field input:hover,
.partner-login-body .wrapper-connexion .connexion_form .partner-login-field input:focus {
    border-color: #4db513;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(77, 181, 19, 0.12);
    outline: none;
    cursor: text;
}

.partner-login-links {
    margin: -4px 0 20px;
    text-align: right;
}

.partner-login-links #forgot_pwd {
    float: none;
    color: #2d8616;
    font-weight: 800;
    text-decoration: none;
}

.partner-login-links #forgot_pwd:hover {
    text-decoration: underline;
}

.partner-login-submit {
    width: 100%;
    height: 56px;
    margin-top: 4px;
    border: 0;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #4db513, #2f8d16) !important;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(77, 181, 19, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-login-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(77, 181, 19, 0.34);
}

.partner-login-message {
    margin: 0 0 20px;
    padding: 13px 15px;
    border: 1px solid #ffd7d7;
    border-radius: 14px;
    background: #fff2f2;
    color: #a33131;
    font-weight: 800;
}

.partner-login-register {
    margin-top: 26px;
    padding: 18px;
    border-radius: 18px;
    background: #f2faef;
    text-align: center;
}

.partner-login-register h3 {
    margin: 0 0 9px;
    color: #1d3324;
    font-size: 1rem;
}

.partner-login-register a {
    color: #2d8616;
    font-weight: 900;
    text-decoration: none;
}

.partner-login-register a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 980px) {
    .partner-login-shell {
        grid-template-columns: 1fr;
    }

    .partner-login-hero {
        min-height: auto;
        padding: 34px;
    }

    .partner-login-hero h1 {
        margin-top: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .partner-login-body .header-inner {
        padding: 0 16px;
    }

    .partner-login-body .header-logo img {
        width: 215px;
        height: auto;
        margin: 0;
    }

    .partner-login-page {
        min-height: auto;
        padding: 28px 14px 42px;
    }

    .partner-login-hero {
        display: none;
    }

    .partner-login-body .wrapper-connexion .connexion_form.partner-login-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .partner-login-heading {
        align-items: flex-start;
    }

    .partner-login-card h2 {
        font-size: 1.55rem;
    }

    .partner-login-body .partner-login-brand img {
        max-width: 190px;
    }
}

#page {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* sticky menu */

#page{
	position:absolute;
	top:0;
	width:100%;
	background-color:#fff;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#page.active{
	filter: brightness(50%);
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nav-first {
    float:right;
}
.header-nav {
    text-align: right;
    max-width: 80%;
    padding-right: 13px;
	display:inline-block;
	margin-top: 25px;
	margin-right: 20px;
	vertical-align:top;
}
#header .login{
    display: inline-block;
    vertical-align: top;
    padding: 32px 15px;
    text-transform: uppercase;
    color: #fff;
	font-size: 12px;
    background-color: #4db513;
	border-left: solid 1px #47951a;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header .login:hover{
    background-color: #47951a;
}

.header-logo{display:inline-block;}
.header-nav ul, .header-nav li {
    display: inline;
    list-style: none;
}

.header-nav ul li {
    text-transform: uppercase;
    font-size: 1em;
}

.header-nav ul, .header-nav li {
    display: inline;
    list-style: none;
}

.header-nav a {
    position: relative;
    min-width: auto;
    max-width: auto;
    display: inline-block;
    padding: 8px 8px;
    vertical-align: middle;
    color: #222 !important;
    text-decoration: none !important;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.translate {
    width: 200px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 20px;
}
/* Quelques styles de base */

.main-header {
	color: #626262;
}
#header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    border-bottom: solid 1px #999;
	background-color:#fff;
	top:0;
}
#be-header {
    position: relative;
    width: 100%;
    z-index: 1000;
    border-bottom: solid 1px #999;
	background-color:#fff;
}
.container_grey {
    background: #f7f7f7;
    padding-top: 0;
    top: 0;
    position: relative;
    z-index: 0;
}
.nav-is-stuck .main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	animation: stickAnim .3s;
	z-index:1000;
}
 
.header-logo img {
    height: 60px;
    margin: 10px 0px 5px 30px;
}




body{
	font-family: "Barlow",sans-serif;
	width:100%;
	position:absolute;
	top:0;
}


/*******************************************************/
/* Page de connexion */
.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 9999;
  padding: 20px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  width: calc(100% - 20px);
  margin: 10px;
  line-height:30px;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.add-button #icon {
  height: 45px;
  vertical-align: center;
  position: absolute;
  top: 15px;
  left: 20px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  border: solid 1px #aaa;
  padding: 10px;
  width: 45px;
}
.connexion_form input.button {
  background: #4db513 !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.unmask {
    position: absolute;
    margin-left: -50px;
    width: 50px;
    margin-top: 15px;
    border: none;
    background: #fff;
    cursor: pointer;
	font-size:18px;
}

.container_bg {
    min-height: 100%;
    width: 100%;
    background: #eee;
    position: relative;
    position: relative;
	top: -17px;
}
.header-section {
  display: inline-block;
  position: absolute;
  top: 209px;
  left: 75px;
  height: calc(100% - 5px);
}
.header-section img {
    max-width: 100%;
}
.fil-ariane{
    color: #626262;
    text-decoration: none;
    background: #eee;
    margin: 0;
	position:relative;
    top: -20px;
}
.ariane-container {
    width: 1200px;
    margin:auto;
	max-width:100%;
	padding:20px 15px;
}
.fil-ariane a{
    color: #626262;
    text-decoration: none;
}
.fil-ariane a:hover{
    text-decoration: underline;
}
.fil-ariane li{
    display: inline-block;
}
.baseline{
    font-size: 1.8em;
    text-shadow: 1px 1px #333;
    color: #fdfdfd;
    font-weight: bold;
}
.wrapper{
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 100%;
    background: #fff;
	overflow: hidden;
	background-image: url(https://www.protraceur.com/img/header.png);
	height: 600px;
	background-position: center top;
	background-size: cover;
}
.wrapper-connexion, .wrapperConfirm {
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 100%;
    background: #fff;
	overflow: hidden;
}
.wrapperConfirm{
	margin-top:150px;
}
.wrapper p{
    color: #000;
}
.wrapper .bg-img {
    width: 100%;
    top: 0px;
    position: relative;
	-webkit-filter: brightness(20%);
	filter: brightness(100%);
}
/*mot de passe oublié*/
#forgot_pwd{
  float: right;
  color: #333;
  text-decoration: none;
}
.container {
    width: 1200px;
    margin:auto;
	max-width:100%;
	padding:0 15px;
	margin-bottom:50px;
}
.container a{
    text-decoration: none;
    text-transform: uppercase;
    color: #1a1a1a;
    padding: 15px;
    border: solid 1px #444343;
    margin-bottom: 10px;
    line-height: 56px;
    border-radius: 23px;
    font-size: 0.7em;
}
.container ul{
	margin:10px 0 10px 30px;
}

footer {
    margin: 115px auto 20px auto;
	width:100%;
	background-color:#222;
	color:#fff;
	padding: 30px;
	margin:0;
}
footer a{
    text-decoration:none;
	color:#fff;
}
footer a:hover{
    text-decoration:underline;
}
footer .footer-inner{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}
footer #contact-info{
	width:33%;
	display:inline-block;
	vertical-align:top;
}
footer #copyright {
  text-align: right;
}
footer .copyright{font-size: 13px;}
footer li{
	list-style:none;
	padding-top:15px;
}
footer .bold{
	font-weight:bold;
}
footer .title {
    Font-weight: bold;
    font-size: 1.4em;
}
.wrapper-connexion select, .wrapper select{
  width: 100%;
  padding: 5px;
  margin: 10px 0 20px;
}
.wrapper-connexion, .connexion_form img, .wrapper .connexion_form img{
    max-width:100%;
}
.wrapper-connexion .connexion_form, .wrapper .connexion_form {
    text-align: left;
    padding: 50px 20px;
    margin-top: 120px;
    max-width: 700px;
    margin: auto;
	margin-top: 80px;
}
.connexion_page {
  text-align: left;
  padding: 50px 0px;
  margin-top: 120px;
  margin: auto;
    margin-top: auto;
  margin-top: 80px;
}
.wrapper-connexion .connexion_form .logo, .wrapper .connexion_form .logo {
    margin: 20px auto;
}
.wrapper-connexion .connexion_form p, .wrapper .connexion_form p{
	margin: 10px auto;
	color: #444;
}
.wrapper-connexion .connexion_form label, .wrapper .connexion_form label{
	display: block;
}
.wrapper-connexion .connexion_form input, .wrapper .connexion_form input {
    font-size: 14px;
    padding: 10px 10px 4px 0;
    border-style: none;
    border-bottom-style: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
	font-style: italic;
	background: none;
	transition: 0.6s;
}
.wrapper-connexion .connexion_form input:hover, .wrapper .connexion_form input:hover {
    border-bottom: solid 1px #47951a;
	cursor: pointer;
	transition: 0.6s;
}
.wrapper .connexion_form input:focus {
    background: #fff;
}
.wrapper-connexion .connexion_form .icon-login-eye, .wrapper .connexion_form .icon-login-eye{
    float: right;
    position: relative;
    float: right;
    bottom: 40px;
}
.wrapper-connexion. .connexion_form .right, .wrapper .connexion_form .right {
    width: 100%;
    text-align: right;
    color: #444;
    font-size: 0.9em;
}

/*Menu latéral*/

body {
    color: #222;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
	z-index:9999;
    left: 0;
    padding-left: 0;
}
    #layout.active #menu {
        left: 200px;
        width: 200px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    }

    #layout.active .menu-link {
        right: 0;
    }

/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    padding: 0 2em;
    margin-bottom: 50px;
    line-height: 1.6em;
}

.header {
     margin: 0;
     color: #333;
     text-align: center;
     padding: 90px 2em 0;
     border-bottom: 1px solid #eee;
 }
.header h1 {
	margin: 0.2em 0;
    font-size: 3em;
    font-weight: 300;
 }
 .header h2 {
    font-weight: 300;
    color: #ccc;
    padding: 0;
    margin-top: 0;
 }
.account-disconnect{
    float: right;
    position: relative;
    top: 20px;
    right: 30px;
}
.account-disconnect a{
    text-decoration: none;
    color: #333;
    font-size: 1em;
}
.account-disconnect a:hover{
    text-decoration: underline;
}
.account-disconnect i{
    margin-left:20px;
	font-size: 2em;
	cursor: pointer;
	position: relative;
	bottom: -5px;
	transition: 0.6s;
}
.account-disconnect i:hover{
    color: #EF4036;
	transition: 0.6s;
}
.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}

/*fil d'ariane*/
.breadcrumb {
    text-align: left;
    margin-top: 10px;
    border-bottom: solid 1px #999;
    padding-bottom: 15px;
}
.breadcrumb ol {
    font-size: .8rem;
    list-style: none;
}
.breadcrumb a {
    text-decoration: none;
	color:inherit;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb li {
    display: inline-block;
    font-weight: 400;
}
.breadcrumb li:last-child {
    font-weight: 700;
}
@font-face {
 font-family: "Font Awesome 5 Free";
 src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
        url("../fontawesome/webfonts/fa-solid-900.woff") format("woff");
}
.breadcrumb li + li::before {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: inherit;
    margin: 0 .5rem;
}

/* Mise en forme générale */
h1{
	color:#111;
	margin-top:20px;
	margin-bottom:15px;
	font-size:1.7em;
}
h1::first-letter {
    color: #fff !important;
}
h1::before {

    content: "";
    position: abosute;
    bottom: 0px;
    height: 33px;
    width: 35px;
    background-color: #00A151;
    display: inline-block;
    margin-right: -23px;
    margin-bottom: -5px;

}
h2 {
    font-size: 1.6em;
    color: #222;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.4;
}
h3 {
    color: #222;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
h2::after {
    content: "";
    position: relative;
    bottom: -5px;
    height: 4px;
    width: 40px;
    background-color: #00A151;
    display: block;
}
.section-2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 10px;
}

.section-3{
    width: 33%;
    display: inline-block;
    vertical-align: top;
	text-align:center;
	padding:10px;
}
.section-3 i{
	display:block;
	margin:auto;
    border: solid 1.5px;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px;
    line-height: 100px;
    font-size: 2.3em;
    margin-bottom: 15px;
}
.section-3 .bold{
    margin-bottom:20px;
	font-size:15px;
	font-weight:bold;
}

.section-3 p{
    font-size: 14px;
    font-style: italic;
}
.section-3 img {
    width: 110px;
    display: block;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 15px;
}
/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    margin-left: -200px; /* "#menu" width */
    width: 200px;
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background: #222;
    overflow-y: auto;
	background-size:200px;
}
.pure-menu img{
	width:100%;
}
.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}
.pure-menu-item a{
	text-decoration:none;
	color: #fff !important;
}
    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        color: #999;
        border: none;
        padding: .7em 0 .7em .7em;
		display: block;
		transition: 0.6s;
    }
	#menu a i {
		margin-right: 5px;
		font-size: 1.3em;
		bottom: -0.1em;
		position: relative;
	}

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
		padding-top: 0;
    }

    /*
    Add that light border to separate items into groups.
    */
    #menu .pure-menu ul,
    #menu .pure-menu .menu-item-divided {
        border-top: none;
    }
        /*
        Change color of the anchor links on hover/focus.
        */
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
            background: #fff;
			color: #333 !important;
			transition: 0.6s;
        }

    /*
    This styles the selected menu item `<li>`.
    */
	#menu .pure-menu-heading {
		font-size: 110%;
		color: #333;
		margin: 0;
		background: #fff;
		width: 100%;
		position: relative;
		display: block;
		text-decoration: none;
		height: 80px;
	}
	
	#menu .pure-menu-selected, #menu .pure-menu-heading, #menu .pure-menu-item:hover {
		color: #333 !important;
		background: #eee;
		width: 200px;
		position: relative;
		display: block;
		text-decoration: none;
		left: 0px;
		transition: 0.6s;
	}
	#menu .pure-menu-selected a{color: #333 !important;}
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected a {
            color: #fff;
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
    }

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    position: fixed;
    display: block; /* show this only on small screens */
    top: 0;
    right: 0; /* "#menu width" */
    font-size: 10px; /* change this value to increase/decrease button size */
    z-index: 9999;
    width: 79px;
	height: 79px;
    padding: 3.8em 2.1em;
}

    .menu-link:hover,
    .menu-link:focus {
		cursor:pointer;
    }

    .menu-link span {
        position: relative;
        display: block;
    }

    .menu-link span,
    .menu-link span:before,
    .menu-link span:after {
        background-color: #222;
        width: 100%;
        height: 0.3em;
    }

        .menu-link span:before,
        .menu-link span:after {
            position: absolute;
            margin-top: -0.9em;
            content: " ";
        }

        .menu-link span:after {
            margin-top: 0.9em;
        }


/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {

    .header,
    .content {
        padding-left: 2em;
        padding-right: 2em;
    }

    #layout {
        padding-left: 200px; /* left col width "#menu" */
        left: 0;
		z-index:9999;
    }
    #menu {
        left:0;
		z-index:100;
    }

    .menu-link {
        position: fixed;
        left: 200px;
        display: none;
    }
	.add-button{display: none; }

    #layout.active .menu-link {
        left: 200px;
    }
}

@media (max-width: 48em) {
    /* Only apply this when the window is small. Otherwise, the following
    case results in extra padding on the left:
        * Make the window small.
        * Tap the menu to trigger the active state.
        * Make the window large again.
    */
    #layout.active {
        position: absolute;
		z-index:9999;
        left: 0px;
    }
}

@media only screen and (min-width: 768px) {
/* tablettes et ordinateurs */

}
@media only screen and (max-width: 1200px) {
/* tablette */
.wrapper, .wrapperConfirm {
	height: 400px;
}
.header-section {
  top: 150px;
  left: 30px;
}
.translate-mobile {
    width: 100%;
    text-align: center;
}
.translate {
    display:none;
}
/*mise en forme de l'historique*/
.history-list .title ul li{
    font-weight: bold;
}
.history-list ul li{
    list-style: none;
    display: inline-block;
	font-size:0.7em;
}

}
@media only screen and (max-width: 767px) {
/* smartphone */
.wrapper, .wrapperConfirm {
	height: 250px;
	background:auto 100%;
}
.header-section {
  top: 220px;
  left: 20px;
}
#header .login{
	margin-right: 79px;
	border-right:solid 1px 47951a;
}
.header-logo img {
    height: 60px;
    margin: 10px 0px 5px 10px;
}

.fil-ariane{
    top: -26px;
}
/*mise en forme de l'historique*/
.section-2{
    width:100%;
}
.section-3{
    width:100%;
}

footer #contact-info {
    width: 100%;
	margin-bottom:30px;
}

.baseline {
    display:none;
}
.content {
    padding: 0 1em;
}
.header {
    padding: 90px 1em 0;
}
/* header */
/*********************************************/
.header-nav {
		display: none;
	}
	#menu-burger {
		position: absolute;
		top: 5px;
		right: 5px;
		display: inline-block;
		cursor: pointer;
		width: 45px;
		text-align: center;
		background-color: #333;
		border-radius: 30px;
		float: right;
		margin: 6px 10px 0 10px;
		padding-top: 8px;
		height: 45px;
	}
	
	.burger {
		display: inline-block;
		vertical-align: top;
		height: 60px;
		width: 60px;
		text-align: center;
		background-color: #333;
		border-radius: 35px;
		float: right;
		margin: 6px 10px 0 10px;
	}
	.burger a{
		display: table;
		color: #fff;
		height: 100%;
		width: 100%;
		text-decoration: none;
	}
	.burger i{
		display: table-cell;
		vertical-align: middle;
	}
	.search {
		display: inline-block;
		vertical-align: top;
		height: 45px;
		width: 45px;
		text-align: center;
		background-color: #127568;
		border-radius: 25px;
		margin-top: 6px;
		float: right;
		right: 65px;
	}

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

	/*menu latéral*/

}

.partner-login-body #header {
    position: relative !important;
    top: auto !important;
}

.partner-login-body .partner-login-page {
    position: relative !important;
    top: 0 !important;
    background: transparent !important;
}

.partner-login-body .partner-login-wrapper {
    background: transparent !important;
}
