/**

Theme - Rhazael
Bonjour à toi si tu observes ce CSS.

***-> style.css  | main theme
***-> reset.css  | reset custom par défaut
***-> fonts.css  | imports des polices

░░░░░░░░░░░░░░░░░░░░░░█████████
░░███████░░░░░░░░░░███▒▒▒▒▒▒▒▒███
░░█▒▒▒▒▒▒█░░░░░░░███▒▒▒▒▒▒▒▒▒▒▒▒▒███
░░░█▒▒▒▒▒▒█░░░░██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██
░░░░█▒▒▒▒▒█░░░██▒▒▒▒▒██▒▒▒▒▒▒██▒▒▒▒▒███
░░░░░█▒▒▒█░░░█▒▒▒▒▒▒████▒▒▒▒████▒▒▒▒▒▒██
░░░█████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██
░░░█▒▒▒▒▒▒▒▒▒▒▒▒█▒▒▒▒▒▒▒▒▒█▒▒▒▒▒▒▒▒▒▒▒██
░██▒▒▒▒▒▒▒▒▒▒▒▒▒█▒▒▒██▒▒▒▒▒▒▒▒▒▒██▒▒▒▒██
██▒▒▒███████████▒▒▒▒▒██▒▒▒▒▒▒▒▒██▒▒▒▒▒██
█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒█▒▒▒▒▒▒████████▒▒▒▒▒▒▒██
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██
░█▒▒▒███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██
░██▒▒▒▒▒▒▒▒▒▒████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒█
░░████████████░░░█████████████████

----------Settings----------
--Fonts--
font-family: 'Raleway', sans-serif;
font-family: 'Orbitron', sans-serif;

--Raleway font weight--
Light   :   font-weight: 300;
Regular :   font-weight: 400;
Semibold:   font-weight: 600;
Bold    :   font-weight: 700;

--Couleurs--
Rouge-pourpre     |   #9e112e
Mauve             |   #760661

--Dégradés--
Rouge-pourpre -> Mauve
|-> background-image: linear-gradient(to right, #a1122b, #760661);
|-> border-image: linear-gradient(to right, #a1122b, #760661) 1 100%;

Rouge -> Orange
|-> background-image: linear-gradient(to right, #7f0003, #7f2000);

Bleu -> Mauve
|-> background-image: linear-gradient(to right, #003d7f, #300094);



*/

/* Valeurs par défaut */
body{
  font-size: 16px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

*::selection{
  color: #fff;
  background-color: #760661;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version */
}


/************************
    FOCUS
**************************/

#accueil,#pro,#presta,#services,#support,#cle-en-main,#about,#mentions-legales {display: none;}

#accueil:target,#pro:target,#presta:target,#services:target,#support:target,#cle-en-main:target,#about:target, #mentions-legales:target {display: flex;}


/*============================
          ACCUEIL
============================*/

#main {
  width: 100vw; max-width: 100vw;
  height: 100vh; max-height: 100vh;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: block;
}

section {
  display: block;
  width: 100%;
  height: 100vh;
  transition: all ease .2s;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

#accueil {

}

.blaze{
  display: block;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

img.logo-main {
  margin: auto;
  width: 187px;
  display: block;
}

.blaze h1 {
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  font-size: 31px;
  letter-spacing: 0;
}

.blaze h2 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2.8px;
  font-weight: 300;
}

.blaze h2 b {
  color: #760661;
}

nav.accueil-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

nav.accueil-nav a {
  width: 25%;
  /* height: 70px; */
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #a1122b, #760661) 1 stretch;
  margin: 0 75px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  transition: all ease .2s;
}

nav.accueil-nav a:hover{

}

/**/

/**/



nav.accueil-nav a div.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px
}

nav.accueil-nav a div.nav-container div {
  text-align: center;
}

nav.accueil-nav a div.nav-icon {
  width: 20px;
  height: 20px;

}

nav.accueil-nav a div.nav-label {
  padding-left: 20px;
  position: relative;
  max-width: 160px;
}

.nav-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav-icon-key {background-image: url('../img/key.png');}
.nav-icon-pen {background-image: url('../img/prestations.png');}
.nav-icon-about {background-image: url('../img/apropos.png');}






/*============================
          PRO
============================*/

#pro{

}

.pro-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.pro-container::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.partenariat, .pro-connexion {
  flex:1;
}

.partenariat {
  padding: 20px 60px 0 20px;
  text-align: right;
  z-index: 2;
}

.pro-connexion {
  padding: 20px 20px 0 60px;
  text-align: left;
  opacity: 0.4 !important;
}

.pro-connexion::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.pro-container h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.pro-container h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 60px;
}


.pro-container p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}

.pro-container .partenariat p {
  text-align: justify;
  text-align-last: right;
}

.pro-container a, .input-connexion input {
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  transition: all ease .2s;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px;
}

/*Couleur boutons partenariats*/
.pro-container .partenariat a {background-color:rgba(161,18,43,.4);}
.pro-container .partenariat a:hover {background-color:rgba(161,18,43,1);}
/*Couleur boutons connexion*/
.pro-container .pro-connexion a {background-color:rgba(118,6,97,.4);}
.pro-container .pro-connexion a:hover {background-color:rgba(118,6,97,1);}


.input-connexion input {
  letter-spacing: 2px;
  background-color:rgb(29, 4, 24);
  cursor: pointer;
  border: 0;
  cursor: default;
  color: #555;
}


