@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,600,700");
body {
  font-size: 100%;
  color: #46525f;
  font-family: 'Roboto Condensed', sans-serif; }

.container-fluid {
  padding: 0px; }

a:hover {
  color: #ca5901; }

#breadcrumbs {
  margin-top: 2rem; }
  #breadcrumbs a, #breadcrumbs .breadcrumb_last {
    color: #46525f;
    font-weight: 600; }
  #breadcrumbs .breadcrumb_last {
    text-decoration: underline; }

.bg-gris-clair {
  background-color: #eeeeee;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 767.98px) {
    .bg-gris-clair {
      padding-top: 1.5rem;
      padding-bottom: 2.5rem; } }

h2.orange {
  font-size: 2.1875rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #46525f; }
  h2.orange span {
    color: #f06a01; }

header .dropdown-menu {
  transition: 0.3s;
  margin-top: 0;
  position: relative; }
  header .dropdown-menu::before {
    content: ' ';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0; }
@media (min-width: 992px) {
  header .dropdown:hover > .dropdown-menu {
    display: block;
    transition: all 2s linear; } }
header #menu-primary {
  padding-top: 0; }
  header #menu-primary .navbar-brand {
    padding-top: 1.5rem; }
  header #menu-primary .navbar-toggler {
    margin-top: 1rem;
    width: 100%;
    vertical-align: middle;
    color: white;
    border-radius: 0;
    outline: none;
    background-color: #46525f; }
    header #menu-primary .navbar-toggler .text-menu {
      vertical-align: middle; }
    header #menu-primary .navbar-toggler .navbar-toggler-icon {
      margin-left: 1rem;
      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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  header #menu-primary #menu-menu-principal {
    padding-top: 2rem; }
    header #menu-primary #menu-menu-principal .nav-item .nav-link, header #menu-primary #menu-menu-principal .nav-item .dropdown-item {
      padding-right: 1rem;
      padding-left: 1rem;
      font-size: 0.9375rem;
      color: #46525f;
      font-weight: 600;
      text-transform: uppercase;
      transition: 0.5s; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        header #menu-primary #menu-menu-principal .nav-item .nav-link, header #menu-primary #menu-menu-principal .nav-item .dropdown-item {
          padding-right: 1rem;
          padding-left: 1rem; } }
    header #menu-primary #menu-menu-principal .nav-item.active > .nav-link, header #menu-primary #menu-menu-principal .nav-item.active > .dropdown-item {
      color: #f06a01 !important; }
    header #menu-primary #menu-menu-principal .nav-item::after {
      content: ' ';
      display: block;
      width: 100%;
      height: 8px;
      background-color: #f06a01;
      transform: scaleX(0);
      transform-origin: 0 0;
      transition: 0.5s; }
    header #menu-primary #menu-menu-principal .nav-item:hover::after {
      transform: scaleX(1); }
    header #menu-primary #menu-menu-principal .dropdown .dropdown-menu {
      padding: 1rem 2.5rem;
      border: none;
      border-radius: 0;
      background-color: #46525f; }
      header #menu-primary #menu-menu-principal .dropdown .dropdown-menu .nav-item .dropdown-item {
        color: white;
        font-weight: 400;
        padding: 0.5rem 50px 0.5rem 0; }
      header #menu-primary #menu-menu-principal .dropdown .dropdown-menu .nav-item::after {
        transform: none;
        height: 1px; }
      header #menu-primary #menu-menu-principal .dropdown .dropdown-menu .nav-item:last-child::after {
        display: none; }
      header #menu-primary #menu-menu-principal .dropdown .dropdown-menu .nav-item:hover, header #menu-primary #menu-menu-principal .dropdown .dropdown-menu .nav-item a:hover {
        background-color: transparent;
        color: #f06a01; }
      @media (max-width: 767.98px) {
        header #menu-primary #menu-menu-principal .dropdown .dropdown-menu {
          padding: 0.5rem; } }
    @media (max-width: 991.98px) {
      header #menu-primary #menu-menu-principal {
        padding-top: 10px; }
        header #menu-primary #menu-menu-principal > .menu-item {
          position: relative; }
          header #menu-primary #menu-menu-principal > .menu-item::after {
            content: " ";
            display: block;
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            height: 1px;
            background-color: #46525f;
            transform: none; } }
  header #menu-primary .menu-tel {
    background-color: #f06a01;
    color: white;
    text-align: center;
    padding: 1.2rem 0.8rem;
    text-decoration: none;
    width: 150px; }
    header #menu-primary .menu-tel hr {
      border: none;
      border-top: 2px solid white;
      margin: 0;
      margin: 0.5rem 0; }
    @media (max-width: 991.98px) {
      header #menu-primary .menu-tel {
        display: none; } }

