/* Global */
html {
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #202020;
  color: #fff;
  height: 100%;
}

a, a:hover {
  color: #fff;
}

.btn {
  border-radius: 0;
  padding: 6px 20px;
}

/* Nav */
.tm-top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.tm-top-nav .navbar-toggler .navbar-toggler-icon {
  color: white
}

.tm-top-nav .navbar-toggler {
  color: white;
  border-color: white;
}

.tm-top-nav li.nav-item a {
  font-size: 0.875rem;
}


.tm-top-nav.tm-top-nav-black  a,
.tm-top-nav.tm-top-nav-black a:hover,
.tm-top-nav.tm-top-nav-black .navbar-toggler .navbar-toggler-icon {
  color: black;
}

.tm-top-nav.tm-top-nav-black .navbar-toggler {
  color: black;
  border-color: black;
}

/* Main */

/* temal-screen-propos */
#temal-screen-propos .tm-banner {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 551px) and (max-width: 760px) {
#temal-screen-propos .tm-banner {
  height: 280px;
  background-size: 100%;
}

}

@media (max-width: 550px) {
#temal-screen-propos .tm-banner {
  height: 230px;
  background-size: 140%;
}

}

#temal-screen-propos .tm-main {
  background-color: white;
  font-size: 1.1875rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.263;
  padding-top: 100px;
}

#temal-screen-propos .tm-main-first {
  position: relative;
  padding-left: 80px;
}

#temal-screen-propos .tm-content {
  max-width: 400px;
}

#temal-screen-propos .tm-main-head {
  font-size: 1.8rem;
  font-family: "Roboto";
  line-height: 0.957;
  font-weight: bold;
}

@media (max-width: 576px) {
    #temal-screen-propos .tm-main-first {
      padding-left: 15px;
    }   

    #temal-screen-propos .tm-main-second {
        margin-left: 0px;
    }

}

@media (max-width: 768px) and (min-width: 577px) {
  #temal-screen-propos .tm-main-head {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  #temal-screen-propos .tm-main-second {
    margin-left: 64px;
  }
}

@media (min-width: 768px) {
  #temal-screen-propos .tm-main-head {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 100px;
    left: 25px;
  }
}

#temal-screen-propos .tm-sub-img {
  width: 100%;
  text-align: center;
  padding: 20px 0 100px 0;
}

#temal-screen-propos .tm-sub-img img {
  width: 100%;
  max-width: 900px;
}

/* temal-screen-actu */
#temal-screen-actu .tm-main {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
  font-size: 0.9375rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.2;
}

#temal-screen-actu .tm-item {
  position: relative;
}

#temal-screen-actu .tm-item img {
  position: absolute;
  top: 0;
  right: 0;
  height: 257px;
  width: 356px;
}

#temal-screen-actu .tm-item .tm-image-hover {
  position: absolute;
  top: 0;
  right: 0;
  height: 327px;
  width: 356px;
  z-index: 1;
  padding-bottom: 150px;
  opacity: 0;
  transition: all 500ms; 
}

#temal-screen-actu .tm-item .tm-image-filter {
  position: relative;
  height: 257px;
  width: 100%;
  background-color: rgba(255,255,255,0.6); 
}

#temal-screen-actu .tm-item .tm-image-hover:hover {
  opacity: 1;
  transition: all 500ms;
}

#temal-screen-actu .tm-item .tm-image-hover button {
  position: relative;
  margin-top: 120px;
  margin-left: 117px;
  width: 230px;
  font-size: 1rem;
  font-family: 'Montserrat';
}

#temal-screen-actu .tm-item-info-wrapper {
  float: right;
  display: inline;
  position: relative;
  padding-top: 250px;
  border: solid 1px black;
  min-width: 240px;
  margin-bottom: 40px;
  transition: all 500ms;
  
}


.hidden-border{
  border: solid 1px rgba(0,0,0,0) !important;
  transition: all 500ms;
}


#temal-screen-actu .tm-item-info {
  padding: 10px 15px;
}

#temal-screen-actu .tm-item-title {
  font-size: 0.75rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.583;
  font-weight: 600;
}

