@import url('https://fonts.googleapis.com/css?family=Paytone+One');
@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face
    {
    font-family: 'BebasNeue';
    src: url("../font/BebasNeue Bold.otf")
    }
@font-face
    {
    font-family: 'Didot';
    src: url("../font/didot.ttf")
    }
@font-face
    {
    font-family: 'Futura Lt BT';
    src: url("../font/FUTURAL.TTF")
    }
@font-face
    {
    font-family: 'Kartika';
    src: url("../font/kartika.ttf")
    }
@font-face
    {
    font-family: 'BebasNeueR';
    src: url("../font/BebasNeue Regular.otf")
    }

html
    {
    background-color: yellow;
    /*background-image: url('../image/background.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    width: 100%;
    min-width: 650px;
    }

.hachure
    {
    background-color: #f1f1f1;
    background-image: repeating-linear-gradient(315deg, transparent, transparent 10px, #2929291A 14px, #2929291A 10px);
    }

.point
    {
    background:
            radial-gradient(#292929 15%, transparent 16%) 0 0,
            radial-gradient(#292929 15%, transparent 16%) 8px 8px,
            radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
            radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color:#f1f1f1;
    background-size:16px 16px;
    background-position: center;
    }

.school
    {
    /*background-color: #269;*/
    background-color:#fff;
    background-image: 
        linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
        linear-gradient(#eee .1em, transparent .1em);
    background-size: 100% 1.5em;
    }

.fond_classic
    {
    background-color: #f1f1f1;    
    }

body
    {
    /*float: left;
    margin: 50px 50px 50px 50px;*/
    border-style: solid;
    border-color: yellow;
    border-width: 1px;
    margin: 20px 20px;
    padding: 0px;
    position: relative;
    }

header
    {
    display: inline;
    width: 100%;
    padding: 0px;
    border-bottom: 50px;
    display: flex;
    flex-direction: column;
    padding-top: 110px;
    z-index: 2;
    }

header h1
    {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    text-align: center;   
    font-family: 'BebasNeue';
    font-size: 70px;
    display: inline;
    position: relative;
    top: 10px;
    }

header h2
    {
    color: #292929;
    text-align: center;
    font-family: Dancing Script, cursive;
    font-size: x-large;
    position: relative;
    top: -70px;
    white-space: nowrap;
    }

header h4
    {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: x-large;
    position: relative;
    top: -70px;
    }

header a
    {
    text-decoration: none;    
    }

.shadow
    {
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;    
    }

section h2:not(.timeline_h2)
    {
    display: inline;
    color: #292929;
    background-color: yellow;
    margin-bottom: 0px;
    padding: 4px 8px;
    font-size: 24px;
    font-family: "Segoe UI",Arial,sans-serif;
    border-radius: 10px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.Shadow(color= rgba(0, 0, 0, 0.5), Direction=NaN, Strength=5);
    background-position: center -70px;
    z-index: 101;
    text-overflow: ellipsis;
    white-space:nowrap;
    }

article h3
    {
    color: white;
    font-family: 'Dancing Script', cursive;
    z-index: 101;
    }

article p
    {
    font-family: 'Raleway', sans-serif;
    color: white;
    text-indent: 25px; 
    }

.flou
    {
    background-size: cover;
    filter: blur(5px);
    z-index: 99;
    }

.columns
    {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
    text-align: justify;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid #292929;
    -moz-column-rule: 1px solid #292929;
    column-rule: 1px solid #292929;
    }


.box_white_shadow
    {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.09);
    }

.box_shadow
    {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.09);
    transition: box-shadow 0.3s ease-in-out;
    }

.box_shadow:hover
    {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4),0 6px 20px 0 rgba(0,0,0,0.39);
    transition: box-shadow 0.3s ease-in-out;
    }
#code
    {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-left: -20px;
    height: 20px;
    }
#text_code
    {
    margin: auto;
    background-color: rgba(255, 255, 0, .1);
    width: 263px;
    }
#code p
    {
    color: black;
    text-align: center;
    margin-top: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 95%;
    }

.prix
    {
    width: 659px;
    height: 431px;
    margin: auto;
    }

.title_yellow
    {
    display: inline;
    color: #292929;
    background-color: yellow;
    margin-bottom: 0px;
    padding: 4px 8px;
    font-size: 24px;
    font-family: "Segoe UI",Arial,sans-serif;
    border-radius: 10px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color= rgba(0, 0, 0, 0.5), Direction=NaN, Strength=5);
    background-position: center -70px;
    z-index: 101;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 16%;   
    }

#mavideo
    {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: white;
    }

#mavideo video
    {
    object-fit: cover;
    }

.video_body
    {      
    background-color: rgba(255, 255, 255, .80);
    }

.container_prix
    {
    /*background-color: red;*/
    
    position: relative;
    width: 30%;
    min-width: 500px;
    padding: 50px;
    margin: auto;
    }

.container_prix img
    {
    margin-bottom: 35px;    
    }

.video-container
    {
    
    width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
    }

.video-container iframe, .video-container object, .video-container embed
    {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    }

.video-container iframe
    {
    border-style: solid;
    border-color: yellow;
    border-width: 1px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color= rgba(0, 0, 0, 0.5), Direction=NaN, Strength=5);
    }

#bordure_gauche
    {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    z-index: 99999;
    background-color: yellow;
    }
#bordure_droite
    {
    position: fixed;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    z-index: 99999;
    background-color: yellow;
    }

#experience_iframe
    {
    position: relative;
    width: 100%;
    }