@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300|Montserrat:400,700);


ul {
	padding:0 !important;
}

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}   
 
a, p {
            transition: all linear .3s;   
         -o-transition: all linear .3s; 
        -ms-transition: all linear .3s;
       -moz-transition: all linear .3s;  
    -webkit-transition: all linear .3s;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}

.row {
	margin-left:0 !important;
	margin-right:0 !important
}

::-moz-selection { 
    color: #333333;
    background:#E8E8E8;
}
::selection {
    color: #333333; 
    background:#E8E8E8;
}

html {
   font-size: 100%;

	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
  color:#686868;

  background-color:#fff;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center top;  
  font-style: normal;
  font-variant: ;
  font-weight: 300;
  font-size: 18px; /* 0.8em */
  line-height: 20px; /*1.6em*/
  font-family: Roboto,sans-serif;
}
a {
  text-decoration: none;
  color:#000;
} 
a:hover {
  text-decoration: none; 
  color:#000;
}

img {max-width:100%;}

h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase;
  
  font-style: Montserrat,sans-serif;
  font-variant: ;
  font-weight: bold;
  font-size: 28px;
  line-height: 31px; 
  font-family: Montserrat,sans-serif;
  
  color:#000;
}

.remove {
 display:none !important;
}


#ytb_wrapper {
  border: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}

#ytb_group_sidebar br.automaticBreak {
  display: none;
}
.none {display:none!important}

/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
AC - STRUCTURE || sugestion
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */


#ytb_row_spe,

#ytb_row_footer {
    padding:35px 0;
  text-align:center;
}

#ytb_row_abc .block {  padding:35px 3%;}
.imagine_list {
text-align: center;
}
 .ytb_extension_imagine_list:first-child li.imagine_list_item img {
    max-width: 100px;
    width: 100%;
}

  li.imagine_list_item img {
    text-align: center;
    margin:10px 22px 32px 22px;
}

 li.basicArticleSuperListItem,
 li.imagine_list_item {
    clear: none;
    overflow: initial;
    display:inline-block;
}

#ytb_row_abc  h1,
#ytb_row_abc  h2,
#ytb_row_abc  h3,
#ytb_row_abc h4,
#ytb_block_spe_1 .article-view > h1,
  #ytb_block_spe_1 .article-view > h2,
  #ytb_block_spe_1 .article-view > h3,
  #ytb_block_spe_1 .article-view > h4,
  #ytb_row_abc .basicArticleSuperListCategoryTitle {
padding:45px 0;
  text-align:center;
}

/* ======== */

/* niveau 0 */
#ytb_wrapper {
}

/* ======== */

/* niveau 1 */
#ytb_wrapper .ytb_group {

}

/* details niv. 1 */
#ytb_group_HEADER {
}

#ytb_group_MAINBODY {
}

#ytb_group_FOOTER {
}

/* ======== */

/* niveau 2 */
#ytb_wrapper .ytb_group .row {
}

/* details niv. 2 */
#ytb_group_HEADER .row {
}

#ytb_group_MAINBODY .row {
}

#ytb_group_FOOTER .row {
}

/* ======== */

/* niveau 3 */
#ytb_wrapper .ytb_group .row .block {
}

/* details niv. 3 */
#ytb_group_HEADER .row .block {
}

#ytb_group_MAINBODY .row .block {
}

#ytb_group_FOOTER .row .block {
}

/* ======== */

/* niveau 4 */
#ytb_wrapper .ytb_group .row .block > div {
}

/* details niv. 4 */
#ytb_group_HEADER .row .block > div {
}

#ytb_group_MAINBODY .row .block > div {
}

#ytb_group_FOOTER .row .block > div {
}



/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
AC - DIVERS
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
/* BOUTONS  */
.btn {
  color:#ffffff;
  font-weight:600;
  padding:8px 20px;
  border-radius:5px;
  display: block;
  margin: 0 11px 11px 11px;
  min-width: 210px;
}
[class*=specSeeAll] {
text-align: center;
}
[class*=specSeeAll] a {
  border-radius:5px;
  text-decoration:none;
  padding:15px 20px;
    display:inline-block;
    background-color:#333333;
  color:#ffffff;
  text-transform:uppercase;
  font-size:13px;
  font-weight:400;
  font-family:'Roboto';
}
.specSeeAllWhite a {
    background-color:#f4f4f4;
  color:#333333;
}
.specSeeAllWhite a:hover {
  color:#ffffff;
}

[class*=specSeeAll] a:hover,
.btn.btn-default:hover {
 background-color:#454545;
}
.btn i {
  margin-right: 11px;
}
.btn a:hover,
.btn:hover {
  text-decoration:none;
  color:#ffffff;
}



/* spé */
.btn.phone {
  border:1px solid #717171;
  background-color: #333333;
}
.btn.contact {
 background-color: #1DA7FF;
}