/* temal-screen-actualite */
#temal-screen-actualite .tm-banner {
  width: 100%;
  height: 800px;
  background-size: cover;
  position: relative;
  background-position: center;
}

#temal-screen-actualite .tm-banner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5)
}

#temal-screen-actualite .tm-main {
  background-color: white;
  font-size: 1.1875rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.263; 
}

#temal-screen-actualite .tm-info-link {
  font-size: 1.1875rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  text-decoration: underline;
  line-height: 1.8;
  text-align: right;
  font-weight: 600;
  padding: 40px 0 40px 0;
}

#temal-screen-actualite .tm-info-link a,
#temal-screen-actualite .tm-info-link:hover {
  color: rgb(44, 42, 43);
}

#temal-screen-actualite .tm-content-wrapper {
  position: relative;
  padding-left: 0;
}

#temal-screen-actualite .tm-content {
  width: 100%;
  background-color: white;
  padding: 50px 15px;
  left: 0;
  margin-top: -300px;

  font-size: 1.1875rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.263;
}

@media (max-width: 960px) {
  #temal-screen-actualite .tm-content {
    position: static;
    margin-top: 0px;

  }   
#temal-screen-actualite .tm-info-link {
  text-align: left;
  padding: 40px 40px 40px 60px;
}  
}


@media (min-width: 768px) {
  #temal-screen-actualite .tm-content {
    padding: 50px 150px 50px 60px;
  }
}

#temal-screen-actualite .tm-content h2 {
  font-size: 1.22rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 0.826;
  font-weight: 900;
  margin-bottom: 10px;
}

#temal-screen-actualite .tm-content .tm-subtitle {
  margin-bottom: 40px;
  font-size: 1.1875rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 0.826;
}

#temal-screen-actualite .tm-content .tm-content-end {
  margin-top: 30px;
  font-size: 1.1875rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.263;
  font-weight: 600;
}
/* temal-screen-agenda */


#temal-screen-agenda .gj-picker.gj-picker-bootstrap.datepicker{
  color: black;
}

#temal-screen-agenda .select2-results {
  color: black;
}

#temal-screen-agenda .tm-filters {
  background-color: #2c2a2b;
  color: #f8f8f8;
  padding-top: 150px;
  padding-bottom: 100px;
}

#temal-screen-agenda .tm-filters .tm-select-date.form-control {
  border-radius: 0;
  background-color: #2c2a2b;
  font-size: 1.3rem;
  font-family: "Montserrat";
  color: rgb(248, 248, 248);
  font-weight: bold;
  height: auto;
  padding: 5px;
  line-height: 28px;
  border-right: 0;
}

#temal-screen-agenda .tm-filters .tm-select-date.form-control:focus{
  border: 1px solid #ced4da;
  border-right: 0;
}



#temal-screen-agenda .tm-filters .input-group-append .btn {
  font-size: 1.3rem;
  color: rgb(248, 248, 248);
  font-weight: bold;
  padding: 0;
}

#temal-screen-agenda .tm-select-date.form-control::placeholder {
  color:  rgb(248, 248, 248)!important;
}

#temal-screen-agenda .tm-filters .select2-container--default .select2-selection--single {
  background-color: #2c2a2b;
  border-radius: 0;
  padding: 5px;
  height: auto;
}

#temal-screen-agenda .tm-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  font-size: 1.3rem;
  right: 12px;
  top: 5px;
}

#temal-screen-agenda .tm-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.3rem;
  font-family: "Montserrat";
  color: rgb(248, 248, 248);
  font-weight: bold;
}

#temal-screen-agenda .tm-filters select {
  width: 100%;
}

#temal-screen-agenda .tm-filters .select2 {
  width: 100% !important;
}


#temal-screen-agenda .tm-dates {
  padding-top: 1px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
  color: rgb(44, 42, 43);
}


#temal-screen-agenda .tm-dates .nav-tabs, 
#temal-screen-agenda .tm-dates .nav-tabs .nav-link,
#temal-screen-agenda .tm-dates .nav-tabs .nav-link.active,
#temal-screen-agenda .tm-dates .nav-tabs .nav-link:focus,
#temal-screen-agenda .tm-dates .nav-tabs .nav-link:hover {
  border: none;
  background-color: unset;
}