footer {
  margin-top: 3rem;
  font-size: 0.9375rem; }
  @media (max-width: 767.98px) {
    footer .div-logo-footer {
      width: 100%; } }
  footer .logo-footer {
    display: block;
    margin-bottom: 1rem; }
    @media (max-width: 767.98px) {
      footer .logo-footer {
        margin: 0 auto; } }
  footer .address img {
    padding-bottom: 1rem; }
  @media (max-width: 991.98px) {
    footer .address {
      margin-bottom: 1rem; } }
  @media (max-width: 767.98px) {
    footer .address {
      text-align: center;
      width: 100%; }
      footer .address img {
        margin-top: 2rem;
        margin-bottom: 1rem; } }
  footer #menu-footer #menu-menu-principal-1 {
    margin: 0;
    padding: 0; }
    footer #menu-footer #menu-menu-principal-1 .menu-item {
      display: inline-block;
      font-size: 0.9375rem;
      font-weight: bold; }
      footer #menu-footer #menu-menu-principal-1 .menu-item .nav-link {
        padding: 0 0.6rem 0 0.6rem; }
  @media (max-width: 991.98px) {
    footer #menu-footer {
      text-align: center; } }
  footer .telecharger {
    background-color: #f06a01;
    color: white;
    margin: 2rem 0 0 0;
    padding: 0.3rem;
    padding-right: 120px;
    margin-right: 50px;
    text-transform: uppercase;
    text-align: right;
    position: relative; }
    footer .telecharger .fiche-link {
      position: absolute;
      right: -50px;
      bottom: -35px; }
    @media (max-width: 767.98px) {
      footer .telecharger {
        margin-top: 100px; }
        footer .telecharger .fiche-link {
          top: -85px; } }
  footer .align-address {
    margin-left: 7rem; }
    @media (max-width: 991.98px) {
      footer .align-address {
        margin-left: 0; } }
  footer #menu2-footer #menu-menu-secondaire {
    padding: 0;
    margin-top: 0.5rem; }
    footer #menu2-footer #menu-menu-secondaire .menu-item {
      display: inline-block;
      position: relative; }
      footer #menu2-footer #menu-menu-secondaire .menu-item .nav-link {
        color: #46525f;
        padding-left: 0;
        padding-right: 2rem; }
      footer #menu2-footer #menu-menu-secondaire .menu-item a::after {
        content: '•';
        position: absolute;
        top: 9px;
        right: 10px;
        font-weight: bold; }
      footer #menu2-footer #menu-menu-secondaire .menu-item:last-child a::after {
        display: none; }
    @media (max-width: 991.98px) {
      footer #menu2-footer #menu-menu-secondaire {
        margin-top: 2rem; } }
    @media (max-width: 767.98px) {
      footer #menu2-footer #menu-menu-secondaire {
        margin-top: 7rem; } }

.buttons2 {
  margin-top: 2rem !important; }

