@charset "utf-8";
@font-face {
    font-family: 'GothamLight';
    src: url('../bootstrap/fonts/GothamLight.eot');
    src: url('../bootstrap/fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
         url('../bootstrap/fonts/GothamLight.woff2') format('woff2'),
         url('../bootstrap/fonts/GothamLight.woff') format('woff'),
         url('../bootstrap/fonts/GothamLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('../bootstrap/fonts/GothamBold.eot');
    src: url('../bootstrap/fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
         url('../bootstrap/fonts/GothamBold.woff2') format('woff2'),
         url('../bootstrap/fonts/GothamBold.woff') format('woff'),
         url('../bootstrap/fonts/GothamBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../bootstrap/fonts/GothamMedium.eot');
    src: url('../bootstrap/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('../bootstrap/fonts/GothamMedium.woff2') format('woff2'),
         url('../bootstrap/fonts/GothamMedium.woff') format('woff'),
         url('../bootstrap/fonts/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
*,
html,
body {
    margin: 0 auto;
    padding: 0;
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
}

body,
p,
li {
    font-size: 19px;
    font-weight: 400;
    color: #211f1d;
    line-height: 1.4;
    text-align: justify;
    font-family: 'Source Sans Pro', sans-serif;
}

img {
    border: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 10px
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.full {
    width: 100%;
    height: 100%;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.container-left {
    padding: 60px 40px 0 25%;
}

.container-right {
    padding: 20px 15% 0 40px;
}


/* Header */


/* Top */

header {
    height: 120px;
    position: relative;
    width: 100%;
    background-image: url(../images/icons/bg-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

header .top {
    height: 30px;
}
header ul.reseau-social{
    z-index: 100;
    position: relative;
    top: -35px;
}
header ul.reseau-social li {
    padding: 0;
    margin: 0 5px;
}

header ul.reseau-social li a {
    background-image: url(../images/icons/rs-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 23px;
    height: 22px;
    /* padding: 3px 10px 3px 0; */
}

header ul.reseau-social li:first-child a {
    background-position: 0 0;
}

header ul.reseau-social li:nth-child(2) a {
    background-position: -33px 0;
}

header ul.reseau-social li:nth-child(3) a {
    background-position: -66px 0;
}

header .header {
    height: 120px;
    width: 100%;
    background-color: #fff;
    position: relative;
}

header .logo {
    /* margin-top: -10px; */
    display: inline-block;
}
header .logo a{
    display:inline-block;
}
header .logo .logo_image {
    float: left;
    margin-top: -60px;
}

header .nav-small .logo .logo_image {
    float: left;
    margin-top: -40px;
}

header .header-top {
    margin-top: -10px;
    margin-bottom: 20px;
}

header .header-top a {
    margin-right: 20px;
}

header .menu {
    display: inline-block;
    width: 100%;
    padding: 0;
}

header .menu > div {}

header .header .navbar-nav > li {
    padding-right: 5px;
    margin: 0;
}

header .header .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto';
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}

header .header .navbar-nav > li > a:hover,
header .header .navbar-nav > li > a:focus {
    color: #ccc;
    background: transparent;
}

header .container {}

header .inline {
    height: 17px;
    line-height: 17px;
    margin: 13px 0;
}

header .inline a {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4e4e4e;
}

header .inline a,
header .inline img {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

header .inline a:hover {
    text-decoration: none;
    color: #f37a38;
}

header .inline img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

header .inline li.separ {
    border-right: 2px solid #F37A38;
    padding-left: 0;
    padding-right: 10px;
}

.navbar-toggle .icon-bar {
    background-color: #e84e0e;
    width: 34px;
    height: 4px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    border: none;
    border-radius: 0;
}

.nav-small .navbar-toggle .icon-bar {
    background-color: #e84e0e;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 30% 0%;
    -webkit-transform-origin: 30% 0%;
    -moz-transform-origin: 30% 0%;
    -o-transform-origin: 30% 0%;
    -ms-transform-origin: 30% 0%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 0% -20%;
    -webkit-transform-origin: 0% -20%;
    -moz-transform-origin: 0% -20%;
    -o-transform-origin: 0% -20%;
    -ms-transform-origin: 0% -20%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

header .header .navbar-nav > li.bar-menu {
    display: none;
}

header .nav-small {
    height: 126px;
    top: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #202F4F;
    position: fixed;
    z-index: 101;
}

header .nav-small .menu {
    padding-top: 5px;
    padding-bottom: 13px;
}

header .nav-small .navbar-nav > li > a {
    color: #474747;
}

header .nav-small .navbar-nav > li > a:hover,
header .nav-small .navbar-nav > li > a.active {
    color: #e84e0e;
}

header .nav-small .navbar-nav > li.bar-menu {
    display: block;
    margin-top: -5px;
}

header .nav-small .navbar-nav > li.bar-menu .dropdown-menu {
    background: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    margin-top: 18px;
}


/* End Header */


/* BreadCrumb */

.breadCrumb {
    /* margin-top: 10px; */
    padding: 5px;
    /* margin-bottom: 10px; */
    background-color: #f5f5f5;
}


/* .breadCrumb * {
    font-size: 11px;
    color: #6b6b6b;
    margin-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway';
} */

.content-breadcrumb {
    padding: 2px 0;
}

.content-breadcrumb a,
.content-breadcrumb span {
    color: #686868;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-breadcrumb i {
    margin: 0 10px;
}
.kenza{
    text-transform:uppercase;
}

/* End BreadCrumb */


/**************************************************
                  Start ACCUEIL
**************************************************/


/*  Start Agence producyion   */

#agence-prod {
    background-image: url(../images/icons/agence-production.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 10px;
}
.agence-prod{
    padding:150px 10px !important;
}
#agence-prod h1 {
    font-size: 70px;
    font-weight: 700;
    color:#fff;
    text-align:center;
    margin: 0;
}
#agence-prod h4{
    font-size: 25px;
    font-weight: 500;
    color:#fff;
    text-align:center;
    margin-top: 0;
}

#agence-prod p{
    color:#fff;
    font-family: 'GothamLight';
    font-size: 17px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
}

/*  End agence prod   */


/*   Start CounterUp    */

#counterup {
    display: block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    background-image: url(../images/icons/bg-trans.png);
    background-size:cover;
    padding: 50px 10px;
}

#counterup div span {
    color: #e84e0e;
    display: inline-block;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 50px;
    margin-top: 10px;
    position:relative;
}
#counterup div span span{
    margin:0;
}
#counterup div span:after{
    font-size:15px;
    font-weight:500;
    position: absolute;
    display: table;
    top: 0;
    bottom: 0;
    margin: auto;
    text-transform: uppercase;
}
#counterup div span.ans:after{
    content:'ans';
    right: -30px;
    top: 6px;
}
#counterup div span.hrs:after{
    content:'HRS';
    right: -60px;
}
#counterup div span.plus:after{
    content:'+';
    left: -30px;
    font-size:50px;
}

#counterup div.original span:nth-child(3) {
    /* margin-top:0; */
}

#counterup img {
    /* width:20%; */
    display: block;
}