.pro-container a:hover{
  padding: 10px 45px;
}

.input-connexion input:hover{
  /* padding:10px 75px; */
}

.pro-connexion form {
  margin-top: 60px;
  margin-bottom: 50px;
}

.pro-connexion form label {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
}

.pro-connexion form label input {
  display: block;
  width: 70%;
  margin-top: 10px;
  padding: 10px;
  color: #a5569a;
  background-color:transparent;
  border:1px solid #777;
  margin-bottom: 15px;
  transition: all ease .2s;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
}

.pro-connexion form label input:focus{
  border-image: linear-gradient(to right, #a1122b, #760661) 1 stretch;
  padding: 15px;
}

.pro-connexion .info-connexion {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.pro-connexion .info-connexion a{
  flex: 4;
  border: 1px dotted #760661;
  padding: 5px;
  background-color: inherit;
  text-align: center;
}
.pro-connexion .info-connexion p{flex: 3;}


.pro-connexion .info-connexion a:hover {
  padding:5px;
}



/*============================
          PRESTATIONS
============================*/

#presta{

}

.presta-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.presta-container h1 {
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: -2px;
  margin-bottom: 80px;
  font-weight: 700;
}

.presta-container ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.presta-container ul li {
  flex: 1;
  max-width: 250px;
  height: 250px;
}

.presta-container ul li h3 {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: -2px;
  margin-bottom: 35px;
  font-weight: 700;
}

.presta-container ul li a {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #030303;
  font-size: 17px;
  letter-spacing: 2px;
  position: relative;
  color: #fff;
  transition: all ease .4s;
}

.presta-container ul li a:hover {
  height: 240px;
  width: 110%;
  margin-top: -20px;
  margin-left: -5%;
}

.presta-container ul li a h4 {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 600;
  transition: all ease .4s;
}

.presta-container ul li a:hover h4{
  margin-bottom: 12px;
}

.presta-container ul li .bordure-bas-droite {
  position: relative;
}

.presta-container ul li a:hover~div::after,
.presta-container ul li a:hover~div::before
{
  right: -5%;
}

.presta-container ul li .bordure-bas-droite::before,
.presta-container ul li .bordure-bas-droite::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease .2s;
}

.presta-container ul li .bordure-bas-droite::before{
  width: 50%;
  height: 5px;
}

.presta-container ul li .bordure-bas-droite::after{
  width: 5px;
  height: 100px;
}


a.bhg-sup::before,a.bhg-svs::before,a.bhg-cem::before,
a.bhg-sup::after,a.bhg-svs::after,a.bhg-cem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

a.bhg-sup::before,a.bhg-svs::before,a.bhg-cem::before {
  width: 50%;
  height: 5px;
}

a.bhg-sup::after,a.bhg-svs::after,a.bhg-cem::after {
  width: 5px;
  height: 50%;
}

