/*******TEMPLATE*******/
header{
	display: block;
	position: relative;
	height: 100px;
	margin: 0px !important;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	letter-spacing: 0.5px;
    z-index: 100;
}

section{
    transform: translateX(0px);
    width: 100%;
}

.onlyPCTab{
    display: block;
}

.onlyPhone{
    display: none;
}

.onlyPhonePortrait{
    display: none;
}

.headerScroll{
    position : fixed;
    top: 0px;
    width : inherit;
    height : 80px;
    padding-top : 15px;
    background-color : rgba(43,46,72,0.7);
}

.h1Scroll{
    margin-top: 125px;
}

.headerScroll .notifIsConnected{
    top: 45px;
}

header .bar{
    width: 100%;
}

header .progressBar{
    display: none;
    margin-top: 64px;
    margin-left: -15px;
    height: 2px;
    background-color: green;
}

.containerLogo{
	margin-left: 20px;
}

.containerLogo img{
	float: left;
	width: 75px;
}

.containerNav{
	float: right;
    z-index: 100;
}

.topMenu li{
	display: inline-flex;
	padding: 15px;
	list-style-type: none;
	font-size: 1.25em;
	color: white;
	text-transform: uppercase;
    z-index: 100;
}

.topMenu li:hover{
	background-image: radial-gradient(circle, rgba(125,0,0,0.5), rgba(15,0,0,0.1));
	font-weight: bold;
	cursor: pointer;
}

.mainMenuNavigationItem{
	border: 1px solid rgba(255,0,0,0.1);
	transform: skewX(-15deg);
}

.mainMenuNavigationItem:hover{
	margin-left: -3px;
	margin-right: -2px;
	border-bottom: 1px solid rgba(255,0,0,0.5);
}

.mainMenuConnexion{
	border-left: 1px solid rgb(255,0,0);
	border-radius: 1px;
}

.mainMenuConnexionImg{
	width: 30px;
	height: 30px;
}

.mainMenuConnexionImg:hover{
	margin-left: -1px;
	margin-right: -1px;
	width: 32px;
}

.notifIsConnected{
    position: absolute;
    top: 65px;
    right: 25px;
    width: 12px;
    height: 12px;
    background-color: green;
    border-radius: 50%;
}

.userName{
    float: right;
    position: static;
    margin-top: -15px;
    margin-right: 15px;
    font-size: 0.5em;
}

.userInfos{
    display: none;
    position: absolute;
    top: 100px;
    right: 20px;
    padding: 5px;
    max-width: 400px;
    min-width: 150px;
    background-color: rgb(167,167,175);
    border: solid 2px #8899CC;
}

.userInfos p{
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.userInfos span{
    font-size: 0.8em;
}

.userInfos .boutonDeco{
    margin: auto;
}

.footerInfos{
	background-color: #515151;
    z-index: 100;
}

.footerContacts, .footerLinks{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2B2B2B;
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 2px, transparent 4px);
    background-size: 4px 4px;
}


/*******GLOBAL*******/
body{
	width: 100%;
	color: white;
	background-color: #222;
	background-image: url("../img/backRed.png");
    /*background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 2px);
    background-size: 4px 4px;*/
	background-repeat: no-repeat;
}

.animationBackgroundArea{
    width: 100%;
    z-index: 1;
}

.animationBackgroundArea ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animationBackgroundArea ul li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 25s linear infinite;
    bottom: -250px;
}

.animationBackgroundArea ul li i{
    font-size: 70px;
    color: rgba(250,250,250,0.25);
}

.animationBackgroundArea ul li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.animationBackgroundArea ul li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.animationBackgroundArea ul li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

/*.animationBackgroundArea ul li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.animationBackgroundArea ul li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.animationBackgroundArea ul li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.animationBackgroundArea ul li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.animationBackgroundArea ul li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.animationBackgroundArea ul li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.animationBackgroundArea ul li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}*/

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 0.5;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

/*.raya{ 
    display: inline-block;
    border-bottom: 1px solid #333;
    width: 50px;
    line-height: 28px;
}*/

h1{
    display: grid;
    margin-bottom: 2%;
    width: 100%;
    color: silver;
    text-align: center;
    letter-spacing: 1.30px;
    /*text-shadow: -3px 0 4px #000;*/
    text-shadow: -1px -1px 1px #fff, -2px 0px 4px #000;
}

h2{
    font-size: 2em;
    font-family: "Segoe print", Arial, Helvetica, sans-serif;
    color: #dd0000;
    text-shadow: -1px -1px #f00, 1px 1px #a00, -3px 0 4px #000;
}

a{
	text-decoration: none !important;
    color: white;
}

a:hover{
	color: white;
}

label{
	padding: 5px;
	width: 13%;
	line-height: 2.5;
	font-size: 0.8em;
	background-color: #8c8c8c;
	border: solid 1px #542F2F;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0px;
}

input{
	padding: 5px;
    padding-top: 2.5px;
	line-height: 2.2;
	font-size: 1.0em;
	background-color: #f7f7f8;
	border: solid 1px #542F2F;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
}

select{
    margin-left: -4px;
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 2;
	font-size: 1.0em;
	background-color: #f7f7f8;
	border: solid 1px #542F2F;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
}

.champsRequis{
    position: absolute;
    color: red;
    font-size: 1.5em;
    font-weight: bold;
}

.nonCommunique{
    font-style: italic;
    font-family: none;
}

.voile{
	display: none;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
    overflow: hidden;
	z-index: 150;
}

.croixFermer{
    float: right;
    width: 25px;
    margin-top: -12px;
    margin-right: -12px;
}

.croixFermer:hover{
    width: 28px;
    margin-top: -14px;
    margin-right: -14px;
    transition: 0.5s;
    cursor: pointer;
}

.listeOnglets{
    width: 100%;
}

.onglet{
    line-height: 50px;
    display: inline;
}

.infoBulle{
    margin-top: 2%;
    padding: 15px;
    background-color: #C7C7C7;
    border: 2px solid #f27c7c;
    border-width: 2px;
    border-top-left-radius: 30px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 15px;
}

.infoBulle h3{
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    color: #fff;
    font-weight: 300;
    background: #2b2e48;
    border-bottom: solid 2px #ee4d4d;
    border-top-left-radius: 30px;
    border-top-right-radius: 15px;
}

.infoBulle span{
    text-align: center;
    font-weight: bold;
    color: black;
}

.readMore .fa-chevron-right{
    width: 2%;
    color: #ee4d4d; 
}

.readMore .fa-chevron-right:before{
    animation: bouge 0.75s infinite;
}

@keyframes bouge {
    0% { margin-left: 5px; }
    50% { margin-left: 0px; }
    100% { margin-left: 5px; }
}

.readMore:hover{
    color: #ee4d4d;
    cursor: pointer;
}

.fa-youtube-play{
    color: red;
}

