/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

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

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.clear {
    clear: both;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.vertical-base {
    vertical-align: baseline;
}

.vertical-top {
    vertical-align: top;
}

.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}

nav.vertical ul li {
    display: block;
}

nav.horizontal ul li {
    display: inline-block;
}

img {
    max-width: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    overflow: auto;
}

/* Global */

body {
    background: #000;
    color: #848484;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

.logo1 {
    width: 331px;
    margin: 0 auto;
    padding-bottom: 120px;
    padding-top: 80px;
}

.wrap {
    width: 80%;
    margin: auto;
}

header .wrap,
.services_wrapper .wrap {
    z-index: 20;
}

nav {
    padding: 10px 20px;
    display: flex;
    color: #fff;
    background:#000;
    border-color:#000;
}

.navbar-fixed-top{
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}

.navbar-elem {
    width: 33.3%
}

.nav-menu {
    display: flex;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
}

.nav-logo {
    display: flex;
    justify-content: center;
}

.social-icons-wrapper {
    display: flex;
    justify-content: flex-end;
}

.social-icons {
    display: block;
    width: 35px;
    padding-top: 8px;
}

.social-icons.margin-left {
    margin-left: 20px;
}

.button {
    padding: 25px 45px;
    text-align: center;
    display: block;
    margin: 10% 0 0 0;
}

.button:hover {
    opacity: 0.8;
}

.video-container {
    width: 100%;
    /* max-width: 1000px;
    margin-right: auto;
    margin-left: auto; */
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px;
    height: 0;
    overflow: hidden; */
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* Show passé */
.buttonFlip {
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: grey;
    padding: 15px 20px;
    border: none;
    font-family: 'Arial', sans-serif;
    margin-top: 4px;
    -webkit-appearance: none;
}

.buttonFlip:hover {
    background-color: #585858;
    color: #E6E6E6;
}


/* Override bootstrap panel */

.panel {
    background-color: initial;
}

.panel-default {
    border-color: #000;
}

.panel-default>.panel-heading {
    color: #BBB9B9;
    background-color: #000;
    border-bottom: solid #606060 1px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #BBB9B9;
    cursor: default;
    background-color: #000;
    border: 1px solid #606060;
    border-bottom-style: none;
    top: 1px;
}

.nav-tabs>li a {
    color: #BBB9B9;
}

.nav-tabs {
    border-bottom: 1px solid #606060;
}

.nav-tabs>li>a:hover {
    border-color: #606060;
    border-bottom-style: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #606060;
}


/* end override bootstrap panel */

.panelShow {
    display: none;
    color: #FFFFFF;
}

.tableauShow {
    display: inline-block;
    margin: 10px auto;
    width: 100%;
}

.past-show-nav {
    width: 540px;
    margin: 0 auto;
}

.past-show-table {
    margin: 0 auto;
    width: 540px;
}

.tableauShow td {
    padding: 5px 10px;
}

.tableauShow tr:nth-child(even) {
    background: #2D2C2C;
}

.tableauShow tr:nth-child(odd) {
    background: #000;
}

.tableauShow td:nth-child(1) {
    text-align: left;
}

.tableauShow td:nth-child(2) {
    text-align: center;
}

.tableauShow td:nth-child(3) {
    text-align: right;
}


/* Date de show */

.show {
    width: 600px;
    margin: 10px auto;
}

.show .date {
    display: inline-block;
    text-align: center;
    color: white;
    min-width: 50px;
}

.show .chiffre {
    color: black;
    font-size: 26px;
}

.evenement {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.show .lien {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding-left: 10px;
    float: right;
}

.show .black {
    background: black;
}

.show .lien a {
    background: grey;
    padding: 10px 25px;
    text-decoration: none;
    color: #FFFFFF;
}

.show .lien a:hover {
    background: #585858;
    color: #E6E6E6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show table {
    border: 1px solid grey;
    border-collapse: collapse;
    background: #FFFFFF;
    min-width: 50px;
}

.show td {
    padding: 2px 10px;
}

.show h3 {
    color: #FFFFFF;
    font-size: 1.1em;
}

.show p {
    margin-top: 0;
    margin-bottom: 0;
    color: #FFFFFF;
    line-height: 20px;
}

.show-line {
    width:100%;
    padding:10px 0;
}

.past h3,
.past p,
.past td {
    color: #BBB9B9;
}

.past table {
    background: #606060;
    border: 1px solid #606060;
}

.past .lien a {
    background: #424242;
    color: grey;
}


/**********about****************/

.about {
    background: #000;
    text-align: center;
    padding: 0;
}

.about h2 {
    color: #303030;
    font-size: 3.7em;
    font-weight: 600;
}

.about span {
    color: #C70C1C;
}

.about h4 {
    color: #979797;
    font-size: 2em;
    padding: 1em 0 1em 0;
}

.about h6,
.services h6,
.team h6,
.section-title h6,
.contact h6 {
    width: 150px;
    margin: 0 auto;
    border-bottom: 1px solid #cecccc;
}

.about p {
    color: #979797;
    width: 56.5%;
    margin: 0 auto;
    padding: 2em 0;
}

.para_a {
    font-size: 1.1em;
}

.top-grids {
    margin: 2em 0;
    position: relative;
}

.top-grid1 {
    margin-top: 2em;
    padding-top: 2em;
    position: relative;
}

.top-grid1 label {
    background: #ECECEC;
    height: 1px;
    display: block;
    position: absolute;
    top: -16px;
    width: 94%;
}

.top-grid {
    width: 31.9%;
    float: left;
    margin-right: 2%;
    text-align: center;
    padding-bottom: 3em;
}

.top-grid:nth-child(3),
.top-grid:nth-child(6) {
    margin-right: 0;
    border-right: 0;
}

.top-grid a.icon,
.grid_of_1 a.icon,
.service_grids a.icon,
.c_grids a.icon {
    width: 61px;
    height: 61px;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.top-grid a {
    font-size: 1.5em;
    color: #232323;
    padding: 0.5em 0 0.6em 0;
    display: block;
}

.top-grid p {
    color: #838383;
    line-height: 1.6em;
    font-size: 0.96em;
    width: 85%;
    margin: 0 auto;
    padding: 0.6em 0;
}

.monitor {
    background: url(../images/iconset.png) no-repeat -1px 0;
}

.target {
    background: url(../images/iconset.png) no-repeat -90px 0;
}

.event {
    background: url(../images/iconset.png) no-repeat -175px 0;
}

.grid_of_1 {
    width: 18%;
    margin-left: 9%;
    float: left;
}

.grid_of_1:nth-child(1) {
    margin-left: 0;
}

.grid_of_1n a {
    float: left;
}

.cup {
    background: url(../images/iconset.png) no-repeat -1px -107px;
}

.smill {
    background: url(../images/iconset.png) no-repeat -78px -105px;
}

.meeting {
    background: url(../images/iconset.png) no-repeat -170px -107px;
}

.parties {
    background: url(../images/iconset.png) no-repeat -255px -103px;
}

.grids-of_4 {
    background: #F0F0F0;
    padding: 3.5em 0;
}

.grid_of_1 a {
    float: left;
}

.grid_of_1 .sub_grid {
    float: right;
}

.sub_grid span {
    font-size: 3.4em;
    font-weight: 900;
}

.sub_grid p {
    color: #979797;
    padding: 0.3em 0;
    width: 100%;
}

.clients {
    background-image: url(../images/bg1.jpg);
}

.clients h3 {
    color: #FFF;
    font-size: 1.8em;
    font-weight: 900;
    padding: 2.5em 0 0 0;
}

.clients h4 {
    color: #FFF;
    padding: 0.8em 0;
    font-size: 1.9em;
    font-weight: 300;
}


/* start cauresol */

.nbs-flexisel-container {
    padding: 2em 0 3em 0;
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
}

.nbs-flexisel-item>img {
    width: 200px;
    height: 100px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100px;
    max-height: 45px;
}


/*** start carousel navigation ***/

#repertoire {
    background: #151515;
}


/******start_services******/

.services {
    background: #000;
    padding-bottom: 3.7em;
}

.heading {
    color: #fff;
    font-size: 3.2em;
    font-weight: 600;
    text-align: center;
    font-family: cursive;
    letter-spacing: 4px;
    border-bottom: 10px solid #C70C1C;
    max-width: 500px;
    margin: 0 auto 0.5em;
    padding-bottom: 6px;
}

.desc {
    color: #979797;
    font-size: 1.5em;
    text-align: center;
    padding: 1em 0;
}

.grid1 {
    width: 31.2%;
    float: left;
    margin: 6% 0 0 3%;
}

.grid1:nth-child(1),
.grid1:nth-child(4) {
    margin-left: 0;
}

.service_grids a {
    float: left;
    margin-top: 1%;
}

.service_grids .grid_sub {
    float: right;
    width: 73%;
    margin-left: 7%;
}

.grid_sub h3 {
    color: #303030;
    font-size: 1.2em;
}

.grid_sub h3 span {
    margin-left: 8px;
}

.grid_sub h6 {
    width: 100px;
    padding: 0.2em 0;
    margin: 0;
}

.grid_sub p {
    color: #838383;
    line-height: 1.6em;
    font-size: 0.96em;
    padding: 1.2em 0;
}

.system {
    background: url(../images/iconset.png) no-repeat 1px -205px;
}

.tools {
    background: url(../images/iconset.png) no-repeat -89px -210px;
}

.mobile {
    background: url(../images/iconset.png) no-repeat -184px -208px;
}

.monitor {
    background: url(../images/iconset.png) no-repeat -280px -207px;
}

.smonitor {
    background: url(../images/iconset.png) no-repeat -383px -210px;
}

.radio {
    background: url(../images/iconset.png) no-repeat -484px -208px;
}

.slider2 {
    background-image: url(../images/bg2.jpg);
}

.slider2 p {
    color: #fff;
    font-size: 1.4em;
}

.slider2 p span {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.slider2 p img {
    margin: 0 1em;
}

.slider2 h4 {
    color: #fff;
    font-size: 1.17em;
    padding: 1em 0;
}

.slider2 h6 {
    padding: 1em 0;
}


/*****end-services*******/


/*****start-team*******/

.team_members {
    background: #151515;
    padding: 1em 0;
    position: relative;
    margin-top: 0px;
}


/* =========================================================
**************************Portfolio*************************
============================================================ */

.typo1 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4em 0 0;
}

.portfolio-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

#portfolio .section-title .small-caption,
#portfolio .section-title .big-caption {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
    list-style: none;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#container {
    margin: 0 auto 40px;
}

.element {
    width: 200px;
    height: 180px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 7px;
}


/**** Example Options ****/

#options {
    text-align: center;
    margin: 20px 0;
}

#options ul {
    margin: 0;
    list-style: none;
    display: inline-block;
}

