/*
Theme Name: Medsquare 2020
Theme URI: 
Author: Yoo
Author URI: 
Description: 
Version: 
License: 
License URI: 
*/
:root{
    --main-font: 'Barlow', sans-serif;
}
body {
    font-family: var(--main-font);
    color: rgb(130, 130, 130);
    font-size: 14px;
}

select {
    -moz-appearance:none;
}

p{
    line-height: 25px;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #238CC7;
}

img.logo {
    margin: 25px 0;
}

.uppercase {
    text-transform: uppercase;
}

.decalPays{
    padding-left: 40px;
}

.text-footer a {
    color: #ffffff;
}
.col-md-6 {
    font-weight: 300;
}
.blocSocial {
    margin-top:45px;
}

.navbar-medsquare {
	background: #ffffff;
	border-color: #ffffff;
    margin-bottom: 0;
}

.navbar-medsquare .navbar-brand{
    height: auto;
}
.tab-pane.active .container {
    width: 100%;
}
.navbar-medsquare-menu {
    background: #f3f3f3;
    margin-bottom: 0;
    border: 0;
}

.navbar-medsquare-menu .navbar-select li:last-child a {
    border-right: 1px solid #238CC7;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: transparent !important;
}
.logoMenuFixed {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 100000;
}

.logoMenuFixed .logo {
    width: 80px;
    margin: 8px 0 16px 0;
}

.logoMenuFixed .blocSocial {
    margin-top: 10px;
}

.navbar-medsquare-menu.navbar-fixed-top {
    margin-top: 62px;
    min-height: 0;
}

.navbar-medsquare-menu.navbar-fixed-top .navbar-nav li.main-menu-item {
  padding: 7px 0;
}


#part-left-car{
    background-color: none;
}

#part-right-car{
    background-color: none;
}
.btn-prev, .btn-next{
    color:#0090D7;
    margin-top: 140px;
}

.btn-prev{
    margin-left: -190px;
}

.btn-next{
    margin-right: -190px;
}

.carousel-control.right, .carousel-control.left{
    background: none;
    background-image: inherit;
    filter: none;
}


.blue {
    color: #238CC7;
}

.greyy {
    color: #E0DFDF;
}

.strong {
    font-weight: bold;
}

.navbar-medsquare-menu .navbar-nav li.main-menu-item {
    padding: 15px 0;
    background-color: #f3f3f3!important;
}

.navbar-medsquare-menu .navbar-nav li a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 36px;
}

.navbar-medsquare-menu .navbar-nav li.main-menu-item a {
    border-left: 1px solid #238CC7;
    background-color: #f3f3f3!important;
}

.navbar-medsquare-menu .navbar-nav li a:hover {
    color: #238CC7;
    background-color: #f3f3f3;
}

.navbar-medsquare-menu .navbar-nav li a.has-submenu:hover {
    color: #238CC7!important;
    background-color: #f3f3f3!important;
}

.searchF {
    position: relative;
}

.searchF .inputF {
    background: url(img/loupe.png) no-repeat #ffffff;
    border: 1px solid #238CC7;
    border-radius: 0;
    color: #238CC7;
    padding-left: 30px;
}

.searchF .submitF {
    background: rgb(189, 12, 84);
    color: #ffffff;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    padding: 0 12px;
    border-radius: 0!important;
    border-bottom: 4px solid rgb(151, 10, 67);
}

.searchF .submitF:hover {
    background-color: rgb(151, 10, 67);
    text-decoration: none;
}

