@charset "UTF-8";
/*
 * MyStyles
 */
/*
* MyStyle
*/
/* ----- Variables ----- */
/* ----- text couleurs ----- */
.text-rouge-carmin {
  color: #980000; }

.text-rouge {
  color: #e82338; }

.text-orange {
  color: #fc6540; }

.text-gray-100 {
  color: #f8f9fa; }

.text-gray-200 {
  color: #e9ecef; }

.text-gray-300 {
  color: #dee2e6; }

.text-gray-400 {
  color: #ced4da; }

.text-gray-500 {
  color: #adb5bd; }

.text-gray-600 {
  color: #6c757d; }

.text-gray-700 {
  color: #495057; }

.text-gray-800 {
  color: #343a40; }

.text-gray-900 {
  color: #212529; }

/* ----- bg gray ----- */
.bg-gray-100 {
  background-color: #f8f9fa; }

.bg-gray-200 {
  background-color: #e9ecef; }

.bg-gray-300 {
  background-color: #dee2e6; }

.bg-gray-400 {
  background-color: #ced4da; }

.bg-gray-500 {
  background-color: #adb5bd; }

.bg-gray-600 {
  background-color: #6c757d; }

.bg-gray-700 {
  background-color: #495057; }

.bg-gray-800 {
  background-color: #343a40; }

.bg-gray-900 {
  background-color: #212529; }

/* ----- bg couleurs ----- */
.bg-black {
  background-color: #000; }

.bg-rouge-carmin {
  background-color: #980000; }

.bg-orange {
  background-color: #fc6540; }

.bg-violet {
  background-color: #ad2f95; }

.bg-mauve {
  background-color: #2f5962; }

.btn-xs {
  padding: 0.3rem 0.6rem;
  font-size: 88%;
  border-radius: 3.2rem; }

.btn-orange {
  color: #fff;
  background-color: #fc6540;
  border-color: #fc6540;
  color: #fff; }
  .btn-orange:hover {
    color: #fff;
    background-color: #e82338;
    border-color: #444; }
  .btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 124, 93, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #fc6540;
    border-color: #fc6540; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #fc6540; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(252, 124, 93, 0.5); }

/*#8f90ed*/
.btn-ind-2021,
.agenda-item.indisciplinees .btn-orange {
  color: #fff;
  background-color: #6b90dd;
  border-color: #6b90dd;
  color: #fff; }
  .btn-ind-2021:hover,
  .agenda-item.indisciplinees .btn-orange:hover {
    color: #fff;
    background-color: #5a7cc4;
    border-color: #4867ab; }
  .btn-ind-2021:focus, .btn-ind-2021.focus,
  .agenda-item.indisciplinees .btn-orange:focus,
  .agenda-item.indisciplinees .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(129, 161, 226, 0.5); }
  .btn-ind-2021.disabled, .btn-ind-2021:disabled,
  .agenda-item.indisciplinees .btn-orange.disabled,
  .agenda-item.indisciplinees .btn-orange:disabled {
    color: #fff;
    background-color: #6b90dd;
    border-color: #6b90dd; }
  .btn-ind-2021:not(:disabled):not(.disabled):active, .btn-ind-2021:not(:disabled):not(.disabled).active, .show > .btn-ind-2021.dropdown-toggle,
  .agenda-item.indisciplinees .btn-orange:not(:disabled):not(.disabled):active,
  .agenda-item.indisciplinees .btn-orange:not(:disabled):not(.disabled).active, .show >
  .agenda-item.indisciplinees .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #263f79;
    border-color: #6b90dd; }
    .btn-ind-2021:not(:disabled):not(.disabled):active:focus, .btn-ind-2021:not(:disabled):not(.disabled).active:focus, .show > .btn-ind-2021.dropdown-toggle:focus,
    .agenda-item.indisciplinees .btn-orange:not(:disabled):not(.disabled):active:focus,
    .agenda-item.indisciplinees .btn-orange:not(:disabled):not(.disabled).active:focus, .show >
    .agenda-item.indisciplinees .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(129, 161, 226, 0.5); }

.indisciplinees .bg-danger {
  background-color: #ce6874 !important; }

.btn-disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
  color: #fff; }
  .btn-disabled:hover {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da; }
  .btn-disabled:focus, .btn-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5); }
  .btn-disabled.disabled, .btn-disabled:disabled {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da; }
  .btn-disabled:not(:disabled):not(.disabled):active, .btn-disabled:not(:disabled):not(.disabled).active, .show > .btn-disabled.dropdown-toggle {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da; }
    .btn-disabled:not(:disabled):not(.disabled):active:focus, .btn-disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5); }

.border-gray-500 {
  border-color: #adb5bd !important; }

.border-gray-600 {
  border-color: #6c757d !important; }

.border-gray-700 {
  border-color: #495057 !important; }

.border-gray-800 {
  border-color: #343a40 !important; }

/* ----- body ----- */
body {
  font-family: Georgia, "serif";
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* ------------------------------------------
/* typo
/* ------------------------------------------ */
/* ----- ttr ----- */
h1, .h1 {
  line-height: 0.85; }

h2, h3, h4, h5,
.h2, .h3, .h4, .h5 {
  line-height: 1; }

h1, .h1, h2, .h2 {
  font-family: 'bebasneue_bold-webfont', "Helvetica Neue", Helvetica, Arial, "sans-serif"; }

h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'bebasneue_regular-webfont', "Helvetica Neue", Helvetica, Arial, "sans-serif";
  letter-spacing: 0.03rem; }

h3.bold, .h3.bold, h4.bold, .h4.bold, h5.bold, .h5.bold {
  font-family: 'bebasneue_bold-webfont', "Helvetica Neue", Helvetica, Arial, "sans-serif";
  letter-spacing: 0; }

h6, .h6, small, .small {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; }

h1 p {
  margin: 0 !important; }

h1, .h1 {
  font-size: 4.4rem; }

h2, .h2 {
  font-size: 2.81rem; }

h3, .h3 {
  font-size: 2.06rem; }

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

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

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

.texte > h3:first-child,
.texte > .h3:first-child,
.texte span.crayon-icones + h3,
.texte span.crayon-icones + .h3 {
  margin-top: 0; }

.texte h3, .texte .h3 {
  margin: 1.5rem 0 1.2rem 0; }
.texte .h3-h4 h3 {
  font-family: 'bebasneue_bold-webfont', "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin-bottom: 0.25rem; }

.text-bebas {
  font-family: 'bebasneue_regular-webfont', "Helvetica Neue", Helvetica, Arial, "sans-serif"; }
  .text-bebas.bold {
    font-family: 'bebasneue_bold-webfont', "Helvetica Neue", Helvetica, Arial, "sans-serif"; }

.btn.text-bebas {
  letter-spacing: 0.05rem; }

.text-serif {
  font-family: Georgia, "serif" !important; }
  .text-serif.bold {
    font-weight: 700; }
  .text-serif .nav-link {
    font-family: Georgia, "serif" !important; }

.text-sans-serif {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem !important; }
  .text-sans-serif.bold {
    font-weight: 700; }

strong {
  font-weight: 600 !important; }

/*
	Typo
	Surcharge de la lame exposant du couteau suisse
*/
sup {
  font-size: 50% !important; }

/*
	Paragraphes avec margin:0
*/
.p0 p {
  margin-bottom: 0 !important; }

.lead {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

small, .small {
  line-height: 1.3rem !important; }

.small-xs {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 70%; }

#cboxTitle {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 80%; }

/* ----- Corrections SPIP ----- */
/*Blocs depliables*/
.blocs_titre, .blocs_replie {
  background-image: none;
  padding: 0; }

.spip_documents img {
  max-width: 100%;
  height: auto; }

/*Cas particulier -> rubrique pratique*/
.rubrique_pratique .cs_blocs {
  margin-bottom: 1.2rem !important; }
.rubrique_pratique h4.blocs_titre {
  font-size: 1.765rem !important;
  margin-bottom: 1.5rem 0 1.2rem 0 !important; }
  .rubrique_pratique h4.blocs_titre i.fas {
    margin-right: 0.5rem !important; }

dt.spip_doc_titre {
  margin-top: 0.625rem; }

/* ----- Corrections Bootstrap ----- */
.text-white {
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);*/ }

.text-white a {
  color: rgba(255, 255, 255, 0.7) !important; }
  .text-white a:hover, .text-white a:focus {
    color: rgba(255, 255, 255, 0.5) !important; }

sub, sup {
  font-size: 60%; }

.badge {
  font-family: "Helvetica Neue", Arial, sans-serif; }

/* ------------------------------------------
/* Navigation
/* ------------------------------------------ */
/* ----- Sticky navbar ----- */
#breacrumb {
  padding-top: 16px; }

#navigation {
  padding-bottom: 0;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#navigation.fixed-top {
  background-color: #fff;
  -moz-box-shadow: 0 3px 30px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 30px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 30px 10px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991.98px) {
    #navigation.fixed-top {
      padding-bottom: 1rem !important; } }

/* animation des objets */
.navbar .navbar-brand img,
.navbar .menu1 {
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.navbar .navbar-brand img {
  width: 138px; }

.is-sticky #breacrumb {
  padding-top: 212px !important; }
.is-sticky .navbar .navbar-brand img {
  /* animation du logo */
  width: 62px; }
@media (min-width: 992px) {
  .is-sticky .menu2 {
    display: none !important; }
  .is-sticky .menu1 {
    margin-top: 2rem !important; } }

/* -----  ----- */
.navbar-expand-xl .menu1 .navbar-nav .nav-link,
.navbar-expand-sm .menu1 .navbar-nav .nav-link,
.navbar-expand-md .menu1 .navbar-nav .nav-link,
.navbar-expand-lg .menu1 .navbar-nav .nav-link {
  font-family: 'bebasneue_regular-webfont', "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.47rem;
  letter-spacing: 0.03rem; }

.navbar-expand-xl .navbar-nav.arrow-link-icon .nav-link::before {
  content: "> "; }

div.pipe {
  content: " ";
  height: 1.3125rem;
  display: inline-block;
  border-right: 1px solid #adb5bd;
  margin-right: 0.2rem;
  margin-top: 0.75rem; }

nav a.disabled {
  color: #6c757d !important; }

.navbar-expand-lg .menu2 .navbar-nav .nav-link {
  font-size: 1rem; }

/* Recherche */
.navbar-light .navbar-nav .nav-link.recherche {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 1.1rem !important;
  padding-top: 0.8rem !important; }

/*
 * Liens
 */
a.disabled, a:hover.disabled, a:focus.disabled {
  pointer-events: none;
  cursor: default; }

.nav-arrow-prev-icon::before {
  content: "< "; }

.nav-arrow-next-icon:after {
  content: " >"; }

.nav-arrow-link-icon {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap; }
  .nav-arrow-link-icon::before {
    content: ">";
    margin-right: 1rem;
    display: block !important; }
    .nav-arrow-link-icon::before a.nav-link {
      display: block !important; }

/* navigation en colonne */
.nav.flex-column .nav-arrow-link-icon:before {
  margin-top: 2px; }
.nav.flex-column .nav-arrow-link-icon a.nav-link {
  display: inline-block !important;
  padding: 0.2rem; }
.nav.flex-column .nav-arrow-link-icon a.nav-link:hover {
  text-decoration: underline; }

/* navigation en ligne centré */
.nav.flex-row .nav-arrow-link-icon {
  padding: 0 0.25rem; }
  .nav.flex-row .nav-arrow-link-icon:first-child {
    padding-left: 0; }
  .nav.flex-row .nav-arrow-link-icon:last-child {
    padding-right: 0; }
  .nav.flex-row .nav-arrow-link-icon a.nav-link {
    display: inline-block !important;
    padding: 0.2rem; }
  .nav.flex-row .nav-arrow-link-icon a.nav-link:hover {
    text-decoration: underline; }
  .nav.flex-row .nav-arrow-link-icon.active a {
    color: rgba(0, 0, 0, 0.5); }
  .nav.flex-row .nav-arrow-link-icon::before {
    margin-right: 0.17rem;
    margin-top: 0.17rem; }

/* debug pour les tags */
.tags .nav.flex-column .nav-arrow-link-icon::before {
  margin-top: 0; }

/*
 * Spacer utilities
 */
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1600px; } }
#footer {
  border-top: 1px solid #DEDEDE; }

.pt-10 {
  padding-top: 5rem; }

.pb-10 {
  padding-bottom: 5rem; }

.parallax {
  /* The image used */
  background-image: url("dist/img/maquette_bg02.jpg");
  /* Set a specific height */
  /*height: 500px;*/
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg {
  z-index: -1;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(0deg, transparent 95%, #f2f2f2 100%); }

/*
 * agenda-item
 */
/*#cboxLoadedContent {
	border: 1px solid rgba(0,0,0,.2) !important;
}*/
/* ------------------------------------------
/* PAGES
/* ------------------------------------------ */
/* ------------------------------------------
/* Page sommaire
/* ------------------------------------------ */
html.page_sommaire {
  height: 100%;
  /* Ancien style pour EX sans video */
  /* styles OWL accueil */
  /* FIN Ancien style pour EX sans video*/ }
  html.page_sommaire body {
    min-height: 100%; }
  html.page_sommaire body.sommaire_1 .navbar-light .navbar-nav .nav-link {
    color: #fff !important; }
  @media (max-width: 767px) and (min-width: 576px) {
    html.page_sommaire .owl-item h3, html.page_sommaire .owl-item .h3 {
      font-size: 1.47rem; }
    html.page_sommaire .owl-item h4, html.page_sommaire .owl-item .h4 {
      font-size: 1.25rem; } }

@media (min-width: 768px) {
  .navbar.navbar-expand-md {
    align-items: flex-end !important; } }
/* ------------------------------------------
/* Page agenda
/* ------------------------------------------ */
.agenda-item {
  margin-bottom: 30px;
  margin-bottom: 30px;
  /*end a*/ }
  .agenda-item a {
    display: block;
    position: relative;
    /*end divImg*/
    /*end agenda-item-nom*/ }
    .agenda-item a .divImg {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #000;
      /* animation ecran noir transparence */
      /*end img*/ }
      .agenda-item a .divImg img {
        opacity: 0.8;
        transition-property: opacity;
        transition-duration: 0.3s;
        /* Chrome, Safari */
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 0.3s;
        /*Control the transition duration*/
        -webkit-transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2);
        /*Control the transitionfunction*/
        /*-webkit-transition-delay: 1s;*/
        /*Control the transition start delay*/
        /* Firefox */
        -moz-transition-property: opacity;
        -moz-transition-duration: 0.3s;
        -moz-transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2);
        /*-moz-transition-delay: 1s;*/
        /* Standard syntax */
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2); }
    .agenda-item a .divTexte {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2; }
    .agenda-item a:hover .divImg img {
      opacity: 0.5; }
    .agenda-item a .agenda-container-texte {
      position: absolute;
      width: 100%;
      min-height: 404px; }
    .agenda-item a .agenda-item-nom {
      position: relative;
      background-color: rgba(255, 255, 255, 0.6);
      /* animation ecran noir transparence */
      -o-transition-property: opacity;
      transition-property: opacity;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      /* Chrome, Safari */
      -webkit-transition-property: opacity;
      -webkit-transition-duration: 0.3s;
      /*Control the transition duration*/
      -webkit-transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2);
      /*Control the transitionfunction*/
      /*-webkit-transition-delay: 1s;*/
      /*Control the transition start delay*/
      /* Firefox */
      -moz-transition-property: opacity;
      -moz-transition-duration: 0.3s;
      -moz-transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2);
      /*-moz-transition-delay: 1s;*/
      /* Standard syntax */
      transition-property: opacity;
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2);
      /*transition-delay: 1s;*/ }
      .agenda-item a .agenda-item-nom div {
        color: #000; }
    .agenda-item a .agenda-item-nom p {
      margin: 0; }
    .agenda-item a .agenda-item-etat {
      /*position: absolute;*/
      width: 80px;
      height: 80px;
      color: #fff; }
    .agenda-item a:hover .agenda-item-nom {
      background-color: rgba(255, 255, 255, 0);
      /*Set the final value for which you would like the property to transition to. Ex: width:500px;*/
      color: #fff; }
      .agenda-item a:hover .agenda-item-nom h3 {
        color: #fff; }

/*end agenda-item*/
.hover-fade {
  transition-property: opacity;
  transition-duration: 0.3s;
  /* Chrome, Safari */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  /*Control the transition duration*/
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2);
  /*Control the transitionfunction*/
  /*-webkit-transition-delay: 1s;*/
  /*Control the transition start delay*/
  /* Firefox */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2);
  /*-moz-transition-delay: 1s;*/
  /* Standard syntax */
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.5, -0.75, 0.7, 2);
  opacity: 1; }

.hover-fade:hover {
  opacity: 0.7; }

/* ------------------------------------------
/* Burger
/* ------------------------------------------ */
.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  cursor: pointer; }

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

.animated-icon span {
  background-color: #000; }

.animated-icon span:nth-child(1) {
  top: 0px; }

.animated-icon span:nth-child(2) {
  top: 10px; }

.animated-icon span:nth-child(3) {
  top: 20px; }

.animated-icon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.animated-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.animated-icon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* ------------------------------------------
/* Form tableaux
/* ------------------------------------------ */
table, .table {
  font-family: "Helvetica Neue", Arial, sans-serif; }

.bg-rouge-carmin .table-bordered th, .bg-rouge-carmin .table-bordered td,
.bg-orange .table-bordered th,
.bg-orange .table-bordered td,
.bg-violet .table-bordered th,
.bg-violet .table-bordered td,
.bg-mauve .table-bordered th,
.bg-mauve .table-bordered td {
  border: 1px solid rgba(222, 226, 230, 0.5); }

/* ------------------------------------------
/* DIVERS
/* ------------------------------------------ */
.ancre {
  height: 212px;
  /*same height as header*/
  margin-top: -212px;
  /*same height as header*/
  visibility: hidden; }

/* ------------------------------------------
/* OWL CAROUSEL
/* ------------------------------------------ */
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #000; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  position: relative; }

.owl-prev::before, .owl-next::before {
  content: '';
  /*background-color: red;*/
  padding: 4px; }

.owl-prev::before {
  background-image: url("../img/control-prev-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.owl-next::before {
  background-image: url("../img/control-next-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

/* ------------------------------------------
/* INDISCIPLINEES
/* ------------------------------------------ */
.section-fluid {
  margin-right: -15px;
  margin-left: -15px; }

.backgroundImage a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*2019
	height: 400px;*/
  /*height: 350px;*/ }

/*.backgroundImage a.indisciplinees {
	background-image:url("../img/_indisciplinees/bann2.jpg");
}*/
/* ------------------------------------------
/* ANIMATIONS
/* ------------------------------------------ */
/*
	Exemple : Animation du conteneur des agena items a l ouverture de la page
*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animFadeIn {
  animation: fadeIn 1s 1 0s ease-out; }

/* ------------------------------------------
/* btn scrolltop
/* ------------------------------------------ */
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  color: #ccc;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.scroll-top-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper i.fa {
  line-height: inherit; }

/* ------------------------------------------
/* Composition Tangente
/* ------------------------------------------ */
.content .article_owl {
  margin-top: 1.3rem;
  margin-bottom: 1.5rem; }
.content .article_owl .owl-slide > .caption {
  left: 0;
  width: 100%; }
.content .article_owl .owl-slide > .caption > .title {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5); }
.content .article_owl .owl-slide > .caption p {
  padding: 10px 10px 20px 10px;
  margin-bottom: 0; }

.article_tangente {
  /* Titres */
  /*.texte h3, .texte .h3 {
    font-size: 2.81rem;
  }*/ }
  .article_tangente .blocs_titre a:hover {
    text-decoration: none; }
  .article_tangente .blocs_titre a::before {
    content: "<";
    margin-right: 0.5rem; }
  .article_tangente .blocs_titre.blocs_replie a::before {
    content: ">"; }
  .article_tangente .col-droite .enVoirPlus {
    padding: 15px 10px 20px 10px;
    border: 1px solid rgba(97, 92, 73, 0.2);
    background-color: rgba(97, 92, 73, 0.06); }
    .article_tangente .col-droite .enVoirPlus h4, .article_tangente .col-droite .enVoirPlus .h4 {
      font-size: 2.06rem;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .article_tangente .col-droite .enVoirPlus-texte h3, .article_tangente .col-droite .enVoirPlus-texte .h3 {
    font-size: 1.47rem;
    margin-top: 1.5rem;
    font-family: 'bebasneue_bold-webfont', "Helvetica Neue", Helvetica, Arial, "sans-serif"; }
  .article_tangente .col-droite .enVoirPlus-texte h3::after {
    content: "";
    display: block;
    height: 7px;
    background-color: #000;
    margin-right: 80%;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem; }
  .article_tangente .col-droite .enVoirPlus-texte hr {
    border-top: 7px solid black;
    margin-right: 80%;
    margin-top: 0rem;
    margin-bottom: 0.5rem !important; }
  .article_tangente .col-droite .enVoirPlus-texte p {
    margin-bottom: 4px; }
  .article_tangente .col-droite .enVoirPlus-texte .fluid-vids {
    /*margin-bottom: 1.5rem;*/ }
  .article_tangente .col-droite .enVoirPlus-texte iframe {
    margin-top: 8px;
    /*margin-bottom: 0.rem;*/ }
  .article_tangente .col-droite .enVoirPlus-texte strong {
    margin-top: 0.5rem; }

/* ------------------------------------------
/* Modif modele exergue
/* ------------------------------------------ */
.exergue {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important; }

/*
* MyStyle
*/
/* ----- 00 ----- */
/* ------------------------------------------
/* typo - nav
/* ------------------------------------------ */
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3.2rem; }

  .navbar-nav .nav-link {
    padding: 0.1rem 0; } }
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2.81rem; } }
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 2.06rem; } }
/* SCSS Document */