/* cookie bar */
#cookie-law-info-bar {
  background: rgba(255, 255, 255, 0.9) !important;
  bottom: 0 !important;
  box-shadow: 0px 0px 5px 0px rgba(229, 229, 229, 0.7);
  -moz-box-shadow: 0px 0px 5px 0px rgba(229, 229, 229, 0.7);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(229, 229, 229, 0.7);
}

#cookie-law-info-bar p {
  padding: 30px !important;
  color: #3D3D3D !important;
}

#cookie-law-info-bar button {
  background-color: #505050;
  border: 0;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bolder;
  border-radius: 4px;
  margin: 5px auto;
  display: block;
}

/*======================
** Equipe  **
====================== */
.workerDetailsRole,
.workerDetailsName,
.TeamDetailedListWorkerRole,
.TeamDetailedListWorkerName {
  font-weight: bold;
  text-transform: uppercase;
}

.TeamDetailedListItemContainer {
  margin: 0px 0 30px 0;
  width: 100%;
}

.workerDetailsImage,

/* fiche equipe */
.TeamDetailedListWorkerImage,
.TeamDetailedListItemContainer {
  float: left;
}

.workerDetailsImage,

/* fiche equipe */
.TeamDetailedListWorkerImage {
  margin-right: 20px;
}

.TeamDetailedListWorkerCommaAfterName {
  margin-right: 5px;
  display: none;
}

.TeamDetailedListWorkerDescription {
  font-size: 0.9em;
}

.TeamDetailedListWorkerLinkToWorkerPage {
  float: right;
  font-style: italic;
}

/* fiche equipe */
.workerDetailsImage img {
  width: auto;
}

/*======================
** SUPER LIST  **
====================== */

/*LISTE LI*/
.basicArticleSuperListItem {
  display: block;
  list-style-type: none;
}



/*IMAGE*/
.basicArticleSuperListArticleImageContainer {
  float:left;
  margin:0 10px 10px 0;
}

/*TITRE*/
.basicArticleSuperListArticleTitle {
  margin: 5px 0;
}

.basicArticleSuperListArticleTitle a {
}

/*TEXTE*/
.basicArticleSuperListArticlePreview {
}

/* Desciption categorie */
.basicArticleSuperListCategoryDescription {
  margin-bottom: 10px;
}

/*pagination*/
.basicArticleSuperListPaginationTop,
.basicArticleSuperListPaginationBottom {
  width: 100%;
}

.basicArticleSuperListPaginationBottom .page a,
.basicArticleSuperListPaginationTop .page a {
  background: #9b9b9b;
}

.basicArticleSuperListPaginationBottom .page a:hover,
.basicArticleSuperListPaginationTop .page a:hover {
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  text-decoration: none;
}
.basicArticleSuperListPaginationBottom .current,
.basicArticleSuperListPaginationTop .current{
  background:#000;  
}
.basicArticleSuperListPaginationBottom .current, .basicArticleSuperListPaginationTop .current, .basicArticleSuperListPaginationBottom .page a, .basicArticleSuperListPaginationTop .page a {
  display: inline-block;
  padding: 5px;
  color: #fff;
  height: 15px;
  line-height: 15px;
  width: 15px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}


/*==================
** Google maps   **
==================*/
.map_canvas {
  min-height: 190px !important;
}
table.gadget {
  width: !important;
}
.GoogleMapsDirectionsContainer {
  width: !important;
}

/*==================
** Tableau tarifs   **
==================*/
div.ytb_extension_ylly_services table {
  width: 100%;
}
div.ytb_extension_ylly_services table tr td {
  border: 1px solid #f3f3f3;
  padding: 1%;
}
.td_price {
  width: 12%;
}

/*==================
** Formulaire **
==================*/


label {
  	font-weight: bold;
  	float: left; 
  display:none;
}

.captcha {
    float: none;
    clear: both;
}

.contact-form-submit,
.contact-form-message,
.clear {
    float: none !important;
    clear: both !important;
    height: auto !important;
    line-height: initial !important;
  overflow:auto;
}


.captcha .recaptchaHelpSentence {
	float: none;
    clear: both;
    display: block; 
    font-style: italic;
}

.captcha input#Captcha {
    float: left;
    width: 98%;
}

.contact-input-text, .contact-input-textarea {
    width: auto;
}
.contact-form-submit {
    margin: 10px 0;
}

.field, .contact-form-message {
    padding-top: 0;
    height: 46px;
    line-height: 46px;
  position:relative;
}



.field.message {
height:150px;
}
.contact-form-action-form {
position:relative;
}
.ytb_extension_contact_form .contact-form-action-form button[type="button"] {
    background: none repeat scroll 0% 0% #1ca7ff ;
    border: medium none;
    border-radius: 0.2em;
    padding: 15px 7px;
  font-weight:bold;
  font-size:20px;
    width: 100%;
  display:block;
    color: #FFF;
    text-transform: uppercase;
    margin: 10px 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}
#ytb_group_INTERNE .ytb_extension_contact_form .contact-form-action-form input[type="button"] {
  width:auto;
   padding: 15px 30px;
}

#ytb_group_INTERNE .ytb_extension_contact_form .contact-form-action-form input[type="button"]:hover {
 background-color:#454545;
  color:#ffffff;
}