/* individual: webkit */
.searchF .inputF::-webkit-input-placeholder { color:#238CC7; }
.searchF .inputF::-moz-placeholder { color:#238CC7; }
.searchF .inputF:-ms-input-placeholder { color:#238CC7; }
.searchF .inputF::input:-moz-placeholder { color:#238CC7; }

.switchLang {
    
}

.center {
    text-align: center;
}
.home-btn {    margin: 30px;} /*add css 01-Aug-2015*/
.hp-bloc1{
	margin-top: 20px;
	padding: 0 25px 0 25px;
}

.hp-bloc1-first{
	padding: 0 25px 0 0;
}

.hp-bloc1-last{
	padding: 0 0 0 25px;
}

.hp-bloc1-bigtitre{
	font-size: 35px !important; /*31-July-2015*/ /*03-Aug-2015*/
    text-transform: uppercase;
    font-family: var(--main-font);
   	color: rgb(0, 144, 215);
    text-align: center;
   	margin-top: 35px;
   	margin-bottom: 20px;
    width: 100%;
}

.hp-bloc1-bigtitre2{
    font-size: 25px!important;
}

.hp-bloc1-titre{
	font-size: 21px;
    text-transform: uppercase;
    font-family: var(--main-font);
   	color: rgb(0, 144, 215);
    margin-top: 0;
    width: 100%;
}

.hp-bloc1-text{
	font-size: 14px;
    color: rgb(130, 130, 130);
    font-family: var(--main-font);
    font-weight: 300;
	line-height: 25px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 40px;
    width: 100%;
}

.hp-bloc1-text .btn-download {
    margin: 0 14%;
    width: 75%;
}

.rdm-bigbigtitre{
    font-size: 35px; /*03-Aug-2015*/
    text-transform: uppercase;
    font-family: var(--main-font);
    color: rgb(0, 144, 215);
    text-align: center;
    margin-top: 46px; /*31-July-2015*/
    margin-bottom: 30px; /*31-July-2015*/
}

.textalignleft {
    text-align: left;
}

.fontsize15{
    font-size: 15px;
}

.hp-bloc2-bigtitre{
	font-size: 40px;
	text-transform: uppercase;
    font-family: var(--main-font);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
}

.hp-bloc2-titre{
	font-size: 21px;
	color: rgb(0, 144, 215);
	text-transform: uppercase;
  	font-family: var(--main-font);
  	margin-top: 20px;
  	font-weight: 700;
  	text-align: center;
  	margin-bottom: 20px;
}

.hp-bloc2-text{
	font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 300;
	line-height: 32px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
    font-family: var(--main-font);
}

.hp-bloc2-mintext{
	font-size: 14px;
	color: rgb(130, 130, 130);
	text-align: justify;
  	font-weight: 300;
  	line-height: 25px;
  	font-family: var(--main-font);
  	padding: 0 20px 0 20px;
}

.hp-bloc2-mintextMIN{
      min-height: 377px; /*01-Aug-2015*/
}
.text-content-two {    height: 527px;}/*01-Aug-2015*/
.text-content-three {    height: 527px;}/*01-Aug-2015*/
.subtitle1 {
	font-family: var(--main-font);
    color: rgb(18, 76, 148);
    font-size: 37px;
    margin-top: 50px;
}

.subtitle1-title {
	line-height: 22px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    color: rgb(0, 144, 215);
    margin-top: 30px;
    font-family: var(--main-font);
}

.subtitle1-title-noup {
	line-height: 16px;
    font-size: 23px;
    font-weight: 600;
    color: rgb(0, 144, 215);
    margin-top: 30px;
    font-family: var(--main-font);
}

.chief {
	font-size: 17px;
	line-height: 1em;
	color: rgb(0, 144, 215);
	font-weight: 600;
	font-family: var(--main-font);
}
.subtitle1-text {
	font-size: 14px;
    font-family: var(--main-font);
    font-weight: 400;
  	line-height: 25px;
}
.history-medsquare{
    font-size: 14px;
    font-family: var(--main-font);
    font-weight: 400;
	text-align: justify; /*31-July-2015*/	
}

.boxProductSingle .col-md-6,
.police-style,
.police-style .col-md-6,
.eventText{
    color: var(--blue);
    color: rgb(130, 130, 130);
    font-weight: 400;
    text-align: justify;
    line-height: 25px; 
    font-size: var(--main-size);
    font-family: var(--main-font);
}
.police-style p{
    line-height: 25px;
    margin-bottom: 10px;
}
.police-style-two{min-height: 300px;}/*05-Aug-2015*/
.minlogo {
	margin-top: 30px;
}

.box-about {
	-webkit-box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    background-color: rgb(255, 255, 255);
    padding: 0;
}

.image {
    /*max-width: 100%!important;*/
}

.btn-rose {
    font-size: 14px;
    text-align: center;
    color: rgb(255, 255, 255)!important;
    font-weight: 600;
    background-color: rgb(189, 12, 84) !important;
    width: 60%;
  	padding: 10px 20px;
  	margin: auto;
  	border-radius: 2px;
    border-bottom: 4px solid rgb(151, 10, 67);
}


.btn-rose:hover {
	background-color: rgb(151, 10, 67) !important;
    text-decoration: none;
}
.btn-rose-one {    font-size: 18px;} /*Add 31-July-2015 */


.bold {
	font-family: var(--main-font);
}

.bolder {
    font-weight: 700;
}


.bg-blueN {
    background: rgb(0, 144, 215);
}

.bg-ceo {
	background-image: url("img/hp-ceo.jpg");
  	background-position: 21% 0%;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bg-event {
    background-size: cover;
}

.bg-grey {
    background: #F3F3F3;
}

.line-blue {
	width: 72%;
	margin: auto;
	border-color:rgb(0, 144, 215);
}

.line-white {
	width: 72%;
	margin: auto;
	border-color:rgb(255, 255, 255);
}

.border-right-blue {
    border-right: 1px solid rgb(0, 144, 215);
    height: 70%;
}

#footer {
    background-color: rgb(0, 144, 215);
}

.titre-footer {
	font-size: 25px;
	font-family: var(--main-font);
	color: rgb(255, 255, 255);
	margin-top: 30px;
	margin-bottom: 20px;
}

.text-footer {
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-family: var(--main-font);
	font-weight: 300;
  	line-height: 26px;
}

.socialMarg {
    margin-bottom: 10px;
}

.list-footer {
	list-style: none;
	padding: 0;
}

.list-footer li a {
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-family: var(--main-font);
	font-weight: 300;
  	line-height: 26px;
}

#formgroup {
    float: left;
    width: 74%;
}

.labelNewsletter {
	color: rgb(255, 255, 255);
	font-family: var(--main-font);
	font-size: 14px;
	font-weight: normal;
}

.inputNewsletter {
	height: 48px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 1em;
    display: block;
    width: 100%;
    color: rgb(102, 102, 102);
    background: #ffffff!important;
}



.newsletterEmail {
    float: left;
}

.newsletterLabel {
    color: rgb(255, 255, 255);
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.newsletterEmail input {
    padding: 10px;
    border-radius: 0!important;
}

#buttonnewsletter {
    border-radius: 0!important;
}

#newsletterForm .wpcf7-not-valid-tip {
    display: none;
}

.newsletterCont .wpcf7-response-output{
  font-size: 1em;
  font-family: var(--main-font);
  clear: both;
  color: #ffffff;
  margin:0;
  padding:0;
  padding-top: 8px;
  border:0;
}

.wpcf7-validation-errors {
    color: red!important;
}

.eventVar {
    font-size: 19px;
    color: rgb(186, 186, 186);
    font-weight: 300;
    line-height: 25px;
    font-family: var(--main-font);
    margin-top: 8px;
}

.eventVal {
    font-size: 16px;
    color: rgb(0, 144, 215);
    font-weight: 400;
    line-height: 25px;
    font-family: var(--main-font);
    margin-top: 8px;
}

.eventSubtitle {
    margin-top: 0;
    font-family: var(--main-font);
    color: rgb(0, 144, 215);
    font-size: 30px;
}

.eventText {
    /*font-family: var(--main-font);
    font-size: 14px;
    text-align: justify;
    font-weight: 300;
    line-height: 22px;
    color: rgb(130, 130, 130);*/
}

.eventSubText {
    color:rgb(18, 76, 148);
    font-weight: 500;
    font-size: 27px;
    font-family: var(--main-font);
    padding: 90px 0 160px 0;
}

.more-events {
    color: #238FCD;
    font-style: italic;
    font-weight: bold;
}

.boxInnerEvent {
    -webkit-box-shadow: rgb(132, 132, 132) 0px 4px 5px 0px;
    box-shadow: rgb(132, 132, 132) 0px 4px 5px 0px;
    position: relative;
}

.boxInnerEvent .eventImg {
    width: 100%;
}

.boxEventTitle {
    color: rgb(0, 144, 215);
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 20px 0;
    /* min-height: 60px;*/ /*31-July-2015*/
    height: 60px; /*04-Aug-2015*/
}

.boxEventText {
    word-break: break-word;
}

.eventForm label {
    font-size: 20px;
    font-weight: bold;
    color: #238FCD;
    margin-bottom: 5px;
}

.eventForm select {
    color: #808080;
    border: 1px solid #238FCD;
    border-radius: 0!important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url('img/flecheSelect.png') 95% center no-repeat;
}

.vignetteCategorie {
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 10px;
}

.vignetteCategorie.past {
    background-color: #144B91;
    padding: 5px 14px;
}

.vignetteCategorie.upcoming {
    background-color: #C0D000;
    padding: 5px 14px;
}

.boxPaddEvent {
    padding: 0 20px;
    position: relative;
}

.paginationEvents ul.page-numbers {
    list-style: none;
    padding-left: 100px;
}

.paginationEvents .page-numbers li {
    display: inline;
    margin: 0 1px;
}

.paginationEvents .current {
    color: #ffffff;
    background-color: #238FCD;
    padding: 0px 5px;
    border-radius: 4px;
}

.paginationEvents .next, .paginationEvents .prev {
    color: #ffffff;
    background-color: #238FCD;
    padding: 0 3px;
    border-radius: 4px;
}

.come-link {
    color: #238FCD;
    font-style: italic;
    font-weight: bold;
}

.pastilleDate {
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center;
    background: url('img/pastille.png') center center no-repeat;
    color: #ffffff;
    top: -33px;
}

.pastilleInnerDate {
    font-size: 21px;
    margin-top: 15px;
    line-height: 23px;
}

.pageTitle {
    margin: 25px 0 15px 0;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 45px;
}


.reserveSize{
    font-size: 25px!important;
}

.distributorTitle {
    color: #124C92;
    font-size: 19px;
    margin-top: 0;
    font-weight: bold;
}

.distributorDetailsContainer {
    margin-bottom: 5px;
}

.distributorDetails {
    color: #008ED5;
}


.categoryProduct:hover {
    cursor:pointer;
}

.layerProductUltima {
    margin: auto;
    margin-top: 100px;
}

.productTitle {
    color: #008ED5;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.productBox{
    min-height: 430px;
	margin: 20px 0;   /*Add 31-July-2015*/
}

.productImg {
    display: block;
    width: 250px;
    max-width: 100%;
}

.descript-product {
    min-height: 100px; /*04-Aug-2015*/
}

.boxProductSingle {
    border: 1px solid #0090D7;
}

.boxProductSingle .nav-tabs {
    border: 0;
    background: #f5f5f5;
}

.boxProductSingle .tab-pane {
    padding: 20px;
}

.boxProductSingle .nav-tabs>li>a {
    margin-right: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #008ED5;
    text-align: center;
    padding: 20px;
}

.boxProductSingle .nav-tabs>li>a, .boxProductSingle .nav-tabs>li>a:focus, .boxProductSingle .nav-tabs>li>a:hover {
    border-top: 0;
    border-right: 0;
    border-left: 1px solid #0090D7;
    border-bottom: 1px solid #0090D7;
    border-radius: 0;
}

.boxProductSingle .nav-tabs>li.active>a, .boxProductSingle .nav-tabs>li.active>a:focus, .boxProductSingle .nav-tabs>li.active>a:hover {
    border-top: 0;
    border-right: 0;
    border-left: 1px solid #0090D7;
    border-bottom: 1px solid #0090D7;
    border-radius: 0;
    background: #008ED5;
    color: #ffffff;
}

.boxProductSingle .nav-tabs>li.overview>a, .boxProductSingle .nav-tabs>li.overview>a:focus, .boxProductSingle .nav-tabs>li.overview>a:hover {
    border-top: 0;
    border-left: 0;
}

.boxBlue {
    background: #124C92;
    color: #ffffff;
    margin: 40px 0 0 0;
    padding: 15px;
}

.boxBlueTitle {
    font-size: 24px; 
    text-transform: uppercase;
    margin-top: 7px;
}

.overviewTitle {
    font-size: 21px;
    color: #008ED5;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.bigBigTitle {
    font-size: 52px;
    font-weight: bold;
    color: #025EA3;
    text-transform: uppercase;
    font-family: var(--main-font);
    margin: 0;
}

.bluebandContainer {
    position: relative;
}

.blueBand {
    color:#ffffff;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 0;
    display: inline-block;
    -webkit-transform:skew(-30deg);
    -moz-transform:skew(-30deg);
    -o-transform:skew(-30deg);
    tranform:skew(-30deg);
}

.blueBand span {
    display:block;
    -webkit-transform:skew(30deg)!important;
    -moz-transform:skew(30deg)!important;
    -o-transform:skew(30deg)!important;
    tranform:skew(30deg)!important;
}

.blueBand1 {
    background:#008ED5;
    z-index: 1;
}

.blueBand2 {
    background:#025EA3;
}

.blueBandBg2 {
    background:#025EA3;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform:skew(-30deg);
    -moz-transform:skew(-30deg);
    -o-transform:skew(-30deg);
    tranform:skew(-30deg);
}

/* Border-bottom en dessous de l'image du header des produits seuls */
.border-bottom-header{
    /*border-bottom:1px solid black;*/
    /*box-shadow:5px 5px 5px 5px black;*/
    -webkit-box-shadow: inset 0 -15px 15px -15px #CECECEi;
    -moz-box-shadow: inset 0 -15px 15px -15px #CECECEi;
    box-shadow: inset 0 -15px 15px -15px #CECECEi;
}
/*.blueBand3{
    background:#025EA3;
    z-index: 1;
    right: 380px;
    top: 280px;
}

.blueBand4{
    background:#008ED5;
    right: 440px;
    top: 315px;
}

.blueBand5{
    color:#ffffff;
    font-family: var(--main-font);
    font-size: 25px;
    padding: 5px 10px;
    margin-bottom: 0;
    display: inline-block;
    -webkit-transform:skew(-30deg);
    -moz-transform:skew(-30deg);
    -o-transform:skew(-30deg);
    tranform:skew(-30deg);
    position: absolute;
}

.blueBand5 span {
    display:block;
    -webkit-transform:skew(30deg)!important;
    -moz-transform:skew(30deg)!important;
    -o-transform:skew(30deg)!important;
    tranform:skew(30deg)!important;
}*/

.carousel-indicators li {
    border-color: #008ED5;
}

.carousel-indicators .active {
    background: #008ED5;
}

.galeryProduct {
    margin: auto;
}

#carousel-product .carousel-indicators {
  bottom:-50px;
}

#contactForm label {
    font-size: 16px;
    font-weight: normal;
    color: rgb(0, 144, 215);
    font-family: var(--main-font);
}

