@charset "UTF-8";
/***********
* VARIABLES
************/
/* -----------------------------------------
Couleur
--------------------------------------------  */
/* -----------------------------------------
Tailles
--------------------------------------------  */
.bzh-font {
  font-family: 'bretagneFont'; }

/******
* BASE
*******/
body {
  font-family: "Open Sans",Helvetica,Arial,sans-serif; }

@font-face {
  font-family: 'bretagneFont';
  src: url("../fonts/RegionBretagne-Reg.eot");
  src: local("☺"), url("../fonts/RegionBretagne-Reg.woff") format("woff"), url("../fonts/RegionBretagne-Reg.ttf") format("truetype"), url("../fonts/RegionBretagne-Reg.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bretagneFont';
  src: url("../fonts/RegionBretagne-Bold.eot");
  src: local("☺"), url("../fonts/RegionBretagne-Bold.woff") format("woff"), url("../fonts/RegionBretagne-Bold.ttf") format("truetype"), url("../fonts/RegionBretagne-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1em;
  font-weight: bold;
  font-family: 'Open Sans'; }

h1, .h1 {
  font-size: 2.1875rem;
  line-height: 2.5rem; }

h2, .h2 {
  font-size: 1.5625rem;
  line-height: 1.875rem; }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 0.9375rem; }

h6, .h6 {
  font-size: 0.8125rem; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #5A9EAA; }

a:hover {
  color: #444; }

a:hover {
  outline: 0; }

input:focus {
  border: 1px solid #04A4CC; }

p {
  font-size: 0.9375rem;
  line-height: 1.25rem; }
  p.chapo, p.lead {
    font-size: 0.9375rem;
    font-weight: 600; }
  p a {
    text-decoration: underline; }

ol,
ul:not(.page-numbers),
dl {
  font-size: 0.9375rem;
  line-height: 1.25rem; }

.wrapper {
  width: 90%;
  max-width: 1004px;
  margin: auto; }
  .wrapper img {
    border-radius: 6px; }

/********
* LAYOUT
*********/
.section,
.bloc {
  margin: 3.75rem auto; }

/************
* COMPOSANTS
*************/
.btn {
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: all 0.5s ease;
  padding: 15px 30px;
  border: none;
  cursor: pointer; }
  .btn:hover {
    text-decoration: none; }
  .btn.is-rounded {
    border-radius: 30px; }
  .btn.is-small {
    padding: 8px 15px;
    font-size: 0.75rem; }

.btn-primary {
  background-color: #5A9EAA; }
  .btn-primary:hover {
    text-decoration: none;
    background: #49828D;
    color: #fff; }
  .btn-primary.is-white {
    background: white;
    color: #5A9EAA; }
  .btn-primary.is-light {
    color: #5A9EAA;
    background: #EFF4F6; }
    .btn-primary.is-light:hover {
      background: #5A9EAA;
      color: #fff; }
  .btn-primary.is-disabled {
    background: #ccc;
    color: #777; }
    .btn-primary.is-disabled:hover {
      background: #bbb;
      color: #777;
      cursor: not-allowed; }
  .btn-primary.is-external {
    position: relative;
    padding-left: 50px;
    padding-right: 30px; }
    .btn-primary.is-external:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 20px;
      height: 18px;
      width: 18px;
      background: url("../img/icons/btn-externe.svg") no-repeat center;
      background-size: contain;
      transform: translateY(-50%); }
  .btn-primary.is-loading {
    position: relative;
    padding-left: calc(size(25) + 1em); }
@keyframes loader {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }
    .btn-primary.is-loading:before {
      content: "\f110";
      position: absolute;
      top: 50%;
      left: 12px;
      margin-top: 1px;
      font-family: "Font Awesome 5 Free";
      font-size: 0.625rem;
      transform: translateY(-50%);
      animation: loader 1s infinite linear both; }

.btn-secondary {
  background: #424141; }
  .btn-secondary:hover {
    background: #282828; }

.btn-light {
  color: #5A9EAA;
  background: #EFF4F6; }
  .btn-light:hover {
    background: #5A9EAA;
    color: #fff; }

.btn-link {
  color: #5A9EAA; }
  .btn-link:hover {
    color: #49828D;
    text-decoration: underline; }

.btn-success {
  background: #6e8325; }
  .btn-success:hover {
    background: #4d5b1a; }

.btn-warning {
  color: #fff;
  background: #cf7a26; }
  .btn-warning:hover {
    color: #fff;
    background: #a4611e; }

.btn-danger {
  background: #b0252e; }
  .btn-danger:hover {
    background: #861c23; }

.btn-info {
  color: #fff;
  background: #4C74B5; }
  .btn-info:hover {
    color: #fff;
    background: #3c5d92; }

.btn-dark {
  background: #121212; }
  .btn-dark:hover {
    background: black; }

.btn-prev,
.btn-next,
.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  color: #fff;
  border-radius: 50%; }
  .btn-prev:before,
  .btn-next:before,
  .carousel-control-prev-icon:before,
  .carousel-control-next-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #5A9EAA;
    border-radius: 50%;
    transition: .3s ease-in-out; }
  .btn-prev .arrow,
  .btn-next .arrow,
  .carousel-control-prev-icon .arrow,
  .carousel-control-next-icon .arrow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .btn-prev .arrow:before, .btn-prev .arrow:after,
    .btn-next .arrow:before,
    .btn-next .arrow:after,
    .carousel-control-prev-icon .arrow:before,
    .carousel-control-prev-icon .arrow:after,
    .carousel-control-next-icon .arrow:before,
    .carousel-control-next-icon .arrow:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 53%;
      height: 2px;
      width: 7px;
      background: #fff;
      border-radius: 2px;
      font-size: 4rem;
      line-height: 2.25rem;
      transform: translate(-50%, -50%); }
    .btn-prev .arrow:before,
    .btn-next .arrow:before,
    .carousel-control-prev-icon .arrow:before,
    .carousel-control-next-icon .arrow:before {
      margin-top: 2px;
      transform: translate(-50%, -50%) rotate(-45deg); }
    .btn-prev .arrow:after,
    .btn-next .arrow:after,
    .carousel-control-prev-icon .arrow:after,
    .carousel-control-next-icon .arrow:after {
      margin-top: -2px;
      transform: translate(-50%, -50%) rotate(45deg); }
  .btn-prev:hover:before,
  .btn-next:hover:before,
  .carousel-control-prev-icon:hover:before,
  .carousel-control-next-icon:hover:before {
    transform: scale(1.1); }
  @media (min-width: 992px) {
    .btn-prev,
    .btn-next,
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      height: 40px;
      width: 40px; }
      .btn-prev .arrow:before, .btn-prev .arrow:after,
      .btn-next .arrow:before,
      .btn-next .arrow:after,
      .carousel-control-prev-icon .arrow:before,
      .carousel-control-prev-icon .arrow:after,
      .carousel-control-next-icon .arrow:before,
      .carousel-control-next-icon .arrow:after {
        width: 10px; }
      .btn-prev .arrow:before,
      .btn-next .arrow:before,
      .carousel-control-prev-icon .arrow:before,
      .carousel-control-next-icon .arrow:before {
        margin-top: 3px; }
      .btn-prev .arrow:after,
      .btn-next .arrow:after,
      .carousel-control-prev-icon .arrow:after,
      .carousel-control-next-icon .arrow:after {
        margin-top: -3px; } }

.btn-prev,
.carousel-control-prev-icon {
  transform: scaleX(-1); }

.btn-normal {
  padding: 0;
  color: #5A9EAA;
  background: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.125rem; }
  .btn-normal:after {
    content: '';
    background: url("../img/icons/fleche.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 0.81em;
    transition: .3s ease-in-out;
    vertical-align: middle;
    margin-left: 10px; }
  .btn-normal.is-external:after {
    content: "";
    top: 50%;
    height: 16px;
    width: 16px;
    margin-bottom: 2px;
    background: url("../img/icons/btn-externe-green.svg") no-repeat center;
    background-size: contain; }
  .btn-normal.is-download:after {
    content: "\f019";
    top: 50%;
    height: 20px;
    width: 16px;
    background: none;
    font-family: "Font Awesome 5 Free";
    line-height: 1; }
  .btn-normal:hover:after {
    transform: translateX(5px); }

.btn-social {
  position: relative;
  height: 36px;
  width: 36px;
  padding: 0;
  color: #fff;
  background: #5A9EAA;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: normal;
  transition: .3s ease-in-out; }
  .btn-social[class^="icon-"], .btn-social[class*=" icon-"] {
    font-size: 1.5625rem; }
  .btn-social:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%); }
  .btn-social:hover {
    background: #49828D; }
    .btn-social:hover:before {
      color: #fff; }
  .btn-social:focus {
    box-shadow: none; }

.accordion > .card > div > .card-body blockquote,
blockquote {
  position: relative;
  padding: 40px;
  font-family: 'bretagneFont';
  page-break-inside: avoid; }
  .accordion > .card > div > .card-body blockquote:before, .accordion > .card > div > .card-body blockquote:after,
  blockquote:before,
  blockquote:after {
    content: '“';
    position: absolute;
    color: #5A9EAA;
    font-size: 6.25rem; }
  .accordion > .card > div > .card-body blockquote:before,
  blockquote:before {
    top: -20px;
    left: 0; }
  .accordion > .card > div > .card-body blockquote:after,
  blockquote:after {
    bottom: -10px;
    right: 0;
    transform: rotate(180deg); }
  .accordion > .card > div > .card-body blockquote p,
  blockquote p {
    text-align: center;
    font-weight: 700;
    font-size: 1.5625rem; }
  .accordion > .card > div > .card-body blockquote footer,
  blockquote footer {
    display: block;
    margin-right: 15px;
    font-size: 0.75rem;
    text-align: right;
    font-family: "Open Sans",Helvetica,Arial,sans-serif; }
  @media (min-width: 992px) {
    .accordion > .card > div > .card-body blockquote:before, .accordion > .card > div > .card-body blockquote:after,
    blockquote:before,
    blockquote:after {
      font-size: 9.375rem;
      line-height: 14.375rem; }
    .accordion > .card > div > .card-body blockquote:before,
    blockquote:before {
      top: -60px;
      left: -10px; }
    .accordion > .card > div > .card-body blockquote:after,
    blockquote:after {
      bottom: -30px;
      right: -10px; }
    .accordion > .card > div > .card-body blockquote p,
    blockquote p {
      font-size: 1.125rem; }
    .accordion > .card > div > .card-body blockquote footer,
    blockquote footer {
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    .accordion > .card > div > .card-body blockquote,
    blockquote {
      width: 80%;
      margin: 0 auto; }
      .accordion > .card > div > .card-body blockquote p,
      blockquote p {
        font-size: 1.5625rem;
        line-height: 1.875rem; } }

.text-primary {
  color: #5A9EAA !important; }

.bg-primary {
  color: #fff;
  background-color: #5A9EAA !important; }

.encadre {
  padding: 15px;
  border: 1px solid #5A9EAA !important;
  border-radius: 6px; }
  .encadre *:first-child {
    margin-top: 0; }
  .encadre *:last-child {
    margin-bottom: 0 !important; }
  @media (min-width: 1200px) {
    .encadre {
      padding: 30px;
      border-width: 2px; } }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-family: 'bretagneFont';
  font-size: 1.25rem;
  font-weight: bold; }
  .pagination .page-item {
    width: 30px;
    height: 100%;
    font-size: 1.25rem; }
    .pagination .page-item .page-link {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 30px;
      color: #000;
      background: none;
      border: none;
      transition: .2s ease-in-out; }
      .pagination .page-item .page-link:hover {
        text-decoration: none;
        color: #5A9EAA;
        background: none; }
    .pagination .page-item.active .page-link {
      color: #5A9EAA;
      background: none; }
  .pagination [aria-label="Previous"],
  .pagination [aria-label="Next"] {
    position: relative; }
    .pagination [aria-label="Previous"] span,
    .pagination [aria-label="Next"] span {
      font-size: 0; }
    .pagination [aria-label="Previous"]:before, .pagination [aria-label="Previous"]:after,
    .pagination [aria-label="Next"]:before,
    .pagination [aria-label="Next"]:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      height: 3px;
      width: 14px;
      background: #000;
      border-radius: 2px;
      transition: .2s ease-in-out;
      cursor: pointer; }
    .pagination [aria-label="Previous"]:before,
    .pagination [aria-label="Next"]:before {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .pagination [aria-label="Previous"]:after,
    .pagination [aria-label="Next"]:after {
      transform: translate(-50%, -50%) rotate(45deg); }
    .pagination [aria-label="Previous"]:hover:before, .pagination [aria-label="Previous"]:hover:after,
    .pagination [aria-label="Next"]:hover:before,
    .pagination [aria-label="Next"]:hover:after {
      background: #5A9EAA; }
    .pagination [aria-label="Previous"].disabled,
    .pagination [aria-label="Next"].disabled {
      display: none; }
  .pagination [aria-label="Previous"]:before {
    margin-top: -4px; }
  .pagination [aria-label="Previous"]:after {
    margin-top: 4px; }
  .pagination [aria-label="Next"]:before {
    margin-top: 4px; }
  .pagination [aria-label="Next"]:after {
    margin-top: -4px; }
  @media (min-width: 1200px) {
    .pagination {
      font-size: 1.25rem; } }

.breadcrumb {
  padding: 0;
  background: none;
  font-size: 0.75rem; }
  .breadcrumb .breadcrumb-item,
  .breadcrumb a {
    color: #000;
    text-decoration: underline; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '>';
    font-weight: normal; }
  .breadcrumb .active {
    font-weight: bold;
    text-decoration: none; }

.alert {
  display: inline-block;
  font-size: 0.75rem;
  padding: 5px 25px;
  border: none;
  border-radius: 23px;
  margin: auto; }

.alert-primary {
  color: #fff;
  background: #5A9EAA; }
  .alert-primary .alert-link {
    color: #fff; }

.alert-secondary {
  color: #fff;
  background: #5c5a5a; }
  .alert-secondary .alert-link {
    color: #fff; }

.alert-success {
  color: #fff;
  background: #8fab30; }
  .alert-success .alert-link {
    color: #fff; }

.alert-danger {
  color: #fff;
  background: #d4343e; }
  .alert-danger .alert-link {
    color: #fff; }

.alert-warning {
  color: #fff;
  background: #de944a; }
  .alert-warning .alert-link {
    color: #fff; }

.alert-info {
  color: #fff;
  background: #7090c4; }
  .alert-info .alert-link {
    color: #fff; }

.alert-dark {
  color: #fff;
  background: #2c2c2c; }
  .alert-dark .alert-link {
    color: #fff; }

.badge {
  padding: 3px 12px;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 23px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  transition: .2s ease-in-out; }
  .badge[href]:hover, .badge[href]:focus {
    background: #5A9EAA; }

.badge-primary {
  color: #5A9EAA;
  border-color: #5A9EAA; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    background: #5A9EAA; }

.badge-secondary {
  color: #424141;
  border-color: #424141; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    background: #424141; }

.badge-success {
  color: #6e8325;
  border-color: #6e8325; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    background: #6e8325; }

.badge-danger {
  color: #b0252e;
  border-color: #b0252e; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    background: #b0252e; }

.badge-warning {
  color: #cf7a26;
  border-color: #cf7a26; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #fff;
    background: #cf7a26; }

.badge-info {
  color: #4C74B5;
  border-color: #4C74B5; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    background: #4C74B5; }

.badge-dark {
  color: #121212;
  border-color: #121212; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    background: #121212; }

.badge-light {
  color: #fff;
  border-color: #fff; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #000;
    background: #fff; }

.card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 6px !important;
  transition: .3s ease-in-out; }
  .card .date {
    font-size: 0.625rem;
    font-style: italic; }
  .card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35); }

.card-link {
  font-size: 0.9375rem; }

.card-title {
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.card-grand-projet {
  display: block;
  position: relative;
  padding: 0;
  background: none;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  overflow: hidden;
  backface-visibility: hidden;
  min-height: 300px; }
  .card-grand-projet .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: .5s ease-in-out;
    backface-visibility: hidden; }
  .card-grand-projet .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60%;
    min-height: 120px;
    padding: 20px 15px 15px;
    background: #fff;
    border-radius: 0 6px 0 0; }
  .card-grand-projet .card-title {
    margin-bottom: 0.75em;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 700; }
  .card-grand-projet .card-link {
    align-self: flex-start; }
  .card-grand-projet:hover .cover {
    transform: scale(1.05); }
  .card-grand-projet:hover .btn-normal:after {
    transform: translateX(5px); }
  @media (min-width: 992px) {
    .card-grand-projet {
      padding: 20px 15px; }
      .card-grand-projet .card-content {
        padding-top: 121%; } }
  @media (min-width: 1200px) {
    .card-grand-projet .card-image {
      top: -2.5%;
      left: -2.5%;
      height: 105%;
      width: 105%;
      transform: scale(0.96); }
    .card-grand-projet:hover .card-image {
      transform: scale(1); } }

.card-projet {
  display: flex;
  flex-direction: row;
  position: relative;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: .3s ease-in-out; }
  .card-projet .card-image {
    float: left;
    width: 33%;
    margin-right: 5%;
    padding-top: 33%;
    border-radius: 6px;
    background-size: cover;
    background-position: cover; }
  .card-projet .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 62%;
    padding: 0; }
  .card-projet .card-title {
    margin-top: 10px;
    font-size: 0.9375rem;
    line-height: 1.25rem; }
  .card-projet .card-link {
    margin-bottom: 10px;
    align-self: flex-start; }
  .card-projet:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
    text-decoration: none; }
    .card-projet:hover .card-link:after {
      transform: translateX(5px); }
  @media (min-width: 768px) {
    .card-projet {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 208px; }
      .card-projet .card-image {
        float: none;
        width: 100%;
        padding-top: 100%; }
      .card-projet .card-body {
        width: 100%;
        height: 100%; }
      .card-projet .card-title {
        margin-top: 20px;
        margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .card-projet .card-title {
      margin-bottom: 20px; } }

.card-primary {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  color: #000;
  background: #F7F7F7;
  box-shadow: none;
  font-size: 0.9375rem;
  line-height: 1.4; }
  .card-primary .card-title {
    color: #000;
    line-height: 1.2; }
  .card-primary .card-link {
    align-self: flex-end;
    margin-top: 10px; }
  .card-primary:hover {
    text-decoration: none;
    box-shadow: none; }
    .card-primary:hover .card-link:after {
      transform: translateX(5px); }
  .card-primary.is-grey {
    color: #fff;
    background: #424141; }
    .card-primary.is-grey .card-title {
      color: #fff;
      opacity: .9; }
    .card-primary.is-grey span,
    .card-primary.is-grey p {
      opacity: .9; }
    .card-primary.is-grey .card-link {
      opacity: 1; }
    .card-primary.is-grey .date {
      opacity: .8; }
  .card-primary .emploi-content {
    margin-top: 10px;
    color: #000;
    font-size: 0.75rem;
    font-weight: 600; }
    .card-primary .emploi-content span {
      display: flex;
      align-items: center;
      margin: 5px 0; }
    .card-primary .emploi-content i {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 10px;
      font-size: 1.5625rem;
      vertical-align: text-bottom;
      transform: translateY(-0.05em); }

.card-elu .card-content,
.card-publication .card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
.card-elu .card-body,
.card-publication .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #000;
  text-decoration: none; }

.card-elu .card-image {
  height: 65px;
  width: 65px;
  border-radius: 50%; }
.card-elu .card-body {
  width: calc(100% - 95px);
  margin-left: 30px; }
.card-elu .elu-fonction,
.card-elu .elu-membre {
  display: block; }
.card-elu .elu-fonction {
  margin-bottom: 5px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.1; }
.card-elu .elu-membre {
  font-size: 0.8125rem;
  font-style: italic; }
@media (min-width: 992px) {
  .card-elu .card-image {
    height: 85px;
    width: 85px; }
  .card-elu .card-body {
    width: calc(100% - 115px); } }

.card-publication .card-image {
  height: 60px;
  width: 45px;
  border-radius: 6px; }
.card-publication .card-body {
  width: calc(100% - 75px);
  margin-left: 20px; }
.card-publication .card-title {
  margin-bottom: 5px; }
.card-publication .date {
  color: #5A9EAA;
  font-size: 0.75rem;
  font-weight: 600; }

.card-pratique {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .card-pratique:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35); }

.card-pratique-end {
  align-items: center;
  background: #5A9EAA;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .card-pratique-end .card-title {
    color: #fff; }
  .card-pratique-end .card-link {
    align-self: center; }
  .card-pratique-end:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35); }

.card-actualite {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .card-actualite .card-header {
    display: flex;
    padding: 0;
    border: none; }
  .card-actualite .card-image {
    width: 110px;
    height: 110px;
    border-radius: 6px;
    overflow: hidden; }
  .card-actualite .card-title {
    width: calc(100% - 120px);
    margin-bottom: 20px;
    margin-right: 10px;
    line-height: 1.4; }
  .card-actualite .card-body {
    display: flex;
    flex-direction: column;
    padding: 0; }
  .card-actualite .date,
  .card-actualite .actualite-extrait {
    display: none; }
  .card-actualite .date {
    margin-bottom: 5px; }
  .card-actualite .card-link {
    margin-top: 0; }
  .card-actualite:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35); }
  .card-actualite.no-image .card-title {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .card-actualite .card-header {
      margin-bottom: 10px; }
    .card-actualite .card-image {
      height: 90px;
      width: 90px; }
    .card-actualite .card-title {
      width: calc(100% - 100px);
      margin-bottom: 0; }
    .card-actualite .date,
    .card-actualite .actualite-extrait {
      display: block; }
    .card-actualite .card-link {
      margin-top: 20px; }
    .card-actualite.no-image .card-title {
      margin-bottom: 0; }
    .card-actualite.no-body .card-link {
      margin-top: 0; } }

.card-parole .date {
  margin-bottom: 10px; }
.card-parole .parole-categories {
  margin-left: -5px;
  margin-right: -5px; }
.card-parole .alert {
  margin: 0 5px;
  font-weight: 600; }

.card-social {
  padding: 20px 20px 10px 20px;
  border: 1px solid #121212 !important;
  box-shadow: none; }
  .card-social .card-title {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    min-height: 12px;
    font-size: 0.75rem;
    font-style: italic; }
    .card-social .card-title .fab {
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 1.25rem;
      transform: translateY(-50%); }
  .card-social .card-body {
    padding: 0; }
  .card-social .card-image {
    border-radius: 6px; }
  .card-social .date {
    margin-top: 10px; }
  .card-social:hover {
    box-shadow: none; }
  .card-social.is-grey {
    color: #fff;
    background: #121212; }
    .card-social.is-grey .card-title {
      color: #fff; }

.accordion {
  margin: 30px 0 0; }
  .accordion .bloc {
    margin-top: 30px;
    margin-bottom: 30px; }
  .accordion > .card {
    box-shadow: none;
    background: none; }
    .accordion > .card ~ .card {
      margin-top: 10px;
      margin-bottom: 10px; }
    .accordion > .card > .card-header {
      position: relative;
      padding: 15px 100px 15px 15px;
      margin: 0;
      max-width: none;
      color: #fff;
      border-radius: 6px !important;
      background: #5A9EAA;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      font-size: 0.9375rem;
      font-family: "Open Sans",Helvetica,Arial,sans-serif;
      text-transform: none;
      transition: .3s ease-in-out;
      cursor: pointer;
      z-index: 10; }
      .accordion > .card > .card-header h2,
      .accordion > .card > .card-header h3 {
        font-size: 0.9375rem;
        font-family: "Open Sans",Helvetica,Arial,sans-serif; }
      .accordion > .card > .card-header:before, .accordion > .card > .card-header:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        height: 2px;
        width: 12px;
        background: #fff;
        border-radius: 2px;
        transition: .3s ease-in-out; }
      .accordion > .card > .card-header:before {
        transform: translateY(-50%); }
      .accordion > .card > .card-header:after {
        transform: translateY(-50%) rotate(90deg) scale(0); }
      .accordion > .card > .card-header.collapsed {
        color: #000;
        background: #fff; }
        .accordion > .card > .card-header.collapsed:before, .accordion > .card > .card-header.collapsed:after {
          background: #000; }
        .accordion > .card > .card-header.collapsed:after {
          transform: translateY(-50%) rotate(90deg) scale(1); }
    .accordion > .card > div > .card-body {
      margin: 0 12px;
      padding: 10px 12px;
      background: #F7F7F7;
      border-radius: 0 0 6px 6px; }
      .accordion > .card > div > .card-body > p {
        margin-bottom: 20px;
        font-size: 0.875rem; }
  @media (min-width: 1200px) {
    .accordion > .card ~ .card {
      margin-top: 15px;
      margin-bottom: 15px; }
    .accordion > .card > .card-header {
      padding: 20px; }
      .accordion > .card > .card-header:before, .accordion > .card > .card-header:after {
        right: 30px;
        width: 16px;
        height: 3px; }
    .accordion > .card > div > .card-body {
      padding: 20px; }
      .accordion > .card > div > .card-body > p {
        margin-bottom: 20px;
        font-size: 0.9375rem; } }

form label {
  font-size: 0.9375rem; }

.form-control {
  height: 35px;
  padding: 1px 25px;
  color: #000;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: .3s ease-in-out; }
  .form-control:hover, .form-control:focus {
    border: none; }
  .form-control::placeholder {
    color: #000;
    opacity: .4;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 600; }
  .is-rectangle .form-control {
    border-radius: 3px; }
  .form-control[multiple] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.form-check {
  position: relative;
  padding-left: 1.5rem; }

.form-check-input {
  opacity: 0; }
  .form-check-input:checked ~ .form-check-label:after {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.75rem;
    transform: translateY(-50%); }

.form-check-label:before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #5A9EAA;
  border-radius: 50%; }
input[type="checkbox"] ~ .form-check-label:before {
  border-radius: 3px; }

.input-group {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: .3s ease-in-out; }
  .input-group .input-group-text {
    font-size: 0.9375rem;
    border: none; }
  .input-group .form-control {
    box-shadow: none; }
  .input-group:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35); }
  .is-rectangle .input-group {
    border-radius: 3px; }

.customLabel {
  position: relative; }
  .customLabel label {
    position: absolute;
    top: 25px;
    left: 25px;
    width: auto;
    color: #000;
    opacity: .4;
    font-weight: 600;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
    transition: .2s ease-in-out; }
    .customLabel label.is-focused {
      top: 14px;
      font-size: 0.625rem; }
  .customLabel .form-control {
    padding: 22px 25px 10px; }

.selectpicker {
  pointer-events: none; }

.dropdown.bootstrap-select > select {
  pointer-events: none !important; }
.dropdown.bootstrap-select .filter-option .placeholder {
  font-size: 0.7em;
  opacity: 0.43;
  height: 20px;
  line-height: 1.875rem;
  text-indent: 30px;
  text-overflow: ellipsis;
  max-width: 79%; }
  .dropdown.bootstrap-select .filter-option .placeholder + .filter-option-inner {
    height: 20px;
    line-height: 1.125rem; }
.dropdown.bootstrap-select .no-results {
  padding: 10px 15px 0;
  color: #fff;
  background: none; }
.dropdown.bootstrap-select.groupSlide .dropdown-menu .inner {
  overflow-y: hidden !important; }
  .dropdown.bootstrap-select.groupSlide .dropdown-menu .inner .dropdown-divider {
    display: none; }
.dropdown.bootstrap-select.groupSlide .dropdown-menu .dropdown-header {
  text-align: center;
  vertical-align: middle;
  transform: translateX(0%); }
  .dropdown.bootstrap-select.groupSlide .dropdown-menu .dropdown-header:not(.show) {
    opacity: 0;
    position: absolute;
    transform: translateX(-150%); }
  .dropdown.bootstrap-select.groupSlide .dropdown-menu .dropdown-header > span {
    vertical-align: middle; }
  .dropdown.bootstrap-select.groupSlide .dropdown-menu .dropdown-header .prev, .dropdown.bootstrap-select.groupSlide .dropdown-menu .dropdown-header .next {
    display: inline-block;
    cursor: pointer;
    background-image: url("../img/icons/arrow.svg");
    background-size: contain;
    width: 11px;
    height: 11px;
    margin: 0px;
    text-indent: -999em; }
  .dropdown.bootstrap-select.groupSlide .dropdown-menu .dropdown-header .text {
    display: inline-block;
    font-weight: bold;
    color: black;
    margin: 0px 20px; }
  .dropdown.bootstrap-select.groupSlide .dropdown-menu .dropdown-header .prev {
    transform: rotateZ(90deg); }
  .dropdown.bootstrap-select.groupSlide .dropdown-menu .dropdown-header .next {
    transform: rotateZ(-90deg); }
.dropdown.bootstrap-select.groupSlide .dropdown-menu li > a:not(.show) {
  opacity: 0;
  position: absolute;
  transform: translateX(-150%); }
.dropdown.bootstrap-select.groupSlide .dropdown-menu li > a {
  transform: translateX(0%); }
.dropdown.bootstrap-select.groupSlide .dropdown-menu li > a.show:not(.dropdown-header) {
  transition: all 0.5s ease; }
.dropdown.bootstrap-select .is-optgroup ~ .dropdown-menu .optgroup .text {
  font-weight: bold; }
.dropdown.bootstrap-select .is-optgroup ~ .dropdown-menu .dropdown-item:not(.optgroup) {
  padding-left: 15px; }
.dropdown.bootstrap-select .is-optgroup .optgroup {
  font-weight: bold; }
.dropdown.bootstrap-select .is-optgroup option:not(.optgroup) {
  padding-left: 15px; }
.dropdown.bootstrap-select .dropdown-toggle {
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0px;
  color: rgba(0, 0, 0, 0.43);
  font-style: italic;
  height: 50px;
  line-height: 3.125rem;
  background: white;
  border: none;
  transition: all 0.5s ease; }
  .dropdown.bootstrap-select .dropdown-toggle[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .dropdown.bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }
  .dropdown.bootstrap-select .dropdown-toggle:not(.bs-placeholder) {
    color: black;
    font-style: italic; }
    .dropdown.bootstrap-select .dropdown-toggle:not(.bs-placeholder):after {
      height: 15px;
      width: 15px;
      background-image: url("../img/icons/btn-close.svg"); }
  .dropdown.bootstrap-select .dropdown-toggle:after {
    background-image: url("../img/icons/arrow.svg");
    background-size: contain;
    border: none;
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px; }
@keyframes loader {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }
  .dropdown.bootstrap-select .dropdown-toggle.is-loading:after {
    background: none !important;
    content: "\f110";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    font-size: 20px;
    right: 20px;
    margin-top: 1px;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    transform-origin: 50%;
    animation: loader 1s infinite linear both;
    line-height: 20px;
    text-align: center;
    font-style: normal; }
  .dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-indent: 30px;
    text-overflow: ellipsis;
    max-width: 79%;
    height: 100%;
    font-size: 0.9375rem;
    font-style: normal; }
.dropdown.bootstrap-select.dropup .dropdown-toggle[aria-expanded="true"] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px; }
.dropdown.bootstrap-select .dropdown-menu:not(.inner) {
  width: auto;
  margin-top: -1px;
  max-height: 225px !important;
  overflow-y: auto !important;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 15px;
  border: 1px solid #ced4da;
  box-shadow: none;
  transition: opacity .5s ease,top 0.5s ease;
  visibility: hidden;
  top: -20px !important;
  display: block !important; }
  @media (max-width: 992px) {
    .dropdown.bootstrap-select .dropdown-menu:not(.inner) {
      width: 100%;
      min-width: 100%;
      max-height: 180px !important; } }
  .dropdown.bootstrap-select .dropdown-menu:not(.inner)[x-placement="top-start"] {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .dropdown.bootstrap-select .dropdown-menu:not(.inner) .disabled.selected {
    display: none; }
  .dropdown.bootstrap-select .dropdown-menu:not(.inner) .inner {
    overflow: hidden !important;
    max-height: none !important; }
  .dropdown.bootstrap-select .dropdown-menu:not(.inner) li {
    margin: auto;
    font-size: 0.8125rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5px; }
    .dropdown.bootstrap-select .dropdown-menu:not(.inner) li a {
      text-decoration: none;
      padding: 0px;
      font-weight: 400;
      pointer-events: none; }
      .dropdown.bootstrap-select .dropdown-menu:not(.inner) li a span.text {
        position: relative;
        box-sizing: border-box;
        padding: 0.5em;
        margin: 0 20px;
        display: block; }
      .dropdown.bootstrap-select .dropdown-menu:not(.inner) li a.active, .dropdown.bootstrap-select .dropdown-menu:not(.inner) li a.selected {
        background-color: #eff3fb;
        color: #000;
        border-radius: 10px; }
      .dropdown.bootstrap-select .dropdown-menu:not(.inner) li a:active {
        background: none;
        color: black; }
      .dropdown.bootstrap-select .dropdown-menu:not(.inner) li a.disabled {
        background: #ddd;
        color: #aaa; }
  .dropdown.bootstrap-select .dropdown-menu:not(.inner).show {
    top: -50px !important;
    opacity: 1;
    visibility: visible; }
    .dropdown.bootstrap-select .dropdown-menu:not(.inner).show li a {
      pointer-events: auto; }

.jumbotron {
  background: #f7f7f7;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: .3s ease-in-out; }
  .jumbotron:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35); }

.list-group-item.active {
  background-color: #5A9EAA;
  border-color: #5A9EAA; }

.modal-content {
  padding: 70px 25px 25px;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  transition: .3s ease-in-out; }
  .modal-content:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35); }
  .modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0 8px; }

.modal-header {
  padding: 0;
  border-bottom: 0; }

.modal-title {
  margin: 0 auto 30px;
  text-transform: uppercase;
  text-align: center; }

.modal-body {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600; }

.modal-footer {
  justify-content: center;
  padding: 0;
  margin-top: 30px;
  border-top: 0; }

.close {
  font-size: 2.2rem;
  font-weight: normal;
  opacity: 1; }
  .close:not(:disabled):not(.disabled):hover {
    opacity: 1; }

.progress {
  border-radius: 6rem; }

.progress-bar {
  background: #5A9EAA;
  border-radius: 6rem; }

.carousel-control-next,
.carousel-control-prev {
  opacity: 1; }
  .carousel-control-next:hover, .carousel-control-next:focus,
  .carousel-control-prev:hover,
  .carousel-control-prev:focus {
    opacity: 1; }
    .carousel-control-next:hover .carousel-control-prev-icon:before,
    .carousel-control-next:hover .carousel-control-next-icon:before, .carousel-control-next:focus .carousel-control-prev-icon:before,
    .carousel-control-next:focus .carousel-control-next-icon:before,
    .carousel-control-prev:hover .carousel-control-prev-icon:before,
    .carousel-control-prev:hover .carousel-control-next-icon:before,
    .carousel-control-prev:focus .carousel-control-prev-icon:before,
    .carousel-control-prev:focus .carousel-control-next-icon:before {
      transform: scale(1.1); }

.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%; }

.carousel-triple {
  overflow: hidden; }
  .carousel-triple .carousel-inner {
    width: auto; }
  .carousel-triple .carousel-item {
    width: auto; }
  .carousel-triple .carousel-item.active {
    display: flex; }
  @media (min-width: 768px) {
    .carousel-triple .carousel-inner .carousel-item-right.active,
    .carousel-triple .carousel-inner .carousel-item-next {
      display: flex;
      transform: translateX(33.33%); }
    .carousel-triple .carousel-inner .carousel-item-left.active,
    .carousel-triple .carousel-inner .carousel-item-prev {
      display: flex;
      transform: translateX(-33.33%); }
    .carousel-triple .carousel-inner .carousel-item-right,
    .carousel-triple .carousel-inner .carousel-item-left {
      display: flex;
      transform: translateX(0); } }
  @media (min-width: 1200px) {
    .carousel-triple {
      padding: 0 70px; }
      .carousel-triple .carousel-control-prev {
        left: -25px; }
      .carousel-triple .carousel-control-next {
        right: -25px; } }

.nav-link:not(.disabled) {
  color: #000; }
  .nav-link:not(.disabled):hover {
    color: #000;
    text-decoration: underline; }
  .nav-link:not(.disabled).active {
    color: #5A9EAA;
    font-weight: 600; }
    .nav-link:not(.disabled).active:hover {
      color: #5A9EAA; }
  .is-white .nav-link:not(.disabled) {
    color: #fff; }
    .is-white .nav-link:not(.disabled):hover {
      color: #fff;
      text-decoration: underline; }
    .is-white .nav-link:not(.disabled).active {
      color: #5A9EAA;
      font-weight: 600; }
      .is-white .nav-link:not(.disabled).active:hover {
        color: #5A9EAA; }

.dropdown-menu {
  background: #fff;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: box-shadow .2s ease-in-out; }
  .dropdown-menu:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35); }

.dropdown-item {
  color: #000; }
  .dropdown-item:hover {
    color: #fff;
    background: #4C74B5;
    border-radius: 10px; }

.dropdown-divider {
  border-color: #121212; }

/********
* CUSTOM
*********/
.chiffre-cle {
  padding: 8px;
  max-width: 212px; }
  .chiffre-cle .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #5A9EAA;
    height: 100%;
    border-radius: 6px;
    padding: 16% 10px 16%; }
    .chiffre-cle .content .value {
      margin-bottom: 0.2em;
      font-family: 'bretagneFont';
      font-weight: bold;
      text-align: center;
      font-size: 1.875rem;
      line-height: 1em; }
      .chiffre-cle .content .value sup {
        font-size: 0.5em; }
    .chiffre-cle .content .legend {
      text-align: center;
      font-size: 0.75rem;
      line-height: 0.9375rem;
      font-weight: 600; }
  @media (min-width: 768px) {
    .chiffre-cle {
      padding: 0 8px; }
      .chiffre-cle .element-inner {
        border: 2px solid #5A9EAA; } }

.video {
  display: block;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  overflow: hidden; }
  .video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: .3s ease-in-out; }
  .video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .video .video-play:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      height: 40px;
      width: 40px;
      background: #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      transition: .2s ease-in-out; }
    .video .video-play .icon-lecture {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: 2px;
      color: #5A9EAA;
      font-size: 1.5625rem;
      transform: translate(-50%, -50%);
      z-index: 10; }
    .video .video-play:hover:before {
      transform: translate(-50%, -50%) scale(1.2); }
  .video .video-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    text-shadow: 0 0 10px #000;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 600; }
  .video video {
    width: 100%;
    margin: 0; }
  .video .video-player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .video .video-player.is-active {
      width: 100%;
      height: 100%;
      z-index: 20; }
      .video .video-player.is-active iframe {
        opacity: 1;
        z-index: 20;
        pointer-events: auto; }
  .video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: black;
    transition: opacity 0.5s ease;
    pointer-events: none; }
    .video iframe.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 20; }
  .video:hover:before {
    background: rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    .video .video-play {
      top: auto;
      left: auto;
      bottom: 40px;
      right: 40px;
      height: 60px;
      width: 60px;
      transform: none; }
      .video .video-play:before {
        height: 60px;
        width: 60px;
        z-index: 1; }
      .video .video-play .icon-lecture {
        font-size: 2.5rem; }
    .video .video-title {
      left: 40px;
      right: 140px;
      bottom: 60px;
      width: auto;
      padding: 0;
      margin: 0;
      text-align: left;
      font-size: 1.25rem;
      font-weight: 500; } }

.header {
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 10px 16px;
  background: #121212;
  transform: translateY(0%);
  transition: all 0.5s ease;
  z-index: 100; }
  .header.nav-up {
    transform: translateY(-100%); }
  .header ul {
    list-style-type: none; }
  .header .logo img {
    height: 50px; }
  .header > nav a {
    color: #fff; }
  .header > nav > ul {
    display: flex;
    align-items: center;
    align-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    .header > nav > ul > li {
      display: inline-block;
      margin: 0 2px 0 10px; }
      .header > nav > ul > li > a {
        display: inline-block;
        height: 25px;
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
        @media (min-width: 1200px) {
          .header > nav > ul > li > a {
            height: 30px;
            width: 30px; } }
    .header > nav > ul .burger {
      position: relative; }
      .header > nav > ul .burger .icone span {
        position: absolute;
        top: 50%;
        right: 50%;
        height: 2px;
        width: 21px;
        background: #fff;
        border-radius: 2px;
        transform: translate(50%, -50%);
        transition: .2s ease-in-out; }
        .header > nav > ul .burger .icone span:first-child {
          transform: translate(67%, -11px) scaleX(0.66); }
        .header > nav > ul .burger .icone span:nth-child(2) {
          transform: translate(60%, -40%) scaleX(0.8); }
        .header > nav > ul .burger .icone span:last-child {
          transform: translate(50%, 9px); }
      .header > nav > ul .burger.is-active .icone span:first-child {
        transform: translate(50%, -50%) scaleX(1) rotate(-45deg); }
      .header > nav > ul .burger.is-active .icone span:nth-child(2) {
        opacity: 0; }
      .header > nav > ul .burger.is-active .icone span:last-child {
        transform: translate(50%, -50%) rotate(45deg); }
  @media (min-width: 1280px) {
    .header {
      padding: 10px 34px; } }

.footer {
  position: relative;
  background: #121212; }
  .footer .wrapper {
    max-width: 1150px; }
  .footer .row {
    align-items: center; }
  .footer .bloc_logo {
    align-self: flex-start; }
    .footer .bloc_logo .bg {
      position: relative;
      overflow: hidden;
      max-width: 270px;
      margin: 0 auto;
      padding: 35px; }
      .footer .bloc_logo .bg:before {
        content: "";
        position: absolute;
        top: -28%;
        left: 50%;
        width: 270px;
        height: 270px;
        background: #5A9EAA;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        backface-visibility: hidden; }
      .footer .bloc_logo .bg a {
        position: relative;
        z-index: 10; }
    .footer .bloc_logo .logo img {
      margin: auto;
      width: 90px;
      background: black;
      display: block;
      border-radius: 0; }
  .footer a {
    color: white; }

/***********
* RECHERCHE
************/
.search-wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  height: calc(100% - 70px);
  width: 100%;
  background: #121212;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transform: scaleY(0);
  transform-origin: center top;
  transition: .5s ease-in-out; }
@media (min-width: 992px) {
  .search-wrapper:before {
    position: absolute;
    top: 0;
    height: 100%; } }

.search-container .is-desktop {
  display: none; }
.search-container .search-wrapper {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 100px 0 100px; }
  .search-container .search-wrapper .pagination {
    width: 100%; }
.search-container.is-open {
  opacity: 1;
  visibility: visible; }
.search-container.is-visible .search-wrapper:before {
  border-radius: 0;
  transform: scaleY(1);
  transition: 0.25s cubic-bezier(0.19, 0.13, 0.48, 1.2); }
.search-container.is-overflowed .search-wrapper {
  overflow-y: scroll; }
@media (min-width: 992px) {
  .search-container {
    top: 0;
    height: auto; }
    .search-container .search-wrapper {
      height: auto;
      padding-top: 0;
      padding-bottom: 0;
      max-height: 0;
      transition: .2s ease-in-out; }
    .search-container .search-input {
      margin-top: -70px; }
      .search-container .search-input .retour {
        display: none; }
      .search-container .search-input.is-ready {
        padding: 0; }
    .search-container.is-overflowed .search-wrapper {
      max-height: 1080px;
      overflow-y: visible; }
    .search-container.is-visible .search-wrapper:before {
      border-radius: 0 0 50% 50%;
      transform: scaleY(0);
      transition: 0.25s cubic-bezier(0.19, 0.13, 0.48, 1.2); }
    .search-container.show-mask .search-wrapper:before {
      border-radius: 0;
      transform: scaleY(1);
      transition: 0.25s cubic-bezier(0.19, 0.13, 0.48, 1.2); } }
@media (min-width: 1200px) {
  .search-container .is-desktop {
    display: block; }
  .search-container .is-mobile {
    display: none; }
  .search-container .search-wrapper {
    height: auto; } }

.search-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff; }
  .search-content .row {
    justify-content: center;
    width: 100%;
    padding: 0;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.25s cubic-bezier(0.19, 0.13, 0.48, 1.2), opacity 0.25s cubic-bezier(0.19, 0.13, 0.48, 1.2), padding 0s 1s linear; }
    .search-content .row.is-visible {
      opacity: 1;
      transform: translateY(0); }
    .search-content .row.is-hidden {
      opacity: 0; }
    .search-content .row > div:nth-child(2) {
      border-left: 1px solid #2B2B2B;
      border-right: 1px solid #2B2B2B; }
  .search-content .noresults {
    color: #fff;
    margin-left: 15px;
    opacity: .5; }
  .search-content .item-cpt {
    margin-bottom: 20px;
    margin-left: 15px;
    font-weight: bold; }
    .search-content .item-cpt span {
      margin-left: 10px;
      font-weight: normal;
      font-size: 0.75rem;
      opacity: .5; }
  .search-content .element {
    color: #fff;
    background: #232323;
    border-radius: 6px;
    transition: 0.25s cubic-bezier(0.19, 0.13, 0.48, 1.2); }
    .search-content .element + .element {
      margin-top: 10px; }
    .search-content .element a {
      display: flex;
      align-items: center;
      flex-direction: column;
      min-height: 70px;
      padding: 10px 15px;
      color: #fff;
      text-decoration: none; }
    .search-content .element .item-btn {
      display: none;
      width: 100%; }
  .search-content .element-inner {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%; }
  .search-content .item-content {
    width: calc(100% - 60px); }
    .search-content .item-content.no-image {
      width: 100%; }
      .search-content .item-content.no-image .post-type {
        margin-top: 15px; }
  .search-content .title h3 {
    margin: 0;
    font-size: 0.875rem;
    font-weight: bold; }
  .search-content .post-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 0.75rem; }
    .search-content .post-type .type {
      font-style: italic;
      opacity: .5;
      line-height: 1.2; }
    .search-content .post-type .category {
      margin-left: 10px;
      border: none;
      background: rgba(255, 255, 255, 0.18);
      font-weight: normal;
      font-size: 0.625rem; }
    .search-content .post-type .breadcrumb-wrapper {
      width: 100%; }
    .search-content .post-type .breadcrumb {
      margin: 0;
      line-height: 1.2;
      opacity: .5; }
  .search-content .item-image {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 20px; }
    .search-content .item-image img {
      display: block; }
    .search-content .item-image .image-elu {
      display: block;
      width: 50px;
      padding-top: 50px;
      background-size: cover;
      background-position: center 18%;
      border-radius: 50%; }
    .search-content .item-image .item-icone {
      height: 50px;
      width: 50px;
      color: #fff;
      background: #5A9EAA;
      border-radius: 50%;
      text-align: center; }
      .search-content .item-image .item-icone [class^="icon-"],
      .search-content .item-image .item-icone [class*=" icon-"] {
        line-height: 50px;
        font-size: 2rem; }
  .search-content .btn-container {
    margin-top: 30px;
    text-align: center; }
    .search-content .btn-container a {
      display: inline-block;
      color: #5A9EAA;
      text-decoration: none; }
  @media (min-width: 992px) {
    .search-content .item-content.no-image .post-type {
      margin-top: 2px; }
    .search-content .element {
      background: transparent; }
      .search-content .element:hover {
        background: #232323; }
      .search-content .element + .element {
        margin: 0; }
    .search-content .title + .post-type {
      margin-top: 2px; }
    .search-content .post-type {
      display: block; }
    .search-content .btn-container {
      margin-top: 20px;
      text-align: right; }
    .show-mask .search-content .row {
      padding: 50px 0;
      transition: transform 0.25s cubic-bezier(0.19, 0.13, 0.48, 1.2), opacity 0.25s cubic-bezier(0.19, 0.13, 0.48, 1.2), padding 0s linear; } }

/************************************
* UNIQUEMENT POUR LE GUIDE DE STYLES
*************************************/
.modal {
  display: block;
  position: static; }

.footer {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw; }

.search-wrapper {
  position: relative;
  left: 50% !important;
  width: 100vw !important;
  margin-left: -50vw; }

.select-cities-wrapper {
  border: 1px solid #000 !important;
  border-radius: 10px;
  margin: 3px;
  padding: 3px;
  background-color: #fff; }

.select-container {
  position: relative;
  display: flex;
  align-items: center; }

.input-departure {
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: none;
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 0.875rem;
  flex: 1; }

.input-arrival {
  border: none;
  display: block;
  width: 100%;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  background-color: transparent;
  font-size: 0.875rem;
  flex: 1; }

.input-separator {
  height: 1px;
  background-color: #999999;
  width: 98%;
  margin: auto; }

.app-container {
  font-family: 'Open Sans';
  background-color: #fff;
  padding: 4rem; }

.bloc-content {
  background-color: #EFF3FB;
  padding: 5rem;
  margin: 1rem; }

@media (max-width: 768px) {
  .app-container {
    padding: 1rem; }

  .bloc-content {
    padding: 0.75rem;
    margin: 0.5rem; } }
.profil-filter {
  margin-top: 20px;
  font-family: 'Open Sans';
  font-size: 15px !important;
  font-weight: 400; }

.responsive-button {
  border: 1px solid #424141 !important;
  background-color: transparent;
  margin-right: 0.25em;
  margin-top: 0.5em;
  display: inline-block;
  padding: 15px 26px 15px 26px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  max-width: 100%; }

.bouton-container {
  margin-top: 2.1em; }

button#calculate-paths[disabled] {
  background: #777 !important;
  font-family: 'Open Sans';
  font-size: 14px !important;
  font-weight: 700; }

.bouton-calculate {
  color: #FFFFFF !important;
  background: #4C74B5;
  border: none !important; }
  .bouton-calculate:focus {
    box-shadow: none !important;
    background: #4C74B5 !important; }

.age-filter-check {
  display: none; }

.age-filter-label span {
  display: block;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  border: 1px solid #000; }

.age-filter-label .age-filter-check:checked + span {
  background-color: #000;
  color: #fff; }

.age-filter-span {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #EFF3FB; }

.form-group {
  margin-bottom: 0rem !important; }

.M26, .P26 {
  font-weight: 600;
  font-size: 14px; }

.option-text {
  font-family: 'Open Sans';
  font-weight: 400 !important;
  font-size: 15px; }

.filter-option-inner-inner {
  font-size: 15px !important;
  font-weight: 400 !important; }

.scroll-hint {
  display: none;
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -18px;
  z-index: 99999; }

.table-responsive {
  position: relative; }

.pictos-1 {
  margin-right: 10px; }

.pictos-2 {
  margin-right: 10px;
  margin-left: 10px; }

.pictos-3 {
  margin-left: 10px; }

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