#temal-screen-agenda .tm-dates .nav-tabs .nav-link {
  font-size: 1.44rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 0.957;
  font-weight: bold;
  padding: .5rem 2rem .5rem 0;
}

#temal-screen-agenda .tm-dates .nav-tabs .nav-link.active {
  text-decoration-line: underline;
}

#temal-screen-agenda .tm-dates .table {
  margin-top: 30px;
}

#temal-screen-agenda .tm-dates .table td,
#temal-screen-agenda .table th {
  font-size: 1.0625rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.294;
  border-top: none;
  border-bottom: solid 1px rgb(44, 42, 43);
}


#temal-screen-agenda .tm-dates table a.btn {
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: bold;
  margin-left: 20px;
  padding: 5px 20px;
}

#temal-screen-agenda .tm-dates table a.btn.tm-btn-pro {
  padding-left: 10px;
  padding-right: 10px;
}

.tm-dates table .tm-table-text a {
  text-decoration: underline;
  color: rgb(44, 42, 43);
}

.tm-dates .btn-dark:hover{
  background-color: inherit;
  color: #2c2a2b;
}    

.btn.btn-outline-light:hover{
    color: #2c2a2b;
}



#temal-screen-agenda .tm-dates .tm-see-more {
  font-size: 1.25rem;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.1;
  padding: 10px 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#temal-screen-agenda .tm-dates .tm-see-more img {
  width: 20px;
  vertical-align: top;
  padding-top: 4px;
}

/* temal-screen-contact */
#temal-screen-contact .tm-main {
  position: relative;
  width: 100%;
  background-size: cover;
/*  min-height: calc(100% - 155px); */
  min-height: 100%;
  font-family: "Roboto";
  color: #202020;
}

/* create <style > tag if want to use this in html */
#temal-screen-contact .tm-main::before {
  background-image: url(../themes/temal/assets/css/./images/contact_bg.png)
}

#temal-screen-contact .tm-main::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;

}

#temal-screen-contact .tm-main .tm-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
}

#temal-screen-contact .tm-content {
  padding-top: 70px;
  padding-bottom: 50px;
}

/*
@media (min-width: 1200px) {
  #temal-screen-contact .tm-content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
*/
#temal-screen-contact .tm-phone {
  font-size: 36pt;
  font-family: "Roboto";
  color: rgb(32, 32, 32);
  line-height: 1.15;
  font-weight: 900;
  padding-top: 25px;
  padding-bottom: 25px;
}


@media (max-width: 576px) {
  #temal-screen-contact .tm-phone {
    font-size: 22pt;
  }
}

@media (min-width: 577px) and (max-width: 991.98px) {
  #temal-screen-contact .tm-phone {
    font-size: 40pt;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #temal-screen-contact .tm-phone {
    font-size: 80pt;
  }
}

@media (min-width: 1200px) {
  #temal-screen-contact .tm-phone {
    font-size: 90pt;
  }
}

#temal-screen-contact .tm-address, #temal-screen-contact .tm-email {
  font-size: 15pt;
  font-family: "Roboto";
  color: rgb(32, 32, 32);
  line-height: 1.467;
  font-weight: 600;
}

#temal-screen-contact .tm-line {
  width: 300px;
  height: 1px;
  background-color: rgb(32, 32, 32);
  margin-bottom: 25px;
}

/* temal-screen-fiche */
#temal-screen-fiche {
  background-color: white;
}

#temal-screen-fiche .tm-banner {
  position: relative;
}

#temal-screen-fiche .tm-banner > .tm-banner-image {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center;
}

#temal-screen-fiche .tm-banner > .tm-banner-title {
  font-size: 100px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.053;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  left: 171.194px;
  text-align: left;
  width: 600px;
  top: 680px;
}

@media (max-width: 576px) {
  #temal-screen-fiche .tm-banner > .tm-banner-title {
    left: 75px;
  }
}

#temal-screen-fiche .tm-title-section-images-wrapper {
  position: relative;
  max-width: 100%;
}

#temal-screen-fiche .tm-title-section-images {
  position: absolute;
  width: 100%;
/*  padding-left: 75px; */
  bottom: 0;
}

