/* -----
Global
----- */

html {
    font-size: 100%;;
}

body {
    margin: 0;
    padding: 0;
	background: #021517;
    color: #fff;
	font-family: 'Montserrat', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
	font-weight: 400;
    font-size: 1em;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0.25em 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.5em;
    margin: 0 auto 0 auto;
}

a {
    text-decoration: none;
}

section {
    display: table;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

section div.Wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.CenterAlign {
    text-align: center;
}







/* -----
Navigation
----- */






nav {
    position : fixed;
    background: #CC0000;
    height: 60px;
    width:100%;
    top: -60px;
    left: 0;
    z-index : 10;
}

nav.hide {
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform: translate(0px, -60px);
}

nav.show {
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform: translate(0px, 60px);
}

#home {
    float:left;
    margin : 5px 0px 0 20px;
}

nav ul {
    text-align :right;
    padding : 0px;
    margin-top: 12px;
}

nav li {
	display: inline;
	list-style: none; /* pour enlever les puces sur IE7 */
    margin: 10px;
    text-align:center;
}

nav li a {
	display: inline-block;
	width: 120px;
    padding: 8px 10px;
    text-decoration: none;
    font-weight: 500;
    font-size:1.0em;
    color: #fff;  
}

nav li a:after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: white;
    transition: 300ms;
    margin-top: 7px;
}

nav li a:hover:after {
    width: 100%;
}




/* -----
Le fucking Footer !
----- */


section.MoreInformation {
    min-height : 200px;
    height : 200px;
    background-color :black;
    color : white;
    padding: 0 0px;
    position:relative;
    width :100%;
    
}

.LaSimpleLine {
    position :absolute;
    left:50%;
    top : 0px;
    height : 100%;
    width : 2px;
    background-color: #354260;
    margin: 0 0 0 -1px;
}

.lienbuttonstyle {
    display : block;
    height : 150px;
    line-height : 50px;
    padding-top : 50px;
    width : 700px;
    position: absolute;
    left: 50%;
    margin: 50px 0 0 -350px;
    background-color: black;
    color : white;
    box-shadow: inset 0 0 0 6px #354260;
}

.lienbuttonstyle p,
.lienbuttonstyle h3{
    padding :0;
    margin :0;
}

.lienbuttonstyle p{
    font-size : 2em;
}

.lienbuttonstyle h3{
    font-size : 2.5em;
}

.lienbuttonstyle:hover {
    background-color: #354260;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


.draw-border::before,
.draw-border::after {
    border: 0px solid transparent;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0; 
    height: 0;
    top: 0px; 
    left: 0px;
}

.draw-border::before {
    border-top-width: 6px;
    border-right-width: 6px;
}

.draw-border::after {  
    border-bottom-width: 6px;
    border-left-width: 6px;
}

.draw-border:hover::before,
.draw-border:hover::after {
    border-color: #939BAD;
    transition: border-color 0s, width 0.15s, height 0.15s;
    width: 694px;
    height: 194px;
}

.draw-border:hover::before { transition-delay: 0s, 0s, 0.15s; }
.draw-border:hover::after { transition-delay: 0s, 0.15s, 0s; }

.c-footer{
    min-width: 800px;
    width : 100%;
    margin: 350px auto 0 auto;
    height : 200px;
    position: relative;
}

.c-footer__left, .c-footer__right {
    position: absolute;
    top: 50%;
    transform : translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 49%;
}

.c-footer__right {
    right: 0;
    text-align: left;
}
.c-footer__left {
    left: 0;
    text-align: right;
}

.c-footer__left a{
    display : block;
    text-decoration: none;
    border: none;
    color : white;
    margin :0;
    font-size : 1.3em;
    padding-top : 7px;
}


.c-footer__left a:after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #939BAD;
    transition: 300ms;
  }
  
  .c-footer__left a:hover:after {
    width: 100%;
  }


.c-footer__left a:hover {
    color :#939BAD;
} 

