/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
@font-face {
font-family: 'poppins';
src: url('poppins.ttf');
src: local('poppins'), local('poppins'), url('poppins.otf') format('otf'), url('poppins.ttf') format('truetype');
}

@font-face {
font-family: 'letter';
src: url('letter.ttf');
}
@font-face {
font-family: 'legrand';
src: url('legrand.ttf')
src: local('legrand'), local('legrand'), url('legrand.ttf') format('truetype');
}

@font-face {
font-family: 'lora';
src: url('lora.ttf');
}

@font-face {
font-family: 'distant';
src: url('distant.otf');
}

@font-face {
font-family: 'futura';
src: url('futura.ttf');
}

.futura{
font-family: futura;
font-weight: normal;
}

@font-face {
font-family: 'aleo';
src: url('aleo.otf');
}

@font-face {
font-family: 'nunito';
src: url('nunito.ttf');
}

@font-face {
font-family: 'fusion';
src: url('fusion.ttf');
}


body {
overflow-x: hidden;
font-family: 'poppins';
background-color: #98c3df;
font-weight: 100;
font-family: 'poppins';
background-image: url("../img/fond2024.jpg");
background-size: 100%;
background-repeat: repeat-y;
background-attachment: fixed;
}


p {
  line-height: 1.3;
}

a {
  transition: color 1000ms ease;
}

a:hover {
 color: blue;
  transition: color 500ms ease;
  text-decoration: none;
}

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

section {
  padding: 50px 0;  
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 5px;
  color: white;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 5px;
  text-transform: none;
}

.sm{
    width: 50%;
    margin-left: 25%;
    
}
.intro404{
margin-top: 100px;
max-width: 60%;
margin-left: 20%;
    }

@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
  
  .show_mobile {
		display: none !important;
	}
  
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  margin-left: 10px;
  margin-right: 10px;
}

.btn {
  font-weight: 100;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 12px 30px;
  display: inline-block;
  background-color: #28b092;
  -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.3);
  -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.3);
  box-shadow: 0 15px 40px rgba(249, 167, 68, 0.3);
  background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
  background: linear-gradient(to bottom, #030133, transparent 90%);
  .btn-primary:hover, .btn-main:focus {
    background-color: #f9a743;
    color: #fff; }



.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #28b092;
  text-shadow: none;
}

::selection {
  background: #28b092;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: rgba(10,38,108,0.8);
   
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #db5931;
  border: 0;
  background-color: #1c9cbc;
}

#mainNav .navbar-brand {
  color: #93dfff;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #93dfff;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 100;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #3eaf93;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #db5931;
}

@media (min-width: 992px) {
    
      .show_mobile {
		display: none !important;
	}
        
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 30px;
    background: linear-gradient(to bottom, #f6e1dc 20%, #adcae3 60%, transparent 80%);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
text-align: center;
color: white;
background-repeat: no-repeat;
background-attachment: fixed;
background-position-y: top;
background-position-x: left;
background-size: cover;
}


.logo {
width: 150px;  
}

.logo:hover {
transform: rotate(-5deg); 
*filter: sepia(50%);  
*-webkit-filter: sepia(50%);
saturate(50%);
}

.minus{
width: 40px;
}

.minus:hover {
transform: rotate(20deg); 
}


.texte{
margin-top: 10px;
line-height: 1.5em;
font-size: 18px;
font-weight: 100;
font-style: normal; 
text-transform: none;   
vertical-align: bottom;
}

#titre{
padding: 10px;
padding-left: 10%;
padding-right: 10%;
padding-bottom: 15px;
font-weight: bold;
margin-bottom: 0px;
max-width : 95%;
width: 900px;
margin: auto;
}

.titr{
font-style: normal; 
font-family: legrand;
font-size: 0.9em;
text-shadow: 2px 2px 2px rgba(0,0,0,0.9)  ; 
letter-spacing: 3px;
}



.big{
font-size: 1.5em;
}

.minim{
font-size: 0.8em;
}

.date { 
padding-left: 10px;
padding-right: 10px;
padding-top : 10px;
padding-bottom : 10px;
color: white;
margin-bottom: 30px;
width: 50%;
margin-left: auto;
margin-right: auto;
background-color: #008499;
border-radius: 0em 0em 1em 1em;
text-transform: uppercase;
font-family: futura;
text-shadow: 0px; 
}