#temal-screen-fiche .tm-title-section-images .tm-image-container {
  position: relative;
}

#temal-screen-fiche .tm-title-section .tm-category {
  font-size: 1.0625rem;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  line-height: 1.412;
  background-color: #202020;
  padding: 10px 20px;
  font-weight: 700;
}

#temal-screen-fiche .tm-title-section .tm-image {
  position: absolute;
  bottom: -150px;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: auto;
}

#temal-screen-fiche .tm-title-section-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

#temal-screen-fiche .tm-title-section-nav .tm-arrow {
  padding: 5px;
  margin-top:10px;
}

#temal-screen-fiche .tm-title-section-nav .tm-title {
  font-size: 35px;
  font-family: "Montserrat";
  color: rgb(44, 42, 43);
  font-weight: bold;
}

@media (max-width: 960px) {
  #temal-screen-fiche .tm-title-section-nav .tm-title {
    font-size: 100%;
  }
  #temal-screen-fiche .tm-title-section-nav .tm-arrow {
    padding: 0;
  }
}

#temal-screen-fiche .tm-spectacle {
  color: white;
  background-color: #202020;
  padding-top: 100px;
  padding-bottom: 80px;
  font-size: 1.15rem;
  font-family: "Roboto";
  line-height: 1.263;
  text-align: left;
  font-weight: 300;
}

@media (max-width: 576px) {
  #temal-screen-fiche .tm-spectacle {
    padding-top: 50px;
  }
  
 #temal-screen-fiche .tm-title-section .tm-image {
  bottom: -57px;
} 
  
  
}

#temal-screen-fiche .tm-spectacle-column {
  padding-left: 80px;
  padding-right: 20px;
  position: relative;
}

#temal-screen-fiche .tm-spectacle-head {
  font-size: 1.8rem;
  font-family: "Roboto";
  line-height: 0.957;
  font-weight: bold;
}

@media (max-width: 576px) {
  #temal-screen-fiche .tm-spectacle-head {
    padding-left: 20px;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  #temal-screen-fiche .tm-spectacle-head {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 125px;
    left: 25px;
  }
}

#temal-screen-fiche .tm-spectacle-name {
  font-family: "Roboto";
  text-decoration: underline;
  line-height: 1.263;
  font-weight: 600;
}

#temal-screen-fiche .tm-spectacle-list {
  margin-bottom: 30px;
}

#temal-screen-fiche .tm-spectacle-list label {
  font-size: 1.0625rem;
  font-family: "Roboto";
  text-decoration: underline;
  line-height: 1.263;
  margin-bottom: 0;
}

#temal-screen-fiche .tm-spectacle-column2 {
  margin-top: 100px;
  padding-left: 80px;
  padding-right: 20px;
  position: relative;
}

@media (min-width: 1200px) {
  #temal-screen-fiche .tm-spectacle-column2 {
    max-width: 390px;
  }

  #temal-screen-fiche .tm-spectacle-column {
    padding-right: 144px;
  }
}

#temal-screen-fiche .tm-spectacle-list2 {
  font-size: 1.0625rem;
  font-family: "Roboto";
  line-height: 1.263;
}

#temal-screen-fiche .tm-spectacle-list2 label {
  text-decoration: underline;
  margin-bottom: 0;
}

#temal-screen-fiche .tm-spectacle-column2 .btn {
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.375;
  margin-top: 50px;
}

#temal-screen-fiche .tm-artists {
  min-height: 400px;
  padding-top: 200px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  #temal-screen-fiche .tm-artists {
    padding-left: 60px;
    padding-right: 100px;
  }
}

@media (max-width: 576px) {
  #temal-screen-fiche .tm-artists {
    padding-top: 50px;
  }
}

#temal-screen-fiche .tm-artists > .row {
  position: relative;
}

#temal-screen-fiche .tm-artists-head {
  font-size: 1.8rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 0.957;
  font-weight: bold;
}

@media (max-width: 576px) {
  #temal-screen-fiche .tm-artists-head {
    padding-left: 20px;
    margin-bottom: 15px;
  }
}


@media (min-width: 576px) {
  #temal-screen-fiche .tm-artists-head {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 125px;
    left: -40px;
  }
}

