html, body, div, span, applet, object, iframes,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*text-decoration: none;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  /* change if the mask should have another color then white */
  z-index: 1000;
  /* makes sure it stays on top */
}


#status {
  width: 150px;
  height: 50px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(/images/new_loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/*END OF PRELOADER*/


.hidden {
    display: none;
}



header {
  width: 100%;
  /*padding: 5px 0;*/
  
  /*border-bottom: 1px solid #e1e1e1;*/
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 50;
  top: 0;
  position: fixed;
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden;  
  font-family: "Lato", sans-serif;
  /*background: rgba(0, 0, 0, .1);*/
}
/*DISPOSITION DES DEUX NAV*/
body > header > div.header_burger{  
  float: left;
  display: block;
  align-items: baseline;
margin-top: 24px;
margin-left:150px
}

body >header > div.main-navigation {  float: right;
  display: block;
align-items: baseline;
}



.primary-main-navigation, li {

  display: block;
  float: left;
  margin-left: 20px;
  
}

}

.primary-main-navigation {
  display: inline-block;
  line-height: 30px;
  vertical-align:baseline;
  margin-left: 300px;
  
  
}
/**************************/
#logo > img {
margin-left: 50px;
margin-top: 10px;
float: left;
margin-right: 20px;
margin-bottom:10px;
height:55px;
}

.topper {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 50;
  top: 0;
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  overflow: hidden;
  background: rgb( 58, 175, 157);}

/*MENU PRINCIPAL TRANSFORMATION HAMBURGER*/


.primary-main-navigation li a, .button {
  color: white;
  text-decoration: none;
  vertical-align:baseline;
  font-weight: 900;
  font-size:18px;
  
 
}
#hamburger-content > nav > ul > li{margin-left:50px; background-color: rgba(0, 0, 0, .7);letter-spacing: 1px;;
  padding: 5px 10px 5px 10px;}
#hamburger-content > nav > ul > li >a:hover{color:#3aaf9d;}

/*SE CONNECTER*/


.main-navigation {
  right:30px;
  cursor: pointer;
  margin-right:50px;
  margin-top:9px;
  
}

.main-navigation a {
    float:left;
    margin-top: 10px;
    text-decoration: none;
    padding:10px;
    color: black;
    font-weight: bold;
    border:1px solid black;
  
}

.main-navigation a:hover{color:#3aaf9d;background: black;border: 1px solid white;transition: 0.2s }

/*FACEBOOK CONNECT*/

.space_separator{margin-right: 150px;}

.top-avatar {
    height: 60px;
    width: 60px;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.facebook-connect {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    color: #FFFFFF;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #24548A;
    -webkit-box-shadow: 0 1px 0 #1F1F1F;
    box-shadow: 0 1px 0 #1F1F1F;
    text-align: center;
    display:block
}
.facebook-connect:hover {
    font-size: 16px;
    width: 100%;
    text-decoration: none;
    color: #FFFFFF;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #3771AA ;
    -webkit-box-shadow: 0 1px 0 #1F1F1F;
    box-shadow: 0 1px 0 #1F1F1F;
    display:block
}

.facebook-connect:before {
    display: inline-block;
    margin-top: -2px;
    margin-right: 20px;
    content: "";
    vertical-align: middle;
    background: url(//cdn.superprof.com/style/images/sprite-20170504.png) no-repeat transparent;
    background-position: -160px -400px;
    width: 19px;
    height: 18px;
}
/*****SIDEBAR BURGER*****/
#hamburger-button {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 30px;
    vertical-align: top;
    padding: 0;
    line-height: 47px;
    float: left;
    margin-right: 32px;
    color: white;
}

/* PETITE BAND SUR LE COTE*/
#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar {
    display: none;
    position: fixed;
    width: 50%;
    z-index:160 ;
    height: 50%;
    top: 0;
    left: 0;
    background-color: #3aaf9d;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .2s ease-out;
}
#hamburger-sidebar li {
    display: block;
    z-index:170;
}
#hamburger-sidebar-header {
    background: url(../images/sidebar-header.png) center;
    background-size: cover;
    height: 300px;
}
#hamburger-sidebar-body {
    padding: 16px 8px;
    float:left;
    background: #3aaf9d
}
#hamburger-sidebar-body li:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

#hamburger-sidebar-body .button {
    margin-top: 16px;
    text-align: left;
    float: left;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px;
}

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






