body {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #000;
}

a {
  text-decoration: none;
  font-style: none;
}

a:visited {
  text-decoration: none;
  font-style: none;
}

header {
  margin-bottom: 56px;
}

header .container {
  margin: 0 auto;
}

.header-top {
  padding: 10px;
}

.header-contact p {
  display: inline-block;
}

header img {
  width: 180px;
  height: auto;
}

header .mail:before,
header .mail-phone:before,
header .telephone:before,
header .telephone-phone:before,
.deroulant .link-menu:after {
  font-family: unicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

header .telephone-phone {
  margin: 0;
}

.nav-bar li:hover a, .deroulant:hover a, .deroulant:hover p {
  color: white;
  font-weight: normal;
}

.deroulant .link-menu:after {
  content: '\e82d';
  margin-right: .2em;
  margin-left: .2em;
}

.nav-bar li {
  list-style-type: none;
}


@media only screen and (min-width: 1081px) {

  .submenu-conteneur {
    display: none;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
  }

  header .container {
    width: 1080px;
  }

  .header-contact-phone {
    display: none;
  }

  .header-coordonne a, .header-coordonne p {
    display: block !important;
    color: #A8639A;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin-right: 20px;
  }

  header .telephone:before {
    content: '\eb15';
    margin-right: 10px;
    margin-left: .2em;
  }

  header .mail:before {
    content: '\e9a3';
    margin-right: 10px;
    margin-left: .2em;
  }

  .nav-toggle-btn {
    display: none;
  }

  .nav-bar {
    width: 100%
  }

  header .nav-ul a[onclick="submenu(1)"], header .nav-ul a[onclick="submenu(2)"] {
    width: 0;
  }

  .nav-bar > ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
    text-align: center;
  }

  .nav-li {
    margin: 0 25px;
    display: inline-block;
    float: left;
    position: relative;
  }

  .nav-li.news {
    background-color: #A8639A;
    border-radius: 20px;
  }

  .nav-li.news a {
    color: white;
  }

  .submenu-formation li a {
    display: inline-block;
    padding: 15px 0;
    font-size: 13px;
    width: 186px;
    color: white;
  }

  .deroulant-confiance:hover > ul {
    display: inline-block;
    position: absolute;
    left: -205px;
    z-index: 5;
    margin-top: 38px;
  }

  .submenu-confiance li a {
    padding: 15px 0;
    font-size: 13px;
    width: 150px;
    color: white;
    display: inline-block;
  }

  .deroulant .link-menu:hover:after {
    content: '\e831';
    margin-right: .2em;
    margin-left: .2em;
  }

  .link-menu {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: black;
    padding: 10px 10px 10px 10px;
    display: inline-block;
  }

  .deroulant-formation:hover > ul {
    display: inline-block;
    position: absolute;
    left: -438px;
    z-index: 5;
    margin-top: 38px;
  }

  .submenu-formation, .submenu-confiance {
    margin-top: 3px;
    border-radius: 20px;
    display: flex;
    background-color: #575756;
    color: white;
  }

  .deroulant a:hover {
    text-decoration: underline;
    color: white;
  }

  .non-deroulant:hover {
    background-color: #575756;
    border-radius: 20px;
  }

  .deroulant:hover {
    background-color: #575756;
    border-radius: 20px 20px 0 0;
  }
}

@media only screen and (max-width: 1080px) {

  header img {
    width: 145px;
  }

  .header-logo {
    float: left;
    width: fit-content;
    margin-left: 75px;
    margin-top: 10px;
  }

  .mail-phone, .telephone-phone {
    float: right;
  }

  .header-contact {
    display: none;
  }

  .header-contact-phone {
    display: flex;
    margin: auto;
    float: right;
    padding-top: 20px;
  }

  header .telephone-phone:before, header .mail-phone:before {
    margin-left: 0;
    font-size: 25px;
    color: #a8639a;
    margin-right: 15px;
  }

  header .telephone-phone:before {
    content: '\eb15';
  }

  header .mail-phone:before {
    content: '\e9a3';
  }

  .nav-toggle-btn {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 5px;
    background-color: #666;
  }

  .active-nav nav {
    transform: translate3d(0, 0, 0);
  }

  .uil-bars:before {
    font-size: 40px;
    color: #ffffff;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  nav ul[class="submenu-conteneur"] {
    display: none;
  }

  .nav-li {
    margin: 0;
    display: block;
    float: none;
    position: static;
  }

  .nav-li.news {
    background-color: #A8639A;
  }

  nav {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 76px;
    bottom: 0;
    width: 220px;
    background-color: #575756;
    transform: translate3d(-240px, 0, 0);
    transition: transform 0.4s ease;
    height: fit-content;
  }

  .deroulant .deroule:after {
    content: '\e831';
    margin-right: .2em;
    margin-left: .2em;
  }

  .link-menu {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    padding: 15px 10px;
    display: inline-block;
  }

  .active-nav nav {
    transform: translate3d(0, 0, 0);
  }

  nav ul {
    padding: 0;
  }

  nav a[class="submenu-formation"] {
    padding: 7px 0;
  }

  .submenu-formation, .submenu-confiance {
    display: block;
    background-color: #575756;
    color: white;
  }

  .submenu-formation li a, .submenu-confiance li a {
    margin-left: 30px;
    font-size: 14px;
  }
}

/*FOOTER*/
footer {
  background-color: #575756;
}

footer .conteneur {
  padding: 20px 20px 0 20px;
  margin: 0 auto;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer ul li, footer span {
  font-size: small;
  color: white;
  padding-bottom: 6px;
  margin-bottom: 0;
}

.footer-top {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 5px;
}

.footer-title-li {
  color: white;
  font-weight: bold;
}

.footer-li {
  font-weight: lighter;
}

.footer-li a {
  color: white;
}

footer .footer-contact .telephone:before {
  content: '\eb15';
}

footer .footer-contact .mail:before {
  content: '\e9a3';
}

footer .footer-contact .adresse:before {
  content: '\eaa8';
}

footer .footer-contact .mail:before, footer .footer-contact .telephone:before, footer .footer-contact .adresse:before {
  font-family: unicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 10px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
}

.footer-mention {
  padding-top: 20px;
}

.logoSandytech {
  border-radius: 15px;
  margin-top: 20px;
}

footer .footer-logo .container-social-network {
  display: flex;
}

footer .footer-logo .container-social-network a {
}

footer .footer-logo .social-logo:not(#logo-instagram) {
  width: 35px;
}

footer .footer-logo .social-logo#logo-instagram {
  padding: 2.5px 0 0 2.5px;
  width: 30px;
}

.footer-map iframe {
  width: 195px;
  height: auto;
}

.footer-copyright p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0;
}

@media only screen and (min-width: 0) {
  footer .conteneur {
    width: 355px;
  }

  footer iframe {
    margin-left: 20px;
  }

  footer .footer-contact {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 501px) {
  footer .conteneur {
    width: 490px;
  }

  footer .footer-map iframe {
    padding-right: 0;
  }

  footer .footer-contact {
    margin-left: 0;
  }
}

@media only screen and (min-width: 761px) {
  footer .conteneur {
    width: 740px;
  }

  footer .conteneur .footer-top > div {
    margin-right: 45px;
    margin-left: 45px;
  }
}

@media only screen and (min-width: 1001px) {
  footer .conteneur {
    width: 1000px;
  }

  footer .conteneur .footer-top > div {
    margin-right: 0;
    margin-left: 0;
  }
}

a {
  cursor: pointer;
}