#counterup div h3 {
    display: block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    color: #888;
    text-transform: uppercase;
    margin-top: 50px;
}
#counterup div h6 {
    display: block;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 20px;
    color: #888;
    text-transform: uppercase;
    margin-top: 0;
}
/*     End CounterUp    */
/*   Start Phototheque  */
#phototheque{
    background-image:url(../images/icons/bg-media.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    padding: 20px 0;
}
#phototheque .photo{
    margin: 20px 0;
    position:relative;
}
#phototheque .photo .mask{
    background-color: rgba(0, 0, 0, 0.5);
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index:9;
    opacity:0;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
#phototheque .photo .mask a img{
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin:auto;
}
#phototheque .photo:hover .mask{
    opacity:1;
}
/*     End Phototheque  */

/**************************************************
                  End ACCUEIL
**************************************************/

/**************************************************
                  Start Audiovisuel
**************************************************/
#bloc-audiovisuel{
    background-image: url(../images/backgrounds/audiovisuel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 10px;
}
#bloc-audiovisuel h1 {
    font-size: 70px;
    font-weight: 700;
    color:#fff;
    text-align:center;
    margin: 0;
}
#bloc-audiovisuel h4{
    font-size: 25px;
    font-weight: 500;
    color:#fff;
    text-align:center;
    margin-top: 0;
}

#bloc-audiovisuel p{
    color:#fff;
    font-family: 'GothamLight';
    font-size: 17px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
}

#audiovisuel{
    padding:50px 10px;
}
#audiovisuel .audiovisuel{
    text-align:center;
    display:inline-block;
}
#audiovisuel .arti{
    width: 33%;
    display:inline-block;
    text-align:center;
    /* padding: 10px; */
    margin: 40px 0;
    vertical-align: top;
}
#audiovisuel .arti img{
    display:block;
}
#audiovisuel .arti h2{
    color:#e84e0e;
    font-size:20px;
    font-family:'Roboto';
    font-weight:700;
    margin-top: 40px;
}
#audiovisuel .arti h3{
    color:#8d8d8d;
    font-size:18px;
    font-family:'Roboto';
    font-weight:500;
    text-transform:uppercase;
    margin-bottom: 20px;
}
#audiovisuel .arti p{
    color:#000;
    font-size:20px;
    font-family:'Roboto';
    font-weight:300;
    text-align:center;
    padding: 0 25px;
}
/**************************************************
                  End Audiovisuel
**************************************************/

