@font-face {
    font-family: 'revival';
	src: url('fonts/Revival565BT.eot'); /* IE9 Compat Modes */
  	src: url('fonts/Revival565BT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    	 url('fonts/Revival565BT.woff2') format('woff2'), /* Super Modern Browsers */
    	 url('fonts/Revival565BT.woff') format('woff'), /* Pretty Modern Browsers */
    	 url('fonts/Revival565BT.ttf')  format('truetype'), /* Safari, Android, iOS */
    	 url('fonts/Revival565BT.svg#svgFontName') format('svg'); /* Legacy iOS */	
	font-display: swap;
}
@font-face {
 font-family: 'swiss721';
  src: url('fonts/Swiss721CondensedBT.eot'); /* IE9 Compat Modes */
  src: url('fonts/Swiss721CondensedBT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Swiss721CondensedBT.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Swiss721CondensedBT.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Swiss721CondensedBT.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Swiss721CondensedBT.svg#svgFontName') format('svg'); /* Legacy iOS */	
	font-display: swap;
}

html,body {
    height: 100%;
	padding:0;
    margin: 0;
  --scrollbarBG: #e3e3e3;
  --thumbBG: #b40a23;
	font-family:'swiss721', Fallback, sans-serif;
}
body {
	background-color:#FBFBFB;
  	background: url(background.jpg) no-repeat center fixed; 
  	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */	
  	color:#4C565C;
	font-family:'swiss721', Fallback, sans-serif;
	font-size:17px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
	}
body, h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;	
	}

body::-webkit-scrollbar {
  width: 11px;
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 0px;
  border: 3px solid var(--scrollbarBG);
}
/* video homepage*/
video{max-width:none;}
#videowrapper{  
    position: relative;
    overflow: hidden;
} 
#fullScreenDiv{
    min-height: 100%; 
    height: 100vh;
    width: 100vw;
    padding:0;
    margin: 0;
    position: relative;
}
#video{    
    width: 100vw; 
    height: auto;
    margin: auto;
    display: block;
}
@media (min-aspect-ratio: 16/9) {
  #video{
    width: 100vw; 
    height:auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video {
    height: 100vh; 
    width:auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}
#videoMessage{
    width: 100%; 
    height: 100%;
    position: absolute; 
    top: 0; 
    left: 0;
    display: flex;

    flex-direction: column;
}
/* end video homepage*/


h2, h3 {
	font-family:'revival';
	margin-bottom:2vh;
	font-weight:300;
	font-size:calc(24px + 1.6vh);	
	}
h4, h5 {
	font-family:'revival';
	font-size:calc(16px + 0.6vh);
	margin-bottom:2vh;
	font-weight:200;
	}
	
h4 {
	color:#999;
    font-size: calc(18px + 1vh);
}
	
.red {color:#b40a23!important;}
.lred {border-bottom: 1px solid #b40a23;}
	
.grey {color:#4c565c!important;}
.lgrey {border-bottom: 1px solid #cdcdcd;}

.sgrey {width:25%;}
.sred {position:realtive; margin-bottom:-1px; width:14%;}

a {color:#4c565c; position: relative; text-decoration:none;}
a:visited {color:inherit;}
a:hover {color:#b40a23!important;}
	
a.line::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: -5px;
  transform: translateX(100%) scaleX(0);
  transform-origin: 0% 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(180, 10, 35, 1);
  transition: transform 500ms;
}
a.line:hover::after {
  transform: translateX(100%) scaleX(1);
}

.element-animation{
  animation: animationFrames linear 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
}

.element-animation2{
  animation: animationFrames linear 3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {opacity:0;}
  15% {opacity:0;}
  100% {opacity:1;}
}

/* layout */

.space-row {
	border-bottom:#e3e3e3 solid 0px;
	padding-top:12vh;	
	padding-bottom:10vh;
	}

/* end layout */


.is-logo{
	width:60px; margin-left:60px; padding-bottom:20px;	
	}


.is-navbar-box, .is-navbar-container {
    display: flex;
	position:relative;
    flex: 0;
    align-items: center;
    min-width: 100%;
    min-height: auto;
	z-index:10;
	padding:2% 6% 0 0;
}

.is-logo {opacity:0}

.is-fixed .is-logo {opacity:1}

.is-fixed {
	background-color:white!important;
	padding-bottom:20px;
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  border-bottom:1px solid #f4f4f4;
	}

#navbar {
	margin-left:auto;
	}

#navbar ul {
	list-style-type: none;
	}

#navbar ul li {
    display: inline-flex;
	margin-left:15px;
	font-size:calc(12px + 0.2vw);
	}

#navbar ul li .sslash {
	margin-right:15px;
	}
	
#logo {
	width:40vw;
	min-width:300px!important;
	}
	