#contactForm input {
    background: rgb(227, 227, 227);
    border: 0;
    border-radius: 0;
    color: rgb(0, 144, 215);
    width: 80%;
}

#contactForm input[type="file"] {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    color: rgb(0, 144, 215);
    padding: 7px;
}

#contactForm select {
    background: rgb(227, 227, 227);
    border: 0;
    border-radius: 0;
    color: rgb(0, 144, 215);
    width: 80%;
}

#contactForm textarea {
    background: rgb(227, 227, 227);
    border: 0;
    border-radius: 0;
    color: rgb(0, 144, 215);
    width: 80%;
}

#contactForm .btn-roseContainer {
    width: 80%;
}

#contactForm .btn-rose {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: rgb(255, 255, 255)!important;
    font-weight: 800;
    background-color: rgb(189, 12, 84);
    width: 60%;
    display: block;
    margin: auto;
    border-radius: 0;
    border-bottom: 4px solid rgb(151, 10, 67);
}

#contactForm .btn-rose:hover {
    background-color: rgb(151, 10, 67);
}

#contactForm .form-group {
    margin-bottom: 0;
}

#contactForm .wpcf7-response-output {
    border: 0;
    color: rgb(102, 102, 102);
    font-family: var(--main-font);
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
}

.infosNews {
    color: #0090D7;
    font-style: italic;
}