/* ANIMATION */
/*
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  33% {
    transform: translate3d(10px, 0, 0);
  }
  66% {
    transform: translate3d(-1px, 0, 0);
  }

  100% {
    transform: translate3d(0px, 0, 0);
    }
}

.shake {
  animation-name: shake;
}
*/

/*********SOUS MENU USER*************/
.accordion {
    float: right;
    width: 30%;
   max-width: 375px;
   margin:0;
    padding:0;
 
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;   
 }


.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: black;
	font-size: 16px;
	font-weight: 900;
  position: relative;
  

}
.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: black;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25;
}

.accordion li i.fa-chevron-down {
	margin-left: 15px;
    left: auto;
	font-size: 20px;
}

.accordion li.open .link {
	color: black;
}

.accordion li.open i {
	color: black;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}



/**
 * Submenu
 -----------------------------*/
 .submenu {
    position:absolute;
 	display: none;
 	background: #3aaf9d;
   font-size: 14px;
   height:170px;
   width:220px;
   border-radius: 10px;
   position: fixed;
    
 }



 .submenu a {
display: flex;
 	text-decoration: none;
 	color: black;
     font-size: 14px;
     font-weight: 900;
     float: left;
 	padding: 7px 0 7px 0;
 	-webkit-transition: 0.25s;
 	-o-transition: 0.25s;
   transition: 0.25s;
 }

 .submenu a:hover {
 	background: #3aaf9d;
 	color: #FFF;
 }

#accordion > img {position: relative;float: right;margin-right: 100px;} 

#accordion > li > ul > li > a {min-width: 150px;float: left}
#accordion > li > ul > li:nth-child(1) > a {padding-top: 15px}
#accordion > li > ul > li > a > span {margin-right: 15px}

#accordion {position: relative ;display: inline-block;margin-left:0;margin-top :10px ; margin-bottom: 0;min-width: 400px;}

/**********SIGN IN*************/
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, textarea {
  font-size: 16px;
  font-size: 1rem;
}
input::-ms-clear, textarea::-ms-clear {
  display: none;
}


.separator {
    display: inline-block;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 30rem;
    font-weight: 500;
    color: e6ebf2;
    margin: 30px;
	
}
.separator:before, .separator:after {
    content: '';
    display: block;
    height: 2px;
    width: 40%;
    background-color: #e6ebf2;
}


/* -------------------------------- 

MODAL

-------------------------------- */
a.cd-signup {
    display: inline-block;
  }


/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.cd-user-modal {
  display: inline;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  top:50px;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
    width: 50%;
    padding: 20px;
    display: flex;
    text-align: center;
    border-radius: .25em 0 0 0;
}

body > div.cd-user-modal.is-visible > div > ul > li > img {
        margin-top:30px;
        margin-right: 10px}
    
    
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
    text-decoration: none;

}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
    text-decoration: none;

}

body > div.cd-user-modal.is-visible > div > ul {display: flex;padding-top: 0.8em;margin-left:auto;margin-right:auto}
body > div.cd-user-modal.is-visible > div > ul > li:nth-child(1) > a {min-width: 150px;border-radius: 10px;margin-left:auto;margin-right:auto}
body > div.cd-user-modal.is-visible > div > ul > li:nth-child(2) > a {min-width: 150px;border-radius: 10px;margin-left:auto;margin-right:auto}


.cd-user-modal-container .cd-switcher a {

  background:   rgb(19, 16, 16);
  color: white;
font-size: 16px;

}
.cd-user-modal-container .cd-switcher a.selected {
  background-color: rgb(14, 13, 13);
  color: white;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 0 0 0px white, 0 0 0 3px #3aaf9d;
}

    

  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../img/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("../img/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("../img/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width{
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.buttonload {padding: 12px 20px 12px 50px;width: 100%;
  padding: 12px 24px;
  cursor: pointer;
  background:   #3aaf9d;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;}

  .cd-form button.fa {
    margin-left: -12px;
    margin-right: 8px;
}
#subscriptionForm > p:nth-child(14) > button > i{
  margin-left: -12px;
  margin-right: 8px;
}

.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color:   #3aaf9d;
  outline: none;
transition: 0.5;

}
.cd-form input.has-error {
  border: 1px solid #d76666;
}

.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background:   #3aaf9d;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #42c7b1;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #3aaf9d;
    text-decoration: none;
}
    
.error_message { background: rgba(215, 102, 102, 0.9);
    color: white;
    text-align: left;
    border-radius: 0.25em;
    padding: .8em 0.8em .8em .8em;
    margin: 40px 0 40px 0 ;
    }