.ytb_extension_contact_form .contact-form-action-form input[type="button"]:hover,
.ytb_extension_contact_form .contact-form-action-form input[type="button"]:active {
    background: none repeat scroll 0% 0%  #fff;
    color: #000;
}

#modalContact .modal-body .form-contact-response {
	height:100px;
	padding:10px;
	text-align:center;
}

.form-contact-response p.success{
	text-align:center; 
	font-size:16px; 
	color:#1ca7ff; 
	font-weight:bold
}

.form-contact-response p.error{
	text-align:center; 
	font-size:16px; 
	color:orangered; 
	font-weight:bold
}

#modalContact .modal-body input{
	margin-bottom:10px;
}

#modalContact .modal-body span.star {
	position:absolute;
	right:25px;
	margin-top:15px;
}

#contact_form_view span.star {
	
	position:absolute;
	right:5px;


}

#modalContact .modal-body input,
.ytb_extension_contact_form .contact-form-action-form input[type="text"], 
.ytb_extension_contact_form .contact-form-action-form input[type="email"]{
	height:40px !important;
}

#modalContact .modal-body input,
#modalContact .modal-body textarea,
.ytb_extension_contact_form .contact-form-action-form input[type="text"], 
.ytb_extension_contact_form .contact-form-action-form input[type="email"], 
.ytb_extension_contact_form .contact-form-action-form textarea {
    background: none repeat scroll 0% 0% transparent;
    border: 1px solid #c6c6c6;
    border-radius: 0.2em;
    padding: 10px 14px;
    width: 100%;
	font-size:14px;
	line-height:14px !important;
	background:#eeeeee;
	color:#333333;
	-webkit-appearance: none;

  

  
/* pour couvrir astérix*/
position: absolute;
top: 0;
left: 0;
}

.ytb_extension_contact_form .contact-form-action-form textarea {
	line-height:16px !important
}	

.modal {
	z-index:99999
}

#modalContact .modal-body {
	background:#dedede
}

.modal-header {
	background:#333333;
}	

.modal-title {
	color:white;
	font-size:20px;
	text-align:center;
}	

#modalContact .modal-body button[type=button]{
	background:#1DA7FF;
	display:inline-block
}

.modal-footer button[type=button]{
	background:#333333;
	margin-top:0
	
}	


	
#modalContact .modal-body input,
#modalContact .modal-body textarea {
	position:relative !important
}

#modalContact .modal-body textarea {
	height:150px
}	

#modalSpecs .modal-header {
	background:#1DA7FF
}

#modalSpecs .modal-body {
	background:#343434 url(../pics/spe_bg.jpg) no-repeat center scroll; 
	background-size: auto 100%;

}

#modalSpecs .modal-body h3 {
	color:white !important;
	font-size:20px !important;
}	


#modalSpecs .modal-body li {
	display:block !important;
	margin-bottom:5px;
}

#modalSpecs .modal-body li .basicArticleSuperListArticleImageContainer {
	display:inline-block;
	width:60px;
	height:60px;
	line-height:60px;
}

#modalSpecs .modal-body li .basicArticleSuperListArticleImageContainer img {
	padding:0;
	text-align:center;
	margin-left:5px;
	line-height:60px !important;
}	

#modalSpecs .modal-body h3 {
	float:right !important;
	width:80%;
	text-transform: none !important;
	line-height:50px;
	font-size:18px !important
}	

#modalSpecs .modal-footer button, #modalMentions .modal-footer button {
	display:inline-block;
	background:#dedede;
	color:black
}

.field, .contact-form-message {
text-align:right;
}

.requis {
font-size: 12px;
font-weight: 300;
line-height: normal;
}
textarea {
overflow:hidden !important;
}

.ytb_extension_contact_form .contact-form-action-form textarea {
    resize: none;
    height: 150px; 
  font-family: Roboto,sans-serif;
    color:#333333;
}

.ytb_extension_contact_form .contact-form-action-form input[type="text"]:focus, 
.ytb_extension_contact_form .contact-form-action-form input[type="email"]:focus, 
.ytb_extension_contact_form .contact-form-action-form textarea:focus {
    box-shadow: 0px 0px 4px #C1C1C1 inset;
    border: 1px solid #FFF;
}

.contact-form-description {
 	padding:0 0 2% 0;
}

.recaptchaHelpSentence {
  	float:left;
}

.mathContainer {
  	color: #FF0202;
  	font-weight: bold;
}


/*==================
** Joli message error **
==================*/
.contact-form-error {
  margin-top: 2%;
}
.ytb_extension_contact_form .contact-form-error span:before {
  content: "!";
  font-size: 16px;
  width: 17px;
  display: inline-block;
  height: 17px;
  border-radius: 20px;
  background: none repeat scroll 0% 0% #F2AEA5;
  color: #ffffff;
  margin: 10px 20px 0px -25px;
  text-align: center;
}
.ytb_extension_contact_form .contact-form-error span {
  padding: 0px 3px 8px 3px;
  border-radius: 3px;
  background: none repeat scroll 0% 0% #F2AEA5;
  color: #FFF;
  margin: 0px 0px 0px 25px;
  width: 70%;
}