.c-footer__right a{
    margin-right : 15px;
}

.c-footer__right a svg path{
    fill : white;

} 

.c-footer__right a:hover svg path{
    fill : #939BAD;
} 

.c-footer__right p{
    
    font-style: italic;
}


/* -----
Page ACCUEIL
----- */




canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(img/moto-1.jpg) no-repeat right center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.MouseScroll {
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 150px;
    height: 150px;
    margin: 0 0 0 -75px;
    z-index: 2;
}

path.MouseScroll--chevron {
	animation: ChevronAnimation 0.75s ease 100;
}

@keyframes ChevronAnimation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

section.Intro {
    color: white;
    height: 100vh;
}

.Little-wrapper {
    margin-top: 15vh;
}

.Little-wrapper h1{
    font-size: 5.5em;
    padding:15px;
}

.Little-wrapper h2{
    font-size: 3.5em;
    font-weight : 400;
    padding:15px;
}

.Little-wrapper h3{
    font-size: 2em;
    padding:20px;
}







/*
section.About {
    min-height: 400px;
    color: #354260;
    background: #f5f5f5;
}


section.About p {
    line-height: 1.5em;
    font-size : 1.3em;
}

section.About h3 {
    font-size:3.5em;
    margin :  -20px 0 0 0;
    padding : 0;
}

@media (max-width: 1280px) {

    section.About h3 {
        font-size:3em;
    }
}



.simpleLine {
    position :absolute;
    left:50%;
    top :  -35px;
    height : 110%;
    width : 8px;
    background-color: #354260;
    margin: 0 0 0 -4px;
}



div.sample-line {
    width :80%;
    height: 450px;
    margin: 50px auto;
    padding: 0 0 0 0;
    
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

div.textByBlock {
    min-width: 350px;
    background-color: white;
    padding : 50px;
    height : 240px;
    z-index : 2;
    flex: 1 1 410px;

    display:flex;
    justify-content: space-between;
    flex-direction: column;
}


.imgBlock{
    min-width: 450px;
    height : 400px;
    flex: 1 1 510px;
    -webkit-box-shadow: 0px 8px 46px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 46px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 45px -15px rgba(0, 0, 0, 0.85);

    background: url(img/IMG_9873.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.piste{
    background: url(img/IMG_9873.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.route{
    background: url(img/IMG_4425.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ancienne{
    background: url(img/IMG_4453.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bordering{
    border-left : 1px solid #354260;
}


*/

.hidden{
    display:none !important;
}






section.What {
    color: #354260;
    background: #f5f5f5;
    overflow: hidden;
    position :relative;
}

section.What h1 {
    position : absolute;
    font-size : 3em;
    left : 0px;
    top : 0px;
    padding : 0px;
    color : #354260;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform-origin: center;
    transform: rotate(180deg), translate(20%, 0);
    transition: transform 0.5s;
}

.whatTitleMove{
    transform : translateX(-100px);   
}

.What .SubSectionWhat {
    margin : 30px auto 0 auto;
    width : 100%;
    max-width: 1920px;
    min-width: 960px;
    position :relative;
    height: calc(50vw /1.5 + 160px);
    min-height: 300px;
    max-height: calc(960px /1.5 + 160px);
}

.svg-inline {
    position : absolute;
    top : 0;
    width : 20%;
    max-width: 384px;
    min-width: 192px;
    transition: 0.5s;
    filter: grayscale(100%);
    transform: skewx(-15deg) translateX(-50%);
    -webkit-transform: skewx(-15deg) translateX(-50%);
    -moz-transform: skewx(-15deg) translateX(-50%);
    overflow: hidden;
}
  
.svg-inline > * {
    width: 50vw;
    max-width: 960px;
    min-width: 480px;
    transform: skew(15deg) translateX(-35%);
    -webkit-transform: skew(15deg) translateX(-35%);
    -moz-transform: skew(15deg)  translateX(-35%);
    transition: 0.5s;
}

#prezFirst{
    left : 25%; 
}