footer{
	margin-top: 25px;
	color : white;
}

footer a{
	color: lightblue;
}

footer div{
	padding: 10px;
	border-bottom: 1px solid #353535;
}


/*Connexion*/
.connexion_inscription{
    display: none;
    position: fixed;
	margin: auto;
    margin-top: 7.5%;
    margin-left: 17.5%;
    padding-left: 10%;
    padding-right: 10%;
	text-align: center;
    z-index: 151;
}

.connexion_inscription ul{
	margin: 0px;
	padding: 0px;
}

.connexion_inscription li{
	width: 50%;
	height: 50px;
	text-align: center;
}

.connexion_inscription .ongletLogin{
    margin-top: -10px;
    height : 60px;
	background-color: #8899CC;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.connexion_inscription .ongletLogin:hover{
	background-color: #7788CC;
	cursor: pointer;
}

.connexion_inscription .ongletSignIt{
	background-color: #B9DA7A;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.connexion_inscription .ongletSignIt:hover{
	background-color: #A8DA6A;
	cursor: pointer;
}

.connexion_inscription label{
	width: 25%;
}

.connexion_inscription input{
	width: 40%;
}

.connexion_inscription input[name="nom"]{
    width: 22%;
}

.connexion_inscription input[name="prenom"]{
    width: 20%;
}