#map {
    height: 325px;
}

.titleContact {
    font-size: 30px;
    color: rgb(0, 144, 215);
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--main-font);
}

.textContact {
    font-size: 14px;
    font-weight: 300;
    color: rgb(130, 130, 130);
    font-family: var(--main-font);
    line-height: 25px;
}

.hideDesktop {
    display: none;
}

.hideMobile {
    display: block;
}

.rdm-title {
    font-size: 30px;
    font-family: var(--main-font);
    color: rgb(255, 255, 255);
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 20px;
}

.rdm-text {
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    line-height: 25px;
    color: rgb(255, 255, 255);
    font-family: var(--main-font);
}

.boxTitle {
    /*font-family: var(--main-font);
    text-transform: uppercase;
    color: rgb(18, 76, 148);
    font-weight: 700;
    line-height: 46px;
    font-size: 30px;
    text-align: center;*/
}

.boxTitle a {
    color: rgb(18, 76, 148);
    text-decoration: none;
}

.boxDownload {
    background: url("img/RDM_Download-the-pdf-FR2.jpg");
    background-repeat: no-repeat;
    -webkit-box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    padding: 40px 0; /*30-July-2015*/
/******29-july-2015 start********/

	 /* margin-left: -40px; */ 
    /* width: 107%; */ 
    background-size: 100% 100%;  
	/******29-july-2015 end********/

}
.boxDownloadEN{
    background: url("img/2-RDM_Download-the-pdf-EN.jpg");
    -webkit-box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    padding: 100px 0; /*30-July-2015*/
/******29-july-2015 start********/

	 /* margin-left: -40px; */ 
    /* width: 107%; */ 
    background-size: 100% 100%;  
	/******29-july-2015 end********/
    
}

.btn-download, .btn-download:visited {
    background-color: rgb(189, 12, 84);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 800;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    background-size: cover;
    border-bottom: 4px solid rgb(151, 10, 67);
}
/******30-july-2015 start********/
.boxDownloadEN .btn-download, .boxContactEN .btn-download {
    position: absolute;
    margin-top: 30px;
    margin-left: -60px;
} 
/******30-july-2015 end********/
.btn-download:hover {
    background-color: rgb(151, 10, 67);
    color: rgb(255, 255, 255);
    border-bottom: 4px solid rgb(151, 10, 67);
}

/******30-july-2015 end********/
.btn-download:active{
    background-color: rgb(151, 10, 67);
    color: rgb(255, 255, 255);
    border-bottom: 4px solid rgb(151, 10, 67);
}

.boxContact {
    background: url("img/RDM_Book-a-demo-FR2.jpg");
    background-repeat: no-repeat;
    -webkit-box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    padding: 40px 0; /*30-July-2015*/
/******29-july-2015 start********/

	 /* margin-left: -40px; */ 
    /* width: 107%; */ 
    background-size: 100% 100%;  
    /******29-july-2015 end********/
}
.boxContactEN{
    background: url("img/Book-a-demo-EN.jpg");
    -webkit-box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    box-shadow: rgb(18, 76, 148) 0px 4px 5px 0px;
    padding: 100px 0; /*30-July-2015*/
/******29-july-2015 start********/

	 /* margin-left: -40px; */ 
    /* width: 107%; */ 
    background-size: 100% 100%;  
	/******29-july-2015 end********/
}
.boxInner {
    -webkit-box-shadow: rgb(132, 132, 132) 0px 4px 5px 0px;
    box-shadow: rgb(132, 132, 132) 0px 4px 5px 0px;
}

.boxInner img {
    width: 100%;
}

.boxOptTitle {
    color: rgb(0, 144, 215);
    font-size: 21px;
    font-weight: 700;
    font-family: var(--main-font);
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}

.boxOptText {
    font-size: 14px;
    text-align: justify;
    font-weight: 300;
    line-height: 25px;
    color: rgb(130, 130, 130);
    font-family: var(--main-font);
    padding: 0 15px;
}

.boxPoint {
    color: rgb(0, 144, 215);
    font-size: 1em;
    line-height: 1em;
}

.greyBox {
    background-color: #F3F3F3;
    padding: 10px;
}

