header,
footer,
article,
section,
nav,
menu,
figure,
video,
aside {
    display: block;
}

time {
    display: inline;
}

figcaption,
address,
.hidden {
    display: none;
}

body * {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit
}

a img {
    border: none;
}

ul,
figure,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    position: relative;
}

.no_puce {
    list-style: none;
}

.clear {
    clear: both;
}

.upper {
    text-transform: uppercase;
}

.wrap {
    overflow: hidden;
}

/**/

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.right {
    left: 50%;
}

.left {
    left: 0%;
}

.centrVert {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/**/

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

.txtJustify {
    text-align: justify;
}

/**/

.blanc {
    color: #ffffff;
}

/**/

.fndGris {
    padding: 10px;
    border-radius: 5px;
    background: #2d2f33;
}

.fndVert {
    background: #96bf0d;
}

.fndBleu {
    background: #303237;
}

.ptit {
    font-size: 0.7em;
}

.italic {
    font-style: italic;
}

/**/

.circle {
    position: absolute;
    border-radius: 50%;
    width: 195px;
    right: 30px;
    top: 30px;
}

.circle div {
    position: absolute;
    top: 20px;
    padding: 20px;
}

.circle:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.pad50 {
    padding: 0 50px;
}

.perc50 {
    width: 50%;
}

.percRest50 {
    width: 50%;
    position: relative;
    bottom: -40px;
}

.flex,
.flex2,
.flex3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


body {
    background: #34383d;
    color: #2d2f33;
    font: 85%/1.3 Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

#header {}

#logo {
    height: 180px;
    width: 440px;
    max-width: 100%;
    margin: 0 auto;
    background-image: url('../__img/logo.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,d0d4d8+96 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 1%, rgba(208, 212, 216, 1) 96%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 1%, rgba(208, 212, 216, 1) 96%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 1%, rgba(208, 212, 216, 1) 96%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d4d8', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    min-height: 200px;
    border: 10px solid #2d2f33;
    border-radius: 5px;
    margin: 0 20px;
}

.trBef:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46.5px 0 46.5px 37px;
    border-color: transparent transparent transparent #303237;
    position: absolute;
    top: 0;
    left: 0;

}

.video {
    width: 219px;
    height: 123px;
    background: url('../__img/video.jpg');
    margin: 1em 1em 1em 0;
}

.btnVideo {
    background: url('../__img/btnVideo.png');
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
}

.btnBottom {
    width: 240px;
    height: 46px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 auto;
    white-space: nowrap;
    position: relative;
    top: 23px;
    max-width: 100%;
    border-radius: 10px;
    background:#96bf0d;
    overflow:hidden;
}
.shadow::after{
  content:'';
  margin:-4px 60px;
  height:30px;
  width:128px;
  background:#89AC12;
  z-index:1;
  display:block;
  transform:skew(45deg, 0deg);
}
.shadow_en::after{
  content:'';
  margin:-4px 95px;
  height:30px;
  width:55px;
  background:#89AC12;
  z-index:1;
  display:block;
  transform:skew(45deg, 0deg);
}
#footer {
    min-height: 100px;
    margin: 20px;
}

#piedDePage {
    text-align: center;
    color: #ffffff;
    font-size: 0.8em;
    text-decoration: underline;
    margin-bottom: 40px;
}

.container_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.vibraction {
    text-align: right;
    margin: 0 20px 0px 0px;
}

.bloc_lang {
    background-color: #2d2f33;
    border-radius: 10px;
    display: flex;
    margin-left: 20px;
}

.lang {
    margin: 20px;
    width: 30px;
    height: 19px;
}
.lang:first-child {
    margin-right: 0;
}

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

    .flex2 {

        margin-bottom: 20px;
    }
    .flex2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }
    .bloc_video {
        margin: 0 auto;
    }
    .flex3 {
        margin-top: 20px;
    }
    
       @media only screen and (max-width:1064px) {
        .flex2 {
            display: block;
        }
        .video {
            margin: 0 auto;
            max-width: 100%;
        }
    }
   


    @media only screen and (max-width:1100px) {
        .flex2 {
            display: block;
        }
        .video {
            margin: 0 auto;
            max-width: 100%;
        }
    }
    @media only screen and (max-width:920px) {
        .flex {
            display: block;
        }
        .perc50 {
            width: 100%;
        }
        .pad50 {
            padding: 0 20px;
        }
        .percRest50 {
            margin: 0 auto;
            float: none;
            bottom: 0;
        }
        #grisFlch {
            display: none
        }
        .vibraction {
            text-align: center;
            margin-right:20px;
        }

    }
    @media only screen and (max-width:500px) {
        .percRest50 img {
            margin-top: 130px;
            left: -9px;
        }
        .circle {
            right: 50%;
            margin-right: -97.5px;
        }

    }