button.button, a.button {
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  color: white;
  outline: none;
  border: none;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }
  button.button.orange, a.button.orange {
    border: 2px solid white;
    background-color: #f06a01; }
    button.button.orange:hover, a.button.orange:hover {
      background-color: white;
      color: #f06a01; }
  button.button.gris, a.button.gris {
    outline: none;
    border: 2px solid #46525f;
    background-color: #46525f; }
  button.button:hover, a.button:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px) !important; }

.sides {
  display: flex; }
  .sides .side {
    width: 50%; }
    .sides .side > .sides {
      width: 100%;
      height: 100%; }
  .sides .side-img {
    display: flex;
    align-items: center;
    justify-content: center; }
    .sides .side-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      max-height: 912px; }
  .sides .side-texte {
    display: flex;
    align-items: center;
    padding: 3rem; }
    .sides .side-texte .content {
      width: 80%; }
      @media (max-width: 1199.98px) {
        .sides .side-texte .content {
          width: 90%; } }
      @media (max-width: 991.98px) {
        .sides .side-texte .content {
          width: 100%; } }
  .sides .side-texte-short .content {
    width: 50%; }
    @media (max-width: 1199.98px) {
      .sides .side-texte-short .content {
        width: 70%; } }
    @media (max-width: 991.98px) {
      .sides .side-texte-short .content {
        width: 100%;
        text-align: center; } }
  @media (max-width: 991.98px) {
    .sides .img-center {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      padding: 0 2rem; } }
  .sides .side-orange {
    background-color: #f06a01;
    color: white;
    font-size: 0.9375rem; }
    @media (max-width: 767.98px) {
      .sides .side-orange {
        padding: 1rem; } }
  .sides .side-left {
    justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .sides .side-left {
        justify-content: center; } }
  .sides .side-chiffres {
    text-align: center;
    font-size: 1.5625rem;
    text-transform: uppercase;
    font-weight: 600; }
    .sides .side-chiffres .chiffre-item {
      margin-bottom: 2rem; }
      .sides .side-chiffres .chiffre-item .chiffre {
        color: #f06a01; }
    @media (max-width: 1199.98px) {
      .sides .side-chiffres {
        font-size: 1.25rem; } }
  @media (max-width: 991.98px) {
    .sides {
      flex-direction: column; }
      .sides .side {
        width: 100%; } }

.icons {
  text-align: center;
  padding: 0; }
  .icons li {
    display: inline-block;
    transition: 0.5s;
    margin-right: 0.5rem;
    margin-top: 0.5rem; }

.page-template-page-filiere .the_content h2, .page-template-page-filiere .the_content h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: #f06a01; }
.page-template-page-filiere .the_content h2 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem; }
.page-template-page-filiere .the_content h3 {
  font-size: 0.9375rem; }
.page-template-page-filiere .the_content ul {
  padding: 0;
  list-style-position: inside; }
.page-template-page-filiere .the_content p {
  margin-bottom: 0; }
.page-template-page-filiere .titre {
  text-align: center;
  padding: 1rem 0;
  background-color: #f06a01;
  font-size: 2.1875rem;
  text-transform: uppercase;
  font-weight: 600;
  color: white; }
  .page-template-page-filiere .titre > div {
    display: inline-block;
    text-align: left;
    line-height: 1;
    vertical-align: middle; }
    .page-template-page-filiere .titre > div .img-titre {
      margin-right: 1rem; }
.page-template-page-filiere .gallerie .side-img {
  overflow: hidden; }
  .page-template-page-filiere .gallerie .side-img:hover > img {
    transform: scale(1.2); }
  .page-template-page-filiere .gallerie .side-img img {
    transition: 0.5s; }
.page-template-page-filiere .side-texte {
  padding: 1.2rem 3rem;
  padding-right: 1rem; }
  .page-template-page-filiere .side-texte .content {
    width: 80%; }
    @media (max-width: 1199.98px) {
      .page-template-page-filiere .side-texte .content {
        width: 80%; } }
    @media (max-width: 991.98px) {
      .page-template-page-filiere .side-texte .content {
        width: 100%; } }