.TitleVideo {
    color: rgb(0, 144, 215);
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.subTitleVideo {
    color: rgb(130, 130, 130);
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.title-news-release {
    color: rgb(0, 144, 215);
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 0;
}

.categoryDateSpe{
    margin-top: 23px;
}

.date-other-news{
    text-align: right
}

.socialSingle {
    margin-left: 10px;
}

.videoHeight {
    height: 220px;
}

@media (min-width: 992px){
	.box-about {
	    margin: 0 1% 0 1%;
	    width: 32%;
	}

	.box-about-first {
	    margin: 0 1% 0 0;
	}

	.box-about-last {
	    margin: 0 0 0 1%;
	}
    .morePaddingRight {
        padding-right: 50px;
    }
    .morePaddingLeft {
        padding-left: 50px;
    }
    .boxInner {
        min-height: 720px;
    }
    .desktopMargin {
        margin-top: 70px;
    }
    .boxCertif{
        min-height: 316px;
    }
}

@media (min-width: 767px){
    .boxCertif{
        min-height: 316px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .descript-product {
        min-height: 125px;
    }
}


@media (min-width: 1200px){
    .imgActu {
        min-height: 269px;
    }
    .boxCertif{
        min-height: 266px;
    }
}

@media (max-width: 1200px){
    .imgActu {
        min-height: 215px;
    }
	.hp-bloc1-bigtitre{
		font-size: 31px;
	}
    .eventSubtitle {
        font-size: 22px;
    }
    .eventText {
        font-size: 13px;
    }
    .imgActu {
        max-height: 215px;
    }
    .rdm-bigbigtitre{
        font-size: 38px;
    }
    .navbar-medsquare-menu .navbar-nav li a {
        padding: 0 25px;
    }
    .selectCategoryProduct .categoryProduct {
        padding: 10px 46px;
        margin-right: -4px;
    }
    .date-otherNews {
        text-align: left;
    }
    .cadreCategorieTitle{
        min-height: 933px!important;
    }
    .hp-bloc1-text .btn-download {
        font-size: 10px;
    }
    .blueBand {
        font-size: 16px;
    }
    .blueBand2 {
        left: 133px;
    }
}


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

	.hp-bloc1-first, .hp-bloc1-last{
		padding: 0 25px 0 25px;
	}
	.hp-bloc2-bigtitre{
		font-size: 33px;
	}
	.hp-bloc2-text{
		font-size: 15px;
	}
	.hp-bloc2-titre{
		font-size: 16px!important;
	}
	.hp-bloc2-mintext{
		font-size: 10px;
        line-height: 16px;
		min-height: initial;
	}
	.subtitle1 {
	    font-size: 29px;
	}
	.subtitle1-title {
	    font-size: 20px;
	}
	.subtitle1-text {
	    font-size: 13px;
	}
    .eventSubtitle {
        font-size: 22px;
        margin-top: 10px;
    }
    .eventText {
        font-size: 13px;
    }
    .eventSubText {
        font-size: 18px;
    }
    #contactForm input {
        width: 100%;
    }
    #contactForm select {
        width: 100%;
    }
    #contactForm textarea {
        width: 100%;
    }

    #contactForm .btn-roseContainer {
        width: 100%;
    }
    #contactForm .wpcf7 .margeCol {
        margin-top: 30px;
    }
    .hideDesktop {
        display: block;
    }

    .hideMobile {
        display: none;
    }
    .imgActu {
        max-height: initial;
        height: auto;
    }
    .media {
        margin-bottom: 25px;
    }
    .border-right-blue{
        border: 0;
    }
    /*.hideOnResp{
        display:none;
    }*/
    .rdm-bigbigtitre{
        font-size: 30px;
    }
    .navbar-medsquare-menu .navbar-nav li a {
        padding: 0 10px;
    }
    #footer .col-sm-6 {
        min-height: 280px;
    }
    .pageTitle {
        font-size: 25px!important;
    }
    .selectCategoryProduct .categoryProduct {
        padding: 10px 19px;
        margin-right: -4px;
    }
    .boxProductSingle .nav-tabs>li>a {
        font-size: 12px;
    }
    #carousel-product .carousel-indicators {
        bottom:-30px;
    }
    .centerResponsive {
        text-align: center!important;
    }
    .imgProductSingle {
        max-height: 210px;
        margin-bottom:10px!important;
    }
    .btn-prev{
        margin-left: 0;
    }

    .btn-next{
        margin-right: 0;
    }
    .btn-next, .btn-prev{
        margin-top: 50px!important;
    }
    .cadreCategorieTitle{
        min-height: initial!important;
    }
    .allNewsPress, .allNewsMedia, .allNewsOther{
        position: initial!important;
        margin-top: 20px;
    }
    .categorieTitle{
        font-size: 28px;
    }
    .date-other-news {
      margin-left: 0!important;
    }
    .hp-bloc2-mintextMIN{
       /* min-height: initial!important;*/ /*01-Aug-2015*/
    }
    .box-about .center {
		margin-top: 0; /*31-July-2015*/
		line-height: 0; /*31-July-2015*/
	}
    .hp-bloc1-text .btn-download {
        margin: 0 25%;
        width: 50%;
        font-size: 12px;
    }
    .videoHeight {
        height: 380px;
    }
    .boxInnerEvent {
        margin-top: 50px;
    }
    .vignetteCategorie {
        position: static;
        margin-bottom: 20px;
    }
    .newsletterLabel {
        display: none;
    }
    .partnerImg{
        padding-bottom: 20px;
        display: block;
        margin: auto;
        width: 30%;
    }
    .eventForm label {
        font-size: 13px;
    }
    .newsSingleTitle{
        font-size: 22px;
    }
	.box-about, .box-about-height {min-height: 583px !important;} /*31-July-2015*/ 
}
/*Add media screen 31-July-2015 start*/
@media only screen and (max-width: 991px) {

.home-btn-two {
    line-height: 0;
    padding-bottom: 45px;
}
}
/*Add media screen 31-July-2015 end*/