.slogan {
	font-family:'revival';
	}

#contservice {
	position:relative;
	}

.contenttext {margin-right:20%; font-size:21px;}

#contservice div {
	font-size:calc(14px + 0.2vw);
	float:left;
	margin-right:25px;
	}

#contservice div a{
	font-size:calc(16px + 0.6vw);
	color:#b40a23;
	font-family:'revival';
	margin-bottom:40px;
	}


/* boutons*/

.button.is-secondary {
	color:#b40a23;	
    border-radius: 0px;
    border: 1px solid #b40a23;
	padding: .25em 1.15em;
	min-height: 1.3em;
	}

.button.is-secondary:active, .button.is-secondary:focus {
	background-color:#b40a23;
	}


.redbutton {
	width:100%;
	font-family:'swiss721', Fallback, sans-serif;
	font-size:18px;
	text-align:left;
	border:0px;
	border-bottom:1px solid #e3e3e3;
    background: url(icons/plus.svg) no-repeat 95%;
	background-size: 15px 15px;
    cursor: pointer;
    display:inline-block;
	color:#b40a23;
	padding:10px 40px 10px 0px;
	margin-bottom:20px;
	margin-top:20px;
}

.redbutton:hover {
	color:#666;
    background: url(icons/plus_red.svg) no-repeat 95%;
	background-size: 15px 15px;
}


/* line title */
.titre{
	position:absolute;
	border-bottom:1px solid white;	
	width:auto;
	padding-top:4px;
	padding-right:20px;
	height:46px;
	padding:0px 10 0px 20px;
	}
.tg{
	width:100%;
	position:relative;
	height:46px;
	border-bottom:1px solid #e3e3e3;	
	}
.tr{
	width:15%;
	height:46px;
	position:absolute;
	top:0px;
	right:0px;
	border-bottom:1px solid #b40a23;
	}

input {
	margin-bottom:5px;	
	}

.footer {
		margin-bottom:50px;
	}
	
footer div a {
	font-size:12px;	
	}

.redbar {
	background-color:#b40a23;
	width: 80%;
	height:14px;
	margin-left:10%;
	position:fixed;
	bottom:0px;
	}

.copyright {
	font-size:11px;
	color:#999;
	margin-left:10%;
	position:fixed;
	bottom:14px;
	}




@media only screen and (max-width: 767px){

body {font-size:16px;}

.is-brand{padding-top:5px;}
.is-logo{width:40px; margin-left:15px; margin-top:15px; padding-bottom:15px;}

.nav-toggle {font-size: 30px; font-weight:300;}
.nav-toggle:hover {color: #b40a23;}

#navbar ul li {
    display:list-item;
    margin-left: 15px;
	text-align:center;
    font-size: calc(16px + 0.2vw);
}

.sslash {display:none;}
.cgroup {margin-top:30px;}

h3 {
    margin-bottom: 2vh;
    font-size: calc(14px + 1.6vh);
}

h4 {
    font-size: calc(12px + 1vh);
}


h5 {font-size:19px}


.titre, .tg, .tr {
	height:36px;
	}

.contenttext {
    font-size: calc(15px + 0.4vw);
}

. space-row	{
	padding-top:6vh;
	padding-bottom:4vh;
	}

.is-row {
    padding-left: 20px;
    padding-right: 20px;
}
.is-row .is-row {
    padding-left: 0px;
    padding-right: 0px;
}

.redbutton {
	margin-bottom:10px;
	margin-top:10px;
}


footer div a{
	font-size:12px;	
	}

.redbar {
	margin-left:5%;
	width: 90%;
}

.copyright {
	margin-left:5%;
	}


}