@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
body.path-search .region-content nav a {
  display: inline-block;
  background-color: #E7B82A;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  padding: 0 40px;
  border: 0;
  border-radius: 45px;
  font-weight: 500;
  font-size: 0.75em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.path-search .region-content nav a:hover {
  background-color: #8B2231;
}

@media only screen and (min-width: 1920px) {
  body.path-search .region-content nav a {
    height: 45px;
    line-height: 45px;
    padding: 0 75px;
    font-size: 1em;
  }
}
body.path-search .wrapper-header-content .wrapper-header-img {
  background-image: url(../images/mission-banniere.jpg);
}
body.path-search .region-content {
  padding: 50px 0;
  max-width: 840px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
body.path-search .region-content form #edit-help-link {
  display: none;
}
body.path-search .region-content form .container-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
body.path-search .region-content form .form-item, body.path-search .region-content form .form-actions {
  margin: 0;
}
body.path-search .region-content form label {
  display: none;
}
body.path-search .region-content form input[type=search] {
  background-color: #A95D68;
  height: 30px;
  line-height: 30px;
  border-radius: 30px 0 0 30px;
  border: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 0.9375em;
  width: 200px;
}
body.path-search .region-content form #edit-submit {
  background-color: #A95D68;
  border: 0;
  width: 40px;
  height: 30px;
  border-radius: 0 30px 30px 0;
  font-size: 0;
  background-image: url(../images/loupe.png);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
body.path-search .region-content h2 {
  font-family: "Mirador";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
  margin: 50px 0 20px 0;
}
body.path-search .region-content .item-list ol {
  margin: 0;
  padding: 0;
}
body.path-search .region-content .item-list ol li {
  margin: 0;
}
body.path-search .region-content .item-list ol li h3 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 120%;
  margin: 30px 0 20px 0;
  color: #8B2231;
}
body.path-search .region-content nav {
  padding: 30px 0 0 0;
}
body.path-search .region-content nav a {
  margin: 7px 0;
}

@media only screen and (min-width: 1920px) {
  body.path-search .region-content {
    padding: 100px 0;
  }
  body.path-search .region-content form .container-inline {
    height: 45px;
  }
  body.path-search .region-content form input[type=search] {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 1.125em;
    width: 250px;
  }
  body.path-search .region-content form #edit-submit {
    width: 45px;
    height: 45px;
    background-size: 25px;
  }
  body.path-search .region-content h2 {
    font-size: 2.8em;
    margin: 50px 0 30px 0;
  }
  body.path-search .region-content .item-list ol li h3 {
    font-size: 1.2em;
    margin: 30px 0 20px 0;
  }
}