@media only screen and (max-width: 767px) {
    body{
        font-size: 10px;
    }
    .productBanner{
        background: #ffffff!important;
    }
    p{
        line-height: 16px;
    }
    .hideOnResp{
        display:none;
    }
    .categorieTitle2 {
        padding: 10px 20px!important;
    }
    .boxEventTitle{
        min-height: 0;
    }
    .eventImg{
        height: 150px!important;
    }
    .lieuEvent{
        margin-top: 10px;
    }
    .pastilleDate{
        background-size: 70px 70px;
    }
    .pastilleInnerDate{
        font-size: 15px;
    }
    .eventVar{
        font-size: 14px;
    }
    .eventVal{
        font-size: 14px;
    }
    .bg-blue-title{
        font-size: 16px;
    }
    .hp-bloc1-bigtitre{
        font-size: 16px!important;
    }
	.hp-bloc1-titre{
		font-size: 14px!important;
	}
	.hp-bloc1-text{
		font-size: 10px!important;
        margin-bottom: 20px;
        line-height: 16px;
	}
	.hp-bloc1-bigtitre{
		font-size: 16px;
        margin-top: 20px;
	}
    .subtitle1 {
        font-size: 16px!important;
    }
    .subtitle1-title{
        font-size: 14px!important;
        margin-top: 15px;
    }
    .subtitle1-text {
        font-size: 10px;
        line-height: 16px;
    }
    .subtitle1-title-noup {
        font-size: 14px;
    }
    .selectCategoryProduct .categoryProduct {
        font-size: 12px;
        text-align: center;
    }
    #ajaxProduct {
        margin-top: 40px;
    }
    .bgListProductResponsive{
        height: 180px!important;
    }
	.hp-bloc2-bigtitre{
		font-size: 16px!important;
        margin-top: 25px;
	}
    .hp-bloc2-text{
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    .rdm-bigbigtitre{
        font-size: 26px;
    }
    .our-mission-title {
        font-size: 22px!important;
    }
    img.logo {
        margin: 10px auto 10px auto;
        width: 100px;
    }
    .blocSocial{
        margin-top: 0;
        text-align: center;
    }
    .blocSocial .col-sm-3, .blocSocial .col-sm-5 {
        margin-top: 10px!important;
    }
    .blocSocial .col-sm-5 {
        margin-bottom: 10px!important;
    }
    .blocSocial2{
        margin-bottom: 10px;
    }
    #footer .col-sm-6 {
        min-height: initial;
    }
    .boxProductSingle .nav-tabs>li {
        width: 100%!important;
    }
    .titleFirstNews{
        font-size: 24px;
    }
    .textInTheMedia{
        word-break: break-word;
    }
    .marginRespSingle{
        margin-top: 20px;
    }
    .videoHeight {
        height: 260px;
    }
    .boxProductSingleMarg{
        margin-bottom: 40px;
    }
    .hp-bloc1-text .btn-download {
        margin: auto;
        width: 100%;
        font-size: 9px;
    }
    .boxDownload .btn-download, .boxContact .btn-download {
        font-size: 13px;
    }
    .navbar-medsquare-menu .navbar-nav li.main-menu-item {
      padding: 8px 0;
    }
    .navbar-medsquare-menu .navbar-nav li.main-menu-item a {
      font-size: 10px;
    }
    .titre-footer {
        font-size: 18px;
    }
    .text-footer {
        font-size: 10px;
        line-height: 18px;
    }
    .list-footer li a {
        font-size: 10px;
        line-height: 22px;
    }
    #footer {
        text-align: center;
    }
    #footer img{
        margin: auto;
    }
    #buttonnewsletter {
        font-size: 12px;
        height: 25px;
        margin: 10px auto 10px auto!important;
    }
    .newsletterEmail input{
        width: 70%;
    }
    .newsletterCont .wpcf7-response-output {
        margin-bottom: 10px;
    }
    .newsletterEmail {
        float: none;
    }
}

@media only screen and (max-width: 600px) {
	.subtitle1 {
	    font-size: 23px;
	}
	.subtitle1-title {
	    font-size: 17px;
	}
    #newsletterForm{
        text-align: center;
    }
    .newsletterEmail{
        float: none;
    }
    .newsletterEmail input {
        margin: auto;
    }  
    #buttonnewsletter {
        float: none;
        margin: auto;
    }
    .btn-rose{
        font-size: 9px!important;
    }
    .blueBand {
        font-size: 12px;
    }
    .descEventSticky {
        word-break: break-all;
    }
}

/*Slider HP*/
#slider-f {
    height: 500px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    position: static;
    display: block;
    margin-right: 0%;
    top: 0px;
    left: 0px;
    background-image:url("img/background-headerHp.jpg");
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: 101.83999633789063%;
    background-size: 101.83999633789063%;
    background-color: rgb(227, 227, 227);
}

#elmts-f {
    float: none;
    height: 500px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 1200px;
    margin-right: auto;
    max-width: 1400px;
}

#image1-f {
    float: left;
    width: 636px;
    max-width: none;
    height: 420px;
    margin-left: -2.844596%;
    margin-top: 80px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

#image-f {
    float: right;
    width: auto;
    max-width: 47.446877%;
    height: auto;
    margin-left: 0px;
    margin-top: 80px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 2.249015%;
}

@media only screen and (max-width: 1400px) {
    #slider-f {
        width: 100%;
        margin-top: -0.1875px;
        margin-right: 0%;
        margin-left: 0%;
        clear: none;
        background-image:url("img/background-headerHp.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #elmts-f {
        width: 100%;
    }

    #image1-f {
        margin-top: 80px;
        clear: none;
    }

    #image-f {
        margin-top: 57px;
        margin-right: 0;
        margin-left: 0px;
        clear: none;
    }
}

@media only screen and (max-width: 1200px) {
    #slider-f {
        height: 413.0625px;
    }

    #elmts-f {
        height: 413.0625px;
        margin-left: auto;
        margin-right: auto;
    }

    #image1-f {
        margin-top: 104.18252122704092px;
        clear: none;
        margin-left: 10px;
        height: 308.875px;
        width: 467.71875px;
    }

    #image-f {
        margin-top: 104.1825180053711px;
        margin-left: 2.368857%;
        clear: none;
    }
}

@media only screen and (max-width: 1024px) {
    #image1-f {
        margin-top: 134.70161064999706px;
        clear: none;
        margin-left: -27px;
        height: 278.34375px;
        width: 410.5px;
    }

    #image-f {
        margin-top: 122.51411437988281px;
        margin-left: 0px;
        clear: none;
        margin-right: 0;
        float: right;
    }


    #slider-f {
        background-image:url("img/background-headerHp.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }
}

@media only screen and (max-width: 767px) {
    #elmts-f {
        height: 313.0625px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    #slider-f {
        height: 313.0625px;
    }
    #image1-f {
        margin-top: 53.3125px;
        margin-left: auto;
        clear: none;
        height: 259.65625px;
        width: 393.203125px;
        margin-right: auto;
        float: none;
    }

    #image-f {
        margin-top: 224.9375px;
        margin-left: 15.255127%;
        clear: none;
        margin-right: 22.40804%;
        height: auto;
        width: auto;
        max-width: 62.927246%;
        position: absolute;
    }

    #slider-f {
        background-image:url("img/background-headerHp.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        margin-top: -0.1875px;
        margin-left: 0%;
        clear: none;
        background-position: 52% 0%;
        background-repeat: no-repeat no-repeat;
    }
}