.error_message_succes { background: rgba(43, 167, 7, 0.5);
    color: white;
    text-align: left;
    border-radius: 0.25em;
    padding: .8em 0.8em .8em .8em;
    margin: 40px 0 40px 0 ;
    }
  
      .garcon_color{color:rgb(4, 80, 179);text-decoration: none;cursor: pointer;}
      /*.fille_color{color:rgb(255, 93, 123);text-decoration: none;cursor: pointer;}*/
      .fille_color{color:#FD6C9E;text-decoration: none;cursor: pointer;}
      .garcon_color:hover{color:rgb(4, 80, 179);text-decoration: none;cursor: pointer;}
      .fille_color:hover{color:#FD6C9E;text-decoration: none;cursor: pointer;}
      
.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 16px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 16px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;}


#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;}



  /*******************MEDIA QUERIES**********************/

  @media screen and (max-width: 1550px) {
    
     
      .primary-main-navigation, li {
        display: inline-block;
        vertical-align:baseline;
         margin-left: 30px;
      }
    
      #logo > img {
        margin-left: 10px;
        margin-top: 5px;
        float: left;
        margin-right: 10px;
        margin-bottom:10px;
        height:35px;
        }
    
    
    
    body > header > div.header_burger{  
      float: left;
      display: block;
      align-items: baseline;
    margin-top: 24px;
    margin-left:0;
    }
    
    header {
      width: 100%;
      /*padding: 5px 0;*/
      
      /*border-bottom: 1px solid #e1e1e1;*/
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      z-index: 50;
      top: 0;
      position: fixed;
      font-weight: 900;
      text-transform: uppercase;
      overflow: hidden;  
      font-family: "Lato", sans-serif;
      /*background: rgba(0, 0, 0, .1);*/
    }
    /*DISPOSITION DES DEUX NAV*/
    body > header > div.header_burger{  
      float: left;
      display: block;
      align-items: baseline;
    margin-top: 24px;
    }
    
    body >header > div.main-navigation {  float: right;
      display: block;
    align-items: baseline;
    }
    
    
    
    .primary-main-navigation, li {
      display: block;
      float: left;
      margin-left: 10px;
      
    }
    
    
    
    .primary-main-navigation {
      display: inline-block;
      line-height: 30px;
      vertical-align:baseline;
      
      
    }
    /**************************/
    #logo > img {
    margin-left: 5px;
    margin-top: 10px;
    float: left;
    margin-right: 5px;
    margin-bottom:5px;
    height:40px;
    }
    
    .topper {
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      z-index: 50;
      top: 0;
      position: fixed;
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      overflow: hidden;
      background: rgb( 58, 175, 157);}
    
    /*MENU PRINCIPAL HAMBURGER*/
    
    
    .primary-main-navigation li a, .button {
      text-decoration: none;
      /*color: white;*/
      vertical-align:baseline;
      font-weight: 900;
      font-size:14px;
      }

    #hamburger-content > nav > ul > li{margin-left:50px; background-color: rgba(0, 0, 0, .7);
      padding: 2px 5px 2px 5px;}
    #hamburger-content > nav > ul > li >a:hover{color:#3aaf9d;}
    
    /*SE CONNECTER*/
    
    
    .main-navigation {
      right:30px;
      cursor: pointer;
      margin-right:10px;
      margin-top:9px;
      }
    
    .main-navigation a {
        float:left;
        margin-top: 10px;
        text-decoration: none;
        padding:10px;
        color: white;
        font-weight: bold;
        border:1px solid white;
      }
    
    .main-navigation a:hover{color:#3aaf9d}
    
  }

