/* ------------------------------------------------ RESPONSIVE ------------------------------------------------ */

img.noresponsive {
    max-width: 0;
}

.show {
    opacity: 1;
}

/* MIN WIDTHS */
@media (min-width: 768px)
{
    .pull-left-sm {float: left;}
    .pull-right-sm {float: right;}
}
@media (min-width: 992px) {
    .pull-left-md {float: left;}
    .pull-right-md {float: right;}
}
@media (min-width: 1200px) {
    .container {width: 100%;}
    /*template_38: 300-220-Section-paragraph with Photo Block*/
    /*template_39: 300-220-Section-paragraph with Video Block*/
    section.template_38 div.container,
    section.template_39 div.container
    {
		width:1200px;
    }
}

/* MAX WIDTHS */
@media (max-width: 992px) {
    .lang {top: -50px;right: -10px;}
    .lang li a {color: #5E5E5E}
    .lang li a:hover, .lang li a.active {color: #000}
}
@media (max-width: 768px) {
    #header .contact {top: 0; margin-bottom: 0; width: 100%;}
    table.responsive-sm td {width: 100% !important; display: block; clear: both;padding: 15px;}
}
@media (max-width: 468px) {
    .hidden-xxs, tr.hidden-xxs, th.hidden-xxs, td.hidden-xxs {
        display: none!important;
    }
    .col-xxs-12 {width: 100%}
    table.responsive-xs td {width: 100%; display: block; clear: both}
}

@media (max-width: 1200px) {
	#carousel-main .carousel-caption h2 {
	    font-size: 22px;
	}
	#carousel-small .carousel-caption h2 {
	    font-size: 40px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
  	.boxes.style1 .box.bloc-blue h2 {
	  font-size:20px;
	}
	.boxes.style1 .rightColumn .box.bloc-blue h2 {
	  font-size:20px;
	  height:auto;
	  padding: 10px;
	}
}