.login, .signIt{
	margin-top: 0px;
	padding: 15px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.login{
    background-image: repeating-linear-gradient(-45deg, rgb(250,25,25), rgb(30,25,35) 1px, transparent 10px, transparent 1px);
    background-size: 10px 10px;
    border: solid 2px #8899CC;
}

.signIt{
	display: none;
    margin-top: -15px;
    background-image: repeating-linear-gradient(-45deg, rgb(250, 35, 25), rgb(50, 50, 25) 1px, transparent 10px, transparent 1px);
    background-size: 10px 10px;
    border: solid 2px #B9DA7A;
}

.signIt input[type="checkbox"]{
    width: auto;
}

.doNotConnect{
    margin-top: 5%;
}

/*Checkbox*/
@-moz-keyframes dothabottomcheck{
    0% { height: 0; }
    100% { height: 16; }
}20

@-webkit-keyframes dothabottomcheck{
    0% { height: 0; }
    100% { height: 16; }
}

@keyframes dothabottomcheck{
    0% { height: 0; }
    100% { height: 16;  }
}

@keyframes dothatopcheck{
    0% { height: 0; }
    50% { height: 0; }
    100% { height: 20; }
}
@-webkit-keyframes dothatopcheck{
    0% { height: 0; }
    50% { height: 0; }
    100% { height: 20; }
}
@-moz-keyframes dothatopcheck{
    0% { height: 0; }
    50% { height: 0; }
    100% { height: 20; }
}

input[type=checkbox]{
    display:none;
}

.check-box {
    margin-left: -5%;
    height: 32px;
    width: 32px;
    background-color: lightgray;
    border: 3px solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor:pointer;
}

    .check-box::before, .check-box::after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        height: 0;
        width: 6px;
        background-color: #34b93d;
        display: inline-block;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-radius: 5px;
        content: ' ';
        -webkit-transition: opacity ease 0.5;
        -moz-transition: opacity ease 0.5;
        transition: opacity ease 0.5;
    }

    .check-box::before {
        top:23px;
        left: 12px;
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .check-box::after {
        top: 12px;
        left: 2px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

input[type=checkbox]:checked + .check-box,
.check-box.checked{
    border-color: #34b93d;
}
    input[type=checkbox]:checked + .check-box::after, .check-box.checked::after{
        height: 16;
        -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
        -o-animation: dothabottomcheck 0.2s ease 0s forwards;
        -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
        animation: dothabottomcheck 0.2s ease 0s forwards;
    }
     
    input[type=checkbox]:checked + .check-box::before, .check-box.checked::before{
        height: 38px;
        -moz-animation: dothatopcheck 0.4s ease 0s forwards;
        -o-animation: dothatopcheck 0.4s ease 0s forwards;
        -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
        animation: dothatopcheck 0.4s ease 0s forwards;
    }


/*Alerts*/
.alert, .confirmMessage{
    display: none;
    position: fixed;
    margin: auto;
    margin-left: 25%;
    z-index: 151;
}

.alert .textAlert, .confirmMessage .textAlert{
    padding: 15px;
    height: 200px;
    background-image: radial-gradient(rgb(240,240,240), rgb(100,100,100));
    border: groove 2px #2b2e48;
    border-bottom: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.textAlert h2{
    text-align: center;
    font-family: inherit;
    text-transform: unset;
    color: #2b2e48;
    text-shadow: none;
}

.textAlert p{
    margin-top: 35px;
    text-align: center;
    font-size: 1.25em;
    color: black;
}

.alert button{
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.confirmMessage button{
    width: 50%;
}

.confirmOui{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
}

.confirmNon{
    margin-left: -5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
}

.alert button:hover, .confirmMessage button:hover{
    cursor: pointer;
}


/*Boutons submit*/
.container{
  margin-top: 10%;
  max-width: 350px;
}

@mixin absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.button-container {
  position: relative;
}

@keyframes bar {
  0% {
    width: 0;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
  }
}

@keyframes sent {
  0% {
    height: 45px;
  }
  
  30%, 90% {
    height: 45px/2;
  }
 
  100% {
    height: 45px;
  }
}

@keyframes text {
  0%, 90% {
    top: 45px;
  }
  
  95% {
    top: -45px/2;
  }
  
  100% {
    top: 0;
  }
}

/*Spé bouton submit connexion*/
/*.connexion_inscription .send-button {
    margin-left: 25%;
    width: 50%;
    height: 45px;
    font-weight: 700;
    border-radius: 15px;
    border: 4px solid rgb(50, 60, 125);
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}
.connexion_inscription .send-button::before {
    @include absolute-center;
    height: 45px;
    content: 'Se connecter';
    display: block;
    line-height: 45px;
    color: #dd0000;
    transition: all 0.3ss ease;
    width: 100%;
    z-index: 1;
}
.connexion_inscription .send-button:focus {
    outline: none;
}

.connexion_inscription .send-button--pressed {
    animation: sent 1.5s ease;
}
.connexion_inscription .send-button--pressed::before {
    content: 'Envoyé !';
    animation: text 1.6s linear;
    color: rgb(50, 60, 125);
}
.connexion_inscription .send-button--pressed::after {
    content: '';
    background-color: #dd0000;
    height: 100%;
    width: 100%;
    opacity: 1;
    display: block;
    border-radius: 45px;
    animation: bar 1s cubic-bezier(0.47, 0, 0.745, 0.715);
    position: absolute;
    left: 0;
    top: 0;
}*/

.signIt .g-recaptcha{
    position: absolute;
    margin-left: 10%;
}

.container{
    padding: 0%;
    width: 35%;
    background: #2c3e50;
}

.container .button-container{
    z-index: 1;
}

.container .button-container .btnSignIt{
    width: auto;
}

.submitsignIt:after {
    background: #2c3e50;
    font-family: 'Roboto', sans-serif;
}

.btnSignIt, .btnSignIt:before {    
    background: rgba(255,193,7,1);
    background: -moz-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,193,7,1)), color-stop(100%, rgba(255,87,34,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    background: linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ff5722', GradientType=1 );
}

.btnLogIn, .btnLogIn:before {
    background: rgba(5,118,255,1);
    background: -moz-linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(5,118,255,1)), color-stop(100%, rgba(36,248,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
    background: linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0576ff', endColorstr='#24f8ff', GradientType=1 );
}

.submitsignIt {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    text-decoration: none;
    width: 100%;
    padding: 5px;
    font-size: 1.5em;
    font-weight: bold;
    transition: all .5s;
    border: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.submitsignIt:hover {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, .75);
    cursor: pointer;
}

.submitsignIt:hover:after {
    left: 100%;
    top: 100%;
    bottom: 100%;
    right: 100%;
}

.submitsignIt:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    transition: all .5s;
}

.submitsignIt:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    z-index: -1;
    border-radius: 5px;
    transition: all .5s;
}

.submitsignIt span{
    z-index: 2;
}



/*******INDEX*******/
.newsSlideshow{
    margin-left: 5%;
    padding: 0px;
    width: 90%;
    height: 500px;
    overflow: hidden;
}

.slide{
    display: none;
    margin-top: -12%;
    height: 675px;
}

.slideshowBorderLeft, .slideshowBorderRight{
    position: absolute;
    bottom: -1px;
    width: 40%;
    height: 90px;
    background-color: #222;
    border-color: #222;
    opacity: 0.95;
}

.slideshowBorderLeft{
    left: 0px;
    -webkit-shape-outside: polygon(0 0, 100% 100%, 0 100%);
    shape-outside: polygon(0 0, 100% 100%, 0 100%);
    float: left;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.slideshowBorderRight{
    right: 0px;
    -webkit-shape-outside: polygon(100% 0, 100% 100%, 0 100%);
    shape-outside: polygon(100% 0, 100% 100%, 0 100%);
    float: right;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.moveDown{
    position: absolute;
    left: 49%;
    bottom: 0px;
    height: 35px;
    width: 22px;
    border: solid lightgray 3px;
    border-radius: 16px;
    opacity: 0.8;
}

.moveDown:hover{
    opacity: 1;
    cursor: pointer;
}

.moveDown span{
    font-weight: 600;
}

.showInfos{
    position: absolute;
    right: 75px;
    bottom: 15px;
    width: 4%;
    color: lightgray;
    content: '';
    opacity: 0.8;
}

.showInfos:hover{
    opacity: 1;
    cursor: pointer;
}

.infoSlideshow{
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100px;
    /*background-image: linear-gradient(to bottom, rgba(255,0,0,0.5), rgba(255,0,0,0.8));
    box-shadow: 0px -10px 50px rgba(255,0,0,0.8);*/
}

.infoSlideshow h3{
    margin-bottom: 2px;
    text-align: center;
}

.infoSlideshow time{
    display: block;
    text-align: center;
}

.infoSlideshow p{
    margin-top: 15px;
    text-align: center;
}

/*.news{
    margin-left: 2.5%;
    padding: 5px;
    width: 95%;
}

.sliderContener{
    display: block;
    overflow: scroll;
    overflow-y: hidden;
}

.sliderContener::-webkit-scrollbar-track{
    margin-top: -5px;
    padding-left: 2%;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(85,85,85,0.1);
}

.sliderContener::-webkit-scrollbar{
	width: 12px;
    height: 10px;
	background-color: rgba(85,85,85,0.1);
}*/

/*.sliderContener::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
    background: #232526;
    background: -webkit-radial-gradient(#414345 50%, #232526);
    background: radial-gradient(#414345 50%, #232526);
}

.slider{
    padding-left: 1%;
    width: 110%;
    padding: 25px;
    background-color: rgba(221, 221, 221, 0.25);
    border-top: solid 2px grey;
    border-bottom: solid 2px grey;
}

.slider .slide{
    margin-left: 2%;
    width: 22%;
    height: 200px;
    /*clear: both;*//*
    overflow: hidden;
    border: 5px solid #4b5973;
    border-right: solid 4px gray;
    -webkit-transform:skew(-20deg);
	-moz-transform:skew(-20deg);
	-o-transform:skew(-20deg);
	tranform:skew(-20deg);
}

.slider > .slide > img{
    margin: auto;
    margin-top: -25px;
    padding: 0px;
    width: 100%;
    -webkit-transform:skew(20deg);
	-moz-transform:skew(20deg);
	-o-transform:skew(20deg);
	tranform:skew(20deg); 
}

.slider .slide:hover img{
    width: 125%;
    transition: 4s;
    cursor: pointer;
}

.scrollHover{
    opacity: 0.5;
    background-color: red;
}

.scrollHover div{
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 15vw;
    height: 100%;
    overflow: hidden;
}

.scrollHoverL{
    left: 0;
}

.scrollHoverR{
    right: 0;
}*/

.infoNews{
    /*display: none;*/
    width: 100%;
}

.infoNews .infoBulle{
    display: none;
    margin: auto;
    margin-top: 2%;
    width: 90%;
}

infoSlide1, infoSlide2, infoSlide3, infoSlide4{
    display: none;
}

.links{
    margin-top: 5%;
    margin-left: 2.5%;
    margin-bottom: 5%;
    padding: 5px;
    width: 95%;
}

.aboutLink{
    /*height: 350px;*/
    background-color: rgba(221, 221, 221, 0.25);
    border-top: solid 2px grey;
    border-bottom: solid 2px grey;
}

.aboutLink .readMore{
    text-align: center;
}

.aboutLinkPhoto{
    position: absolute;
    padding: 20px;
}

.aboutLinkPhoto img{
    margin-left: 20%;
    width: 80%;
}

.aboutLinkInfo{
    padding: 20px;
    border-right: 3px solid #353535;
}

.projectLink{
    padding: 20px;
}

.projectLink li{
    display: inline-block;
    margin-bottom: 15px;
}

.logoProjet{
    float:  right;
    margin-right: 10%;
    width: 15%;
}

/*******ACTUALITES*******/
.actualites{
    
}

.actualites h2{
    margin-top: 3%;
    margin-bottom: 2%;
    text-align: center;
}

.filtreActu{
    position: fixed;
    margin-left: 2%;
    margin-bottom: 5%;
    padding: 0px;
    background: #2b2e48;
    border: 2px solid #f27c7c;
    border-radius: 10px;
    z-index: 1;
}

.filtreActu ul{
    margin: 0px;
    padding: 0px;
}

.filtreActu ul a li{
    padding-left: 15px;
    list-style-type: none;
    line-height: 1.75em;
    border: 1px solid #f27c7c;
}

.article{
    margin-bottom: 6%;
    padding: 0px;
    width: 75%;
    background-image: radial-gradient(rgb(240,240,240), rgb(100,100,100));
    border: 1px solid #f27c7c;
    border-radius: 4px;
    box-shadow: 3px 10px 20px rgba(0,0,0, 0.6), 5px 5px 7px rgba(0,0,0, 0.9);
    z-index: 1;
}

.article h3{
    text-align: center;
}

.infoBulle h3 img{
    float: right;
    margin-top: -1%;
    margin-right: -1%;
    width: 110px;
    border-top-right-radius: 15px;
}

.article p{
    color: black;
}

.articleImage{
    overflow: hidden;
    background-color: #2b2e48;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #f27c7c;
}

.nextEvents .articleImage{
    height: 0px;
}

.articleImage img{
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 250px;
}

.articleContent{
    padding: 10px;
}

.mainInfoArticle{
    margin-left: 0px;
    width: 100%;
    height: 30px;
    background-color: #2b2e48;
}

.mainInfoArticle .dateArticle{
    padding-left: 10px;
    width: 20%;
    height: 25px;
    font-size: 0.85em;
    line-height: 0px;
    border-right: 25px solid transparent;
    border-top: 16px solid #ee4d4d;
    border-bottom: 16px solid #ee4d4d;
}

.mainInfoArticle h3{
    margin-left: 10%;
    font-size: 1.5em;
}

.articleContent .readMore{
    display: block;
    text-align: right;
}

.articleContent .readMore:hover{
    color: lightblue;
}

.infoSupp{
    display: none;
    padding: 0px;
}

.infoSupp .photos{
    margin-left: 3%;
    padding: 10px;
    overflow: hidden;
}

.infoSupp .photos img{
    margin: 3px;
    padding: 0px;
    height: 100px;
    transition: all 0.25s ease-out;
}

.infoSupp .photos img:hover{
    opacity: 0.75;
    border: 1px solid black;
    cursor: pointer;
}


/*******PROJETS*******/
.filtreProjet{
    margin-left: 2%;
    margin-bottom: 5%;
    padding: 0px;
    background: #2b2e48;
    border: 2px solid #f27c7c;
    border-radius: 10px;
    z-index: 1;
}

.filtreProjet ul{
    margin: 0px;
    padding: 0px;
}

.filtreProjet ul li{
    padding-left: 15px;
    list-style-type: none;
    line-height: 1.75em;
    border: 1px solid #f27c7c;
}

.nbProjPro, .nbProjForm, .nbProjPerso{
    color: #FFD700;
}

.filtreProj{
    float: right;
    height: 1.75em;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C7C7C7;
    border-left: 2px solid #f27c7c;
    transition: all 0.25s ease-out;
}

.filtreProj:hover{
    color: grey;
    background-color: #B3B3B3;
    cursor: pointer;
}

.filtreProj i{
    margin-top: 30%
}

.filtreProj .fa-eye-slash{
    display: none;
    color: red;
}

.myProjects{
    z-index: 1;
}

.myProjects div{
    z-index: 1;
}

/*.myProjects:before{
    content: "";
    width: 3px;
    height: 85%;
    background: #ee4d4d;
    left: 100px;
    margin-top: 4.5%;
    position: absolute;
    z-index: 1;
}*/

.timeline-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    margin-top: 5%;
    left: -12px;
    overflow: hidden;
    margin-left: -23px;
    @include prefix(border-radius, 50%);
    svg {
        position: relative;
        top: 14px;
        left: 14px;
    }
}

.project{
    margin-top: 0%;
    margin-bottom: 3%;
}

.project:before{
    content: '';
    position: absolute;
    margin-top: 4%;
    margin-left: -2.5%;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid #ee4d4d;
}

.projectDate{
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 2px;
    padding-left: 25px;
    padding-bottom: 2px;
    color: #fff;
    background-color: #ee4d4d;
}



/*******A PROPOS*******/
.filtreAPropos{
    position: fixed;
    margin-left: 2%;
    margin-bottom: 5%;
    padding: 0px;
    background: #2b2e48;
    border: 2px solid #f27c7c;
    border-radius: 10px;
    font-size: 0.9em;
    z-index: 1
}

.filtreAPropos ul{
    margin: 0px;
    padding: 0px;
}

.filtreAPropos ul li{
    padding-left: 15px;
    list-style-type: none;
    line-height: 1.75em;
    border: 1px solid #f27c7c;
}

.filtreAPropos ul li:hover{
    font-weight: bold;
    cursor: pointer;
}

.infoPerso, .lienCV, .musiques{
    position: relative;
    margin: auto;
	padding: 15px;
}

.infoPerso ul li{
    margin-bottom: 15px;
}

.infoPersoPhoto{
    margin-left: 2.5%;
    width: 80%;
    text-align: right;
}

.infoPersoPhoto a img{
    width: -webkit-fill-available;
}

.infoPersoGlobales ul li{
    margin-right: 15px;
    margin-bottom: initial;
    list-style-type: none;
}

.infoPersoGlobales ul li i{
    margin-right: 2.5%;
    width: 5%;
    text-align: center;
    font-size: 1.2em;
    color: #8899CC;
}

.textePresentation{
    margin-top: 5%;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 2%;
    text-align: center;
    font-size: 1.15em;
    font-family: cursive, sans-serif;
    color: indianred;
}

.competences .bar{
    position: relative;
    margin: 0px;
    margin-left: 10px;
    width: 80%;
    height: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.competences .progressBar{
    height: 100%;
    width: 0%;
    background-image: linear-gradient(to right, rgba(200, 170, 0, 0.9), rgba(250, 220, 20, 0.7));
}

.competences .barSpeDevWeb{
    position: relative;
    margin: 0px;
    margin-left: 10px;
    width: 75%;
    height: 8px;
    overflow: hidden;
    background-image: linear-gradient(to right, rgb(50,55,80), white, green);
    border-radius: 3px;
}

.competences .barNeedle{
    color: grey;
}

.competences .barIndication{
    float: left;
    position: relative;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
    padding-right: 10px;
    width: 25%;
    height: 15px;
    overflow: hidden;
    font-size: 0.75em;
    line-height: 10px;
    text-align: center;
    color: darkgrey;
    border-right: 2px solid rgba(0, 0, 0, 0.5);
}

.competences .barIndicationNeeddle{
    margin-top: 5px;
    width: 75%;
    border: none;
}

.barNeedleDevWebSpe{
    width: 75%;
}

.barNeedleDevWebSpe .needle{
    position: relative;
    margin-top: -10px;
    width: 4px;
    height: 12px;
    border-right : 6px solid transparent;
    border-bottom : 20px solid rgb(200, 170, 0);
    border-left : 6px solid transparent;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.infoPerso article, .lienCV article{
    margin-top: 15px;
	margin-bottom: 15px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    background-color: rgba(199,199,199,0.1);
    border-bottom: 3px solid #353535;
    box-shadow: 3px 10px 20px rgba(0,0,0, 0.6), 5px 5px 7px rgba(0,0,0, 0.9)
}

.infoPerso article .competences{
    margin-top: -5px;
    margin-left: -5px;
    margin-bottom: 15px;
}

.infoPerso article .competences{
    padding: 15px
}

/*.infoPerso div{
    margin-top: 15px;
	margin-bottom: 15px;
    padding: 15px;
}*/

@keyframes flash {
  0% {background: transparent;}
  49% {background: transparent;}
  50% {background: #FFF;}
  100% {background: #FFF;}
}

.competencesInformatiques h4:after{
    -webkit-animation: flash 1s infinite;
    animation: flash 1s infinite;
    background: #fff;
    content: '';
    display: inline-block;
    height: 25px;
    margin-left: 1px;
    opacity: 0.8;
    position: relative;
    top: 2px;
    width: 8px;
}

.competencesLinguistiques .bulleDialogue{
	display: inline-block;
    position: relative;
	margin-top: -50px;
	margin-left: 170px;
	padding: 6px 12px;
	text-align: center;
	color: #fff; 
	background: #bbb;
	border-radius: 50%;
}

.competencesLinguistiques .bulleDialogue p {
    margin: 0;
    font-size: 1.25em;
}

/* curve */
.competencesLinguistiques .bulleDialogue:before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 50%;
	height: 10px;
	background: #bbb;
	border-right: 30px solid #bbb;
	-webkit-border-bottom-right-radius: 80px 50px;
	-moz-border-radius-bottomright: 80px 50px;
	border-bottom-right-radius: 80px 50px;
	-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-o-transform: translate(0, -2px);
	transform: translate(0, -2px);
	z-index: -1;
}

/* point curve */
.competencesLinguistiques .bulleDialogue:after {
	content: "";
	position: absolute;
	bottom: -11px;
	right: 50%;
	width: 30px;
	height: 12px;
	background: rgb(35,35,35);
	-webkit-border-bottom-right-radius: 40px 50px; 
	-moz-border-radius-bottomright: 40px 50px; 
	border-bottom-right-radius: 40px 50px; 
	-webkit-transform: translate(-10px, -2px);
	-moz-transform: translate(-10px, -2px);
	-ms-transform: translate(-10px, -2px);
	-o-transform: translate(-10px, -2px);
	transform: translate(-10px, -2px);
	z-index: -1;
}

.competencesLinguistiques .bulleDialogue div{
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.point1{
    animation: point1 3s infinite;
}
.point2{
    animation: point2 3s infinite;
}
.point3{
    animation: point3 3s infinite;
}
    
@keyframes point1 { 
    0%  { background-color: #bbb; }
    20% {   bottom: 0px;
            background-color: #bbb;}
    25% {   bottom: 5px;
            background-color: black;
        } 
    30% {   bottom: 0px;
            background-color: black;
        } 
    100%{ background-color: black; }
}
@keyframes point2 { 
    0%  { background-color: #bbb; }
    45% {   bottom: 0px;
            background-color: #bbb;}
    50% {   bottom: 5px;
            background-color: black;}
    55% {   bottom: 0px;
            background-color: black;}
    100%{ background-color: black; }
}
@keyframes point3 { 
    0%  { background-color: #bbb; }
    70% {  bottom: 0px;
            background-color: #bbb;}
    75% {   bottom: 5px;
            background-color: black; } 
    80% {   bottom: 0px;
            background-color: black; } 
    100%{ background-color: black; }
}

.flagIcon{
    margin-left: 10px;
    width: 25px;
}

.infoDiplome{
    font-size: 0.8em;
    color: gold;
}

.infoDiplome i{
    font-size: 18px;
}

.autresDiplomes li{
    list-style-type: none;
}

.interets ul li{
    margin-bottom: 15px;
    list-style-type: none;
}

.interets ul li i{
    font-size: 24px;
}

.monCV{
    margin-top: 15px;
    margin-left: 50px;
    width: 15%;
    transition: all 0.25s ease-out;
}

.monCV:hover{
    margin-top: 17px;
    margin-bottom: 0px;
    opacity: 0.5;
    border: 2px solid black;
    cursor: pointer;
}

.dlCV{
    margin-left: 25px;
}

.dlCV:hover{
    cursor: pointer;
}


/*******RACING*******/
.racingAccordion{
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.racingAccordion img{
    width: 100%;
}

.racingPage{
    position: relative;
    margin-top: -5%;
    margin-left: 5%;
    margin-right: 5%;
    background-image: linear-gradient(to bottom, rgba(34,34,34,0.25), #222 20%);
}

.racingStats{
    margin-left: 10%;
    width: 85%;
}

.racingStatsAccordion{
    margin: auto;
    margin-left: 30%;
    background: radial-gradient(rgba(81,81,81,0.2), rgba(34,34,34,0.1));
}

.racingStatsAccordion div img{
    margin-left: 10%;
    width: 30%;
}

.kartTyre{
    animation: rotation 4s infinite linear;
}

@keyframes rotation{
    from{
        transform: rotate(359deg);
    }
    to{
        transform: rotate(0deg);
    }
}

.racingStatsAccordion span{
    font-size: 2em;
    font-weight: bold;
    font-family: serif;
}

.racingStatsAccordionGPRow{
    /*display: none;*/
}

.otherInfo{
    margin-top: 5%;
}

.otherInfo table{
    border: 1px solid #f27c7c;
}

.otherInfo .dateArticle{
    width: 80%;
}

.otherInfo h2{
    width: 100%;
    text-align: center;
}

.otherInfo small{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.otherInfo .result span{
    margin-left: 40%;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0px;
}

.otherInfo .qualifing span, .otherInfo .fastestLap span{
    margin-left: 25%;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0px;
}

.lastGP tbody, .lastEndurance tbody{
    background: radial-gradient(rgba(150,150,150,0.5), rgba(80,80,80,0.5));
}

.lastGP td, .lastEndurance td{
    border: 1px solid grey;
    background-image: repeating-linear-gradient(-45deg, rgba(25,25,25,0.5), rgba(25,25,25,0.5) 1px, transparent 2px, transparent 25px);
    background-size: 15px 15px;
    transition: all .5s;
}

.lastGP td:hover, .lastEndurance td:hover{
    background-image: repeating-linear-gradient(-45deg, rgb(25,25,25), rgb(25,25,25) 1px, transparent 2px, transparent 25px);
    background-size: 15px 15px;
    border: 1px solid #f27c7c;
}

.lastGP td:hover >tbody, .lastEndurance td:hover >tbody{
    background: radial-gradient(rgba(150,150,150,0.9), rgba(80,80,80,0.9));
}

.lastGP td:hover small, .lastEndurance td:hover small{
    color: red;
    font-size: 90%;
    transition: all .5s;
}

.lastGP td:hover span, .lastEndurance td:hover span{
    font-weight: 900;
    transition: all .5s;
}

.seeMoreGP:hover, .seeMoreEndurances:hover{
    cursor: pointer;
}

.listeGP,.listeEndurances{
    display: none;
    position: relative;
    margin-top: 6%;
    margin-bottom: 6%;
    margin-left: 2%;
    padding: 0px;
    width: 105%;
    background-image: radial-gradient(rgb(240,240,240), rgb(100,100,100));
    border: 1px solid #f27c7c;
    border-radius: 4px;
    box-shadow: 3px 10px 20px rgba(0,0,0, 0.6), 5px 5px 7px rgba(0,0,0, 0.9);
    z-index: 1;
}

.listeEndurances{
    float: right;
}

.svg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.racingStatsSection{
    /*width: 100%;*/
    margin-top: 5%;
    margin-bottom: 5%;
}

.racingStatsSection h2{
    position: relative;
    color: white;
    z-index: 1;
}

.racingStatsDetailsSection:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, rgba(218,41,28,.8) 0,rgba(218,41,28,.8) 50px,#fff 0,#fff);
    transform-origin: top left;
}

@media (min-width: 960px){
    .racingStatsDetailsSection:before{
        transform: skewX(-15deg);
    }
}

.racingStatsDetailsSection{
    padding-top: 15px;
    padding-bottom: 15px;
}

.racingStatsSectionData h3{
    position: relative;
    color: darkslategray;
    font-size : 1.5em;
    font-weight: bold;
}

.racingStatsSectionData ul li{
    position: relative; /*pas sûr*/
    color: black;
    /*margin-bottom: 5px;*/
    margin-left: 15px;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
    list-style-type: none;
}

.racingStatsSectionData span{
    position: relative; /*pas sûr*/
    color: black;
    float: right;
    /*margin-bottom: 5px;*/
    margin-left: 15px;
    margin-right: 70%;
    font-weight: 500;
    text-transform: uppercase;
}

.racingStatsSectionData i{
    position: relative;
    color: black;   
}

.recordsRacing .listeOnglets{
	margin: 0px;
	padding: 0px;
}

.recordsRacing .ongletRecordsIRL, .recordsRacing .ongletRecordsSimu{
	width: 50%;
	height: 50px;
	text-align: center;
}

.recordsRacing .ongletRecordsIRL{
    margin-top: -10px;
    height : 60px;
	background-color: #8899CC;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.recordsRacing .ongletRecordsIRL:hover{
	background-color: #7788CC;
	cursor: pointer;
}

.recordsRacing .ongletRecordsSimu{
	background-color: #B9DA7A;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.recordsRacing .ongletRecordsSimu:hover{
	background-color: #A8DA6A;
	cursor: pointer;
}

.recordsIRL, .recordsSimulations{
	margin-top: 0px;
	padding: 15px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.recordsIRL{
    background-image: repeating-linear-gradient(-45deg, rgb(250,25,25), rgb(30,25,35) 1px, transparent 10px, transparent 1px);
    background-size: 10px 10px;
    border: solid 2px #8899CC;
}

.recordsSimulations{
	display: none;
    margin-top: -15px;
    background-image: repeating-linear-gradient(-45deg, rgb(250, 35, 25), rgb(50, 50, 25) 1px, transparent 10px, transparent 1px);
    background-size: 10px 10px;
    border: solid 2px #B9DA7A;
}

.picsAndVideoRacing video{
    width: 20%;
}

.picsAndVideoRacing .row{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.picsAndVideoRacing .column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.picsAndVideoRacing .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .picsAndVideoRacing .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .picsAndVideoRacing .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/*******CONTACTS*******/
.contactEnvoiMess{
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.contactEnvoiMess input, .contactEnvoiMess select{
	width: 55%;
}

.contactEnvoiMess .envoiMessPrenomLbl{
	margin-left: 1.5%;
}

.contactEnvoiMess .envoiMessNom, .contactEnvoiMess .envoiMessPrenom{
	width: 20%;
}

.contactEnvoiMess .envoiMessContenu{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	width: 68%;
	min-height: 50px;
	max-height: 250px;
	border: 2px solid #8c8c8c;
	border-radius: 5px;
}


/*Spé bouton submit envoi message*/
.send-button:after {
    background: #2c3e50;
    font-family: 'Roboto', sans-serif;
}

.send-button:before {    
    background: rgba(255,193,7,1);
    background: -moz-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,193,7,1)), color-stop(100%, rgba(255,87,34,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    background: linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ff5722', GradientType=1 );
}

.send-button {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    text-decoration: none;
    width: 100%;
    padding: 5px;
    font-size: 1.5em;
    font-weight: bold;
    transition: all .5s;
    border: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.send-button:hover {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, .75);
    cursor: pointer;
}

.send-button:hover:after {
    left: 100%;
    top: 100%;
    bottom: 100%;
    right: 100%;
}

.send-button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    transition: all .5s;
}

.send-button:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    z-index: -1;
    border-radius: 5px;
    transition: all .5s;
}

.send-button span{
    z-index: 2;
}








/*.send-button {
    position:absolute;
    left: 15;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    font-size: 1rem;
    font-weight: 700;
    background-image: radial-gradient(rgb(90, 100, 250), rgb(50, 60, 125));
    border-radius: 45px;
    border: 4px solid rgb(50, 60, 125);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}
.send-button::before {
    @include absolute-center;
    height: 45px;
    content: 'Envoyer';
    display: block;
    line-height: 45px;
    color: #dd0000;
    transition: all 0.3ss ease;
    width: 100%;
    z-index: 1;
}
.send-button:focus {
    outline: none;
}

.send-button--pressed {
    animation: sent 1.5s ease;
}
.send-button--pressed::before {
    content: 'Envoyé !';
    animation: text 1.6s linear;
    color: rgb(50, 60, 125);
}
.send-button--pressed::after {
    content: '';
    background-color: #dd0000;
    height: 100%;
    width: 100%;
    opacity: 1;
    display: block;
    border-radius: 45px;
    animation: bar 1s cubic-bezier(0.47, 0, 0.745, 0.715);
    position: absolute;
    left: 0;
    top: 0;
}*/


.contactLiens{
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.liensReseauxSociaux{
	margin: auto;
	width: 85%;
	text-align: center;
}

.liensReseauxSociaux a{
    margin: 0px;
    padding: 0px;
}

.lienReseauSocial{
	margin-left: auto;
	padding: 15px;
	height: 125px;
	background-color: #555;
	border: 1px solid #353535;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.lienReseauSocial:hover{
    margin-top: -7px;
    margin-left: -7px;
    margin-right: 4px;
}

.liensReseauxSociaux img{
	width: 64px;
}

.liensReseauxSociaux img:hover{
	width: 68px;
}

.lienFacebook:hover{
	background-color: rgba(59,89,152,0.5);
}

.lienLinkedIn:hover{
	background-color: rgba(14,118,168,0.5);
}

.lienViadeo:hover{
	background-color: rgba(236,117,0,0.5);
}

.lienInstagram:hover{
    background: #f09433;
    background: -moz-linear-gradient(45deg, rgba(240,148,51,0.6) 0%, rgba(230,104,60,0.6) 25%, rgba( 220,39,67,0.6) 50%, rgba (204,35,102,0.6) 75%, rgba(188,24,136,0.6) 100%); 
    background: -webkit-linear-gradient(45deg, rgba(240,148,51,0.6) 0%, rgba(230,104,60,0.6) 25%, rgba(220,39,67,0.6) 50%, rgba(204,35,102,0.6) 75%, rgba(188,24,136,0.6) 100%); 
    background: linear-gradient(45deg, rgba(240,148,51,0.6) 0%, rgba(230,104,60,0.6) 25%, rgba(220,39,67,0.6) 50%, rgba(204,35,102,0.6) 75%, rgba(188,24,136,0.6) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.lienSnapchat:hover{
    background-color: rgba(255,252,0,0.5);
}

.lienTwitter:hover{
	background-color: rgba(0,172,237,0.5);
}








/*********************RESPONSIVE*********************/
/*TABLETTES*/
@media screen and (max-width: 1390px){
    label{
        width: 18%
    }
    
    .h1Scroll{
        margin-top: 120px;
    }
    
    /*Index*/
    .aboutLink .row aside, .aboutLink .row div{
        padding-left: 5px;
        padding-right: 5px;
    }
    
    /*Contacts*/
    .contactEnvoiMess input, .contactEnvoiMess select{
        width: 60%;
    }
    
    .contactEnvoiMess .envoiMessContenu{
        width: 78%;
    }
}

/*Tablettes format horizontal*/
@media screen and (max-width: 1390px) and (orientation:landscape){
    /*Connection*/
    .connexion_inscription{
        margin-left: 15%;   
    }
    
    /*Projets*/
    .timeline-icon{
        left: 0px;
    }
    
    .project:before{
        margin-top: 4%;
        margin-left: -3%;
    }
}

/*Tablettes format vertical*/
@media screen and (max-width: 1390px) and (orientation:portrait){
    /*Connection*/
    .connexion_inscription{
        margin-left: 7.5%;   
    }
    
    /*Projets*/
    .myProjects:before{
        left: 60px;
        margin-top: 8%;
    }
    
    .timeline-icon{
        margin-top: 8%;
    }
    
    .project:before{
        margin-top: 6%;
        margin-left: -4%;
    }
}


/*SMARTPHONES*/
@media screen and (max-width: 680px){
    h1{
        font-size: 1.8em;
        padding-top: 2%;
    }
    
    h2{
        font-size: 1.65em;
    }
    
    h3{
        font-size: 1.5em;
    }
    
    h4{
        font-size: 1.3em;
    }
    
    .onlyPhone{
        display: block;
    }
    
    .onlyPCTab{
        display: none !important
    }
    
    .headerPhone{
        float: right;
        padding: 0px;
        height: 50px;
        background-color: rgba(43,46,72,0.7);
    }
    
    .headerPhone img{
        width: 50px;
    }
    
    .containerLogo{
        float: left;
        margin-top: 5px;
        margin-left: 5px;
    }
    
    .containerLogo img{
        width: 50px;
    }
    
    .menuIcon{
        float: right;
        margin-top: -5px;
    }
    
    .navPhone{
        float: right;
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 0px;
        height: 100%;
        background-color: rgba(25,25,25,0.8);
        background-image: repeating-linear-gradient(-45deg, rgb(25,25,25), rgb(25,25,25) 1px, transparent 1px, transparent 2px);
        background-size: 4px 4px;
    }
    
    .navPhone .upNavPhone{
        height: 100px;
    }
    
    .navPhone .mainMenuConnexion{
        float: left;
        width: 40px;
        margin-top: 2%;
        margin-left: 75%;
        border-left: none;
    }
    
    .navPhone .upNavPhone .mainMenuConnexionImg{
        width: 40px;
    }
    
    .navPhone .upNavPhone .notifIsConnected{
        display: none;
        right: 200px;
    }
    
    .navPhone .upNavPhone .userName{
        display: none;
        float: left;
        margin-top: 15px;
        margin-left: -40px;
        font-size: 0.65em;
    }
    
    .navPhone .upNavPhone .closeNavPhoneIcon{
        position: absolute;
        font-size: 40px;
        top: 5px;
        right: 15px;
    }
    
    .navPhone .upNavPhone .userInfos{
        position: absolute;
        top: 75px;
        right: 0px;
        width: 100%;
    }
    
    .navPhone ul{
        margin-left: 0px;
        padding-left: 0px;
    }
    
    .navPhone ul li{
        padding-top: 5px;
        padding-left: 15px;
        padding-bottom: 5px;
        list-style-type: none;
        font-size: 1.2em;
        transform: skewX(0deg);
    }
    
    .topMenu li{
        font-size: 1em;
    }
    
    .headerScroll{
        padding: 5px;
        height: 45px;
    }
    
    .notifIsConnected{
        top: 25px;
        right: 10px;
        width: 8px;
        height: 8px;
    }
    
    .login, .signIt{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .connexion_inscription .login label{
        width: 35%;
        font-size: 0.7em;
    }
    
    .connexion_inscription .login input{
        width: 50%;
        font-size: 0.7em;
    }
    
    .connexion_inscription .signIt label{
        width: 45%;
        font-size: 0.7em;
    }
    
    .connexion_inscription .signIt input{
        width: 50%;
        font-size: 0.8em;
    }
    
    .infoNews .infoBulle{
        padding: 5px;
        width: 100%;
        font-size: 0.9em;
    }
    
    .croixFermer{
        margin-top: auto;
        margin-right: auto;
        width: 20px;
    }
    
    .infoBulle{
        padding: 5px;
    }
    
    .infoBulle h3{
        margin-top: -5px;
        margin-left: -5px;
        margin-right: -5px;
        font-size: 1.1em;
    }
    
    .infoBulle .projectDate{
        margin-left: -5px;
        margin-right: -5px;
        font-size: 0.8em;
    }
    
    .infoBulle p{
        font-size: 0.85em;
    }
    
    /*Index*/
    .newsSlideshow{
        height: 270px;
        margin-left: 0px;
        width: 100%;
    }
    
    .slideshowBorderLeft, .slideshowBorderRight{
        height: 50px;
    }
    
    .showInfos{
        right: 25px;
    }
    /*.slider{
        background: none;
        border: none;
    }
    
    .slider .slide{
        margin-left: 25%;
        -webkit-transform: inherit;
    }
    
    .slider .slide img{
        -webkit-transform: inherit;
    }*/
    
    .scrollHover div{
        top: 25%;
        padding-top: 15%;
        padding-bottom: 15%;
        height: 70%;
    }
    
    .scrollHover. scrollHoverL{
        margin-left: 8%;
    }
    
    .scrollHover. scrollHoverR{
        margin-right: 8%;
    }
    
    .scrollHover div i{
        font-size: 3em;
        vertical-align: middle;
    }
    
    .links{
        margin-top: 7%;
    }
    
    .aboutMeLink, .projectLink{
        margin-left: 5% !important;
        padding: 0px;
        width: 90% !important;
        background-image: radial-gradient(rgb(240,240,240), rgb(100,100,100));
        border: 1px solid #f27c7c;
        border-radius: 4px;
        box-shadow: 3px 10px 20px rgba(0,0,0, 0.6), 5px 5px 7px rgba(0,0,0, 0.9);
        z-index: 1;
    }
    
    .aboutLinkPhoto{
        padding: 5px;
    }
    
    .aboutLinkInfo{
        width: auto;
    }
    
    .aboutMeLink h3, .projectLink h3{
        margin-left: 0px;
        width: 100%;
        height: 30px;
        background-color: #2b2e48;   
    }
    
    .logoProjet{
        display: none;
    }
    
    /*Actu*/
    .article{
        margin-bottom: 10%;
    }
    
    .articleImage{
        height: 150px;
    }

    .nextEvents .articleImage{
        height: 0px;
    }
    
    .mainInfoArticle .dateArticle {
        width: 25%
    }
    
    /*Projects*/
    .filtreProjet{
        display: none;
    }

    /*A Propos*/
    .infoPersoGlobales{
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .infoPersoGlobales ul li{
        font-size: 0.85em;
    }
    
    .competences .barIndication{
        margin-left: 5px;
        margin-right: 5px;
    }
    
    /*Contact*/
    .send-button{

    }
    
    .contactLiens{
        margin-top: 15%;
    }
}


/*Smartphones format horizontal*/
@media screen and (max-width: 680px) and (orientation:landscape){
    .onlyPhoneLandscape{
        display: block !important;
    }
    
    p{
        font-size: 0.9em;
    }
    
    .containerNav{
        width: 90%;
    }
    
    /*Connection*/
    .connexion_inscription{
        margin-left: 10%;
        padding: 5px;
        width: 100%;
    }
    
    .topMenu{
        float: right;
    }
    
    .topMenu li{
        margin-top: -10px;
        padding: 5px;
    }
    
    userBtn{
        margin-top: 0px;
    }
    
    header .progressBar {
        margin-top: 38px;   
    }
    
    .h1Scroll{
        margin-top: 70px;
    }
    
    /*Index*/
    .slider .slide {
        width: 40%;
        height: 140px;
    }
    
    .aboutLinkPhoto{
        
    }
    
    /*Actu*/
    .article{
        margin-left: 12%;
    }
    
    .mainInfoArticle .dateArticle {
        
    }
    
    .mainInfoArticle h3 {
        margin-left: 5%;
        font-size: 1.2em;
    }
    
    /*Projets*/
    .myProjects:before{
       left: 20px;
        margin-top: 8%;
    }
    
    .timeline-icon{
        left: 35px;
        margin-top: 7%;
    }
    
    .project:before{
        margin-top: 7%;
        margin-left: -4%;
    }
    
    /*Contact*/
    
    .contactEnvoiMess label[for=email]{
        font-size: 0.6em;
        line-height: 30px;
    }
}


/*Smartphones format vertical*/
@media screen and (max-width: 680px) and (orientation:portrait) {
    body{
        overflow-y: hidden;
    }
    
    .onlyPhonePortrait{
        display: block;
    }
    
    .onlyPhoneLandscape{
        display: none;
    }
    
    .containerNav{
        width: 80%;
    }
    
    h1{
        margin-bottom: 10%;
    }
    
    /*Connection*/
    .connexion_inscription{
        margin-left: 0%;   
    }
    
    /*Index*/
    .slider .slide {
        width: 40%;
        height: 100px;
    }
    
    .slider > .slide > img{
        margin-top: 5px;
    }
    
    .aboutLink{
        background-color: unset;
        border: none;
    }
    
    .aboutLinkPhoto{
        float: left;
        position: absolute;
        padding: 20px;
        width: 50%;
    }
    
    .aboutLinkInfo{
        margin-left: 20%;
    }
    
    .aboutLinkPhoto, .aboutLinkInfo, .projectLink, .aboutLink .onlyPhonePortrait{
        visibility: hidden;
        margin-left: 25%;
    }
    
    .aboutLinkPhoto img{
        margin-top: 20px;
        margin-left: 5px;
        width: 20%;
    }
    
    .liensAboutLinkPCTabTelandscape{
        display: none;
    }
    
    .projectLink{
        margin-top: 20%;
    }
    
    /*Actu*/
    .article{
        margin-left: 5%;
        width: 90%;
    }
    
    .mainInfoArticle .dateArticle{
        padding: 0px;
        font-size: 0.6em;
    }
    
    .mainInfoArticle h3 {
        font-size: 1em;
        line-height: 1.5;
    }
    
    .infoSupp .photos img {
        margin-left: -5px;   
    }
    
    /*Projets*/
    .filtreProjet {
        width: 70%;
    }
    
    .myProjects:before{
        display: none;
    }
    
    .timeline-icon{
        display: none;
    }
    
    .project:before{
        display: none;
    }
    
    /*A Propos*/
    .infoPerso article{
        padding-left: 10px;  
        padding-right: 10px  
    }
    
    .infoPerso article .competences{
        padding: 5px;
    }
    
    .competences .bar{
        width: 90%;
    }
    
    .infoPersoPhoto{
        width: 100%;
        text-align: center;
    }
    
    .infoPersoPhoto a img{
        width: 35%;
    }
    
    /*Racing*/
    .racingStats{
        margin-left: 2.5%;
        width: 95%
    }
    
    .otherInfo div{
        margin-bottom: 10%;
    }
    
    /*Contacts*/
    .contactEnvoiMess label{
        padding-left: 2px;
        padding-right: 2px;
        line-height: 22px;
        width: 20%;
        font-size: 0.8em;
    }
    
    .contactEnvoiMess label[for=email]{
        width: 23%;
        font-size: 0.6em;
        line-height: 30px
    }
    
    .contactEnvoiMess input{
        padding-left: 2px;
        padding-right: 2px;
        line-height: 25px;
        font-size: 0.8em;
    }
    
    .contactEnvoiMess select{
        padding-left: 2px;
        padding-right: 2px;
        line-height: 25px;
        font-size: 0.8em;
    }
}