#temal-screen-fiche .tm-artists-desc {
  font-size: 1.15rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.263;
}

#temal-screen-fiche .tm-artists-contact {
  text-align: center;
  margin-top: 80px;
}

#temal-screen-fiche .tm-artists-contact .list-inline-item {
  padding: 10px;
  margin-right: 2px;
}

#temal-screen-fiche .tm-artists-contact .list-inline-item,
#temal-screen-fiche .tm-artists-contact .list-inline-item a,
#temal-screen-fiche .tm-artists-contact .list-inline-item a:hover {
  font-size: 1.4375rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 0.957;
  font-weight: bold;
}

#temal-screen-fiche .tm-artists-image {
  margin-top: 50px;
  width: 100%;
}

#temal-screen-fiche .tm-gallery {
  padding: 100px 0 0 0;
}

#temal-screen-fiche .tm-gallery-title {
  position: absolute;
  font-size: 5.5rem;
  font-family: "Montserrat";
  color: rgb(44, 42, 43);
  line-height: 0.957;
  font-weight: bold;
  top: -115px;
  right: -145px;
}

#temal-screen-fiche .tm-gallery-control {
  padding: 10px;
}

#temal-screen-fiche .tm-gallery-control.slick-next {
  margin-right: 50px;
}

#temal-screen-fiche .tm-gallery-control-wrapper {
  text-align: right;
  padding-top: 180px;
  position: relative;
  z-index: 1;
}

#temal-screen-fiche .tm-gallery-content-wrapper {
  overflow: hidden;
}

#temal-screen-fiche .tm-gallery .tm-gallery-image {
  width: 400px;
  height: 300px;
  margin-right: 20px;
}

#temal-screen-fiche .tm-press {
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  #temal-screen-fiche .tm-press {
    padding-left: 60px;
    padding-right: 100px;
  }
  

  
}

@media (max-width: 576px) {
    #temal-screen-fiche .tm-press {
        padding-top: 50px;
    }
    
    #temal-screen-fiche .tm-gallery-title {
        font-size: 3.5rem;
        line-height: 3.6rem;
        top: -90px;
        right: -172px;
    }  
    
    #temal-screen-fiche .tm-gallery .tm-gallery-image {
        width: 300px;
        height: 225px;
    }

    #temal-screen-fiche .tm-gallery-control-wrapper {
      padding-left: 5px;
      padding-right: 5px;
    }
  
  #temal-screen-fiche .tm-gallery-control {
  padding: 8px;
}  
  
}

#temal-screen-fiche .tm-press > .row {
  position: relative;
}

#temal-screen-fiche .tm-press-head {
  font-size: 1.8rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 0.957;
  font-weight: bold;
}

@media (max-width: 576px) {
  #temal-screen-fiche .tm-press-head {
    padding-left: 20px;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  #temal-screen-fiche .tm-press-head {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 125px;
    left: -40px;
  }
}

#temal-screen-fiche .tm-press .card {
  border: none;
  background-color: unset;
}

#temal-screen-fiche .tm-press .card-body {
  padding: 30px 10px 30px 0;
}

@media (min-width: 1200px) {
  #temal-screen-fiche .tm-press .card-body {
    padding: 30px 40px 30px 0;
  }
}

#temal-screen-fiche .tm-press .card-title {
  font-size: 1.2rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.118;
  font-weight: bold;
}

#temal-screen-fiche .tm-press .card-text {
  font-size: 1.35rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.263;
}

#temal-screen-fiche .tm-dates {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
  color: rgb(44, 42, 43);
}

#temal-screen-fiche .tm-dates .nav-tabs, 
#temal-screen-fiche .tm-dates .nav-tabs .nav-link,
#temal-screen-fiche .tm-dates .nav-tabs .nav-link.active,
#temal-screen-fiche .tm-dates .nav-tabs .nav-link:focus,
#temal-screen-fiche .tm-dates .nav-tabs .nav-link:hover {
  border: none;
  background-color: unset;
}

#temal-screen-fiche .tm-dates .nav-tabs .nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
  color: rgb(44, 42, 43);
  line-height: 0.957;
  font-weight: bold;
  padding: .5rem 2rem .5rem 0;
}