.datet { 
padding-left: 10px;
padding-right: 10px;
padding-top : 10px;
padding-bottom : 10px;
color: white;
margin-bottom: 30px;
width: 50%;
margin-left: auto;
margin-right: auto;
background-color: #008499;
border-radius: 0em 0em 1em 1em;
text-transform: uppercase;
font-family: futura;
text-shadow: 0px; 
font-weight:  normal;
font-size: 1.3em;
}

.heure{
background-color: #008499;
border-radius: 2em;
padding: 10px;
margin-right: 10px;
    }
    
    
.pass{

background: rgb(255,38,38);
background: linear-gradient(180deg, rgba(255,38,38,1) 5%, rgba(219,81,49,0.7609637605042017) 59%, rgba(219,89,49,1) 100%);
border-radius: 4em 4em 4em 4em;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;
    }
    
.pass3{

background: rgb(255,38,38);
background: linear-gradient(180deg, rgba(255,38,38,1) 5%, rgba(219,81,49,0.7609637605042017) 59%, rgba(219,89,49,1) 100%);
border-radius: 4em 4em 0em 0em;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;
    }
    
  .passbas1{
background: rgb(219,89,49);
background: linear-gradient(180deg, rgba(219,89,49,1) 77%, rgba(219,89,49,1) 100%);
border-radius: 0em 0em 4em 4em;
padding-right: 20px;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;

    }
  
    
.pass2{

background: rgb(255,38,38);
background: linear-gradient(180deg, rgba(255,38,38,1) 5%, rgba(219,81,49,0.7609637605042017) 59%, rgba(219,89,49,1) 100%);
border-radius: 4em 4em 0em 0em;
padding-right: 3.6em;
padding-left: 20px;
padding-top: 6px;
padding-bottom: 6px;
margin-right: 10px;
    }
    
        
.passbas{
background: rgb(219,89,49);
background: linear-gradient(180deg, rgba(219,89,49,1) 77%, rgba(219,89,49,1) 100%);
border-radius: 0em 6em 6em 4em;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;
    }
    
.lieu{
background-color: #db5931;
border-radius: 2em;
padding: 10px;
margin-left: 10px;
white-space: pre;
    }
    
    
.mecenat{
background-color: #db5931;
border-radius: 1em;
padding: 10px;
margin-left: auto;
font-family: futura;
    }  


.schubert{
background-image: url('schubert.png');
background-size: 42%;
background-position: top center; /* Center the image */
background-repeat: no-repeat;
height: 100%;

}

.mecenat:hover{
background-color: #db3400;
border-radius: 2em;
padding: 10px;
margin-left: auto;
font-family: futura;
    }  


.mecenat a:hover{
font-weight: bold;
color: #008499;

    }   
   
.titreconcert{
font-size: 1.1em;
text-shadow: 0px 0px 0px rgba(0,0,0,0.9)  ; 
color: black;
}
    
.artiste{
font-family: futura;
text-shadow: 0px 0px 0px rgba(0,0,0,0.9);
} 
   
      
 h1{
 font-size: 4em;  
 text-transform: uppercase;  
 text-shadow: 1px 3px 1px rgba(0,0,0,0.9);
 text-align: center;
 padding: 5px;
 margin-bottom: 10px;
 font-family: legrand;
     }   
    
      
 h2{
 font-size: 1.8em;  
 text-transform: uppercase;  
 text-align: center;
 padding: 5px;
 margin-bottom: 10px;
 margin-top: 30px;
     }
     
   .chiffre {
 font-size: 3.5em; 
 font-weight: bold;
 font-stretch: 50%;
 font-variation-settings: 'wdth' 25;
     }  


.bold{
font-weight: bold;
}
    
    
 h3{
 color: black;
 font-size: 1.4em;   
 text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
 text-align: center;
 padding: 5px;
 margin-bottom: 10px;
 line-height: 3em;

     }


.cadre{
            background-color: rgba(25, 25, 25, 0.1);
            padding: 0em 1em 1em 1em;
            border-radius: 1em;
        }
       