#prezSecond {
    left : 50%;
}

#prezLast{
    left : 75%;
}


.svg-inline:hover{
    filter: grayscale(0%);
    width : 40%;
    max-width: 960px;
    transition: 0.5s;
    transform: skew(-15deg) translateX(-50%);
    -webkit-transform: skew(-15deg) translateX(-50%);
    -moz-transform: skew(-15deg) translateX(-50%);
}


.svg-inline:hover > * {
    transform: skew(15deg) translateX(-10%);
    -webkit-transform: skew(15deg) translateX(-10%);
    -moz-transform: skew(15deg)  translateX(-10%);
}


#prezFirst:hover ~ #subPresFirst,
#prezSecond:hover ~ #subPrezSecond,
#prezLast:hover ~ #subPrezLast
{
    width : 40%;
    max-width: 960px;
    transition: 0.5s;
    transform: skewx(20deg) translateX(-58%);
    -webkit-transform: skewx(20deg) translateX(-58%);
    -moz-transform: skewx(20deg) translateX(-58%);
}

.slidiche{
    position : absolute;
    bottom :30px;
    width : 20%;
    max-width: 384px;
    min-width: 192px;
    height : 100px;
    transition: 0.5s;

    transform: skewx(20deg) translateX(-65%);
    -webkit-transform: skewx(20deg) translateX(-65%);
    -moz-transform: skewx(20deg) translateX(-65%);
    overflow: hidden;

}


#subPresFirst{
    left : 25%;
    background-color: #354260;
    color : white;
    border : 1px solid white;
}

#subPrezSecond{
    left : 50%;
    background-color: white;
    border : 1px solid #354260;
    color : #354260;
}

#subPrezLast{
    left : 75%;
    background-color: #CC0000;
    color : white;
    border : 1px solid white;
}

.textWhat{
    font-size: 1.7em;
    opacity :0.0;
    transition: opacity 0.5s ease;

    transform: skewx(-20deg) ;
    -webkit-transform: skewx(-20deg) ;
    -moz-transform: skewx(-20deg) ;
}

.textWhat h3 {
    padding : 0;
    margin : 0;
}

.textWhat p {
    padding : 0 0px 0 15px;
    margin : 0;
    font-size: 0.8em;
}

#prezFirst:hover ~ #subPresFirst #textFirst,
#prezSecond:hover ~ #subPrezSecond #textSecond,
#prezLast:hover ~ #subPrezLast #textLast
{
    opacity: 1.0;
    transition: opacity 0.5s ease;
}

.firstMove{
    width : 10%;
    transform: skew(-15deg) translateX(-150%);
    -webkit-transform: skew(-15deg) translateX(-150%);
    -moz-transform: skew(-15deg)  translateX(-150%);
}

.secondMove{
    width : 10%;
    transform: skew(-15deg) translateX(100%);
    -webkit-transform: skew(-15deg) translateX(100%);
    -moz-transform: skew(-15deg)  translateX(100%);
}

.secondMoveLeft{
    width : 10%;
    transform: skew(-15deg) translateX(-200%);
    -webkit-transform: skew(-15deg) translateX(-200%);
    -moz-transform: skew(-15deg)  translateX(-200%);
}

.lastMove{
    width : 10%;
    transform: skew(-15deg) translateX(50%);
    -webkit-transform: skew(-15deg) translateX(50%);
    -moz-transform: skew(-15deg) translateX(50%) ;
}


.subfirstMove{
    width : 10%;
    transform: skewx(20deg) translateX(-180%);
    -webkit-transform: skewx(20deg) translateX(-180%);
    -moz-transform: skewx(20deg) translateX(-180%);
}

.subsecondMove{
    width:10%;
    transform: skewx(20deg) translateX(65%);
    -webkit-transform: skewx(20deg) translateX(65%);
    -moz-transform: skewx(20deg) translateX(65%);
}