/*==================
** BOUTON Return  **
==================*/
.returnButton {

background-color: #e8e8e8;
float: right;
margin-top: -2px;
padding: 15px;
border-radius: 4px;

}
.returnButton:hover {
  background-color: #f4f4f4;
}

/* =========================
   mep - Temoignages
   =========================*/
.ytb_extension_testimonial {
  position: relative;
}

/* Titre temoignage */
.ytb_extension_testimonial h2 {
  color: #BC2C80;
  font-family: Arial, Helvetica, sans-serif;
}

/*nom*/
.body_avis .testimonialList strong {
  font-weight: bold;
}

/*date*/
.body_avis .testimonialList span {
  font-weight: bold;
}
.body_avis .testimonialList span:before {
  content: " - ";
}

/* texte */
.yproxTestimonial {
  margin-bottom: 20px;
  font-size: 12px;
}

/* ajouter un avis */
a:hover.testimonial_add {
  text-decoration: underline;
}
.testimonial_add {
  float: right;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #bc2c83;
  font-size: 12px;
}

/* Nom + date + texte + btn */
.ytb_extension_testimonial .body_avis {
  height: 100px;
}

/* autre */

/* btn voir plus */
.read-more {
}
.read-more:before {
}
a:hover.read-more {
}

/* =========================
   Message d'introduction 
   =========================*/
#yprox_intro_close {
  color: #ffffff !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #999999;
  display: block;
  width: 140px;
  margin: 10px auto;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#banvideo {
  margin: 0 auto;
  width: 800px;
  height: 450px;
}

/* =========================
   Message Cookies 
   =========================*/
#cookie-law-info-bar {
  background:rgba(254, 255, 228, 0.9) !important;
  bottom: 0 !important;
  box-shadow: 0px 0px 5px 0px #E5E5E5;
  -webkit-box-shadow: 0px 0px 5px 0px #E5E5E5;
}
#cookie-law-info-bar p {
  padding: 30px !important;
  color: #3D3D3D !important;
}
#cookie-law-info-bar button {
  background-color: #505050;
  border: 0;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bolder;
  border-radius: 4px;
  margin: 5px auto;
  display: block;
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
BA - HEADER
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */

/* =========================
   HEARDER  //// 
   =========================*/

#ytb_row_header {
  background-color:#ffffff;
  color:#333333;
  text-align:center;

  z-index: 10000;
  width: 100%;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
}



#ytb_block_slider_3 img,
#ytb_block_slider_1 img {
 display: block;
}
#ytb_block_slider_1 .ytb_extension_article + .ytb_extension_article {
display:none;
}
#ytb_block_header_1,
#ytb_block_header_2,
#ytb_block_header_3 {
float:none;
   width: 100%;
  text-align: center !important;
padding: 5px;
}

#ytb_block_header_3 {
/*float:right;
  width: 10%;*/
}
#ytb_block_header_3,
#ytb_block_header_1 {
  background-color: rgb(255, 255, 255);
}
#ytb_block_header_1 img {
  max-height:85px;
}
#ytb_block_header_4 .btn {
  display:inline-block;
  color: #fff;
  font-size:100%;
  font-weight:600
}

#ytb_block_header_4 {
 width:100%
}
#ytb_block_header_3 {
 /*width:35%*/
}





#ytb_row_header .block > div {
vertical-align:middle;
display:inline-block;
line-height:1.2; /* on rétablit le line-height */
}
#ytb_block_header_3 {
  text-align:right;
}
#ytb_row_header img {
  vertical-align: middle;
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
BB - ACCUEIL
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
/*******************/
/* identité et maps */

#ytb_block_slider_1 .ytb_extension_article {
  background-color:#dedede;
  color:#555555;

}
.identite strong {font-weight:bold;}
  .identite {
    padding: 30px;
  }
.identite .col_right .btn.phone {
  border: 0;
  padding: 0;
  font-size: 22px;
  color: #555555;
  background-color:transparent;
  text-align:left;
  padding-bottom: 10px;
padding-top: 20px;
  margin: 0;
}
.identite .btn.phone.btn-default:hover {
  background-color:transparent;
}

.identite .col_left strong a {
  color:#3a3c34;
  font-size:28px;
  font-family:Montserrat,sans-serif;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:25px;
  display:block;
}


#ytb_block_slider_1 .automaticBreak {
  display:none;
}

/* FB */
.fbicone a {
/*background-color:#1DA7FF;*/
    height: 30px;
    width: 30px;
    line-height: 27px;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
  
  
  -webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
  background-color:#395795;
  
  
}

#ytb_block_slider_1 .fbicone img {
display:inline-block;
vertical-align: middle;
  width:auto;
}

#ytb_block_slider_1 .fbicone {
padding-top:10px;
}

/*******************/
/* main  */

