@charset "utf-8";
/* CSS Document */

/* SITE */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

body
{
width :100% ;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16/9 */
    height: 0; overflow: hidden;
    clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 36px;
	color: #E7E7E7;
}

h3 {
	font-family: 'DM Serif Display', serif;
	font-size: 36px;
	color:whitesmoke;
}
	
	h4 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 26px;
	color: #E7E7E7;
}


/* date picker */
	
	[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
}
	
/*liste deroulante*/

.pochetteBG {
background-color: #151515;
  color: white;
}


.titreBGRED
{
background-color: #630000;
  color: white;
}

.titreBGREDKRO
{
background-color: #630000;
  color: white;
	font-size: 27px;
}
