/*---------------------------------------------------------------
   Normalize
----------------------------------------------------------------*/
img {
  max-width: 100%;
  display: block;
  height: auto;
}


/*---------------------------------------------------------------
   Title font
----------------------------------------------------------------*/
h2.title {
  font-family: 'gorditabold';
  font-size: 50px;
  line-height: 1.22em;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
    h2.front-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
    h2.front-title {
    font-size: 36px;
  }
}

h2.front-title span {
  color: var(--red-one); 
  position: relative;
  display: inline-block;
}
h2.front-title span:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 3px;
  background: var(--red-one);
  left: 2px;
  bottom: 4px;
}

em {
  font-style: italic;
}

/*---------------------------------------------------------------
    nav language
----------------------------------------------------------------*/

header .logo img {
  width: 90px;
}
@media (max-width: 991px) {
  header .logo img {
    width: 50px;
  }  
}

.switch-language .theme-btn-one {
  font-family: 'gorditamedium';
  font-size: 17px;
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  border: 2px solid white;
  background: transparent;
  line-height: 56px;
}
@media (max-width: 767px) {
  .switch-language .theme-btn-one {
    font-size: 14px;
    padding: 0 16px;
    line-height: 50px;
  }
}
.switch-language .theme-btn-one:hover {
  background: white;
  color: black;
}


/*---------------------------------------------------------------
    Front Hero
----------------------------------------------------------------*/
.ccm-image-slider-inner .rslides img {
  border: 0;
  display: block;
  float: left;
/*  height: auto;
  width: 100%;*/
  visibility: hidden;
}

.ccm-image-slider-inner li#rslides1_s0 {
  background-image: url(/download_file/87522983-59ec-4081-b815-84684f3711a2/9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;  
}
.ccm-image-slider-inner li#rslides1_s1 {
  background-image: url(/download_file/07433700-9d35-43ed-b63b-ad91da919d55/9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;  
}
.ccm-image-slider-inner li#rslides1_s2 {
  background-image: url(/download_file/b5a66fd3-7d55-4c37-bbaa-dba42dcfed93/9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;  
}

.caption.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 9;
}

.caption.v-middle .theme-btn-one {
  background: transparent;
  border: 2px solid white;
}
.caption.v-middle .theme-btn-one:hover {
  background: white;
  border: 2px solid white;
  color: black;
}

.hero-banner-nine {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: black;
}

@media only screen and (max-width: 767px) {
  .hero-banner-nine {
    height: 55vh;
  }
}
@media only screen and (max-width: 480px) {
  .hero-banner-nine {
    height: 84vh;
  }
}

@media (max-width: 768px) {
  .inside-hero-one .page-title, .inside-hero-three .page-title, .inside-hero-two .page-title {
    font-size: 34px;
  }
}

.ccm-image-slider {
  position: relative;
  opacity: 0.94;
}


#biblio-membre-menu-filter .ccm-block-topic-list .backtoall a {
  background: var(--action-color);
  display: inline-flex;
  padding: 4px 14px;
  color: white;
  margin-bottom: 25px;
}

#biblio-membre-menu-filter ul.ccm-block-topic-list-list {
  padding-left: 0;
}

#biblio-membre-menu-filter .ccm-block-topic-list > ul.ccm-block-topic-list-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin-right: 45px;
  padding-right: 35px;
}

#biblio-membre-menu-filter .ccm-block-topic-list > ul.ccm-block-topic-list-list > li {
  margin-bottom: 45px;
  font-size: 19px;
}

#biblio-membre-menu-filter .ccm-block-topic-list > ul.ccm-block-topic-list-list > li:last-of-type {
  margin-bottom: 35px;
}

#biblio-membre-menu-filter .ccm-block-topic-list > ul.ccm-block-topic-list-list > li > ul {
  padding-top: 5px;
}

#biblio-membre-menu-filter .ccm-block-topic-list > ul.ccm-block-topic-list-list > li > ul li {
  font-size: 17px;
  display: inline-block;
  margin-right: 25px;
}

#biblio-membre-menu-filter .ccm-block-topic-list > ul.ccm-block-topic-list-list > li > ul li a.ccm-block-topic-list-topic-selected {
  font-weight: 700;
  text-decoration: underline;
}


@media only screen and (max-width: 768px) {

  #biblio-membre-menu-filter .ccm-block-topic-list > ul.ccm-block-topic-list-list {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    margin-right: 0px;
    border-right: 0;
  }

  #biblio-membre-menu-filter .ccm-block-topic-list > ul.ccm-block-topic-list-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  #accordionThree {
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid #0000002b;
  }  
}



/*---------------------------------------------------------------
    formulaire Inscription
----------------------------------------------------------------*/
.ccm-block-express-form .form-group.captcha {
  margin-top: 40px;
}

.ccm-block-express-form .form-group.captcha img {
  margin-bottom: 20px;
}

/*---------------------------------------------------------------
    footer
----------------------------------------------------------------*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  border-radius: 10px;
  background: #000;
  display: none;
  transition: all 0.3s ease-in-out;
}

.copyright img {
  width: 54px;
  margin-top: -5px;
  margin-left: 2px;
  opacity: 0.8;
}
.copyright img:hover {
  opacity: 1;
}


/*^^^^^^^^^^^^^^^^^^^^^ Oxima tricks ^^^^^^^^^^^^^^^^^^^^^^^^*/
.page-template-default .main-content .col-md-12 .row .col-md-6 {
  margin-bottom: 45px;
}

.page-template-default .main-content .col-md-12 .row .col-md-6:first-child {
  padding-right: 3%;
}
.page-template-default .main-content .col-md-12 .row .col-md-6:nth-child(2) {
  padding-left: 3%;
}
.ccm-edit-mode .page-template-default .main-content .col-md-12 .row .col-md-6:first-child {
  padding-right: calc(var(--bs-gutter-x)/ 2);
}
.ccm-edit-mode .page-template-default .main-content .col-md-12 .row .col-md-6:nth-child(2) {
  padding-left: calc(var(--bs-gutter-x)/ 2);
}


@media screen and (max-width: 768px) {
  .page-template-default .main-content .col-md-12 .row .col-md-6:first-child {
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
  .page-template-default .main-content .col-md-12 .row .col-md-6:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}


/*---------------------------------------------------------------
    fix concrete administration
----------------------------------------------------------------*/
.dev-d-none {
  display: none;
}

a.edit {
  display: none;
}

.ccm-panel-ready a.edit {
  display: block;
}

.ccm-edit-mode .caption.v-middle{
  z-index: inherit;
}

html.ccm-panel-ready .dev-d-none {
  display: inherit;
}

div.ccm-page {
  padding-top: 0 !important;
}

/*editing + grid bug ne se selectionne pas*/
.ccm-panel-ready body {
  position: inherit;
}


/*ckeditor height*/
.cke_contents.cke_reset {
  min-height: 200px;
  height: auto !important;
}

/*admin font-size*/
html.ccm-toolbar-visible {
  font-size: inherit;
}