#ytb_block_main_1 {
  padding:5% ;
  }
#ytb_row_main {
  position: relative;
  z-index: 10 !important;
  overflow: visible;
}
#ytb_group_SIDEBAR {
  clear:both;
}
#ytb_block_main_2 {
  position:relative;
  background-color:#dedede;
  padding:5% 5% 5% 5%;
}

#ytb_block_main_2 > div{
margin:0 18px 18px 18px;

}


#ytb_block_main_1 .automaticBreak {
display:none;
}
#ytb_block_main_1 > div:first-child {
 /* font-size:14px;*/
    border-bottom:1px solid #e8e8e8;
  margin-bottom:40px;
  padding-bottom:40px;
}
#ytb_block_main_1 > div .title,
#ytb_block_main_1 > div h3,
.identite .ytb_extension_article h3 {
color:#1ca7ff;
  margin-bottom: 15px;
 /* font-size:14px;*/
}
.identite .ytb_extension_article h3 {
margin-top:20px;
}
#ytb_block_main_1 > div:last-child .title,
#ytb_block_main_1 > div:last-child h3,#ytb_block_main_1 > div:last-child h2 {
margin-bottom: 30px;
}




/*******************/
/* specialité  */

#ytb_wrapper {

}
#ytb_row_spe {
  background:#343434 url(../pics/spe_bg.jpg) no-repeat center scroll; 
  background-size: auto 100%;
}
#ytb_row_spe * {
  color:#ffffff;
}

#ytb_block_spe_1 {
  text-align:center;
}

#ytb_row_spe .basicArticleSuperListItem {
    display:inline-block;
    clear: none;
   margin:22px 22px 32px 22px;
  position:relative;
}
#ytb_row_spe .basicArticleSuperListItem:hover img {
transform:translateY(-4px);
  transition-duration: 0.3s;
}
#ytb_row_spe .basicArticleSuperListItem .basicArticleSuperListArticleTitle {
  color:#ffffff;
  max-width:108px;
  font-size: 14px;
  line-height: 17px;
  font-family: Roboto;
  text-transform: none;
  font-weight: 400;
  
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -20px;
margin-top: 120px;  

}
#ytb_row_spe .basicArticleSuperListCategoryTitle {
  display:none;
}
#ytb_row_spe [class*=specSeeAll] {
  margin:35px 0 0 0;
}
#ytb_row_spe #ytb_block_spe_1 {
  padding:0 0 35px 0;
}

/*icones */
.basicArticleSuperListArticleImageContainer {
  float: none;
  margin:0;
}
.basicArticleSuperListArticleImageContainer  {
  width:108px;
  height:108px;
  line-height:108px;
  border-radius:50%;
  background-color:#1ca7ff;
}
.basicArticleSuperListArticleImageContainer img {
  max-width:50px;
  vertical-align: middle;
}


/*******************/
/* Partenaires & Qualifications & rezopro */
#ytb_row_abc li.basicArticleSuperListItem {
  clear:none;
  overflow: initial;
  float: left;
}

#ytb_row_abc li.basicArticleSuperListItem + li.basicArticleSuperListItem{
  padding:0;
}
#ytb_row_abc .logoPartenaires li.basicArticleSuperListItem .basicArticleSuperListArticleImageContainer {
  text-align: center;
  margin: 0;
}
#ytb_row_abc .logoQualifications li.basicArticleSuperListItem .basicArticleSuperListArticleImageContainer {
  text-align: center;
  margin: 12px 22px 0 0;
}
#ytb_row_abc .basicArticleSuperListItem .basicArticleSuperListArticleImageContainer {
  display: block;
margin: 0 auto;
width: 100%;
}
#ytb_row_abc .basicArticleSuperListItem .basicArticleSuperListArticleImageContainer img {
max-height: 70px;
  height:auto;
  width:auto;
margin: 0 0 20px 0;
}


/* Partenaires & Qualifications */
#ytb_block_abc_2 {
border-bottom:1px solid #cccccc;
}
#ytb_block_abc_2 .basicArticleSuperListItem,
#ytb_block_abc_3 .basicArticleSuperListItem {
display: inline-block;
width: 33.3333%;
text-align: center;
margin: 0 auto;
}
#ytb_row_abc #ytb_block_abc_2 li.basicArticleSuperListItem .basicArticleSuperListArticleImageContainer,
#ytb_row_abc #ytb_block_abc_3 li.basicArticleSuperListItem .basicArticleSuperListArticleImageContainer {
    text-align: center;
    margin:0;
}

/* rezopro */
#ytb_block_abc_1 {
  background-color: #dedede;
  overflow:auto;
}
#ytb_row_abc #ytb_block_abc_1 .basicArticleSuperListItem:before {
  content:"2";
  display:block;
  float:left;
  margin:0 20px 0 0;
  border-radius:50%;
  color:#ffffff;
  font-size:27px;
  font-weight:bold;
  background-color:#1ca7ff;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
}
#ytb_row_abc #ytb_block_abc_1 .basicArticleSuperListItem:first-child:before {
  content:"1";
}
#ytb_row_abc #ytb_block_abc_1 .basicArticleSuperListItem:last-child:before {
  content:"3";
}
#ytb_row_abc #ytb_block_abc_1 .basicArticleSuperListItem .basicArticleSuperListArticleImageContainer {
  display:none;
}