#options li {
    float: left;
}

#options li a {
    display: block;
    color: #979797;
    padding: 10px 15px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 3px solid transparent;
    outline: none;
}

#options li a:hover {
    color: #C70C1C;
}

#options li a.selected {
    border: 3px solid #C70C1C;
}

.grid figure {
    margin: 0;
    position: relative;
    text-align: center;
}

.grid figure img {
    width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: #C70C1C;
    color: #fff;
}

.grid figcaption h3 {
    margin: 30px 0 5px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}

.grid figcaption h3 a {
    color: #fff;
}

.grid figcaption .meta-box {
    margin-top: 94px;
    color: #fff;
}

.grid figcaption span a {
    font-size: 14px;
    color: #fff;
}

.grid figcaption span a:hover {
    color: #fff;
}

.grid figcaption footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.grid figcaption a.link-gallery,
.grid figcaption a.link-p-detail {
    padding: 6px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    min-width: 60px;
    border: 2px solid #FFF;
    color: #FFF;
    margin-right: 10px;
}

.cs-style-5 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

.cs-style-5 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

#portfolio .load-more {
    font-size: 20px;
    padding: 15px 25px 18px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.contact-bg {
    background: #000;
    margin-top: 3.5em;
    padding-bottom: 4em;
}

.tool_tip {
    padding: 10em 0;
}