@media only screen and (max-width: 600px) {
    #image1-f {
        margin-top: 64.3125px;
        margin-left: auto;
        clear: none;
        height: 248.21875px;
        width: 375.875px;
        margin-right: auto;
        float: none;
    }

    #image-f {
        margin-top: 224.9375px;
        margin-left: 0%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 89.252604%;
        margin-right: 4.611979%;
    }

    #slider-f {
        background-image:url("img/background-headerHp.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 65% 0%;
        background-repeat: no-repeat no-repeat;
    }

    .hp-bloc1-text .btn-download {
        font-size: 9px;
        width: 100%!important;
        margin: 0!important;
    }
}

@media only screen and (max-width: 414px) {
    #image1-f {
        margin-top: 64.3125px;
        margin-left: 3.038194%;
        clear: none;
    }

    #image-f {
        margin-top: 224.9375px;
        margin-left: 0%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 97.697766%;
        margin-right: 0.12019231%;
    }

}

@media only screen and (max-width: 320px) {
    #image1-f {
        margin-top: 64.3125px;
        margin-left: auto;
        clear: none;
        height: 185.171875px;
        width: auto;
        float: none;
        max-width: 87.739258%;
        margin-right: auto;
    }

    #elmts-f {
        height: 350.71875px;
        margin-left: auto;
        margin-right: auto;
    }

    #slider-f {
        height: 350.71875px;
    }
}

@media only screen and (max-width: 240px) {
    #image1-f {
        height: 145.17px;
        margin-top: 64.3125px;
        clear: none;
    }

    .subtitle1-title-noup {
        line-height: 24px;
    }

    /*.hp-bloc1-bigtitre{
        font-size: 
    }*/
}
/*Fin Slider HP*/

/*Slider Event */
#slider {
    float: left;
    height: 500px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    position: static;
    display: block;
    margin-right: 0%;
    top: 0px;
    left: 0px;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgb(227, 227, 227);
    background-position: 0% 0%;
    background-position: center;
    background-repeat: repeat repeat;
}

#elmts {
    float: none;
    height: 500px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 87.580723%;
    margin-right: auto;
}

#image3 {
    float: right;
    width: auto;
    max-width: 42.446877%;
    height: auto;
    margin-left: 0px;
    margin-top: 80px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: -7.068146%;
}

#image33 {
    float: right;
    width: auto;
    max-width: 42.446877%;
    height: auto;
    margin-left: 0px;
    margin-top: 220px;
    clear: none;
    margin-right: -32%;
}
#image34 {
    float: right;
    width: auto;
    max-width: 42.446877%;
    height: auto;
    margin-left: 0px;
    margin-top: 180px;
    clear: none;
    margin-right: 2%;
}


#image4 {
    float: right;
    width: auto;
    max-width: 42.446877%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: -100px;
}


/* Add css 31-July-2015 start*/
.more-link{display : none;}
/* Add css 31-July-2015 end*/
@media only screen and (max-width: 1400px) {
    #slider {
        width: 100%;
        margin-top: -0.1875px;
        margin-right: 0%;
        margin-left: 0%;
        clear: none;
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #elmts {
        width: 100%;
    }

    #image3 {
        margin-top: 57px;
        margin-right: 0%;
        margin-left: 0px;
        clear: none;
    }

    #image33 {
        margin-top: 195px;
        margin-right: -20%;
        margin-left: 0px;
        clear: none;
    }

    #image4 {
        margin-top: 0;
        margin-right: 90px;
        margin-left: 0px;
        clear: none;
    }
}

@media only screen and (max-width: 1200px) {
    #slider {
        height: 413.0625px;
    }

    #elmts {
        height: 413.0625px;
        margin-left: auto;
        margin-right: auto;
    }

    #image3 {
        margin-top: 104.171875px;
        margin-left: 5.368857%;
        clear: none;
        margin-right: 0.00016021%;
        height: auto;
        width: auto;
        max-width: 54.221354%;
    }

    #image33 {
        margin-top: 250.171875px;
        margin-left: 5.368857%;
        clear: none;
        margin-right: -45%;
        height: auto;
        width: auto;
        max-width: 54.221354%;
    }

    #image4 {
        margin-top: 0;
        margin-left: 5.368857%;
        clear: none;
        margin-right: 0.00016021%;
        height: auto;
        width: auto;
        max-width: 54.221354%;
    }
}

@media only screen and (max-width: 1024px) {
    #slider {
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #image3 {
        margin-top: 58px;
        margin-left: 0px;
        clear: none;
        margin-right: 0%;
        float: right;
        height: auto;
        width: auto;
        max-width: 100%;
    }

    #image33 {
        margin-top: 200px;
        margin-left: 0px;
        clear: none;
        margin-right: -50%;
        float: right;
        height: auto;
        width: auto;
        max-width: 100%;
    }

    #image4 {
        margin-top: 0;
        margin-left: 0px;
        clear: none;
        margin-right: 0%;
        float: right;
        height: auto;
        width: auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #slider {
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 52% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #image3 {
        margin-top: 30.5px;
        margin-left: 55.255127%;
        clear: none;
        margin-right: 0.14008585%;
        height: auto;
        width: auto;
        max-width: 92.531331%;
    }

    #image33 {

        clear: none;
   
        height: auto;

        max-width: 92.531331%;

        width: 60%;
        font-size: 11px!important;
        margin: 50px 30px;
    }

    #image4 {
        margin-top: 30.5px;
        margin-left: 55.255127%;
        clear: none;
        margin-right: 0.14008585%;
        height: auto;
        width: auto;
        max-width: 31.531331%;
    }
}

@media only screen and (max-width: 600px) {
    #slider {
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 65% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #image3 {
        margin-top: 39.5px;
        margin-left: 0%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 89.252604%;
        margin-right: 4.614583%;
    }

    /*#image33 {
        margin-top: 39.5px;
        margin-left: 0%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 89.252604%;
        margin-right: 4.614583%;
    }*/

    #image4 {
        margin-top: 0;
        margin-left: 0%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 40.252604%;
        margin-right: 4.614583%;
    }
	/*30-July-205 start*/

	.boxContact, .boxDownload{padding: 90px 0;}
	.boxDownloadEN, .boxContactEN{ padding: 80px 0;}
	.boxDownloadEN .btn-download, .boxContactEN .btn-download {  margin-top: 20px;}
	/*30-July-205 start*/
}