#ytb_row_abc #ytb_block_abc_1 li.basicArticleSuperListItem {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#ytb_row_abc #ytb_block_abc_1 .basicArticleSuperListArticlePreview {
    color: #838383;
    font-weight: 400;
    font-size: 16px;
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
BC - INTERNES
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
#ytb_group_INTERNE { clear: both;}
/*=========================
** CORPS DE PAGE INTERNES **
=========================*/
/* INTERNE_TITRES */
#ytb_row_page_content > .article-view > div + h2,
#ytb_row_page_content > .article-view > h2,
#ytb_row_page_content .block div  > h2,
#ytb_row_page_content .block div  > h2 a,

#ytb_row_page_content > .article-view > div + h1,
#ytb_row_page_content > .article-view > h1,
#ytb_row_page_content .block div  > h1,
#ytb_row_page_content .block div  > h1 a {
  font-style: Montserrat,sans-serif;
  font-variant: ;
  font-weight: normal;
  font-size: 28px;/*1.5em*/
  line-height: 31px;  
  font-family: Montserrat,sans-serif;
  
  color: #000;
  padding:45px 0;
}

/*======================
** ** MEP ARTICLE ** **
=====================*/

#div-slider .onlyoneimage li {
  margin:0;
  padding:0;
}

#div-slider {
  overflow: auto;
float: left;
margin: 0px 20px 10px 0px;
}
#ytb_group_interne .article-body strong {
  font-weight:bold;
  color:#1ca7ff;
}
#ytb_group_interne .article-body .Texte ul li {
  list-style-type: square;
  margin-left: 40px;
}
#ytb_group_interne .article-content-body p  {
  margin: 8px 0; 
}
#ytb_group_interne .article-body {
  line-height:initial;
}
#ytb_group_interne .article-body h1, 
#ytb_group_interne .article-body h2,
#ytb_group_interne .article-body h3,
#ytb_group_interne .article-body h4,
#ytb_group_interne .article-body h5 {
  font-style: Montserrat,sans-serif;
  font-variant: ;
  font-weight: normal;
  font-size: 12px;
  line-height: ;  
  font-family: Montserrat,sans-serif;
  color:#000;
  margin: 25px 0 0 0;
  padding:0;
  text-transform:uppercase;
}
#ytb_group_interne .article-body h1 {
  font-size: 2em;
}

#ytb_group_interne .article-body h2 {
  font-size: 1.8em;
}

#ytb_group_interne .article-body h3 {
  font-size: 1.6em;
}

#ytb_group_interne .article-body h4 {
  font-size: 1.4em;
}

#ytb_group_interne .article-body h5 {
  font-size: 1.2em;
}

/* LISTE PAGE INTERNE */
/*  specialites_articles <---------------------------- */
#ytb_row_page_content .basicArticleSuperList {
text-align: center;
}
#ytb_row_page_content .specialites_articles .basicArticleSuperListArticleImageContainer {
  background-color:#1DA7FF;
  border-radius:50%;
  height:70px;
  line-height:70px;
  width:70px;
  text-align:center;
  float: none;
  margin: 0 auto;
}
#ytb_row_page_content .specialites_articles .basicArticleSuperListArticleTitle {
font-size: 16px;
text-align: center;
line-height: 20px;
font-weight: 400;
text-transform: none;

}
#ytb_row_page_content .specialites .basicArticleSuperListItem {
    padding: 20px 0px;
    clear: none;
  display:inline-block;
  width: 130px;
margin: 0 20px;
  vertical-align: top;
}
#ytb_row_page_content .specialites_articles .basicArticleSuperListArticleImageContainer img {
  vertical-align: middle;
  width:40px;
}

/*===============================
** ** SLIDER page & article ** **
================================*/

/* slider page */

.article-body.article-image-slider {
}

.article-body.article-image-slider .lSSlideOuter {
  width: 50%;/* variable */
  float: left;
  margin: 0 30px 0 0;
}

.article-body.article-image-slider .lSSlideWrapper ul li,
.article-body.article-image-slider .lSSlideWrapper {
  height: 200px !important;/* variable*/
  overflow: hidden;
}

.photoText {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  padding: 5px;
  margin: 10px 0 0 0;
  border-radius: 7px;
}

/* slider global */
.lSSlideWrapper {
  background-color: rgba(255, 255, 255, 0.23);
  padding: 4px;
  border-radius: 7px;
}

.lSSlideWrapper ul li img {
  height: 100%;
  margin: 0 auto;
}

.lSSlideOuter .lSPager.lSGallery,
.lSSlideOuter .lSPager.lSGallery li {
  height: 60px !important;
  overflow: hidden;
  margin-bottom: 20px;
}

.lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
}