.subsecondMoveLeft{
    width : 10%;
    transform: skewx(20deg) translateX(65%);
    -webkit-transform: skewx(20deg) translateX(-230%);
    -moz-transform: skewx(20deg) translateX(65%);
}

.sublastMove{
    width : 10%;
    transform: skewx(20deg) translateX(20%);
    -webkit-transform: skewx(20deg) translateX(20%);
    -moz-transform: skewx(20deg) translateX(20%);
}










section.Process {
    background: #354260;
} 


.Process div.Wrapper h1 {
    position : absolute;
    font-size : 4em;
    right : 5%;
    top : -23px;
    padding : 0px;
    color : #f5f5f5;

    background: linear-gradient(to bottom,#354260 30%, #f5f5f5 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.Process div.Wrapper {
    padding-top : 50px;
}

.SubProcessLine{
    width : 100%;
    height : 200px;
    margin : 15px 0;
}

.SubProcess {
    background-color: #939BAD;
    height : 200px;
    color : #fff;
    width : 65%;
    min-width: 800px;
    font-size: 12em;
    line-height: 1em;
}


.sp-left {
    float :left;
    border-radius: 0 100px 100px 0;
    text-align :right;
    padding-right : 3%;
}

.sp-right {
    float :right;
    border-radius: 100px 0 0 100px;
    text-align :left;
    padding-left : 3%;
}


.ProcessText{
    position: absolute;
    left :50%;
    height : 200px;
    width : 300px;
    /*background-color: lightslategray;*/
    margin-left : -150px;
}


/*
section.Process p, 
section.Process h3,
section.Process code {
    display: block;
    width: 98%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0 25px 0;
    line-height: 1.4em;
    color: inherit;
}



section.Process code {
    padding: 15px;
    background: #c9dfec;
    color: #fff;
    font-size: 14px;
}

section.Process code span {
    opacity: 0.6;
}
*/









section.SerWork {
    background: #fff;
    color: #689396;
    min-height : 500px;
    position:relative;
    z-index : 8;
}

.offramp {
    display:flex;
    width : 100%;
}

.offramp .sub-offramp-background {
    width : 50%;
    height : 600px;
    display:flex;
}

[services] {
    background: url(img/IMG_0371.jpg);
    background-size: cover;
}

[works] {
    background: url(img/IMG_0400.jpg);
    background-size: cover;
}


.offramp .sub-offramp {
    height : 600px;
    width : 100%;
    margin: 0 auto;
    background-color : black;
    display:block;
    color : white;
}

.offramp .sub-offramp:hover {
    background-color: transparent;
    transition-property: background-color;
    transition-duration: 0.525s;
    transition-timing-function: ease-out;
}

.offramp .sub-offramp:hover .block{
    background-color : white;
    color : black;
    height : 350px;
    width : 350px;
    margin: 125px auto 125px auto;
    transition-property: width,height,margin,background-color;
    transition-duration: 0.525s;
    transition-timing-function: ease-out;
}

.offramp .sub-offramp .block {
    height : 400px;
    width : 400px;
    background-color: black;
    margin: 100px auto 100px auto;
    transition-property: width,height,margin,background-color;
    transition-duration: 0.525s;
    transition-timing-function: ease-out;

    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-block {
    height : 300px;
    width : 300px;
    font-size: 1.1em;
}

.sub-offramp .block h3{
    margin : 40px 0 0 0;
    padding : 0 0 20px 0;
    font-size : 2.5em;
}

a.cta  {
    color: #ff3d25;
    padding-left:25px;
}

.sub-block p{
    margin-top:15px;
    height : 80px;
}

a.cta svg path, a.cta svg polyline {
    stroke: #ff3d25;
    transform: translate(-10px, 0);
    transition: transform 0.8s ease;
}

a.cta:hover svg path, a.cta:hover svg polyline {
    transform: translate(10px, 0);
    transition: transform 0.8s ease;
}

[data-slideInLeft].visible, [data-slideInLeft].invisible,
[data-slideInRight].visible, [data-slideInRight].invisible ,
[data-slideInBottom].visible, [data-slideInBottom].invisible {
    opacity: 1.0;
    transform: translate(70px, 0);
    transition: transform 0.8s ease, opacity 0.8s ease;
}


[data-slideInRight].visible {
    transform: translate(-70px, 0);
}


[data-slideInLeft].invisible {
    opacity: 0.0;
    transform: translate(10px, 0);
}

[data-slideInRight].invisible {
    opacity: 0.0;
    transform: translate(-10px, 0);
}

[data-slideInBottom].invisible {
    opacity: 0.0;
    transform: translate(0, 10px);
}




/* -----
SERVICES
----- */




/*
#pricing ul li{
    text-align : right;
}

#pricing ul {
    min-height : 300px;
    list-style: none;
    margin : 0;
    padding : 0;
    width: 100%;
    margin-top :15px;
}

#pricing ul li {
    
    counter-increment: myCounter;
    margin: 0 0 2px 0;
    padding: 10px 2px 10px 2px;
    position: relative;
    border-radius:  0 10px 10px 0 ;
    width : 95%;
}

.pricingRowSmall{
    width : 200px;
    height : 550px;
    background-color:  white;
    border-radius: 5px;
}

#pricing .pricingRowSmall ul li {
    background: rgb(224, 224, 224);
    color : black;
}
#pricing .pricingRowSmall ul li:nth-child(even){
    background-color: rgb(161, 161, 161);
    color : black;
}

.pricingRow{
    width : 250px;
    height : 600px;
    background-color: #4682B4;
    border-radius: 5px;
    color:white;
}

#pricing .pricingRow ul li {
    background: #A4C4DE;
    color : rgb(30, 59, 97);
}

#pricing .pricingRow ul li:nth-child(even){
    background-color: #E4EDF4;
    color : rgb(30, 59, 97);
}

.pricingRowFull{
    width : 350px;
    height : 650px;
    background-color: #354260;
    border-radius: 5px;
    color : white;
}

#pricing .pricingRowFull ul li {
    background: #F0DF5B;
    color: #354260;
    font-size : 1.1em;
}
#pricing .pricingRowFull ul li:nth-child(even){
    background-color: #FCFAE7;
    color : #354260;
    font-size : 1.1em;
}

#pricing {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:center;
    width:1400px;
    min-width: 1400px;
    margin:125px auto 0 auto;
    font-size : 0.8em;
    color : black;
    box-shadow: grey;
    text-align : center;
}
#pricing h3 {
    margin : 10px 0 10px 0;
    padding : 0;
}

#pricing h2 {
    font-size : 1.7em;
}

.shadowBox {
    -webkit-box-shadow: 0px 8px 46px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 46px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 45px -15px rgba(0, 0, 0, 0.85);
}

.flexboxRow{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-items:center;
}

.price {
    font-size : 3em;
}

.price::after {
    content: "€";
    font-size : 0.5em;
}



*/





.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.tooltip h3 {
    margin : 0px;
    padding : 0px;
}

.tooltip .right {
    min-width:200px; 
    top:50%;
    left:100%;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover {
    cursor: pointer;
}

.tooltip:hover .right {
    display:block;
}

.tooltip .right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}





.serviceBackground {
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;

    background: url(img/moto-1.jpg) no-repeat right center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.services{
    background: white;    
}

#pricing{
    margin:125px auto 0 auto;
}

.tableBackground:before {
    content: '';
    background-image: radial-gradient( circle at 50% 0,#3a416f,#21243d );
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf1f6+0,abd3ee+50,3a416f+50,21243d+100 */

    background: linear-gradient(to right, 
    rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%,
    rgba(234,234,234,1) 40%,rgba(255,255,255,1) 40%,
    rgba(255,255,255,1) 70%,rgba(58,65,111,1) 70%,rgba(33,36,61,1) 100%);
}

.services table {
    width : 80%;
    margin: -240px auto 50px auto;
    position:relative;
    border-spacing: 0px;

    -webkit-box-shadow: 0px 8px 46px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 46px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 45px -15px rgba(0, 0, 0, 0.85);
}

.d-block {
    display: block;
}


.services table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height : 40px;
    position:relative;
}

.smallbackground
{
    height : 1px !important;
}

.trwhite{
    background-color: white;
}


.height75 {
    height : 120px !important;
    margin:0;
    padding:0;
}

.height45 {
    height : 65px !important;
    margin:0;
    padding:0;
}

td {
    color: #354260;
    text-align: center;
    padding : 0;
}

td img{
    height:50px;
}

td svg{
    margin-top:12px;
}

td.checkIco{
    height:40px !important;
}

.td1x {
    width : 15%;
}

.td2x {
    width : 30%;
}

.td3x {
    width : 25%;
}

.td4x {
    width : 70%;
}


td .btn
{
    border-radius: 20px;
    height : 20px;
    width : 20px;
    color :white;
    background : rgba(58,65,111,1);
    text-align : center;
    margin-left : 10px;
    font-weight: bold;
    line-height: 20px;
}

.tdbacky {
    width:100%;
    height : 1px;
    line-height : 1px;
    padding: 0px;
    background: linear-gradient( to right,rgba(197,201,224,0),rgba(197,201,224,1),rgba(197,201,224,0) );
    background-image: linear-gradient(to right, rgba(197, 201, 224, 0), rgb(197, 201, 224), rgba(197, 201, 224, 0));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.bltxt {
    color : white;
}

.lastdlcol {
    font-size: 1.5em;
    font-weight: bold;
}

.flexi {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction:column;
}



.bigtxt {
    font-size: 1.7em;
    font-weight: bold;
}

.middletxt {
    font-size: 1.5em;
    font-weight: bold;
}

h5, h6{
    padding:0px;
    margin:0px;
}











/***********

CONTACT 

*************/

section.contact {
    background-color: white;
    margin-top : 150px;

}


.flexAss{
    display:flex;
    width : 100%;
    margin : 0;
    background-color: turquoise;
    flex-direction: row;


    align-items: center;
    display:flex;
    justify-content: center;
    flex-direction: row;
}


.secondeLigne{
    margin-top : -60px;
}


.hexagon {
    position: relative;
    width: 300px; 
    height: 173.21px;
    margin: 86.60px 15px;
    background-image: url(http://csshexagon.com/img/meow.jpg);
    background-size: auto 346.4102px;
    background-position: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }
  
  .hexTop,
  .hexBottom {
    position: absolute;
    z-index: 1;
    width: 212.13px;
    height: 212.13px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 43.93px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }
  
  /*counter transform the bg image on the caps*/
  .hexTop:after,
  .hexBottom:after {
    content: "";
    position: absolute;
    width: 300.0000px;
    height: 173.20508075688775px;
    -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
    -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
    transform:          rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
  }
  
  .hexTop {
    top: -106.0660px;
  }
  
  .hexTop:after {
    background-position: center top;
  }
  
  .hexBottom {
    bottom: -106.0660px;
  }
  
  .hexBottom:after {
    background-position: center bottom;
  }
  
  .hexagon:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 300.0000px;
    height: 173.2051px;
    z-index: 2;
    background: inherit;
  }



.secondeLignebis {
    margin-top : -300px;
    margin-left : 151px;
}


.troisiemenebis{
    margin-top : -149px;
}





  .zoom_img{

    clip-path: url(#demo_img);
    transition: .1s .1s transform,.1s box-shadow;
    will-change: transform;
    object-fit: cover;
    height:300px;
    width :300px;

    filter: grayscale(100%);
    margin-right:1px;
        
        }


        .bigi{
            height:600px;
            width:600px;
            margin-left : -0px;
        }
    
    .zoom_img:hover{
    
        filter: grayscale(0%);
    /*transform: scale3d(1.1,1.1,1.1);*/
        
        }




        