@media only screen and (max-width: 414px) {
    #image3 {
        margin-top: 44.9375px;
        margin-left: 0%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 97.697766%;
        margin-right: 0.12019231%;
    }
    /*#image33 {
        margin-top: 44.9375px;
        margin-left: 0%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 97.697766%;
        margin-right: 0.12019231%;
    }*/
    #image4 {
        margin-top: 0;
        margin-left: 0%;
        margin-right: 20%;
        clear: none;
        height: auto;
        width: 60%;
        max-width: 97.697766%;
    }
	/*30-July-205 start*/
	.boxDownloadEN, .boxContactEN{ padding: 60px 0;}
	.boxDownloadEN .btn-download, .boxContactEN .btn-download {  margin-top: 0px;}
	/*30-July-205 start*/
}

@media only screen and (max-width: 320px) {
    #slider {
        height: 350.71875px;
    }

    #elmts {
        height: 350.71875px;
        margin-left: auto;
        margin-right: auto;
    }
	/*30-July-205 start*/
	.boxDownloadEN, .boxContactEN{ padding: 50px 0;}
	/*30-July-205 start*/

}
/*Fin slider event*/

/*Slider RDM*/
#slider-g {
    height: 500px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    position: static;
    display: block;
    margin-right: 0%;
    top: 0px;
    left: 0px;
    background-image:url("img/RDM_header.jpg");
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgb(227, 227, 227);
}

#elmts {
    float: none;
    height: 500px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 87.5%;
    margin-right: auto;
    max-width: 1400px;
}

#image1 {
    float: left;
    width: auto;
    height: auto;
    margin-left: 48.446469%;
    margin-top: -435.2004380763366px;
    clear: both;
    color: rgb(0, 0, 0);
    max-width: 51.553912%;
}

#image {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 19.399058%;
    margin-top: 64px;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 1400px) {
    #slider-g {
        width: 100%;
        margin-top: -0.1875px;
        margin-right: 0%;
        margin-left: 0%;
        clear: none;
        background-image:url("img/header-events.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #elmts {
        width: 100%;
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    #image {
        margin-top: 64px;
        margin-left: 7.331635%;
        clear: none;
    }

    #image1 {
        margin-top: 64px;
        margin-left: 14.450939%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 50.864309%;
    }
}

@media only screen and (max-width: 1200px) {
    #slider-g {
        height: 413.0625px;
    }

    #elmts {
        height: 413.0625px;
        margin-left: auto;
        margin-right: auto;
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    #image1 {
        margin-top: 50px;
        margin-left: 19.026313%;
        clear: none;
    }

    #image {
        height: auto;
        width: auto;
        max-width: 20.285851%;
        margin-top: 50px;
        margin-left: 7.332303%;
        clear: none;
    }
}

@media only screen and (max-width: 1024px) {
    #slider-g {
        background-image:url("img/header-events.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #elmts {
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    #image1 {
        margin-top: 50px;
        margin-left: 0;
        clear: none;
    }

    #image {
        height: 348.96875px;
        width: 231.75px;
        max-width: none;
    }
}
/*add media screen 30-July-2015 start*/
@media only screen and (max-width: 991px) {
.imgProductSingle{margin: 0 auto;float: left;}
}
/*add media screen 30-July-2015 end*/

@media only screen and (max-width: 767px) {
    #slider-g {
        background-image:url("img/header-events.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 52% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #elmts {
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 40% 0%;
        background-repeat: repeat repeat;
    }

    #image1 {
        margin-top: 19px;
        margin-left: -29.618652%;
        clear: none;
        height: auto;
        width: auto;
        max-width: 90.464681%;
    }

    #image {
        margin-top: 154.59375px;
        margin-left: 7.328288%;
        clear: none;
        height: 257.71875px;
        width: 171.140625px;
    }
}

@media only screen and (max-width: 600px) {
    #slider-g {
        background-image:url("img/header-events.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(227, 227, 227);
        background-position: 65% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #image1 {
        margin-top: 51.009124755859375px;
        margin-left: -49.831887%;
        clear: none;
    }

    #image {
        margin-top: 170.89974493289515px;
        margin-left: 13.992537%;
        clear: none;
        height: 231.40625px;
        width: 153.671875px;
    }
}

@media only screen and (max-width: 414px) {
    #image1 {
        margin-top: -326.990875px;
        margin-left: 11.012389%;
        clear: none;
    }
	/*30-July-205 start*/
	.btn-download-RDMBrochure, .btn-download-contact{margin-top: 0px !important; }
	.boxContact, .boxDownload{padding: 60px 0;}
	/*30-July-205 start*/
}

@media only screen and (max-width: 320px) {
    #slider-g {
        height: 350.71875px;
    }

    #elmts {
        height: 350.71875px;
        margin-left: auto;
        margin-right: auto;
    }

    #image1 {
        margin-top: 40px;
        margin-left: -71.953731%;
        clear: none;
    }

    #image {
        margin-top: 110.890625px;
        margin-left: 23.364258%;
        clear: none;
    }
	/*30-July-205 start*/

	.boxContact, .boxDownload{padding: 50px 0;}
	/*30-July-205 start*/
}

@media only screen and (max-width: 240px) {
    #image1 {
        margin-top: 40px;
        margin-left: -99.22526%;
        clear: none;
    }
    .socialImgResponsive img{
        width: 22px;
        height: auto;
    }
    .boxTitle{
       /* font-size: 21px;*/
    }
    .rdm-bigbigtitre{
        line-height: 28px;
    }
    .productTitle {
        text-align: center;
    }
}
/*Fin Slider RDM*/

/*******************************************CUSTOM CSS*********************************************/
.contour-other-news .contentOtherNews a{display:none;}

.morePaddingRight .btn-download {
    margin-top: 28px !important;
}
.morePaddingRight {
    padding-right: 25px;
}
.boxContactResponsive a{
	width:150px;
}
.boxDownloadResponsive a{
	width:150px; 
 }
 .validate-event-form{
    border: none;
    background: #009fdf;
    color: white;
    padding: 10px 15px;
    font-weight: 600;
 }
 .validate-event-form.loading{
    background-color: #d3d3d3;
 }
 .single-article p>img{
    max-width: 100%;
 }