@charset "UTF-8";
/***!  /media/templates/site/cassiopeia/css/user.css?f5a0b17f2e333801b86da31c1cbc2b96  !***/

.body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: 25px;
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: #ffffff;
  text-align: var(--body-text-align);
  background-color: rgba(255,255,255,0.4);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255,255,255,0.3);
  background-image: url(https://www.ateliers-theatre-saujon-comedia.com/images/background/fond-ecran-saujon-comedia-theatre.jpeg) !important;
  background-size: cover !important; 
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;  
}
body.site {
	background: transparent;
	background-image: url(https://www.ateliers-theatre-saujon-comedia.com/images/background/fond-ecran-saujon-comedia-theatre.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.mod-box {
    background-color: rgba(255,255,255,0.3)
    moz-box-shadow: none;
    webkit-box-shadow: none;
   box-shadow: none;   
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255,255,255,0.3);
  background-clip: border-box;
  border: 1px solid #dfe3e7;
  border-radius: 0.25rem;
}
.lead {
  font-size: clamp(1.1rem, 3vw, 1.25rem);
}

a {
  color: #3737a8;
}
a:not([class]) {
  text-decoration: underline;
}
a:hover, a:focus {
  color: var(--cassiopeia-color-hover);
}
.container-component {
  grid-area: comp;
  background-color: rgba(255,255,255,0.3);
}
.btn-primary {
  background-color: #394acc;
  border-color: #394acc;
}
.container-header {
  position: relative;
  z-index: 10;
  background-color: rgba(255,255,255,0);
  background-image: -o-linear-gradient(315deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
.footer {
  margin-top: 1em;
  color: black;
  background-color: rgba(255,255,255,0.1);
  background-image: -o-linear-gradient(315deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1) 100%);
  background-image: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%);
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #16c937;
  border: 1px solid #ffffff;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control {
  max-width: 85%;
  background-color: rgba(255,255,255,0.6);
}
.container-header .mod-menu {
  color: #000;
  list-style: none;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.visible-phone{display:none !important;}
@media (max-width: 767px) {
.visible-phone{display:inherit !important;}
.visible-desktop{display:none}
}



