@charset "UTF-8";
/* line 5, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
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, strong, sub, sup, tt, var,
b, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/header.scss */
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

/* line 13, ../sass/header.scss */
.conteneur {
  position: relative;
  min-height: 94vh;
}

/* line 18, ../sass/header.scss */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 22, ../sass/header.scss */
.entete {
  position: relative;
  z-index: 3000;
}
/* line 25, ../sass/header.scss */
.entete .theme-menu {
  display: flex;
  justify-content: center;
}
/* line 28, ../sass/header.scss */
.entete .theme-menu .navbar-nav {
  align-items: center;
  /* Centre les éléments verticalement */
}
/* line 31, ../sass/header.scss */
.entete .theme-menu .navbar-nav .menu-item {
  margin-right: 1rem;
  /* Espacement entre les éléments du menu */
  padding: 8px 1px 10px 1px;
  margin-right: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}
/* line 40, ../sass/header.scss */
.entete .theme-menu .navbar-nav .menu-item a {
  color: #2B8081;
  /* Couleur du texte */
  text-decoration: none;
  /* Pas de soulignement */
  padding: 5px;
}
/* line 45, ../sass/header.scss */
.entete .theme-menu .navbar-nav .menu-item a:focus, .entete .theme-menu .navbar-nav .menu-item a:hover {
  color: #c08341;
  /* Couleur au survol */
  background-color: transparent;
  /* Pas de fond au survol */
}
/* line 51, ../sass/header.scss */
.entete .theme-menu .navbar-nav .menu-item:hover > .sub-menu {
  display: block;
}
/* line 56, ../sass/header.scss */
.entete .theme-menu .navbar-nav .sub-menu {
  display: none;
  /* Cache le sous-menu par défaut */
  position: absolute;
  left: 0;
  background-color: #2B8081;
  /* Couleur de fond du sous-menu */
  z-index: 1000;
  /* S'assure que le sous-menu est au-dessus des autres éléments */
  width: auto;
  /* Largeur automatique en fonction du contenu */
  padding: 10px;
}
/* line 65, ../sass/header.scss */
.entete .theme-menu .navbar-nav .sub-menu .menu-item {
  min-width: 200px;
  /* Largeur minimale pour la lisibilité */
  padding: 5px;
}
/* line 69, ../sass/header.scss */
.entete .theme-menu .navbar-nav .sub-menu .menu-item a {
  color: #f8f9fa;
  /* Couleur du texte */
}
/* line 72, ../sass/header.scss */
.entete .theme-menu .navbar-nav .sub-menu .menu-item a:hover {
  color: #2B8081;
  /* Couleur au survol */
  background-color: #FFF;
  /* Couleur de fond au survol */
}

/* line 84, ../sass/header.scss */
.bouton {
  border-radius: 20px;
  border: 1px solid #2B8081;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #2B8081;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}

/* line 88, ../sass/header.scss */
.phone {
  border-radius: 20px;
  border: 1px solid #c08341;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #c08341;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  /* line 94, ../sass/header.scss */
  .entete .logo {
    padding-left: 10% !important;
  }
  /* line 98, ../sass/header.scss */
  .entete .theme-menu .navbar-toggler {
    border: none;
    margin-top: 26px;
  }
  /* line 101, ../sass/header.scss */
  .entete .theme-menu .navbar-toggler:focus, .entete .theme-menu .navbar-toggler:active {
    border: none;
    border-style: none !important;
    box-shadow: none !important;
  }
  /* line 107, ../sass/header.scss */
  .entete .theme-menu .navbar-collapse {
    position: absolute;
    top: 88px;
    background-color: #FFF;
    text-align: left;
    left: 0;
    width: 100%;
  }
}