#temal-screen-fiche .tm-dates .nav-tabs .nav-link.active {
  text-decoration-line: underline;
}

#temal-screen-fiche .tm-dates .table {
  margin-top: 30px;
}

#temal-screen-fiche .tm-dates .table td,
#temal-screen-fiche .table th {
  font-size: 1.0625rem;
  font-family: "Roboto";
  color: rgb(44, 42, 43);
  line-height: 1.294;
  border-top: none;
  border-bottom: solid 1px rgb(44, 42, 43);
}


#temal-screen-fiche .tm-dates table a.btn {
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: bold;
  margin-left: 20px;
  padding: 5px 20px;
}



#temal-screen-fiche .tm-dates .tm-see-more {
  font-size: 1.25rem;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.1;
  padding: 10px 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#temal-screen-fiche .tm-dates .tm-see-more img {
  width: 20px;
  vertical-align: top;
  padding-top: 4px;
}

#temal-screen-fiche .tm-see-also {
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}

#temal-screen-fiche .tm-see-also .tm-avoir-aussi {
  font-size: 4rem;
  font-weight: bolder;
  font-family: 'Roboto';
  color: rgb(44, 42, 43);
  line-height: 0.957;
  text-indent: -3rem;
  padding-left: 3rem;
  padding-top: 100px;
  text-align: center;
}


@media (min-width: 1200px) {
  #temal-screen-fiche .tm-see-also .tm-avoir-aussi {
    text-align: left;
  }
}

#temal-screen-fiche .tm-see-also .card {
  border: none;
  background-color: unset;
}

#temal-screen-fiche .tm-see-also .card-img-top {
  height: 300px;
  width: 200px;
  border-radius: 0px;
}

#temal-screen-fiche .card-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

#temal-screen-fiche .card-overlay:hover{
  opacity: 1;
  transition: all 500ms;
}

@media (max-width: 576px) {

    #temal-screen-fiche .card-overlay:hover{
      opacity: 0;
    }
}




#temal-screen-fiche .card-img-top-filter{
  position: relative;
  height: 300px;
  width: 100%;
  background-color: rgba(255,255,255,0.5);  
}

#temal-screen-fiche .card-overlay button {
  position: relative;
  margin-left: 50px;
  margin-top: 130px;
  width: 150px;
  font-size: 1rem;
  font-family: 'Montserrat';
}

#temal-screen-fiche .tm-see-also .card-text {
  font-size: 1.2rem;
  font-family: "Roboto";
  font-weight: bold;
  color: rgb(44, 42, 43);
  line-height: 1.2;
  max-width: 155px;
  text-align: center;
}

/* temal-screen-ml */
#temal-screen-ml .tm-main {
  padding-top: 200px;
  padding-bottom: 250px;
}

@media (max-width: 768px) {
  #temal-screen-ml .tm-main {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

#temal-screen-ml .tm-content p {
  font-size: 12pt;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  line-height: 1.3;
}

#temal-screen-ml .tm-content h2 {
  font-size: 12pt;
  font-family: "Montserrat";
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 1.3;
  margin-bottom: 0;
  text-decoration: underline;
  margin-top: 40px;
}

/* temal-screen-nos-spectacles */
#temal-screen-nos-spectacles .tm-list-wrapper {
  overflow: hidden;
}

#temal-screen-nos-spectacles .tm-list-wrapper2 {
  margin: -1px -2px 0 -1px;
}

#temal-screen-nos-spectacles .tm-list-card {
  border-radius: 0;
  border: 1px solid white;
}

#temal-screen-nos-spectacles .tm-list-card-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}

#temal-screen-nos-spectacles .tm-list-card-wrapper::after {
  padding-top: 145%; /* 16:9 Aspect Ratio */
  content: '';
  display: block;
}

#temal-screen-nos-spectacles .tm-list-card-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

#temal-screen-nos-spectacles .tm-list-card-content .card-img {
  width: 100%;
}

#temal-screen-nos-spectacles .tm-list-card-content .card-img-overlay {
  background-color: #00000077;
  padding: 0;
}

#temal-screen-nos-spectacles .tm-list-card-content .tm-description {
  position: absolute;
  top: 78%;
  left: 22%;
}