#centre{
margin: auto;
text-align: center;
width: 100%;
    }

.affiche{
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
padding: 0px;
width: 400px;
max-width: 85%;
margin-left:auto; 
margin-right:auto;   
text-align: center;
display : block ;
transition: transform .2s;
transition-timing-function: ease-in-out;

    }

.affiche:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}




.affi{

padding: 0px;
width: auto;
margin-left:auto; 
margin-right:auto;   
text-align: center;
display : block ;
transition: transform .2s;
transition-timing-function: ease-in-out;
margin-bottom: 10px;
    }

.affi:hover {
  transform: scale(1.3);
  transform padding-top: 50px;
}

.photos{
width:300px;
margin: 10px;
padding: 0px;
box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.3);
transition: transform .2s;
transition-timing-function: ease-in-out;
    }

.photos:hover {
  transform: scale(1.2);
}

.ph{
box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.3);
}
.ombre{
margin-bottom: 25px;
background-color: rgba(25, 25, 25, 0.1);
font-family: fusion;
}

#programme{    
letter-spacing: 0.05em;
}
.dir{
text-align: right;
    }
    
    


.jour{ 
text-align: center;
padding: 10px;
width: 80%;
margin-left: 10%;
max-width: 300px;
}

.detail{
  padding-left: 40px; 
  padding-top: 20px; 
  color: white;
    
    }
     
.min{
  text-transform: lowercase;
  font-size: 0.9em;    
    }

.tarifs{
font-family: futura;
}

.enfant{
font-weight: bold;
font-size: 0.9em;  
}
.blue{
color:#008499;

    }

.soutien{
text-align: center;
font-family: legrand;
font-size: 1.8em;
color: #008499;
}

.arrondi{
border-radius: 5%;
}

.bleu{
color:#008499;
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 2px rgba(206,89,55,0);
    }
    
.orange{
color:#6237a1;

    }
    
   .orangeclair{
color:#f18568}
    
.black{
color:black;
}
    
.vert{
color:orange;
    }
    
.blanc{
color:white;
    }
    
.transparent{
color: rgba(255,255,255,0)
}
    
.moyen{
font-size: 2em;
text-transform: capitalize;
padding-bottom: 0.2em;
}

.height{
line-height: 5px;
}

.presentation {
color: black;
font-size: 0.4em;
font-family: 'letter';
font-style : italic;
text-transform: none;
padding : 15px;
margin: auto;
margin-top: 30px;
max-width : 82%;
}

.legrand{
font-family: 'legrand';

}

.futura{
font-family: 'futura';

}

.sign{
font-style : italic;
font-family: 'lora';
    }
    
.motdate{
text-align: left;
height: 120px;
padding: 15px;
    }

.haut{
position: relative;
top: -30px;
height: 40px;
padding-right: 20px;
}

.bas{
position: relative;
top: 0px;
height: 40px;
padding-left: 20px;
}

.lesprix{
max-width: 80%;
width: 400px;

}

.imgmail{
height: 1em;
}

.space{
letter-spacing:0.2em;
}


.prix{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
table-layout: auto;
width: 800px;
background-color: rgba(100, 50, 200, 0.1);
font-family: 'aleo';
vertical-align:middle;
border-radius: 1em 1em 1em 1em ;
}

.small{
font-family: 'aleo';
font-size: 0.9em;

}
.prix th{
padding-left: 20px;
padding-right: 20px;
}

.pad{
height: 15px;
}
.c1{
width: 59%;  
padding-bottom: 0px;
}
.c2{
width: 20%;  
padding-bottom: 0px;
 
}
.c3{
width: 21%;   
text-align: right; 
padding-right: 20px;
padding-bottom: 0px;
}

.colonne1 {
  width: 45%;
}



.gris{
    background-color: rgba(0, 100, 10, 0.3);
    padding: 30px;
    
    }



.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.left{
text-align: left;    
    }
    
.right{
text-align: right;    
    }

.center{
text-align: center;    
}
.maj{
text-transform: uppercase;
    }
    


.espace{
letter-spacing: .1rem;
}

.petit{
font-size: 0.7em;
}

.mini{
font-size: 0.5em;
}

.micro{
  font-size: 0.8em;  
    }

.virus{
width: 100px;
    
}

strong{
text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
 font-weight: 600;
    }
    
header.masthead .intro-text {
padding-top: 150px;
padding-bottom: 10px;
}

@media (min-width: 800px) {
    
      .show_mobile {
		display: none !important;
	}
        
        
header.masthead .intro-text {
padding-left : 10px;
}
}

@media (max-width: 799px) {
    
      .show_mobile {
		display: none !important;
	}
        
        
header.masthead .intro-text {
  padding-left : 10px;
}

.presentation {
font-weight: 100;  
text-transform: none;
    }

}


header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
margin-bottom: 5px;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 5px;
}