/* slider artilcle*/
#div-slider li {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.lSSlideWrapper ul li,
.lSSlideWrapper {
  height: 200px !important;/* variable */
  overflow: hidden;
}

#div-slider .lSSlideOuter {
  width: auto !important;
  height: auto !important;
}

#ytb_wrapper .article-body #div-slider.div-left {
  width: 50% !important;/* variavle*/
}

#ytb_wrapper .article-body #div-slider.div-left.onlyOneImage {
  width: auto !important;
}

/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
BD - FOOTER 
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */

#ytb_group_FOOTER {
  background-color:#f4f4f4;
  position:relative;
}
#ytb_row_footer .block {
}
#ytb_group_FOOTER:before {
content: "";
display: block;
width: 100%;
height: 12px;
background-image: url('../pics/shadow.png');
background-repeat: repeat-x;
position: absolute;
top: -12px;
  
}

#ytb_group_FOOTER .btn {
display:inline-block;
  border: 1px solid #e3e3e3;
  color: #1ca7ff;
background-color: white;
	font-size:100%;
	font-weight:600
}
#ytb_group_FOOTER p {
margin-bottom:25px;
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
C - MEDIA QUERIES - MOBILE FIRST 
  | Choisir les points de ruptures
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */

  /* 100% */
  
.ytb_group {
  width:100%;
}

.row {
  /*overflow: auto;*/
  clear:both;
}
  #ytb_group_INTERNE,
  #ytb_block_spe_1 {
padding:0 20px;
  }


/*  ==============================================================
 Media Queries  ||| GENERALE || 960px -------> 1200px 
  =============================================================== */
@media only screen  and (min-width:1301px) {
/* les font-sizes */
  .identite .col_left strong {
 /* font-size:24px;*/
  line-height:27px;
  
}
}

@media only screen  and (max-width:1300px) {
  .interventions h3 {
    line-height: 20px;

    margin-top: 10px;
  }
.identite .col_right .btn.phone {
    font-size: 18px;
    padding-bottom: 5px !important;
}
  #ytb_block_slider_1 .identite .col_left p{
    /*font-size:18px !important;*/
    line-height:21px;
  }
  .identite {
  font-size:16px;
  }
  .identite .col_right .btn.phone {
  
  }
  .identite .col_right {
  }
  .identite .col_left strong a {
    font-size:18px;
    line-height:18px;
    margin-bottom: 5px;
  }
  h1,h2,h3,h4,h5,h6,h7 {
    font-size:22px;
  }
  
/* Toutes les petites marges */  
#ytb_block_main_1 > div:last-child .title,
#ytb_block_main_1 > div:last-child h3,
#ytb_block_main_1 > div:last-child h2 {
   margin-bottom: 15px;
}
#ytb_block_spe_1 .article-view > h1,
  #ytb_block_spe_1 .article-view > h2,
  #ytb_block_spe_1 .article-view > h3,
  #ytb_block_spe_1 .article-view > h4,
  #ytb_row_abc .basicArticleSuperListCategoryTitle {
    padding: 25px 0;
}  
#ytb_row_abc .block {
    padding: 15px 3%;
}  
#ytb_group_INTERNE {
  padding-bottom:25px;
}
  
}
#ytb_block_slider_2 {overflow:hidden;}
#ytb_block_slider_2 .automaticBreak{display:none;}



/* ================================================
   Media Queries  ||| DESTOCK || ... 960 -------> 8 
   ================================================ */
@media only screen and (min-width:961px) {

  
  .btn {
  margin:  11px 11px 11px 0;

}
  
  /* ======== */
  /* largeur max. */
  #ytb_group_INTERNE,
  #ytb_block_spe_1 {
    max-width: 1180px;
    margin: 0 auto;
  }
#ytb_group_INTERNE {
  padding-bottom:45px;
}
  #ytb_row_spe {

  }
  /* 66% 33% */

#ytb_row_main .block {
  float:left;
  vertical-align:top;
}
  #ytb_block_main_1 {
    width:66.6666666666666666666%;
   /*   padding:5% 123px;*/
    padding:3% 7%;
  }
  #ytb_block_main_2 {
    width:33.3333333333333333333%;
    padding:0 5% 5% 5%;
  }
  
#ytb_block_main_2:before {
  content:"";
  background-color:#dedede;
width: 100%;
height: 92px;
position: absolute;
top: -92px;
z-index: 100000000;
display: block;
left: 91px;
right: 0;
}
#ytb_block_main_2:after {
  content:"";
  background-image:url('../pics/triangle.png');
  background-repeat:no-repeat;

height: 92px;
position: absolute;
top: -92px;
z-index: 100000000;
display: block;
left: 0;
right: 0;
}
  

  
  /* 50% */
  #ytb_row_slider {
	  margin-left:0 !important;
	  margin-right:0 !important
  }
  #ytb_row_slider  img {
    width: 100%;
    

}
  
/* patch */
  #ytb_row_slider  #ytb_block_slider_1,
  #ytb_row_slider  #ytb_block_slider_2 {height: 540px;overflow:hidden;}
  #ytb_row_slider  #ytb_block_slider_2 img {

    min-width: 100%;
       min-height: 100%;
       height: initial;
       width: initial;