@media screen and (max-width: 1150px) {
        
        #hamburger-content {
            display: none;
        }
    
        #hamburger-button, #hamburger-sidebar,
        .hamburger-activated #hamburger-overlay {
            display: block;
        }
    
        .hamburger-activated #hamburger-sidebar {
            transform: translateX(0);
        }
        .primary-main-navigation, li {
          display: inline-block;
          vertical-align:baseline;
           margin-left: 30px;
        }
      
        #logo > img {
          margin-left: 10px;
          margin-top: 5px;
          float: left;
          margin-right: 10px;
          margin-bottom:10px;
          height:35px;
          }
      
      
      
      body > header > div.header_burger{  
        float: left;
        display: block;
        align-items: baseline;
      margin-top: 24px;
      margin-left:0;
      }
      
      header {
        width: 100%;
        /*padding: 5px 0;*/
        
        /*border-bottom: 1px solid #e1e1e1;*/
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        z-index: 50;
        top: 0;
        position: fixed;
        font-weight: 900;
        text-transform: uppercase;
        overflow: hidden;  
        font-family: "Lato", sans-serif;
        /*background: rgba(0, 0, 0, .1);*/
      }
      /*DISPOSITION DES DEUX NAV*/
      body > header > div.header_burger{  
        float: left;
        display: block;
        align-items: baseline;
      margin-top: 24px;
      }
      
      body >header > div.main-navigation {  float: right;
        display: block;
      align-items: baseline;
      }
      
      
      
      .primary-main-navigation, li {
        display: block;
        float: left;
        margin-left: 10px;
        
      }
      
      
      
      .primary-main-navigation {
        display: inline-block;
        line-height: 30px;
        vertical-align:baseline;
        
        
      }
      /**************************/
      #logo > img {
      margin-left: 5px;
      margin-top: 10px;
      float: left;
      margin-right: 5px;
      margin-bottom:5px;
      height:40px;
      }
      
      .topper {
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        z-index: 50;
        top: 0;
        position: fixed;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        overflow: hidden;
        background: rgb( 58, 175, 157);}
      
      /*MENU PRINCIPAL HAMBURGER*/
      
      
      .primary-main-navigation li a, .button {
        text-decoration: none;
        vertical-align:baseline;
        font-weight: 900;
        font-size:14px;
        }
  
      #hamburger-content > nav > ul > li{margin-left:50px; background-color: rgba(0, 0, 0, .7);
        padding: 2px 5px 2px 5px;}
      #hamburger-content > nav > ul > li >a:hover{color:#3aaf9d;}
      
      /*SE CONNECTER*/
      
      
      .main-navigation {
        right:30px;
        cursor: pointer;
        margin-right:10px;
        margin-top:9px;
        }
      
      .main-navigation a {
          float:left;
          margin-top: 10px;
          text-decoration: none;
          padding:10px;
          color: white;
          font-weight: bold;
          border:1px solid white;
        }
      
      .main-navigation a:hover{color:#3aaf9d}

      #hamburger-button {
        cursor: pointer;
        background: none;
        border: none;
        font-size: 30px;
        vertical-align: top;
        padding: 0;
        line-height: 47px;
        float: left;
        margin-left: 50px;
        color: white;
    }
    .header_burger {margin-top:5px}



    }
    

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

      /*********SOUS MENU USER*************/
      header {
        width: 100%;
        /*padding: 5px 0;*/
        
        /*border-bottom: 1px solid #e1e1e1;*/
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        z-index: 50;
        top: 0;
        position: fixed;
        font-weight: 900;
        text-transform: uppercase;
        overflow: hidden;  
        font-family: "Lato", sans-serif;
        display:flex;
        /*background: rgba(0, 0, 0, .1);*/
      }


  .accordion {
  float: right;
  width: 30%;
 max-width: 200px;
 margin:0;
  padding:0;

 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;   
}


.accordion .link {
cursor: pointer;
display: block;
padding: 15px 15px 15px 42px;
color: #3aaf9d;
font-size: 10px;
font-weight: 900;
position: relative;

}

.accordion li:last-child .link {
border-bottom: 0;
}

.accordion li i {
position: absolute;
top: 16px;
left: 12px;
font-size: 8px;
color: #3aaf9d;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25;
}

.accordion li i.fa-chevron-down {
margin-left: 5px;
  left: auto;
font-size: 8px;
}

.accordion li.open .link {
color: #3aaf9d;
}

.accordion li.open i {
color: #3aaf9d;
}

.accordion li.open i.fa-chevron-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}



/**
* Submenu
-----------------------------*/
.submenu {
  position:absolute;
 display: none;
 background: #3aaf9d;
 font-size: 8px;
 height:100px;
 width:120px;
 border-radius: 10px;
 position: fixed;
  
}



.submenu a {
display: flex;
 text-decoration: none;
 color: black;
   font-size: 8px;
   font-weight: 900;
   float: left;
 padding: 1px 0 1px 0;
 -webkit-transition: 0.25s;
 -o-transition: 0.25s;
 transition: 0.25s;
}

.submenu a:hover {
 background: #3aaf9d;
 color: #FFF;
}

#accordion > img {position: relative;float:right;} 

#accordion > li > ul > li > a {min-width: 150px;float: left}
#accordion > li > ul > li:nth-child(1) > a {padding-top: 15px}
#accordion > li > ul > li > a > span {margin-right: 15px}

#accordion {position: relative ;margin-left:0;margin-top :10px ; margin-bottom: 0;}

.top-avatar {visibility: hidden;}


}