#programme{
    margin-top: 0;
}

.red{
color: #f15922;
    }

.gr{
color: #766d64;
font-size: 0.8em
}

.www{
   transition: all 600ms ease;
    }
.www:hover{
   text-decoration:none;
   color: #ffd543;
   transition: all 300ms ease; 
}

@media (min-width: 768px) {
    
      .show_mobile {
		display: none !important;
	}
        
        
  header.masthead .intro-text {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    margin-bottom: 10px;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
  color: black;
}



@media (min-width: 767px) {
    
      .show_mobile {
		display: none !important;
	}
        
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}


.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
    
      .show_mobile {
		display: none !important;
	}
        
        
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
    
      .show_mobile {
		display: none !important;
	}
        
        
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
    
      .show_mobile {
		display: none !important;
	}
    
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}


#paypal{
width: 200px;
margin: auto;
}




section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}



    
.rouge{
color: #7b3523}

.orange{
color: #db5931}


.part{
width: 120%;
max-width: 120px;
transition: 100ms ease;
margin-bottom: 10px;
}

.part:hover{
box-shadow: 0px 0px 7px 7px rgba(15, 31, 70, 0.65);
    }


footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
   color: #ced4da;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #3c4afc;
}

@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */

	body {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
        
        
        .container,.masthead, .intro-text, .intro-heading, .row
        {
            max-width: 100%;
            padding: 0;
            margin-right: auto;
            margin-left: auto;
        }
        .ph{
            max-width: 60%;
            margin-right: auto;
            margin-left: 20%;
          
        }
        .jour{
            max-width: 50%;
            margin-bottom: 0;
        }
        
        .ombre{
            background-color: rgba(25, 25, 25, 0.1);
            max-width: 120%;
        }
       
            
           
                
            th, td{
                
                font-size: 0.9em;
            }
            
            .virus{
            max-width: 50px;    
            }
            
        .mobipart{
        max-width: 30%;
        margin-left: 35%;
        margin-bottom: 15px;
        padding-bottom: 10px;
        }
        
    
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video, 
        container,
        intro-text,
        intro-heading,
        presentation{
		max-width: 100%;
	}
	
	/* conserver le ratio des images */

	img {
		height: auto;
	}
	
	/* gestion des mots longs */

	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp, 
        container,
        intro-text,
        intro-heading,
        presentation
        
        
        {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}
	
	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	}
	
	/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

	.element1,
	.element2 {
		float: none;
		width: auto;
	}
	
	/* masquer les éléments superflus */

	.hide_mobile {
		display: none !important;
	}
        
        .show_mobile {
		display: inline !important;
	}
	
	/* Un message personnalisé */

	body:before {
		content: "Version mobile du site";
		display: block;
		text-align: center;
		font-style: italic;
		color: #777;
	}
}

@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
  
    .show_mobile {
		display: none !important;
	}
  
.ombre{
            background-color: rgba(25, 25, 25, 0);
            max-width: 120%;
        }
#programme{
            background-color: rgba(25, 25, 25, 0.1);
            max-width: 120%;
        }
.ph{
            max-width: 60%;
            margin-right: auto;
            margin-left: 20%;
        }
.jour{
            max-width: 50%;
            margin-bottom: 0;
        }
        
h3{
            font-size: 2.6em;
            padding: 10px;
            
            }
h4{
            font-size: 2em;
            
            }
            
	/*  
            
.mobipart{
        max-width: 20%;
        margin-left: 40%;
        margin-bottom: 15px;
        }
  */

.non{
display: none  !important;
}