#temal-screen-nos-spectacles .tm-list-card-content .tm-title {
  position: absolute;
  top: 76%;
  left: 35%;
}

#temal-screen-nos-spectacles .tm-list-card-content .tm-title h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 55px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  color: white;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

#temal-screen-nos-spectacles .tm-list-card-content:hover .tm-title h2 {
  color: #ffffff00;
}


#temal-screen-nos-spectacles .tm-list-card-content .tm-category {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: rgb(32, 32, 32);
  padding: 6px 12px;
  display: initial;
}

#temal-screen-nos-spectacles .tm-list-card-content .tm-center {
  position: absolute;
  bottom: 24%;
  left: 18%;
  right: 18%;
}

#temal-screen-nos-spectacles .tm-list-card-content .tm-center img {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s, filter 0.8s;
  transition: opacity 0.8s, filter 0.8s;
}

#temal-screen-nos-spectacles .tm-list-card-content:hover .tm-center img {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100)
}

#temal-screen-nos-spectacles .tm-list-card-content .tm-producer {
  font-size: 1.15rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: left;
  margin-left: 40px;
  margin-top: 5px;
  max-width: 160px;
}

/* temal-screen-pro */
#temal-screen-pro .tm-main {
  padding-top: 200px;
  padding-bottom: 250px;
}

@media (max-width: 768px) {
  #temal-screen-pro .tm-main {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  #temal-screen-pro .tm-main {
    padding-left: 120px;
    padding-right: 120px;
  }
}

#temal-screen-pro .tm-item {
  font-size: 10pt;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  line-height: 2.2;
  min-height: 280px;
  border-top: solid 1px white;
  padding-top: 25px;
}

#temal-screen-pro .tm-item h2 {
  font-size: 18pt;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

#temal-screen-pro .tm-item a {
  text-decoration: underline;
}

#temal-screen-pro .tm-content {
  margin-top: -1px;
}

#temal-screen-pro .tm-content-wrapper {
  overflow: hidden;
}

/* show list */
.tm-show-list {
  background-color: rgb(32, 32, 32);
  color: white;
  font-size: 0.94rem;
  padding: 22px 30px;
}

.tm-show-list p {
  margin-bottom: 0
}

/* footer */
footer {
  font-size: 0.75rem;
  background-color: black;
  padding: 0 20px;
  color: #f8f8f8
}

footer .tm-delimiter {
  margin: 0 8px;
}

footer i.fab {
  font-size: 1.25rem;
}

footer .tm-subscribe-btn {
  font-size: 0.75rem;
  -moz-webkit-appearance: inherit;
  -webkit-appearance: inherit;
}

footer .nav-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

#page {
  min-height: 90vh;
  overflow-x: hidden;
}    

#temal-screen-contact .tm-main{
    min-height: 90vh;
}


.btn-outline-dark{
    border-color: #2c2a2b;
}
.btn-outline-dark:hover{
    background-color: #2c2a2b;
}

.btn-dark{
    background-color: #2c2a2b;
}


.text-inherit{
    color: inherit;
}

.text-inherit:hover{
    color: inherit;
}

.nav-item{
    padding-left: 10px;
    padding-right: 10px;
}

/* textarea linebreak visible */
#temal-screen-propos .tm-content{
    white-space: pre-line;
}

.tm-address{
    white-space: pre-line;
}

.tm-dates #list{
    overflow: auto;
}


/* navbars */
.navbar{
    z-index: 1000;
}


.nav-link{
    padding-top: 0.5rem;
    padding-right: 5px;
    padding-bottom: 0.5rem;
    padding-left: 5px;
    opacity: 0.5;
    font-weight: 600;
}

.nav-link:hover{
/*    text-decoration: underline;*/
    opacity: 0.9;
}

.nav-link.active{
    opacity: 1;
}

/* top nav */

.tm-top-nav{
    padding-right: 20px;
}

.nav-item.pro{
    padding-right: 4px;
}

.nav-opacity-white{
    opacity: 1;
    background-color: white;    
    -webkit-transition: all 1s;
    transition: all 1s;    

}

.nav-opacity-black{
    opacity: 1;
    background-color: black;    
    -webkit-transition: all 1s;
    transition: all 1s;    

}