a.bhg-sup::after{background-color: #003d7f;}
a.bhg-sup::before{background-image: linear-gradient(to right, #003d7f, #300094);}
a.bhg-svs::after{background-color: #760661;}
a.bhg-svs::before{background-image: linear-gradient(to left, #a1122b, #760661);}
a.bhg-cem::after{background-color: #7f0003;}
a.bhg-cem::before{background-image: linear-gradient(to right, #7f0003, #7f2000);}


.bbd-sup::after {background-color: #300094;}
.bbd-sup::before {background-image: linear-gradient(to right, #003d7f, #300094);}
.bbd-svs::after {background-color: #760661; }
.bbd-svs::before {background-image: linear-gradient(to left, #a1122b, #760661);}
.bbd-cem::after {background-color: #7f2000;}
.bbd-cem::before {background-image: linear-gradient(to right, #7f0003, #7f2000);}



/*============================
PRESTATIONS -> SUPPORT + SERVICES + CLE-EN-MAIN
============================*/

#support,#services,#cle-en-main{

}

.cle-en-main-main{
  padding: 65px;
}

.presta-focus-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.presta-focus-main {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #030303;
  min-height: 570px;
}

.presta-focus-main a {color: #fff;}

.presta-focus-main .informations {padding-right: 15px;}



.presta-focus-main .informations h3 {
  padding: 0;
  margin: 0;
}

#support .presta-focus-main .informations {border-right: 4px solid #023a80;}
#support .presta-focus-main .informations h3{color:#023a80;}
#services .presta-focus-main .informations {border-right: 4px solid #870b4c;}
#services .presta-focus-main .informations h3{color:#870b4c;}

.presta-focus-main .informations p {margin-top: 5px;}

.presta-focus-main .presta-contact p {
  text-align: center;
  margin-bottom: 10px;
  width: 75%;
  float: right;
  padding: 0;
  font-size: 12px;
}

.presta-focus-main .presta-contact a,
.presta-focus-container a.presta-contact  {
  width: 75%;
  text-align: center;
  display: block;
  padding: 25px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
  float: right;
  transition: all ease .2s;
}

.presta-focus-container a.presta-contact {
  float: inherit;
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}


#support .presta-focus-main .presta-contact a {background-image: linear-gradient(to right, #003d7f, #300094);}
#services .presta-focus-main .presta-contact a {background-image: linear-gradient(to left, #a1122b, #760661);}
#cle-en-main .presta-focus-container a.presta-contact  {background-image: linear-gradient(to right, #7f0003, #7f2000);}

#cle-en-main .acontact {opacity: 0.5;}

.presta-focus-main .presta-contact a:hover,
.presta-focus-container a.presta-contact:hover {
  font-size: 28px;
}


.presta-focus-main-left,.presta-focus-main-right{
  flex:1;
}

.presta-focus-main h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 35px;
}

.presta-focus-main h3 {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
}



.presta-focus-main .presta-focus-main-left h3::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0;
  background-color: #600a21;
}

#support .presta-focus-main .presta-focus-main-left h3::before{
  background-color: #003d7f;
}

.presta-focus-main p {
  font-size: 13px;
  color: #a0a0a0;
  letter-spacing: 1px;
  padding-left: 28px;
}

.presta-focus-main-left {
  text-align: left;
  padding: 65px 0 65px 65px;
}

.presta-focus-main-right {
  text-align: right;
  padding: 65px 65px 65px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/**********CEM***************/

#cle-en-main .presta-focus-main {display: block;}

.presta-cle-en-main-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.presta-cle-en-main-top-left {
  text-align: left;
}

.presta-cle-en-main-top-left h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

.presta-cle-en-main-top-left h4 b {color:#760661;}

.presta-cle-en-main-top-left p {padding: 0;margin-top: 10px;}


/************ NAV *************/


.presta-focus-nav-left,.presta-focus-nav-right{
  position: absolute;
  top: 45%;
  padding: 20px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #fff;
  width: 350px;
}

.presta-focus-nav-left{
  left: -212px;
  transform: rotate(-90deg);
}

.presta-focus-nav-right{
  right: -210px;
  transform: rotate(90deg);
}

.presta-focus-nav-left::before {
  content: "";
  border-bottom: 25px solid #760661;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  position: absolute;
  top: -25px;
  left: 40%;
}

.presta-focus-nav-right::before {
  content: "";
  border-bottom: 25px solid #760661;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  position: absolute;
  top: -25px;
  left: 40%;
}

#services .presta-focus-nav-left::before {border-bottom-color:#003d7f; }
#services .presta-focus-nav-right::before {border-bottom-color:#7f0003;}
#cle-en-main .presta-focus-nav-left::before {border-bottom-color:#760661;}
#support .presta-focus-nav-right::before {border-bottom-color:#760661;}

.presta-return-cross {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 4;
  height: 33px;
  width: 33px;
  opacity: 0.4;
  transition: all ease .2s;
}

.presta-return-cross:hover{
  opacity: 1;

}



.presta-return-cross:before, .presta-return-cross:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 34px;
  width: 2px;
  background-color: #999;
}
.presta-return-cross:before {
  transform: rotate(45deg);
}
.presta-return-cross:after {
  transform: rotate(-45deg);
}


/***************************************************/
/*****Bordures*****/
/***************************************************/
/*  before -> vertical
    after -> horizontal */
.presta-focus-main-left::before,.presta-focus-main-left::after,
.presta-focus-main-right::before,.presta-focus-main-right::after,
.pfccem::after, .pfccem::before,
.cle-en-main-main::after, .cle-en-main-main::before {
  content: "";
  position: absolute;
}

.presta-focus-main-left::before,
.presta-focus-main-right::before,
.pfccem::before, .cle-en-main-main::before {
  width: 5px;
  height: 50%;
}

.presta-focus-main-left::after,
.presta-focus-main-right::after,
.cle-en-main-main::after,.pfccem::after {
  width: 50%;
  height: 5px;
}

/*Positions*/
.presta-focus-main-left::before,
.pfccem::before {top: 0; left: 0;z-index: 1;}
.presta-focus-main-left::after,
.pfccem::after {top: 0; left: 0;}
.presta-focus-main-right::before,
.cle-en-main-main::before {bottom: 0; right: 0;}
.presta-focus-main-right::after,
.cle-en-main-main::after {bottom: 0; right: 0;}

/*Couleurs*/

#services .presta-focus-main-left::before {background-color:#760661;}
#services .presta-focus-main-left::after {background-image: linear-gradient(to left, #a1122b, #760661);}
#services .presta-focus-main-right::before {background-color: #a1122b;}
#services .presta-focus-main-right::after {background-image: linear-gradient(to left, #a1122b, #760661);}



#support .presta-focus-main-left::before {background-color: #003d7f;}
#support .presta-focus-main-left::after {background-image: linear-gradient(to right, #003d7f, #300094);}
#support .presta-focus-main-right::before {background-color: #300094;}
#support .presta-focus-main-right::after {background-image: linear-gradient(to right, #003d7f, #300094);}


#cle-en-main .pfccem::before {background-color: #7f0003;}
#cle-en-main .pfccem::after {background-image: linear-gradient(to right, #7f0003, #7f2000);}
#cle-en-main .cle-en-main-main::before {background-color: #7f2000;}
#cle-en-main .cle-en-main-main::after {background-image: linear-gradient(to right, #7f0003, #7f2000);}

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





/*============================
          ABOUT
============================*/

#about{}


.about-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.about-infos {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
  color: #fff;
}

.about-infos-image {margin-right: 40px;}

.about-infos-cr {
  background-image: url('../img/graph.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 173px 167px;
}

.about-infos-cr h1 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 60px;
}

.about-infos-cr h2 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 700;
  line-height: 29px;
}

.about-infos-cr h2 > b {color: #9e112e;}

.about-infos-cr h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-infos-cr h4 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 30px;
}

.about-infos-cr p {
  font-size: 19px;
  font-weight: 300;
}


/***** LINKS *****/

.infos-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  /* margin-top: 100px; */
}

.infos-contact a {
  width: 75px;
  height: 75px;
  border:3px solid transparent;
  margin: 0 45px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease .2s;
  overflow: hidden;
}

.infos-contact a:hover {
  width: 120px;
  height: 120px;
  border:3px solid #a1122b;
}

a.contact-linkedin {background-image: url('../img/linkedin_icon_color.png');}
a.contact-mail {background-image: url('../img/mail_1.png');}
a.contact-phone {background-image: url('../img/smartphone.png');}

.infos-contact a.contact-phone:hover{
  width: 300px;
  background-position: 10% 50%;
}

.infos-contact a.contact-phone span {
  display: none;
  transition: all ease .2s;
  color: transparent;
  line-height: 120px;
  font-family: 'Orbitron', sans-serif;
  font-size: 22px;
  font-weight: inherit;
  margin-left: 50px;
}

 .infos-contact a.contact-phone:hover span {
   display: inline-block;
   color: #fff;

 }


/******** LINE INFOS *******/

.infos-ae {
  display: flex;
  justify-content: center;
  /* margin-top: 50px; */
  align-items: center;
}

.infos-ae p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.infos-ae p b {color: #a1122b;}
.infos-ae p u {
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
  font-weight: inherit;
  font-size: 15px;
}

/*============================
          MENTIONS LEGALES
============================*/

.mentions-container {
  width: 100%;
  height: 70%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-y: scroll;
  color: #fff;
}

.mentions-container h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.mentions-container h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 22px;
  letter-spacing: -2px;
}

.mentions-container h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 15px;
  letter-spacing: -1px;
}

.mentions-container p {
  font-size: 15px;
  letter-spacing: 1px;
}

.mentions-container a {
  color: #cf6578;
  text-decoration: underline;
}

.mentions-container p b {color: #760661;}

/*************** SCROLLBAR BASE CSS ***************/

.sb-container{
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.sb-content {
  height:100%;
  width: 120%;
  padding-right: 20%;
  overflow-y: scroll;
  box-sizing:border-box;
}
.sb-scrollbar-container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: 5px;
    width: 10px;
}
.sb-container-noscroll .sb-scrollbar-container {
    right: -20px;
}

.sb-scrollbar {
  position: absolute;
  right: 0;
  height: 30px;
  width: 10px;
  border-radius: 10px;
  background: rgba(50, 50, 50, 0.5);
}

.sb-scrollbar:hover {
    background: rgba(0, 0, 0, 0.5);
}


/*============================
          MENU TOP
============================*/

nav#menu-top {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

nav#menu-top div.cmenu {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav#menu-top input {display: none;}
nav#menu-top label {display: none;}


nav#menu-top a.a-top {
  margin: 0 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 400;
  transition: all ease .2s;
  padding: 15px 40px;
  position: relative;
}

nav#menu-top a.a-top::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0px;
  height: 1px;
  background-image: linear-gradient(to right, #a1122b, #760661);
  transition: all ease .2s;
}

nav#menu-top a.a-top:hover::after{width: 80%;right: 10%;}

/*Fix active*/
nav#menu-top a.active::after{
  background-image: inherit;
  height: 0;
}

nav#menu-top a.a-top-home img {height: 61px;}

nav#menu-top a.active {
  border: 1px solid #fff;
  border-image: linear-gradient(to right, #a1122b, #760661) 1 stretch;
}

/*============================
          FOOTER
============================*/

footer{
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  height: 25px;
  width: 100%;
  line-height: 20px;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  z-index: 2;
}

footer a {
  margin-left: 5px;
  color: #fff;

}



/*========================================================
==========================================================
                        RESPONSIVE


    ===> Lowest : w - 320px / h - 480px
==========================================================
========================================================*/

/*======================================*/
/*  Ecran 1280 * 800  -> height 700px~  */
/*======================================*/
@media only screen and (max-width: 1279px) {
  /*=======ACCUEIL============*/
}

@media only screen and (max-height: 780px) {
  /*=======   ACCUEIL   ============*/
  /*=======   PRO       ============*/
  .pro-connexion      {padding: 0 20px 0 60px;}
  .partenariat        {padding: 0 60px 0 20px;}
  .pro-container h2   {margin-bottom: 10px;}
  .pro-container h3   {margin-top: 30px;
                       font-size: 13px;}
  .pro-connexion form {margin-top: 30px;
                       margin-bottom: 40px;}
  .pro-connexion form label {font-size: 13px;}
  .pro-container p    {margin-bottom: 7px;}
  /*=======   PRESTA     ============*/
  .presta-container h1{font-size: 50px;
                       margin-bottom: 60px;}
  .presta-container ul li h3 {font-size: 32px;}
  /*SOUS PARTIES*/
  .presta-focus-main  {min-height: 480px;}
  .presta-focus-main-right {padding: 50px 50px 50px 0;}
  .presta-focus-main-left  {padding: 50px 0 50px 50px;}
  .presta-focus-main h2 {font-size: 50px;}
  .presta-focus-main h3 {font-size: 17px;}
  .presta-cle-en-main-top-right img {width: 200px;}
  .presta-focus-container a.presta-contact {margin-top: 50px;}
  /*=======   ABOUT     ============*/
  .about-infos-image img {width: 200px;}
  .about-infos-cr h1    {font-size: 50px;
                         margin-bottom: 5px;}
  .about-infos-cr h2    {font-size: 28px;
                         line-height: 23px;}
  .about-infos-cr h3    {font-size: 16px;}
  .about-infos-cr h4    {font-size: 15px;
                         margin-top: 16px;}
  .about-infos-cr p     {font-size: 15px;}
  .about-infos-cr       {background-size: 133px 117px;}
  .infos-contact        {height: 180px;}
}

/*======================================*/
/*  Ecran 1024 * 760  -> ~  */
/*======================================*/

@media only screen and (max-width: 1080px) {

  /*=======   ACCUEIL     ============*/
  img.logo-main         {width: 150px;}
  nav.accueil-nav a     {font-size: 12px;
                         margin: 0 35px;}
  /*=======   PRO     ============*/
  .pro-container a, .input-connexion input
                        {font-size: 11px;
                         font-weight: 600;}
  .pro-container p      {font-size: 13px;
                         letter-spacing: 1px;}
  .pro-connexion form   {margin-bottom: 20px;}
  /*=======   PRESTA     ============*/
  .presta-focus-container{width: 85%;}
  .presta-container ul  {padding: 0 40px;}
  .presta-focus-main h2 {font-size: 47px;}
  .presta-container ul li {max-width: 220px;}
  .presta-container ul li a {font-size: 15px;}
  .presta-focus-nav-left, .presta-focus-nav-right
                          {padding: 10px;
                           font-size: 22px;
                           letter-spacing: 1px;}
  .presta-focus-nav-right {right: -200px;}
  .presta-focus-nav-left  {left: -202px;}
  .presta-focus-nav-left::before{border-bottom-width: 15px;top: -10px;left: 43%;}
  .presta-focus-nav-right::before{border-bottom-width: 15px;top: -10px;left: 43%;}
  .presta-return-cross {top: 12px;right: 17px;
                        height: 20px;width: 20px;}
  .presta-return-cross::before, .presta-return-cross::after
                        {height: 21px;}
  /*SOUS PARTIES*/
  .presta-focus-main-left{padding: 30px 0 30px 50px;}
  .presta-focus-main-right{padding: 30px 50px 30px 0;}
  .presta-focus-main h3 {font-size: 15px;}
  .presta-focus-main p  {font-size: 11px;}
  .presta-focus-main .presta-contact p {font-size: 11px;}
  .presta-focus-main .presta-contact a, .presta-focus-container a.presta-contact {font-size: 22px;}
  .presta-focus-main .presta-contact a:hover,
  .presta-focus-container a.presta-contact:hover {font-size: 26px}
  /*=======   ABOUT     ============*/
  .infos-contact a      {background-size: contain;
                        width: 50px;
                        height: 50px;
                        border: 0;}
  .infos-contact a:hover {
                          width: 80px;
                          height: 80px;
                          border: 0;
                        }
  .infos-contact a.contact-phone span {
                          line-height: 80px;
                          margin-left: 30px;
                          font-size: 18px;
                        }
  /*=======   ML     ============*/

  footer                {font-size:9px;}
}


/*======================================*/
/*  Smartphon 320 * 640            */
/*======================================*/

@media only screen and (max-width: 720px) {
  /*=======   ACCUEIL     ============*/
  img.logo-main     {width: 130px;}
  .blaze h1         {text-align: center;font-size: 25px;}
  .blaze h2         {text-align: center;font-size: 8px;}
  nav.accueil-nav   {flex-direction: column;margin-top: 20%;}
  nav.accueil-nav a {
                      width: auto;
                      font-size: 11px;
                      margin: 10px 35px;
                      height: 60px;
                    }
  nav.accueil-nav a div.nav-container {
                      height: 60px;
                    }
  /*=======   PRO     ============*/

  .pro-container    {
                      height: 80%;
                      flex-wrap: wrap;
                      overflow: scroll;
                    }
  .pro-container::after {background-color: inherit;}
  .pro-connexion    {
                      padding: 10px 20px 35px 20px;
                      order: -1;
                    }
  .partenariat      {
                      padding: 35px 20px 10px 20px;
                      text-align: center;
                      border-top: 1px solid #333;
                    }

  .pro-connexion .info-connexion {flex-wrap: wrap;}
  .pro-connexion .info-connexion p,
  .pro-connexion .info-connexion a
                    {
                      flex: inherit;
                    }
  .pro-connexion .info-connexion p
                    {
                      margin-bottom: 0;
                      width: 100%;
                      text-align: center;
                    }
  .pro-connexion h2 {text-align: center;}
  .pro-connexion form label input {
                      width: 100%;
                      padding: 5px;
                      height: 55px;
                    }
  .input-connexion input {
                      width: 100%;
                      text-align: center;
                    }


  /*=======   PRESTA     ============*/
  .presta-container {height: 80%;}
  .presta-container h1 {font-size: 38px;margin-bottom: 20px;}
  .presta-container ul {
                        flex-wrap: wrap;
                        overflow-y: auto;
                        justify-content: inherit;
                        align-items: inherit;
                      }
  .presta-container ul li {
                        flex:inherit;
                        width: 100%;
                        max-width: inherit;
                        margin-bottom: 20px;
                        height: inherit;
                        /* border-bottom: 1px solid #fff; */
                        }
  /* .presta-container ul li.pserv{border-image: linear-gradient(to right, #a1122b, #760661) 1 stretch;} */

  .presta-container ul li h3 {
                        font-size: 24px;
                        letter-spacing: -1px;
                        margin-bottom: 0;
                        text-align: center;
                        }
  .presta-container ul li.psupp h3 {
                        background-image: linear-gradient(to right, #003d7f, #300094);
                      }
  .presta-container ul li.pserv h3 {
                        background-image: linear-gradient(to left, #a1122b, #760661);
                      }
  .presta-container ul li.pcem h3 {
                        background-image: linear-gradient(to right, #7f0003, #7f2000);
                      }


  .presta-container ul li a {
                          font-size: 14px;
                          height: 100px;
                        }
  .presta-container ul li a h4:last-child{
                          margin-bottom: 0;
                        }

  a.bhg-sup::before, a.bhg-svs::before, a.bhg-cem::before {
                          display: none;
                        }
  a.bhg-sup::after, a.bhg-svs::after, a.bhg-cem::after {
                          width: 10px;
                          height: 100%;
                          display: none;
                        }
  .presta-container ul li .bordure-bas-droite {display: none;}


  .presta-container ul li a:hover {
                          height: 110px;
                          width: 100%;
                          margin-top: 0;
                          margin-left: 0;
                        }
  .presta-container ul li a h4 {margin-bottom: 8px;font-size: 12px;}
  .presta-container ul li a:hover h4 {margin-bottom: 8px;}
  .presta-container ul li a:hover~div::after,
  .presta-container ul li a:hover~div::before
                        {
                          right: 0;
                        }
  /*SOUS-PARTIES*/
  .presta-focus-container{
                          width: 100%;
                          overflow-x: auto;
                          height: 80%;
                        }
  .presta-focus-main     {
                          display: block;
                          overflow: auto;
                        }
  .presta-focus-main-left, .presta-focus-main-right{
                          flex: inherit;
                          padding: 20px;
  }
  .presta-focus-main-left {

  }

  .presta-focus-main-left::before, .pfccem::before{
    display: none;
  }
  .presta-focus-main h2 {font-size: 38px;margin-top: 15px; margin-bottom: 25px;}

  .presta-focus-main-right{text-align: left;}
  .presta-focus-main .informations {
    padding-right: 5px;
    padding-left: 15px;
  }

  .presta-focus-main .ifa2 {margin-top: 30px;}

  #support .presta-focus-main .informations {
    border-left: 4px solid #023a80;
    border-right: 0;
  }
  #services .presta-focus-main .informations{
    border-left: 4px solid #870b4c;
    border-right: 0;
  }
  .presta-focus-main .informations p {
    padding: 0;
    margin-top: 20px;
  }

  .presta-focus-main .presta-contact {
    float: inherit;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .presta-focus-main .presta-contact p {
    font-size: 9px;
    float: inherit;
    width: 100%;
  }
  .presta-focus-main .presta-contact a {
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
    float: inherit;
  }

  .presta-focus-main .presta-contact a:hover,
  .presta-focus-container a.presta-contact:hover {
    font-size: 22px;
  }

.presta-focus-main-left::before, .presta-focus-main-right::before, .pfccem::before, .cle-en-main-main::before {display: none;}

.presta-return-cross::before, .presta-return-cross::after {
  height: 30px;
}
.presta-return-cross{
  right: 21px;
  height: 30px;
  width: 30px;
  top: 65px;
}

.presta-focus-nav-left, .presta-focus-nav-right {
  left: inherit;
  right: inherit;
  transform: inherit;
  bottom: inherit;
  z-index: 10;
  position: relative;
  height: 50px;
  display: inline-block;
  width: 49%;
  top: inherit;
  font-size: 13px;
  line-height: 28px;
}

.presta-focus-nav-left {padding-left: 35px;}
.presta-focus-nav-right {padding-right: 35px;}

.presta-focus-nav-left::before {
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 0;
  top: 15px;
  left: 10%;
}

.presta-focus-nav-right::before{
  border-bottom: 8px solid transparent;
  border-right: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  top: 15px;
  right: 10%;
  left: inherit;
}

#services .presta-focus-nav-right::before {
  border-left-color: #7f0003;
  border-bottom-color: transparent;
}

#services .presta-focus-nav-left::before {
  border-right-color: #003d7f;
  border-bottom-color: transparent;
}

#support .presta-focus-nav-right::before {
  border-left-color: #760661;
  border-bottom-color: transparent;
}
#support .presta-focus-nav-right{float: right;}

#cle-en-main .presta-focus-nav-left::before {
  border-right-color: #760661;
  border-bottom-color: transparent;
}
#cle-en-main .presta-focus-nav-left{float: left;}


#cle-en-main .presta-focus-main {
  padding: 20px;
}
.presta-cle-en-main-top{flex-direction: column;}
.presta-cle-en-main-top-right{margin-top: 35px;}
.presta-focus-container a.presta-contact {
  width: 100%;
  margin-bottom: 20px;
}
.pfccem::after{top: 50px;}

  /*=======   ABOUT     ============*/
  .about-infos {flex-direction: column;}
  .about-infos-image {
    margin-right: 0;
    width: 100%;
  }

  .about-infos-image img {width: 100px;}

  .about-infos-cr{
    padding: 0 22px;
    margin-top: 15px;
    text-align: center;
  }
  .about-infos-cr h1 {
    position: absolute;
    top: -11px;
    left: 96px;
    line-height: 56px;
    font-size: 47px;
    border-right: 5px solid #fff;
    border-image: linear-gradient(to top, #a1122b, #760661) 1 stretch;
    text-align: left;
  }

  .infos-contact {height: 100px;}
  .infos-contact a {margin: 0 14px;}
  .infos-ae img {display: none;}
  .infos-ae p {
    margin-top: 30px;
    font-size: 12px;
    padding: 0 15px;
    text-align: center;
  }
  .infos-ae p u{font-size: 12px;}

  /*=======   ML     ============*/
  .mentions-container {padding: 0 25px;}
  .mentions-container h1 {font-size: 36px;line-height: 36px;}
  .mentions-container h2 {font-size: 26px;line-height: 26px;}
  .mentions-container h3 {font-size: 19px;line-height: 19px;}
  .mentions-container p {font-size: 13px;}

  /*=======   +     ============*/

}


/*======================================*/
/*  Smartphone landscape h520 w920      */
/*======================================*/

@media only screen and (max-height: 520px) and (max-width:920px) and (orientation: landscape) {
  /*=======   ACCUEIL     ============*/
  img.logo-main {width: 100px;}
  .blaze h1 {
    text-align: center;
    font-size: 25px;
  }
  .blaze h2 {
    text-align: center;
    font-size: 8px;
  }
  nav.accueil-nav {margin-top: 5%;}
  nav.accueil-nav a {
    font-size: 11px;
    margin: 0 15px;
    width: 28%;
  }
  nav.accueil-nav a div.nav-label {padding-left: 7px;}
  nav.accueil-nav a div.nav-icon {
    position: absolute;
    left: 20px;
  }

  /*=======   PRO     ============*/
  .pro-container {
    height: 88%;
    flex-wrap: wrap;
    overflow: scroll;
  }
  .partenariat,.pro-connexion{flex: inherit;width: 100%;}
  .partenariat {
    padding: 35px 20px 30px 20px;
    text-align: center;
    border-top: 1px solid #333;
  }
  .pro-connexion {
    padding: 10px 20px 35px 20px;
    order: -1;
  }
  .pro-container::after{display: none;}
  .pro-container h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .pro-connexion form {
    width: 50%;
    display: inline-block;
    margin-top: 0;
  }
  .pro-connexion form label {text-align: right;padding-right: 10%;}
  .pro-connexion form label input {width: 100%;}
  .input-connexion input {
    float: right;
    margin-right: 10%;
    text-align: center;
  }
  .pro-container p {font-size: 11px;}
  .pro-connexion .info-connexion{
    position: absolute;
    left: 50%;
    width: 49%;
    display: block;
  }

  .ic1{top: 80px;}
  .ic2{top: 140px;}
  .ic3{top: 230px;}
  /*=======   PRESTA     ============*/
  .presta-container {height: 88%;}
  .presta-container h1 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .presta-container ul li h3 {
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  .presta-container ul li {max-width: 200px;}
  .presta-container ul li a {
    height: 175px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .presta-container ul li a:hover {
    height: 175px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .presta-container ul li a:hover h4 {margin-bottom: 6px;}
  .presta-container ul li a:hover~div::after,
  .presta-container ul li a:hover~div::before
  {
    right: 0;
  }

  /*SOUS-PARTIES*/
  .presta-focus-container{
                          width: 100%;
                          overflow-x: auto;
                          height: 80%;
                        }
  .presta-focus-main     {
                          display: block;
                          overflow: auto;
                        }
  .presta-focus-main-left, .presta-focus-main-right{
                          flex: inherit;
                          padding: 20px 50px;
  }
  .presta-focus-main-left {

  }

  .presta-focus-main-left::before, .pfccem::before{
    display: none;
  }
  .presta-focus-main h2 {font-size: 38px;margin-top: 15px; margin-bottom: 25px;}

  .presta-focus-main-right{
    text-align: left;
    padding-bottom: 35px;
  }
  .presta-focus-main .informations {
    padding-right: 5px;
    padding-left: 15px;
  }

  .presta-focus-main .ifa2 {margin-top: 30px;}

  #support .presta-focus-main .informations {
    border-left: 4px solid #023a80;
    border-right: 0;
  }
  #services .presta-focus-main .informations{
    border-left: 4px solid #870b4c;
    border-right: 0;
  }
  .presta-focus-main .informations p {
    padding: 0;
    margin-top: 20px;
  }

  .presta-focus-main .presta-contact {
    float: inherit;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .presta-focus-main .presta-contact p {
    font-size: 9px;
    float: inherit;
    width: 100%;
  }
  .presta-focus-main .presta-contact a {
    width: 50%;
    text-align: center;
    margin: auto;
    display: block;
    float: inherit;
  }

  .presta-focus-main .presta-contact a:hover,
  .presta-focus-container a.presta-contact:hover {
    font-size: 22px;
  }

.presta-focus-main-left::before, .presta-focus-main-right::before, .pfccem::before, .cle-en-main-main::before {display: none;}

.presta-return-cross::before, .presta-return-cross::after {
  height: 30px;
}
.presta-return-cross{
  right: 40px;
  height: 30px;
  width: 30px;
  top: 75px;
}

.presta-focus-nav-left, .presta-focus-nav-right {
  left: inherit;
  right: inherit;
  transform: inherit;
  bottom: inherit;
  z-index: 10;
  position: relative;
  height: 50px;
  display: inline-block;
  width: 49%;
  top: inherit;
  font-size: 13px;
  line-height: 28px;
}

.presta-focus-nav-left {padding-left: 35px;}
.presta-focus-nav-right {padding-right: 35px;}

.presta-focus-nav-left::before {
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 0;
  top: 15px;
  left: 10%;
}

.presta-focus-nav-right::before{
  border-bottom: 8px solid transparent;
  border-right: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  top: 15px;
  right: 10%;
  left: inherit;
}

#services .presta-focus-nav-right::before {
  border-left-color: #7f0003;
  border-bottom-color: transparent;
}

#services .presta-focus-nav-left::before {
  border-right-color: #003d7f;
  border-bottom-color: transparent;
}

#support .presta-focus-nav-right::before {
  border-left-color: #760661;
  border-bottom-color: transparent;
}
#support .presta-focus-nav-right{float: right;}

#cle-en-main .presta-focus-nav-left::before {
  border-right-color: #760661;
  border-bottom-color: transparent;
}
#cle-en-main .presta-focus-nav-left{float: left;}


#cle-en-main .presta-focus-main {
  padding: 20px;
}
.presta-cle-en-main-top{flex-direction: column;}
.presta-cle-en-main-top-right{margin-top: 35px;}
.presta-focus-container a.presta-contact {
  width: 50%;
  margin-bottom: 20px;
}
.pfccem::after{top: 50px;}

  /*=======   ABOUT     ============*/
  .about-container{
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .about-infos-image img {width: 160px;margin-top: 9px;}
  .about-infos-cr h1 {
    font-size: 44px;
    margin-bottom: 0;
    line-height: 50px;
  }
  .about-infos-cr h2 {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 18px;
  }
  .about-infos-cr h4 {
    font-size: 14px;
    margin-top: 20px;
  }
  .about-infos-cr p {font-size: 13px;}
  .infos-contact {height: 90px;}
  .infos-contact a:hover {height: 50px; width: 50px;}
  .infos-contact a.contact-phone {
    width: 250px;
    background-position: 10% 50%;
  }
  .infos-contact a.contact-phone span {
    display: inline-block !important;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
  }
  .infos-contact a.contact-phone:hover{
    width: 250px;
  }
  .infos-ae p {font-size: 12px;}
  .infos-ae p u {font-size: 12px;}
  .infos-ae img {height: 50px;}
  /*=======   ML     ============*/
  .mentions-container {height: 80%;padding: 10px 20px;}
  .mentions-container h1 {font-size: 36px;line-height: 36px;}
  .mentions-container h2 {font-size: 26px;line-height: 26px;}
  .mentions-container h3 {font-size: 19px;line-height: 19px;}
  .mentions-container p {font-size: 13px;}
}


/*****FIX LOW WIDTH******/

@media only screen and (max-height: 520px) and (max-width:675px) and (orientation: landscape) {
  nav.accueil-nav a div.nav-icon {display: none;}
  .presta-container ul li h3{
    font-size: 21px;
    margin-bottom: 10px;
  }
  .presta-container ul li {max-width: 160px;}
  .presta-container ul li a{height: 145px;font-size: 12px;}
  .presta-container ul li a:hover{height: 145px;}
}


/*********************
    MENU RESPONSIVE
*********************/


@media only screen and (max-width: 480px),(max-height: 520px) and (max-width:920px) and (orientation: landscape)  {
  nav#menu-top      {
                      /* display: none; */
                      top: 0;
                      transition: all ease .2s;
                    }

  nav#menu-top label{
                      display: block;
                      position: absolute;
                      top: 18px;
                      left: 18px;
                      width: 30px;
                      height: 30px;

                      z-index: 10;
                      transition: all ease-in-out .1s;
                    }
  nav#menu-top input{
                      display: none;

                    }

input:not(:checked)+label{
                        background-image: url(../img/burger.svg);
                        background-repeat: no-repeat;
                        background-size: 23px;
                        background-position: center;
                    }
input:checked+label {
                        background-image: url(../img/close.svg);
                        background-repeat: no-repeat;
                        background-size: 23px;
                        background-position: center;
                    }

  nav#menu-top input:not(:checked)~div.cmenu {top: -100vh;display: none;}
  nav#menu-top nput:checked~div.cmenu {top: 0;display: flex;}

  nav#menu-top .cmenu {
                      position: fixed;
                      left: 0;
                      top: 0;
                      flex-direction: column;
                      width: 100%;
                      height: 100vh;
                      background-color: #070707;
                      transition: all ease .2s;
                    }
  nav#menu-top .a-top-home {}
  nav#menu-top a.a-top-home img {height: 115px;}
  nav#menu-top a.a-top {
                      margin-top: 30px;
                      padding: 25px 60px;
                    }
}

/*FIXS*/
@media only screen and (max-height: 520px) and (max-width:920px) and (orientation: landscape)  {
  nav#menu-top a.a-top-home img {height: 75px;}
  nav#menu-top a.a-top {margin-top: 5px;}
}
