.droite {
  	padding: 0;
    height: 270px;
    right: 0.5%;
}
.suppr {
    display: none !important;
}
.connexion {
    height: 32%;
    display: none;
    cursor: pointer;
    padding: 0;
    color: #004d90;
    margin: 0;
    background: #ffffff;
    text-align: center;
    border: 1px solid black;
}
.connexion i {
    margin-top: 3%;
    font-size: 9em;
}
.connexion h2 {
    font-size: 3em;
    margin: auto;
    width: 70%;
    text-align: right;
}
.connexion h6 {
    font-size: 1.3em;
    margin: auto;
    margin-top: 2%;
    text-align: right;
    width: 70%;
}
.connecte {
    display: none;
    height: 32%;
    cursor: pointer;
    border: 1px solid black;
    padding: 0;
    margin: 0;
    text-align: center;
}
.licence {
    height: 48%;
    padding: 0!important;
    margin: 0;
    margin-bottom: 3% !important;
    text-align: center;
    color: #004d90;
}
.licence i {
    font-size: 4em;
    margin-top: 9%;
}
.licence h2 {
    font-size: 1.2em;
    margin-top: 10%;
}
.telechargement {
    height: 48%;
    padding: 0!important;
    margin-bottom: 3% !important;
    text-align: center;
    color: #004d90;
}
.telechargement i {
    font-size: 4em;
    margin-top: 9%;
}
.telechargement h2 {
    font-size: 1.2em;
    margin-top: 10%;
}
.profil {
    height: 48.4%;
    padding: 0!important;
    margin: 0;
    text-align: center;
    color: #004d90;
}
.profil i {
    font-size: 4em;
    margin-top: 9%;
}
.profil h2 {
    font-size: 1.2em;
    margin-top: 10%;
}
.deconnexion {
    height: 48.4%;
    padding: 0!important;
    text-align: center;
    color: #004d90;
}
.deconnexion i {
    font-size: 4em;
    margin-top: 9%;
}
.deconnexion h2 {
    font-size: 1.2em;
    margin-top: 10%;
}
.connecteItem:hover {
    background: #ffffff;
    color: #7aeea3;
}
.connecteMobile {
    position: fixed;
    background: white;
    width: 100%;
    top: 60px;
    z-index: 15;
	display:none;
}
.connecteMobileItem {
    width: 100%;
    height: 25%;
    float: left;
    text-align: center;
    font-size: 3em;
    border-bottom: 1px solid;
    color: #004d90;
}
.connecteMobileItem i {
    margin: auto;
    text-align: center;
}
.connecteMobileItem h2 {
    margin: 0;
    margin-bottom: 3%;
}
.produitPhare {
    height: 37%;
    text-align: center;
    padding: 0;
    background: #ffffff;
    display: flex;
    margin-top: 2.4%;
    border: 1px solid black;
}
.produitPhare a {
    width: 100%;
    height: 100%;
    display: flex;
}
.produitPhare a img {
    margin: auto;
    width: 80%;
}
.footer {
    padding: 0;
    height: 100%;
}
.langue {
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-backface-visibility: hidden;
    height: 50%;
    padding: 0 !important;
    cursor: pointer;
    width: 29%;
    float: left;
    display: flex;
    border-bottom: 1px solid black;
}
.langue img {
    margin: auto;
    height: 50%;
}
img.drapeau {
    max-width: 100%;
    margin: auto;
    cursor: pointer;
}
div.langue a {
    margin: auto;
    height: 100%;
    display: flex;
}
div.langue_scroll a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 30%;
    top: 100%;
}
div.ensembleLangue {
    position: absolute;
    background: #ffffff;
    top: 102%;
    z-index: 2;
    display: flex;
    width: 346%;
    border-bottom: 1px solid;
    height: 80%;
    left: 0;
    cursor: default;
}
.teamviewer {
    height: 30%;
    background: #ffffff;
    display: flex;
    width: 100%;
    color: black;
    padding: 0;
    border-bottom: 1px solid;
}
.teamviewer a {
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    text-decoration: none;
}
.teamviewer a img {
    height: 80%;
    margin: auto;
}
.teamviewer a h2 {
    margin: auto;
}
.footerBas {
    height: 70%;
    padding: 0;
}
.NousContacter {
    height: 50%;
    width: 69%;
    padding: 0 !important;
    display: flex;
    float: right;
    color: black;
    border-bottom: 1px solid;
}
.NousContacter a {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    text-decoration: none;
    display: flex;
}
.NousContacter a h2 {
    font-size: 1.8em;
    margin: auto;
}
.copyright {
    width: 100%;
    height: 50%;
    padding: 0 !important;
    display: flex;
    border-bottom: 1px solid;
}
.copyright p {
    margin: auto;
    color: black;
    font-size: 90%;
}
.recherche {
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-backface-visibility: hidden;
    height: 30%;
    background: #ffffff;
    display: flex;
    color: black;
    padding: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.recherche form {
    display: flex;
    width: 80%;
    height: 60%;
    margin: auto;
}
.recherche form input.barreRecherche {
    width: 78%;
    margin-right: 4%;
    padding-left: 3%;
}
.recherche form input.boutton {
    background: url('../Images/loupe.png');
    width: 18%;
    height: 100%;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
}