/* footer landing page */
.tm-bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: black;
  background-color: rgba(0,0,0,0);
}

.btn-locale{
    display: inline-block;   
    font-size: 0.75rem;    
    text-transform: none;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}
.btn-locale:hover{
    text-transform: none;
    color: white;
}

.nav-locale{
    display: inline-block;
    font-size: 0.75rem;
    padding-left: 0px;
    padding-right: 0px;
}

footer .navbar{
    padding-left: 0px;
    padding-right: 0px;
}

#social-links .nav-item{
    padding-left: 10px;
    padding-right: 0px;
    font-weight: 400;
}


span.pipe{
    padding-left: 3px;
    padding-right: 3px;
}

.footer-wrapper.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (max-width: 960px) {
    #tmTopNav{
        height: 100vh;
        margin-top: 15vh;
    }
    
    .tm-top-nav .nav-item{
     text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
    }

}


/* Login modal */
#loginModal.modal{
    color: black;
    font-family: 'Montserrat';
}

#loginModal .modal-dialog{
    margin-top: 20vh;
}

#loginModal .modal-title{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

#loginModal .modal-content{
    border-radius: 0px;
    padding: 15px;
}

#loginModal input{
    border-radius: 0px;
    border: 1px solid black;
}

#loginModal .form-control:focus {
    color: black;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 .1rem #ccc;
}

#loginModal .form-control::placeholder {
    font-size: 0.87rem;
    font-family: 'Montserrat';    
    font-weight: 600;
    color: black;
}



#loginModal .controls {
    padding-top: 0px;
    margin-right: 20px;    
}

    #loginModal .demande-identifiant{
        text-decoration: underline;
        color: black;
        white-space: nowrap;
        line-height: 38px;
        font-size: 0.75rem;
    }
    
    #loginModal .btn-login{
        font-family: 'Montserrat'; 
        font-size: 1rem;
        background-color: black;
    }
    #loginModal .btn-login:hover{
        background-color: white;
        color: black;
    }
    
    
/*custom select2 and gijgo */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #2c2a2b;
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2c2a2b;
  color: white;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #2c2a2b;
    border-color: #2c2a2b;
}

.gj-picker-bootstrap table tr td.today div {
    color: #2c2a2b;
}


/* dates */



.tm-dates table td{
    min-width: 75px;
}

#list table td{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* fiche and agenda , contact*/
@media (max-width: 960px) {
    .tm-dates .tm-table-sm-hidden{
        display: none;
    }


#temal-screen-agenda .tm-dates .table td, #temal-screen-agenda .table th{
    font-size: 0.88rem;
  }

  .tm-dates table td {
    padding: 5px;
  }



#temal-screen-fiche .tm-dates table td.td-buttons {
       padding: 1px;
       width: 120px;
   }
 
#temal-screen-agenda .tm-dates table td.td-buttons {
       padding: 1px;
       width: 75px;
   } 
   
#temal-screen-agenda .tm-dates table a.btn,
#temal-screen-fiche .tm-dates table a.btn{
    width: 100%;
    font-size: 0.75rem;
    margin-bottom: 3px;
    padding: 5px 3px;
  }

  
}

/* BACK TO TOP */
#backToTopBtn{
    display: none;
    z-index: 1000;
    
    position: fixed;
    bottom: 40px;
    right: 40px;

}

#backToTopBtn btn{
    /*background-color: #1d1d1d;*/
    background-color: black;
    height: 45px;
    border: none;
    right: 40px;
}

#backToTopBtn.fixed{
    position: fixed;
    bottom: 40px;
    
}
#backToTopBtn.relative{
    position: relative;
    bottom: 20px;
    text-align: right;
    
}


#temal-screen-actualite .tm-content,
#temal-screen-actualite .tm-content p,
#temal-screen-actualite .tm-content a,
#temal-screen-actualite .tm-content p a
{
    color: rgb(44, 42, 43);
}
    

/* Desktop */
.div-img-rse {
  width: 35%;
  margin-left: 60px;
}

/* Mobile */
@media (max-width: 768px) {
  .div-img-rse {
    width: 50%;
    margin: auto;
  }
}