max-width: inherit; 
   }
  
   #ytb_row_slider #ytb_block_slider_1 .ytb_extension_article,
   #ytb_row_slider #ytb_block_slider_1 .ytb_extension_location {
  height: 50%;
  }
/* patch */  
  #ytb_row_slider .block {
    width: 50%;
    float:left;
    height: 100%;
    position: relative;
  }
  #ytb_block_slider_1 > div {
    width: 100%;
    position: relative;
  }
  
  
  #ytb_block_slider_1 .ytb_extension_article {
    /*padding: 5% 123px;*/
      padding:0 0 0 14%;
  }
  
  


  
  
  
  /* 33%  */
  .stateThree .block {
    width:33.3333333333333333333333%;
    /*float:left;*/
    display: table-cell;
    margin: 0  ;
  }
  
  /* HEADER */
  #ytb_block_header_2 > div {
text-align:left;font-weight:bold;}
#ytb_row_header .block a {
color:#ffffff;}
    #ytb_block_header_2  {max-width:355px;overflow:hidden;}
  
#ytb_row_header {
  background-color:#333333;
  color:#ffffff;
  position:fixed;
  z-index: 10000;
	margin-left:0 !important;
	margin-right:0 !important;
  width: 100%;
}
  #ytb_row_header .block {
    height:100px;
    line-height:100px;
    padding: 0px 20px;
}
#ytb_row_slider {
padding-top:100px;}
#ytb_row_slider {
padding-top:100px;}
#ytb_block_slider_3 img,
#ytb_block_slider_1 img {
 display: block;
}
#ytb_block_header_1,
#ytb_block_header_2{
float:left;
   width: auto;
}
#ytb_block_header_4,
#ytb_block_header_3 {
float:right;
  width: auto;
}
#ytb_block_header_4 .btn {
  display:inline-block;
}

  
/* SLIDER */
  #ytb_block_slider_1 .ytb_extension_article:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* space width */
  }
  .identite {
    display: inline-block;
    vertical-align: middle;
    padding:0;
    width:100%;
  }
  .identite [class*="col_"] {
   display:table-cell;
   vertical-align:top;
    width: 50%;
  }
   .identite .col_left {
      padding-right:40px;
   }
  .identite .col_right {
    border-left:1px solid #e8e8e8;
    padding-left:40px;
    padding-right:40px;
  }  
  .identite .col_right .btn.phone {
  padding-bottom: 30px;
     padding-top: 0;
  }
  
/* partenaire */  
#ytb_block_abc_2 {
  border-bottom: 0;
  border-right:1px solid #cccccc;
}  
  
  /* formulaire */
  
  #ytb_group_INTERNE .field:not(.message) {
width: 49.8%;
display: inline-block;
} 
  
}

/* fin Destock  */



@media only screen and (min-width:961px) and (max-width:1200px) {
  
/*
  #ytb_block_slider_2 > div,
  #ytb_block_slider_2 > div p {
  height: 480px;
    width:auto;
  }
  */
  
  /* patch */
  #ytb_row_slider #ytb_block_slider_1,
  #ytb_row_slider #ytb_block_slider_2 {
    height: 450px;overflow:hidden;
  }
  
/*patch */
    #ytb_block_slider_2 > div img {
  height: 100%;
  width:auto;
  max-width:initial;
  }
  #ytb_block_slider_1 .ytb_extension_article {
    padding: 0 0 0 13% !important;
  }
  
  #ytb_block_header_1  {max-width:150px;}

  #ytb_block_header_3 img {max-width:150px;}
  #ytb_block_header_4 {max-width:290px;}
  #ytb_block_header_4 .btn { margin: 0;  }
  #ytb_block_header_4 .btn:first-child { margin-bottom: 5px;margin-top: -5px;  }
}


/*  ==============================================================
 Media Queries  ||| GENERALE || 0 -------> 360px -------> 960px 
  =============================================================== */

/* --- Tablettes et  Smartphones---- || 0 -------> 960px */
@media only screen and (max-width:960px) {
  #ytb_wrapper {
    width:;
  }
  #ytb_wrapper .ytb_group .row .block > div {
    height: auto !important;
}
.map_canvas {
    min-height: 220px !important;
}

  /* iphone N° phone */
  a[href^=tel] {
    color: inherit;
    text-decoration: none;
  }
  #contactButton {
  -webkit-appearance: none;
}
}
<!-- fin min-width:768px -->








/* --- Tablettes ---- || 360px -------> 960px  */
@media only screen and (min-width:361px) and (max-width:960px) {
}

/* --- FIN Tablettes ---- */

/* ---- Smartphones ---- || 0 -------> 360px */
@media only screen and (max-width:360px) {
}

/* ---- FIN Smartphones ---- */

/* FIN Media Queries  ||| GENERALE */


/* --- FIN Media Queries  ||| MENU RESPONSIVE ---- */