/**************************************************
                  Start Evenementiel
**************************************************/
#evenementiel{
    background-image: url(../images/backgrounds/evenementiel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 10px;
}
#evenementiel h1 {
    font-size: 70px;
    font-weight: 700;
    color:#fff;
    text-align:center;
    margin: 0;
}
#evenementiel h4{
    font-size: 25px;
    font-weight: 500;
    color:#fff;
    text-align:center;
    margin-top: 0;
}

#evenementiel h3{
    color:#fff;
    font-family: 'GothamLight';
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight:700;
}
#evenementiel p{
    color:#fff;
    font-family: 'GothamLight';
    font-size: 17px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
}
/**************************************************
		          End Evenementiel
**************************************************/

/**************************************************
                  Start mediatrining
**************************************************/
#mediatrining{
    background-image: url(../images/backgrounds/Mediatrining-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 10px;
}
#mediatrining h1 {
    font-size: 70px;
    font-weight: 700;
    color:#fff;
    text-align:center;
    margin: 0;
}
#mediatrining h4{
    font-size: 25px;
    font-weight: 500;
    color:#fff;
    text-align:center;
    margin-top: 0;
}

#mediatrining p{
    color:#fff;
    font-family: 'GothamLight';
    font-size: 17px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
}
/**************************************************
		          End mediatrining
**************************************************/

/**************************************************
		          Start References
**************************************************/
#references {
    background-image: url(../images/backgrounds/ref.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 10px;
}
#references h1 {
    font-size: 70px;
    font-weight: 700;
    color:#fff;
    text-align:center;
    margin: 0;
}
.references{
    padding:50px 10px
}
.references h2{
    text-align:center;
    text-transform:uppercase;
    color:#333333;
    font-size:23px;
    font-family:'Roboto';
    font-weight:400;
}
.reference{
    text-align:center;
    /* display:inline-block; */
    padding: 80px 0 30px;
}
.ref {
    width: 390px;
    height: 328px;
    background: #f3f3f3;
    margin-bottom: 50px;
    float: left;
    position: relative;
    /* display: inline-block; */
    border: 13px solid #f3f3f3;
    overflow: hidden;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.ref:nth-child(2){
    background: #eaeaea;
    border: 13px solid #eaeaea;
}
.ref:nth-child(5){
    background: #eaeaea;
    border: 13px solid #eaeaea;
}
.ref:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    background: #fff;
}
.ref img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/**************************************************
		           End References
***************************************************/
/* Réference clients */

.caroufredsel_wrapper {
    /* height: 100% !important; */
}

.list_carousel_references {
    width: 100%;
    height: 170px;
    margin: 0px auto;
    position: relative;
}

.list_carousel_references ul {
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel_references .slides_references div {
    font-size: 30px;
    color: #999;
    text-align: center;
    height: 130px;
    padding: 0;
    display: block;
    float: left;
    line-height: 200px;
}

.slides_references a {
    display: block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 215px;
    height: 215px;
    overflow: hidden;
}

.list_carousel_references .slides_references div img {
    max-height: 100%;
    max-width: 100%;
}


/* End Réference clients */


/**************************************************
		           Start Contact
***************************************************/
#contact {
    background-image: url(../images/backgrounds/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 10px;
}
#contact h1 {
    font-size: 70px;
    font-weight: 700;
    color:#fff;
    text-align:center;
    margin-bottom:50px
}
#content #contact form{
    padding: 20px;
}
#content #contact form input {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    background-color: #f7f7f7;
    box-shadow: inset 2px -2px 8px 3px rgba(0,0,0,0.09);
    border-radius: 0;
    border: 0;
}

#content #contact form .form-groupe > div:last-child .form-control{
/*     padding-left:10px; */
}
#content #contact form textarea {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    background-color: #f7f7f7;
    border-radius: 0;
    box-shadow: inset 2px -2px 8px 3px rgba(0,0,0,0.09);
    border: 0;
}

#content #contact button#send{
    background-color: #f7f7f7;
    box-shadow: inset 2px -2px 8px 3px rgba(0,0,0,0.09);
    border-radius: 0;
    border: 0;
    color: #000;
    width: 120px;
}


.form-horizontal .form-group {
    margin: 0;
}

.form-horizontal .form-groupe {
    margin-bottom: 20px;
}

