html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}a{text-decoration: none;}html{-webkit-font-smoothing: antialiased;}*{box-sizing: border-box;}button{background: none;outline: none;border: none;cursor: pointer;font: inherit;padding: 0;}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}/*# sourceMappingURL=glide.theme.min.css.map */


:root{
	--black: #010b10;
	--white: #fafafb;
	--blue: #1a607b;
	--red: #d7242d;
}
body{
	background-color: var(--black);
	font-family: "Alegreya Sans SC", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 1.5;
	color: var(--white);
}
img{
	max-width: 100%;
}
.bg-cover{
	background-position: center;
	background-size: cover;
}
h1{
	font-size: 2.5em;
	text-align: center;
}
h1,h2{
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
}
h2{
	width: fit-content;
	position: relative;
	display: flex;
	align-items: center;
	color: var(--red);
}
h2::before{
	content: "";
    position: absolute;
    left: -20%;
    height: 100px;
    width: 140%;
    background-image: url(../img/eraflure.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
h2>span{
	position: relative;
	z-index: 1;
}
h2>a{
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.italic{
	font-style: italic;
}
i{
	font-style: italic;
	font-weight: bold;
}
b{
	font-weight: bold;
}
small,
.small{
	font-size: 0.85em;
	font-weight: 400;
}
p:not(:last-child){
	margin-bottom: 20px;
}
.container{
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.mg-b-30{
	margin-bottom: 30px;
}
.mg-b-60{
	margin-bottom: 60px;
}
.mg-b-120{
	margin-bottom: 120px;
}
.appear-anim,
.appear-anim-proxy{
	opacity: 0;
	transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.appear-anim-proxy{
	transition-delay: var(--delay);
}
.appear-anim__bottom{
	transform: translate(0, 20px);
}
.appear-anim.appear,
.appear .appear-anim-proxy{
	transform: translate(0, 0);
	opacity: 1;
}
#header{
	height: 95vh;
	position: relative;
	display: flex;
	justify-content: center;
}
#header::before{
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(1,11,16,1) 0%, rgba(0,0,0,0) 61%);
	z-index: 0;
}
#bomber_logo{
	position: absolute;
	bottom: 0;
	width: 450px;
	max-width: calc(100% - 30px);
	display: block;
    filter: invert(1);
    z-index: 1;
}
.text>p{
	margin-bottom: 15px;
}
#cover-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cover-container>div{
	width: calc(50% - 30px);
}
#cover-container>div>img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.cover-links{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.cover-links>a{
	display: block;
	width: 50px;
	margin: 0 15px;
}
.cover-links>a>svg{
	width: 100%;
}
#sommation-links svg{
	fill: #fd0f1c
}
#cages-links svg{
	fill: #227994;
}
#video{
	display: block;
	width: 100%;
	height: 650px;
}
#player-container{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
#player-list{
	width: 320px;
}
#player-list button{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
    padding: 8px 15px;
    background: linear-gradient(0deg, rgba(26,96,123,1) 0%, rgba(26,96,123,0.40) 61%);;
    border-bottom: 1px solid var(--black);
    opacity: 0.4;
    font-size: 1.5em;
    color: var(--white);
    text-align: left;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out, padding-left 0.2s ease-in-out;
}
#player-list button:hover,
#player-list button.current{
	opacity: 1;
}
#player-list button.current{
	padding-left: 50px;
}
#player-list button::before{
	content: "";
	position: absolute;
	left: 15px;
	width: 25px;
	height: 25px;
	background-image: url(../img/play.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	transition-delay: 0s;
}
#player-list button.current::before{
	opacity: 1;
	transition-delay: 0.2s;
}
#player{
	width: calc(100% - 320px);
	background-size: cover;
	background-position: center;
}
#player-inner{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.75);
}
.glide__slide img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.testimonial{
	position: relative;
	font-style: italic;
	margin-bottom: 30px;
	padding: 30px;
}
.testimonial:last-child{
	margin-bottom: 0;
}
.testimonial::before,
.testimonial::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/guillemet.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	filter: invert(1);
	transform: rotateZ(180deg);
	opacity: 0.5;
	z-index: 0;
}
.testimonial::after{
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	transform: none;
}
.contact{
	display: flex;
	align-items: center;
	color: var(--white);
	font-size: 1.5em;
	margin-bottom: 30px;
}
.contact>svg{
	margin-right: 10px;
}


/*** RESPONSIVE ***/

@media(max-width: 1150px){
	.mg-b-120{
		margin-bottom: 60px;
	}
	#video{
	    height: 500px;
	}
}
@media(max-width: 880px){
	.container{
		width: 90%;
	}
	#video{
	    height: 420px;
	}
}
@media(max-width: 820px){
	#player-list{
	    width: 260px;
	}
	#player{
	    width: calc(100% - 260px);
	}
}
@media(max-width: 680px){
	.mg-b-60{
		margin-bottom: 45px;
	}
	.container{
		width: calc(100% - 30px);
	}
	#cover-container>div{
	    width: calc(50% - 10px);
	}
}
@media(max-width: 600px){
	h1,h2{
		font-size: 1.5em;
	}
	#player-list,
	#player{
        width: 100%;
    }
    #player-inner{
    	padding: 50px 0;
    }
}
@media(max-width: 480px){
	#cover-container{
		justify-content: center;
	}
	#cover-container>div{
        width: 80%;
    }
    #cover-container>div:first-child{
    	margin-bottom: 30px;
    }
}