/************************************************************************************
smaller than 1170px
*************************************************************************************/
@media screen and (max-width: 1180px) {
	
	div.content {
        width: 980px;
    }

    div.langDrop small,
    nav#mainTop ul li a {
        font-size: 11px;
    }
	
	div#contact h3 {
        font-size: 20px;
    }
    div#contact div.col-md-3 {
        width: 27%;
    }
    div#contact div.col-md-4 {
        width: 31.333%;
    }
    div#contact div.map {
        padding-right: 15px;
    }

}

/************************************************************************************
smaller than 991px
*************************************************************************************/
@media screen and (max-width: 991px) {

    div.content {
        width: 90%;
    }

    div.topbar {
        background: transparent;
    }

    .mainMenu {
        float: right;
        margin: 12px 0 7px 0;
    }


    header div#logo {
        max-width: 130px;
        top: -16px;
    }
    header div#coonsulte {
        max-width:175px;
        top: 5px;
        z-index: 9;
	right:50px;
    }
    header div#coonsulte img{
	width:100%;
	height:auto;
    }

    div#navScroll {
        top: 42px;
    }

    nav#mainTop {
        display: none;
    }

    nav#main {
        display: none;
    }

    #nav-icon {
        width: 29px;
        height: 26px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 99999;
    }
    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #383838;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 3px;
    }
    #nav-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 3px;
    }

    div.langDrop {
        border-right: 0;
    }

    div#wrapper {
        padding-top: 48px;
    }

	div.index .pull-right {
		float: inherit !important;
	}

    div.head {
        height: 480px;
    }
    div.head h1 {
        font-size: 36px;
    }
    div.head h1 span {
        font-size: 25px;
        line-height: 36px;
    }

    div#orgoa div.col-md-7,
    div#company div.col-md-7,
    div#activity div.col-md-7 {
        width: 100%;
    }
    div#orgoa div.col-md-5,
    div#company div.col-md-5,
    div#activity div.col-md-5 {
        width: 100%;
    }

    div#contact div.col-md-3,
    div#contact div.col-md-4 {
        width: 50%;
        margin-top: 40px;
    }

    div.euCookiesPolicy {
        width: 300px;
    }

}

/************************************************************************************
smaller than 767px
*************************************************************************************/
@media screen and (max-width: 767px) {


    div#contact div.col-md-3,
    div#contact div.col-md-4 {
        width: 100%;
    }

    div.head {
        height: 350px;
    }
    div.head h1 {
        font-size: 4.7vw;
        margin: 0 0 60px 0;
    }
    div.head h1 span {
        font-size: 3.25vw;
        line-height: 4.5vw;
    }

    div#orgoa, div#company,
    div#activity, div#services,
    div#contact {
        padding: 45px 0;
    }

    section {
        padding-bottom: 30px;
    }
    aside {
        padding-top: 0;
    }

    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 26px;
        padding-bottom: 8px;
    }

    div#contact div.info {
        padding: 0 0 35px 0;
    }

    div#services div.service {
        padding: 35px 15px 20px 15px;
    }

    footer {
        text-align: center;
    }
    footer div.text,
    footer div.nav,
    footer div.social {
        float: none;
    }
    footer div.nav,
    footer div.social {
        display: inline-block;
    }
    footer div.nav ul li.sep:first-child {
        display: none;
    }
    footer div.social {
        margin-left: 10px;
    }

}

/************************************************************************************
smaller than 490px
*************************************************************************************/
/*@media screen and (max-width: 490px) {

    div.head h1 {
        font-size: 23px
    }
    div.head h1 span {
        font-size: 16px;
        line-height: 24px;
    }

}*/

/************************************************************************************
< than 768px
*************************************************************************************/
@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}