input.form-control {
    width: 98%;
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

#contact .bloc-adr span{
    color:#fff;
    display:block;
    position: relative;
    padding-left: 100px;
    padding-bottom: 40px;
    text-align: left;
}
#contact .bloc-adr span a{
    color:#fff;
}
#contact .bloc-adr span:first-child:before{
    content:url(../images/icons/address.png);
    width: 43px;
    height: 43px;
    position: absolute;
    left: 40px;
    top: 5px;
}
#contact .bloc-adr span:nth-child(2):before,
#contact .bloc-adr span:nth-child(3):before{
    content:url(../images/icons/tel.png);
    width: 43px;
    height: 43px;
    position: absolute;
    left: 40px;
    top: -10px;
}
#contact .bloc-adr span:nth-child(4):before{
    content:url(../images/icons/fax.png);
    width: 43px;
    height: 43px;
    position: absolute;
    left: 40px;
    top: -10px;
}
#contact .bloc-adr span:nth-child(5):before{
    content:url(../images/icons/mail.png);
    width: 43px;
    height: 43px;
    position: absolute;
    left: 40px;
    top: -10px;
}
/**************************************************
		           End Contact
***************************************************/
/***************** MAP **************/

#map {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

.adresse {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    display: table;
    text-align: center;
    padding: 30px;
    z-index: 120;
    border-radius: 10px;
}
.adresse .addr{
    /* display:none; */
}
.adresse h2{
    color:#e84e0e;
    font-size:20px;
    font-family:'Roboto';
    font-weight:500;
}
.adresse p {
    text-align: center;
    font-size: 15px;
    font-family: sans-serif;
}

#map .location {
    background: #f2f4f5;
}

#map .location h1 {
    color: #0f58a4;
    font-weight: 300;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
}

#googleMap {
    width: 100%;
    height: 500px;
}


/***************** END MAP **************/


/* End Content */


/* Footer */

footer {
    background-image: url(../images/icons/bg-trans.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 10px 20px;
}

footer ul {
    display: inline-block;
    margin: 0;
}
footer ul.navbar-nav{
    float:none;
}
footer a {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto';
}

footer a:hover,
footer a.active {
    color: #e84e0e;
}

footer ul li a {
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 0 20px;
}

footer ul.reseau-social-footer {
    margin: 30px 10px 10px;
}

footer ul.reseau-social-footer li a {
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 33px;
    height: 33px;
    background-image: url(../images/icons/rs-gray.png);
    background-repeat: no-repeat;
}

footer ul.reseau-social-footer li:first-child a {
    background-position: 0 0;
}

footer ul.reseau-social-footer li:nth-child(2) a {
    background-position: -48px 0;
}

footer ul.reseau-social-footer li:nth-child(3) a {
    background-position: -96px 0;
}


/* End Footer */


/* Query Media */

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 992px;
    }
    header .header .navbar-nav > li > a{
        padding: 10px 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 768px;
    }
    header .menu {
        width: 100%;
    }
    .navbar-toggle {
        display: block!important;
        background: transparent;
        border: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        margin-top: 75px;
        width: 100%;
        background: rgba(255, 255, 255, 0.92);
        position: absolute;
    }
    .navbar {
        /* float: right; */
    }
    .navbar-header {
        float: right;
    }
    header .header .navbar-nav > li > a {
        /* padding: 10px 0 !important; */
        color: #000;
    }
    header .header .navbar-nav > li {
        text-align: center;
    }
    .navbar-nav {
        float: none !important;
        /* margin-top: 60px; */
    }
    #counterup div span{
        font-size: 35px;
    }

    #counterup div span.plus:after {
        font-size: 35px;
        left: -20px;
    }
    #counterup div span.hrs:after{
        right: -50px;
    }
    .ref{
        float:none;
    }
    footer .navbar-nav > li > a{
        padding: 2px;
    }
    #audiovisuel .arti{
        width: 49%;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        display: block!important;
        background: transparent;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        margin-top: 30px;
        width: 100%;
        background: rgba(255, 255, 255, 0.92);
        position: absolute;
    }
    .navbar-nav {
        float: none !important;
        margin: 0;
    }
    .navbar-nav li{
        text-align:center;
    }
    #agence-prod h1{
        font-size: 45px;
    }
    #references h1{
        font-size:45px;
    }
     .ref{
        float:none;
    }
    #content #contact form .form-groupe > div:first-child .form-control{
        margin-bottom: 10px;
    }

    footer .navbar-nav li{
        display:block;
    }
    h1{
        font-size: 60px !important;
    }
    #audiovisuel .arti{
        width: 49%;
    }
}

@media (max-width: 590px) {
    h1{
        font-size: 50px !important;
    }
    #references{
        background-position: -500px 0;
    }
}

@media (max-width: 455px) {}

@media (max-width: 360px) {
    h1{
        font-size: 40px !important;
    }
}