html,body {font-family: "Roboto", sans-serif;}
h1,h2,h3,h4,h5 {font-family: "Roboto", sans-serif; text-shadow:1px 1px 2px #000000;}
h2 {color: #005599;}
h3 {color: #bd0000;}

img {width: 100%; height: auto;}
.w3-container a {color: #FFFFFF;text-shadow: 1px 1px #000000;padding:4px 5px 4px 5px;margin:0px 1px 0px 0px;background-color:#005599;border:0px;border-radius: 3px;text-decoration: none;text-transform: uppercase;}
.w3-container-3 a {text-decoration:none;display:inline-block;}
.w3-card-4 {box-shadow:2px 4px 10px 0 rgba(0,0,0,0.2),2px 4px 20px 0 rgba(0,0,0,0.19)}

button.accordion {
    background-color: #FFF8DC;
    color: #000000;
    padding: 8px 8px 1px 8px;
    margin-top:12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

button.sans-accordion {
    background-color: #FFF8DC;
    color: #000000;
    padding: 8px 8px 1px 8px;
    margin-top:12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

button.accordion:hover {
    background-color: #F5DEB3;
}

button.sans-accordion:hover{
    background-color: #FFF8DC;
}

button.accordion {cursor: pointer;}

button.accordion:after {
    font-family:FontAwesome;
    content: '\f055';
    font-size:175%;
    color: #bd0000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    text-shadow:1px 1px 1px #ffffff;
}
button.accordion.active:after {
    content: "\f056";
}
button.accordion1, .sans-accordion1 {
    background-color: #ddd;
    color: #bd0000;
    font-weight: 700;
    text-shadow:1px 1px 1px #595959;
    padding: 8px 8px 1px 8px;
    margin-top:12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

button.accordion1:hover, .sans-accordion1:hover {
    background-color: #ccc;
}
button.accordion1 {cursor: pointer;}
button.accordion1:after {
    font-family:FontAwesome;
    content: '\f055';
    font-size:175%;
    color: #bd0000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    text-shadow:1px 1px 1px #ffffff;
}
button.accordion1.active:after {
    content: "\f056";
}

button.accordion2, .sans-accordion2 {
    background-color: #FFFAF0;
    color: #000000;
    padding: 8px 8px 1px 8px;
    margin-top:12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

button.accordion2:hover, .sans-accordion:hover {
    background-color: #ccc;
}
button.accordion2 {cursor: pointer;}
button.accordion2:after {
    font-family:FontAwesome;
    content: '\f055';
    font-size:175%;
    color: #bd0000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    text-shadow:1px 1px 1px #ffffff;
}
button.accordion2.active:after {
    content: "\f056";
}
.panel {
    margin-bottom:10px;
    padding-left:5px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#texte-accueil {text-shadow:2px 2px 10px #000000;letter-spacing:2px;color: #ffffcc;font-size: 5.7vw;padding:12px 12px 14px 12px;line-height:1.20;}

.container {
  position: relative;
  text-align: center;
}


.centered {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(-5%, -50%);
}

a:link {
  text-decoration: none;
}

.boites1 {
  background-color: LightCyan;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px; /* fixe la hauteur minimale de la div */
  padding: 8px 8px 1px 8px;
  margin-top: 12px;
  text-align: left;
}

.boites2 {
  background-color: MistyRose;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px; /* fixe la hauteur minimale de la div */
  padding: 8px 8px 1px 8px;
  margin-top: 12px;
  text-align: left;
}

.titre1 ul {list-style: url('pointe_tarte.png');
}
.titre1 ul li {
  padding: 0px 5px 0px 0px;
}
/* Liste à puce poing */
.titre2 ul {list-style: url('Poing_02.png');
}
.titre2 ul li {
  padding: 0px 5px 0px 0px;
}
/* Liste à puce pelle à tarte */
.titre3 ul {list-style: url('tarte_loupe.png');
}
.titre3 ul li {
  padding: 0px 5px 0px 0px;
}

.w3-border-1{
	border:3px solid #000000!important}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  text-align: center;
  padding: 8px;
  }
  
tr:nth-child(even) {
  background-color: #9bc0de;
  }
  
a:link {text-decoration: none;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,.video-container object,.video-container embed 
{position: absolute;
top: 0;
left: 7%;
width: 86%;
height: 86%;
    
}