.page-template-page-filiere .icones {
  margin-top: 3rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #f06a01;
  line-height: 1; }
  .page-template-page-filiere .icones .icone-item {
    display: inline-block;
    position: relative;
    padding: 0 1rem;
    margin-top: 1rem; }
    .page-template-page-filiere .icones .icone-item > div {
      vertical-align: middle;
      display: inline-block; }
    .page-template-page-filiere .icones .icone-item::after {
      content: " ";
      display: block;
      width: 2px;
      height: 48px;
      background-image: url(../images/icones-sep.png);
      position: absolute;
      top: -5px;
      right: 0;
      display: none; }
      @media (max-width: 1199.98px) {
        .page-template-page-filiere .icones .icone-item::after {
          display: none; } }
    .page-template-page-filiere .icones .icone-item:first-child::before {
      content: " ";
      display: block;
      width: 2px;
      height: 48px;
      background-image: url(../images/icones-sep.png);
      position: absolute;
      top: -5px;
      left: 0;
      display: none; }
      @media (max-width: 1199.98px) {
        .page-template-page-filiere .icones .icone-item:first-child::before {
          display: none; } }
.page-template-page-filiere .labels {
  margin-top: 3rem; }
.page-template-page-filiere .chiffres {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center; }
  .page-template-page-filiere .chiffres .chiffre-item {
    padding: 1rem 2rem; }
    .page-template-page-filiere .chiffres .chiffre-item .chiffre {
      color: #f06a01; }
    .page-template-page-filiere .chiffres .chiffre-item .texte {
      color: #46525f; }
.page-template-page-filiere .autre-filieres {
  margin: 2rem 0; }
  .page-template-page-filiere .autre-filieres h2 {
    font-size: 2.1875rem;
    color: #46525f;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase; }
  .page-template-page-filiere .autre-filieres a {
    color: #46525f;
    text-transform: uppercase;
    font-size: 0.9375rem;
    text-decoration: none; }
    .page-template-page-filiere .autre-filieres a img {
      width: 92px;
      transition: 0.5s; }
    .page-template-page-filiere .autre-filieres a:hover img {
      transform: scale(1.1); }
  .page-template-page-filiere .autre-filieres ul {
    margin-bottom: 3rem; }
    .page-template-page-filiere .autre-filieres ul li {
      vertical-align: top;
      margin-right: 1.5rem; }
    .page-template-page-filiere .autre-filieres ul li:last-child {
      margin-right: 0; }

section.contact {
  overflow: hidden;
  background-color: #f06a01; }
  section.contact ul {
    padding: 0;
    margin: 0; }
    section.contact ul li {
      display: inline-block; }
      section.contact ul li a {
        display: block;
        font-size: 1.25rem;
        color: white !important;
        text-transform: uppercase;
        padding: 1rem;
        text-decoration: none; }
        @media (max-width: 767.98px) {
          section.contact ul li a {
            font-size: 1.15rem; } }
      section.contact ul li.gris {
        position: relative;
        background-color: #46525f; }
        section.contact ul li.gris a {
          padding: 1rem 2rem; }
          section.contact ul li.gris a img {
            margin-left: 2rem; }
            @media (max-width: 767.98px) {
              section.contact ul li.gris a img {
                display: none; } }
        section.contact ul li.gris::after {
          content: ' ';
          position: absolute;
          right: -9999px;
          width: 10000px;
          display: block;
          top: 0;
          bottom: 0;
          height: 100%;
          background-color: #46525f; }
          @media (max-width: 1199.98px) {
            section.contact ul li.gris::after {
              display: none; } }
        @media (max-width: 1199.98px) {
          section.contact ul li.gris {
            margin-bottom: 1rem; } }
  @media (max-width: 1199.98px) {
    section.contact {
      text-align: center; } }

.wpcf7-form {
  margin-top: 3rem;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 0.875rem; }
  .wpcf7-form .libelle {
    width: 120px;
    display: inline-block; }
    .wpcf7-form .libelle.libelle-message {
      vertical-align: top; }
  .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 2rem;
    display: inline-block;
    width: 400px; }
    .wpcf7-form .wpcf7-form-control-wrap input[type="text"], .wpcf7-form .wpcf7-form-control-wrap input[type="email"], .wpcf7-form .wpcf7-form-control-wrap textarea {
      width: 100%;
      border: none;
      padding: 0.7rem 1rem; }
      .wpcf7-form .wpcf7-form-control-wrap input[type="text"]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type="email"]::placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
        color: #bbbcbf; }
    .wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"] {
      display: inline-block;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item-label {
      font-size: 0.75rem; }
    @media (max-width: 1199.98px) {
      .wpcf7-form .wpcf7-form-control-wrap {
        width: 300px; } }
    @media (max-width: 991.98px) {
      .wpcf7-form .wpcf7-form-control-wrap {
        width: 100%; } }
  .wpcf7-form .acceptation {
    width: 100%; }
  .wpcf7-form p {
    display: none; }
  .wpcf7-form .nice-select {
    border: none;
    color: white;
    border-radius: 0;
    background-color: #46525f;
    width: 100%; }
    .wpcf7-form .nice-select ul {
      color: black;
      width: 100%; }
    @media (max-width: 1199.98px) {
      .wpcf7-form .nice-select {
        width: 100%; } }
    @media (max-width: 991.98px) {
      .wpcf7-form .nice-select {
        width: 100%; } }
  .wpcf7-form .fl .wpcf7-form-control-wrap, .wpcf7-form .fl .wpcf7-submit {
    float: right;
    width: auto; }
  .wpcf7-form .fl p {
    display: block; }
  .wpcf7-form .wpcf7-submit {
    background-color: #f06a01;
    padding: 0.5rem 2rem;
    color: white;
    text-transform: uppercase;
    border: none;
    cursor: pointer; }
  .wpcf7-form .wpcf7-not-valid-tip {
    float: right;
    margin-top: 0.5rem; }
  .wpcf7-form .nombre-personnes, .wpcf7-form .atelier {
    width: 100%; }
    @media (max-width: 1199.98px) {
      .wpcf7-form .nombre-personnes, .wpcf7-form .atelier {
        width: 100%; } }
    @media (max-width: 991.98px) {
      .wpcf7-form .nombre-personnes, .wpcf7-form .atelier {
        width: 100%; } }
  .wpcf7-form .adresse, .wpcf7-form .message {
    width: 970px; }
    @media (max-width: 1199.98px) {
      .wpcf7-form .adresse, .wpcf7-form .message {
        width: 900px; } }
    @media (max-width: 991.98px) {
      .wpcf7-form .adresse, .wpcf7-form .message {
        width: 100%; } }

.page-template-page-contact .wpcf7-form input[type="text"], .page-template-page-contact .wpcf7-form input[type="email"], .page-template-page-contact .wpcf7-form textarea {
  background-color: #eee; }

.page-template-default h2 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2rem; }
.page-template-default #wpcf7-f397-p48-o1 .wpcf7-form-control-wrap {
  width: 100%; }
  .page-template-default #wpcf7-f397-p48-o1 .wpcf7-form-control-wrap input, .page-template-default #wpcf7-f397-p48-o1 .wpcf7-form-control-wrap textarea {
    background-color: transparent;
    border: 1px solid #9a9a9a; }
    .page-template-default #wpcf7-f397-p48-o1 .wpcf7-form-control-wrap input::placeholder, .page-template-default #wpcf7-f397-p48-o1 .wpcf7-form-control-wrap textarea::placeholder {
      font-weight: 600;
      color: #46525f; }
  .page-template-default #wpcf7-f397-p48-o1 .wpcf7-form-control-wrap input[type='file'] {
    width: 100%;
    padding: 0.5rem;
    font-weight: 600;
    color: #46525f; }
  .page-template-default #wpcf7-f397-p48-o1 .wpcf7-form-control-wrap input[type='checkbox'] {
    margin-bottom: 35px; }
.page-template-default #wpcf7-f397-p48-o1 .libelle, .page-template-default #wpcf7-f397-p48-o1 .wpcf7-list-item {
  font-weight: 600;
  color: #46525f; }
.page-template-default #wpcf7-f397-p48-o1 .fl {
  text-align: center; }
  .page-template-default #wpcf7-f397-p48-o1 .fl .wpcf7-submit {
    float: none; }

/*# sourceMappingURL=theme_style.css.map */