.tool_tip a {
    display: block;
    background: #FFF;
    padding: 1em 3em;
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.tool_tip a:after {
    content: '';
    position: absolute;
    right: 39%;
    text-align: center;
    bottom: -20px;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #FFF;
}

.form {
    background: #6E6E6E;
}

.contact-form {
    float: left;
    width: 50%;
    margin: 2em 1em 2em 3.5em;
}

.address {
    float: right;
    width: 35%;
    margin: 2em 3em 2em 0;
}

.address h3 {
    font-size: 1.6em;
}

.address p {
    color: #979797;
    font-size: 1em;
    padding-top: 1em;
}

.contact {
    background: #000;
    background-position: center 15px;
    text-align: center;
}

.contact a {
    color: #979797
}

.contact p {
    font-size: 1.3em;
}

.contact .container {
    display: inline-block;
    background: #151515;
    padding: 6rem 4rem;
    margin: 12rem auto;
    border-radius: 20px;
}

.c_grids {
    width: 100%;
    padding: 2em 0 0 0;
}

.c_grids a {
    float: left;
}

.c_grids p {
    float: left;
    font-size: 1.2em;
    padding: 0.2em 1em;
    color: #303030;
}

.pointor {
    background: url(../images/iconset.png) no-repeat -268px -8px;
}

.contact-img {
    background: url(../images/iconset.png) no-repeat -366px -8px;
}

.website {
    background: url(../images/iconset.png) no-repeat -478px -8px;
}

.copy p {
    color: #979797;
    font-size: 1em;
}

.copy p a {
    color: #C70C1C;
}

.copy p a:hover {
    color: #979797;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_move.png) no-repeat right top;
}


/*****end-team*********/

/*****footer***********/
footer {
    padding: 20px;
    background-color: #1d1c1c;
}
footer a {
    color: #979797;
}

/*****responsive******/

@media screen and (max-width: 1440px) {
    .carousel {
        margin: 0;
    }
}

@media screen and (max-width: 1366px) {
    .logo1 {
        width: 315px;
    }
    .about h2 {
        font-size: 3em;
    }
    .sub_grid span {
        font-size: 3.2em;
    }
    .contact-member {
        padding: 11px 10px;
    }
}

@media screen and (max-width: 1280px) {
    .wrap {
        width: 87%;
    }
    .logo1 {
        width: 300px;
    }
    .navigation {
        width: 65%;
        min-width: 580px;
    }
    header h1 {
        font-size: 26px;
    }
    .navigation li {
        margin-left: 5px;
    }
    .sub_grid span {
        font-size: 2.6em;
    }
    .service_grids .grid_sub {
        width: 70%;
    }
    .about h2 {
        font-size: 2.8em;
    }
    .about h4 {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 1024px) {
    .logo1 {
        width: 270px;
    }
    .about h2 {
        font-size: 2.3em;
    }
    .about h4 {
        font-size: 1.3em;
    }
    .about p {
        width: 71%;
    }
    .sub_grid span {
        font-size: 2.4em;
    }
    .top-grid a {
        font-size: 1.3em;
    }
    .heading {
        font-size: 1.7em;
    }
    .navigation {
        width: 62%;
    }
    .desc {
        font-size: 1.2em;
    }
    .sub_grid p {
        width: 100%;
    }
    .video-container {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .header_toggle {
        display: inline-block;
        z-index: 1000;
    }
    .nav_wrapper.toggled {
        height: 320px;
    }
    .navigation {
        width: 100%;
        opacity: 0;
        transition: all 300ms;
        background: #eee;
        margin: 0;
    }
    .navigation li {
        float: none;
        text-align: right;
        margin: 0;
        display: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navigation li:hover {
        background: #C70C1C;
    }
    .navigation li:hover>a {
        color: #fff;
    }
    .navigation li a {
        padding: 0.4em 2em;
        font-size: 1em;
        color: #303030;
        border-bottom: 1px ridge #DADADA;
    }
    .navigation li:nth-child(1) {
        border-top: 1px ridge #DADADA;
    }
    .toggled .navigation {
        opacity: 1;
    }
    .toggled li {
        display: inherit;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        width: 90%;
    }
    #undefined-sticky-wrapper>nav>div {
        display: none;
    }
    .top-grid:nth-child(1),
    .grid_of_1:nth-child(4),
    .grid1:nth-child(3),
    .grid1:nth-child(6) {
        display: none;
    }
    .top-grid {
        width: 47.9%;
        padding-bottom: 0;
    }
    .about p {
        width: 92%;
        padding: 1em 0 0.5em 0;
    }
    .sub_grid p {
        width: 100%;
    }
    .grid_of_1 {
        width: 26%;
    }
    .nbs-flexisel-container {
        padding: 1em 0 1em 0;
        max-width: 100%;
    }
    .clients h3 {
        padding: 1.2em 0 0 0;
    }
    .grid1 {
        width: 46.5%;
        margin: 6% 0 0 6%;
    }
    .tool_tip {
        padding: 3em 0;
    }
    .tool_tip a {
        padding: 0.6em 2em;
    }
    .contact-form {
        float: none;
        width: 90%;
        margin: 2em 1em 2em 3.5em;
    }
    .address {
        float: none;
        width: 89%;
        margin: 2em 1em 2em 3.5em;
        padding-bottom: 2em;
    }
    .c_grids p {
        font-size: 1em;
    }
    .c_grids {
        width: 60%;
    }
}

@media screen and (max-width: 640px) {
    .logo1 {
        width: 200px;
    }
    header h1 {
        font-size: 17px;
    }
    header p {
        font-size: 0.9em;
        margin: 0 auto 3% auto;
    }
    .button {
        margin: 2% 0 0 0;
    }
    .grid_of_1 {
        width: 27%;
    }
    .grid1:nth-child(2),
    .grid1:nth-child(4) {
        display: none;
    }
    .grid1 {
        width: 47.5%;
        margin: 6% 0 0 4%;
    }
    .bg_mask2 {
        padding: 2em 0 1em 0;
    }
    .slider2 p {
        font-size: 1em;
    }
    .services {
        padding-bottom: 2.7em;
    }
    .contact-form {
        width: 85%;
        padding-top: 1em;
    }
    .address {
        width: 83%;
    }
    .header_toggle {
        right: 29px;
    }
    .show {
        width: 400px;
        margin: 10px auto;
    }
    .panel-body {
        padding: 3px;
    }
}

@media screen and (max-width: 480px) {
    .about h2 {
        font-size: 1.8em;
    }
    .header_toggle {
        right: 0;
        padding: 1.5em 1em;
    }
    .top-grid {
        width: 100%;
        padding-bottom: 1.5em;
    }
    .about h4 {
        font-size: 1em;
    }
    .about p {
        width: 100%;
        padding: 1em 0 0.5em 0;
    }
    .para_a {
        font-size: 1.1em;
    }
    .grid_of_1:nth-child(3) {
        display: none;
    }
    .grid_of_1 {
        width: 39%;
        margin-left: 20%;
    }
    .clients h3 {
        font-size: 1.4em;
    }
    .grid1 {
        float: none;
        width: 100%;
        margin: 2em 0 0;
    }
    .service_grids .grid_sub {
        width: 80%;
        margin-left: 2%;
    }
    .c_grids {
        width: 80%;
    }
    .logo1 {
        width: 180px;
    }
    .show {
        width: 300px;
        margin: 10px auto;
    }
    .show .lien {
        display: none;
    }
    .show .chiffre {
        font-size: 22px;
    }
    .show .mois,
    .show p {
        font-size: 15px;
    }
    .show td {
        padding: 2px 7px;
    }
    .evenement {
        padding-left: 6px;
        max-width: 230px;
    }
}

@media screen and (max-width: 320px) {
    .header_toggle {
        right: 0;
        padding: 1.5em 1em;
        top: -5px;
    }
    .logo1 {
        width: 150px;
    }
    header h1 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 1em;
    }
    header p {
        font-size: 0.7em;
        margin: 2% auto 3% auto;
        line-height: 20px;
    }
    header h6 {
        width: 100px;
    }
    .button {
        padding: 10px 125px;
    }
    .navigation li a {
        padding: 0.4em 1em;
        font-size: 0.8em;
    }
    .logo {
        padding: 1.1em 0;
    }
    .about h2 {
        font-size: 1.6em;
    }
    .about h4 {
        font-size: 1em;
        padding: 0.5em 0;
    }
    .para_a {
        font-size: 1em;
    }
    .grid_of_1 a {
        float: none;
    }
    .grid_of_1 .sub_grid {
        float: none;
        margin-top: 1em;
    }
    .service_grids .grid_sub {
        width: 70%;
        margin-left: 2%;
    }
    .grid_sub h3 {
        font-size: 1.1em;
    }
    .team_members:before {
        right: 37.5%;
    }
    .contact-form {
        width: 88%;
        padding: 1em 1.2em;
        margin: 0;
    }
    .contact-form input[type="submit"] {
        padding: 10px 20px;
    }
    .address {
        width: 83%;
        margin: 0;
        padding: 1em 1em;
    }
    .c_grids {
        width: 100%;
    }
    .slider2 h4 {
        font-size: 1em;
    }
    .about h6,
    .services h6,
    .team h6,
    .section-title h6,
    .contact h6 {
        width: 100px;
    }
    .top-grid a {
        font-size: 1.3em;
        padding: 0.5em 0 0 0;
    }
    .c_grids p {
        font-size: 0.8em;
    }
    .footer-left {
        float: none;
        padding: 1em 0 0 0;
        text-align: center;
    }
    .footer {
        padding-bottom: 1em;
    }
    .heading {
        font-size: 1.3em;
    }
    .desc {
        font-size: 1em;
    }
    .address h3 {
        font-size: 1.1em;
    }
    .contact-member {
        display: none;
    }
    .show {
        width: 300px;
        margin: 10px auto;
    }
    .show .chiffre {
        font-size: 22px;
    }
    .show .mois,
    .show p {
        font-size: 15px;
    }
    .show td {
        padding: 2px 7px;
    }
    .evenement {
        padding-left: 6px;
    }
}