

.encart_info {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /*0*/
	padding: 15px;
	color:#ffffff;
}

.encart_info .btn-whiteall, .encart_info .btn { text-align: center}

/**********portfolio_project et video mai 2017 *************************/


.dexp-portfolio-toolbars,
.dexp-portfolio_project-toolbars
 {
  padding: 10px 0;
}
ul.dexp-portfolio-filter,
ul.dexp-portfolio_project-filter,
ul.dexp-masonry-filter {
  margin-bottom: 35px;
  padding: 0;
}
ul.dexp-portfolio-filter li,
ul.dexp-portfolio_project-filter li,
ul.dexp-masonry-filter li {
  display: inline-block;
  margin: 0;
}
ul.dexp-portfolio-filter li a,
ul.dexp-portfolio_project-filter li,
ul.dexp-masonry-filter li a {
  text-decoration: none;
}
ul.dexp-portfolio-filter li a:hover,
ul.dexp-portfolio_project-filter li a:hover,
ul.dexp-masonry-filter li a:hover {
  text-decoration: none;
}
ul.dexp-portfolio-filter li a span,
ul.dexp-portfolio_project-filter li a span,
ul.dexp-masonry-filter li a span {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul.dexp-portfolio-filter li a:hover span,
ul.dexp-portfolio-filter li a.active span,
ul.dexp-portfolio_project-filter li a:hover span,
ul.dexp-portfolio_project-filter li a.active span,
ul.dexp-masonry-filter li a:hover span,
ul.dexp-masonry-filter li a.active span {
  color: #3C92C4;
}
ul.dexp-portfolio-filter li:not(:last-child) span:after,
ul.dexp-portfolio_project-filter li:not(:last-child) span:after,
ul.dexp-masonry-filter li:not(:last-child) span:after {
  content: "/";
  color: #DDD;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .portfolio-sort, .portfolio_project-sort {
    margin: 0 auto 36px;
    max-width: 200px;
  }
}
.view-mode-portfolio_grid .content,
.view-mode-portfolio_video_grid .content,/*ajout ben*/
.view-mode-portfolio_project_classic .content,
.view-mode-portfolio_classic .content {
  position: relative;
  overflow: hidden;
  min-height: 188px;
}

.view-mode-portfolio_grid .content .portfolio_image,
.view-mode-portfolio_video_grid .content .portfolio_image,/*ajout ben*/
.view-mode-portfolio_project_classic .content .portfolio_image,
.view-mode-portfolio_classic .content .portfolio_image {
  min-height: 188px;
}
.view-mode-portfolio_grid .content .portfolio-overlay,
.view-mode-portfolio_video_grid .content .portfolio-overlay,/*ajout ben*/
.view-mode-portfolio_classic .content .portfolio-overlay,
.view-mode-portfolio_classic .content .portfolio_project-overlay,
.view-mode-portfolio_project_classic .content .portfolio-overlay,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay,
.view-mode-portfolio_classic .content .portfolio_project-overlay {
  position: absolute;
  background-color: rgba(60,146,196,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  text-align: center;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}




.view-mode-portfolio_grid .content .portfolio-overlay .portfolio-info,
.view-mode-portfolio_video_grid .content .portfolio-overlay .portfolio-info,/*ajout ben*/
.view-mode-portfolio_classic .content .portfolio-overlay .portfolio-info
 {
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%; 
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info,
.view-mode-portfolio_video_grid .content .portfolio_project-overlay .portfolio-info,/*ajout ben*/
.view-mode-portfolio_classic .content .portfolio_project-overlay .portfolio-info,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info
 {
  color: #FFF;
  position: absolute;
  /*left: 50%;
  top: 50%;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* -webkit-transform: translateX(-50%) translateY(-50%); */
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* transform: translateX(-50%) translateY(-50%); */
}

.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info .flag-wrapper,
.view-mode-portfolio_classic .content .portfolio_project-overlay .portfolio-info .flag-wrapper,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info .flag-wrapper,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info .flag-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    top: 10px;
}

/*.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info .flag-wrapper a,
.view-mode-portfolio_classic .content .portfolio_project-overlay .portfolio-info .flag-wrapper a,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info .flag-wrapper a,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info .flag-wrapper a {
    position: relative;
    background-color: #3C92C4;
    color:#fff;
    border-radius: 5px;
    padding:  2px 3px;
    top: 0px;
}
*/

.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info .flag-wrapper span,
.view-mode-portfolio_classic .content .portfolio_project-overlay .portfolio-info .flag-wrapper span,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info .flag-wrapper span,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info .flag-wrapper span {
    color: #3C92C4;
}

.view-mode-portfolio_grid .content .portfolio-overlay .portfolio-info .portfolio-tools span.fa,
.view-mode-portfolio_video_grid .content .portfolio-overlay .portfolio-info .portfolio-tools span.fa,/*ajout ben*/
.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info .portfolio-tools span.fa,
.view-mode-portfolio_classic .content .portfolio-overlay .portfolio-info .portfolio-tools span.fa,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info .portfolio-tools span.fa,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info .portfolio-tools span.fa {
  border: 1px solid #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #fff;
}


.view-mode-portfolio_grid .content .portfolio-overlay .portfolio-info h3,
.view-mode-portfolio_video_grid .content .portfolio-overlay .portfolio-info h3,
.view-mode-portfolio_classic .content .portfolio-overlay .portfolio-info h3
 {
  font-size: 15px;
  font-family: "Ubuntu";
  margin: 10px 0;
 
}

.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info h3,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info h3,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info h3
 {
  font-size: 15px;
  font-family: "Ubuntu";
  /* margin: 10px 0; */
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(60,146,196,0.8); */
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.view-mode-portfolio_grid .content .portfolio-overlay .portfolio-info .portfolio_project-content,
.view-mode-portfolio_classic .content .portfolio-overlay .portfolio-info .portfolio_project-content,
.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info .portfolio_project-content,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info .portfolio_project-content,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info .portfolio_project-content 
{
  
}

.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info .portfolio_project-content,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info .portfolio_project-content,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info .portfolio_project-content 
{
  position: absolute;
  top: 40%;
  left: 30%;
  /*width: 100%;
  height: 100%;*/
  /* padding: 0; */
  /* margin: 0; */
}



.view-mode-portfolio_grid .content .portfolio-overlay .portfolio-info h3 a,
.view-mode-portfolio_video_grid .content .portfolio-overlay .portfolio-info h3 a,/*ajout ben*/
.view-mode-portfolio_classic .content .portfolio-overlay .portfolio-info h3 a
{
  color: #fff;
}

.view-mode-portfolio_grid .content .portfolio_project-overlay .portfolio-info h3 a,
.view-mode-portfolio_project_classic .content .portfolio-overlay .portfolio-info h3 a,
.view-mode-portfolio_project_classic .content .portfolio_project-overlay .portfolio-info h3 a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(60,146,196,0.8); */
  width: 100%;
  height: 100%;
  padding: 30px 20px 10px 20px;
}
.view-mode-portfolio_grid .content:hover .portfolio-overlay,
.view-mode-portfolio_video_grid .content:hover .portfolio-overlay,/*ajout ben*/
.view-mode-portfolio_grid .content:hover .portfolio_project-overlay,
.view-mode-portfolio_classic .content:hover .portfolio-overlay,
.view-mode-portfolio_classic .content:hover .portfolio_project-overlay,
.view-mode-portfolio_project_classic .content:hover .portfolio-overlay,
.view-mode-portfolio_project_classic .content:hover .portfolio_project-overlay

 {
  left: 0;
}

/* iframe du lecteur video généré par le vido-embed field */

/*.field.field-name-field-video-embed.field-type-video-embed-field iframe {
	width:100%!important;
	height:auto!important;
}*/

/*.embedded-video .player {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embedded-video .player iframe,
.embedded-video .player object,
.embedded-video .player embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
*/

 

/********** fin portfolio_project et video mai 2017 *************************/

.portfolio_video-directview { 
	margin : 0 15px!important;
}
.portfolio_video-directview img { 
	border: 1px solid #3c42c9!important;
}

.portfolio-images.portfolio_video-directview .portfolio_video-champs .video-embed-description {
	display:none!important;
}


/* si carrousel les controls masquent les boutons du player à gauche et à droite  donc soit je reduit la hauteur et les centre pour laisser les control du player accessible ( fullscreen , partage, play etc  ) en bas et en haut  */

div.dexp_carousel .carousel-control.right {
    background: none; 
    /*background-color: #2573ad;*/
    height: 50%;
    position: absolute;
    top: 25%;
}






/* portfolio_project */

h2.titrealternatif {
	margin:0px!important;
	padding-top:0px;
	
}

.top-post.img-100x71 .views-row img { /*classe définie dans la vue elle-même, ici pour portfolio_project taille image initiale ratio 560x400 cad 438x313 cad 100x71*/
	width: 100px;
    height: 71px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
	
	
}



/* fin portfolio_project */


/************************* VIEW ESPACE PRESSE TAB  : TRIBUNES ET COMMUNIQUE DE PRESSE *****************/

#tabpresse .tab-content {
    
    padding: 0px; /*20px*/
}

#dexp_tab_item_COMPRESSE_TAB .views-row-even,
#dexp_tab_item_COMPRESSE_TAB .views-row-odd,
#dexp_tab_item_TRIBUNE_TAB .views-row-even,
#dexp_tab_item_TRIBUNE_TAB .views-row-odd

{
	border-bottom: 1px solid #dddddd;
	padding-left:10px;
	padding-bottom:15px;
}

#dexp_tab_item_COMPRESSE_TAB .views-row-even,
#dexp_tab_item_TRIBUNE_TAB .views-row-even
{
	background-color:#ffffff;	
}
#dexp_tab_item_COMPRESSE_TAB .views-row-odd,
#dexp_tab_item_TRIBUNE_TAB .views-row-odd
{
	background-color:#f9f9f9; /*eee	*/
}

#dexp_tab_item_COMPRESSE_TAB H4,
#dexp_tab_item_COMPRESSE_TAB H4 a,
#dexp_tab_item_TRIBUNE_TAB H4,
#dexp_tab_item_TRIBUNE_TAB H4 a,
{
	font-size: 1.314em;
	
}




/*
* STYLES PERSONNALISE ITOOL
*/

@import url(http://fonts.googleapis.com/css?family=Dosis:400,300,600,700|Ubuntu:300,400,500,300italic,400italic,500italic,700);
/*@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,300italic,400italic,500italic);*/

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Dosis-Light.eot');
  src: url('../fonts/Dosis-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Dosis-Light.woff') format('woff'),
       url('../fonts/Dosis-Light.ttf') format('truetype'),
       url('../fonts/Dosis-Light.svg#Dosis-Light') format('svg');
}


@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Dosis-Regular.eot');
  src: url('../fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Dosis-Regular.woff') format('woff'),
       url('../fonts/Dosis-Regular.ttf') format('truetype'),
       url('../fonts/Dosis-Regular.svg#Dosis-Regular') format('svg');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Dosis-SemiBold.eot');
  src: url('../fonts/Dosis-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Dosis-SemiBold.woff') format('woff'),
       url('../fonts/Dosis-SemiBold.ttf') format('truetype'),
       url('../fonts/Dosis-SemiBold.svg#Dosis-SemiBold') format('svg');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Dosis-Bold.eot');
  src: url('../fonts/Dosis-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Dosis-Bold.woff') format('woff'),
       url('../fonts/Dosis-Bold.ttf') format('truetype'),
       url('../fonts/Dosis-Bold.svg#Dosis-Bold') format('svg');
}

/* BEGIN Ubuntu Light */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-light-webfont.eot');
    src: url('../fonts/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-light-webfont.woff') format('woff'),
         url('../fonts/ubuntu-light-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-light-webfont.svg#ubuntulight') format('svg');
    font-weight: 300;
    font-style: normal;
}
/* END Ubuntu Light */

/* BEGIN Ubuntu Light Italic */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-light-italic-webfont.eot');
    src: url('../fonts/ubuntu-light-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-light-italic-webfont.woff') format('woff'),
         url('../fonts/ubuntu-light-italic-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-light-italic-webfont.svg#ubuntulight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
/* END Ubuntu Light Italic */

/* BEGIN Ubuntu Regular */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-regular-webfont.eot');
    src: url('../fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff'),
         url('../fonts/ubuntu-regular-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* END Ubuntu Regular */

/* BEGIN Ubuntu Regular Italic */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-regular-italic-webfont.eot');
    src: url('../fonts/ubuntu-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-regular-italic-webfont.woff') format('woff'),
         url('../fonts/ubuntu-regular-italic-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-regular-italic-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
/* END Ubuntu Regular Italic */

/* BEGIN Ubuntu Medium */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-medium-webfont.eot');
    src: url('../fonts/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-medium-webfont.woff') format('woff'),
         url('../fonts/ubuntu-medium-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-medium-webfont.svg#ubuntumedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
/* END Ubuntu Medium */

/* BEGIN Ubuntu Medium Italic */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-medium-italic-webfont.eot');
    src: url('../fonts/ubuntu-medium-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-medium-italic-webfont.woff') format('woff'),
         url('../fonts/ubuntu-medium-italic-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-medium-italic-webfont.svg#ubuntumedium_italic') format('svg');
    font-weight: 500;
    font-style: italic;
}
/* END Ubuntu Medium Italic */

/* BEGIN Ubuntu Bold */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-bold-webfont.eot');
    src: url('../fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-bold-webfont.woff') format('woff'),
         url('../fonts/ubuntu-bold-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-bold-webfont.svg#ubuntubold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/* END Ubuntu Bold */

/* BEGIN Ubuntu Bold Italic */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-bold-italic-webfont.eot');
    src: url('../fonts/ubuntu-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-bold-italic-webfont.woff') format('woff'),
         url('../fonts/ubuntu-bold-italic-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-bold-italic-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
/* END Ubuntu Bold Italic */



/* BEGIN Ubuntu Condensed */
@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('../fonts/ubuntu-condensed-webfont.eot');
    src: url('../fonts/ubuntu-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-condensed-webfont.woff') format('woff'),
         url('../fonts/ubuntu-condensed-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-condensed-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* END Ubuntu Condensed */



/* BEGIN Ubuntu Mono Regular */
@font-face {
    font-family: 'Ubuntu Monospace';
    src: url('../fonts/ubuntumono-regular-webfont.eot');
    src: url('../fonts/ubuntumono-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntumono-regular-webfont.woff') format('woff'),
         url('../fonts/ubuntumono-regular-webfont.ttf') format('truetype'),
         url('../fonts/ubuntumono-regular-webfont.svg#ubuntu_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* END Ubuntu Mono Regular */

/* BEGIN Ubuntu Mono Italic */
@font-face {
    font-family: 'Ubuntu Monospace';
    src: url('../fonts/ubuntumono-regular-italic-webfont.eot');
    src: url('../fonts/ubuntumono-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntumono-regular-italic-webfont.woff') format('woff'),
         url('../fonts/ubuntumono-regular-italic-webfont.ttf') format('truetype'),
         url('../fonts/ubuntumono-regular-italic-webfont.svg#ubuntu_monoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
/* END Ubuntu Mono Italic */

/* BEGIN Ubuntu Mono Bold */
@font-face {
    font-family: 'Ubuntu Monospace';
    src: url('../fonts/ubuntumono-b-webfont.eot');
    src: url('../fonts/ubuntumono-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntumono-b-webfont.woff') format('woff'),
         url('../fonts/ubuntumono-b-webfont.ttf') format('truetype'),
         url('../fonts/ubuntumono-b-webfont.svg#ubuntu_monobold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/* END Ubuntu Mono Bold */

/* BEGIN Ubuntu Mono Bold Italic */
@font-face {
    font-family: 'Ubuntu Monospace';
    src: url('../fonts/ubuntumono-bold-italic-webfont.eot');
    src: url('../fonts/ubuntumono-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntumono-bold-italic-webfont.woff') format('woff'),
         url('../fonts/ubuntumono-bold-italic-webfont.ttf') format('truetype'),
         url('../fonts/ubuntumono-bold-italic-webfont.svg#ubuntu_monobold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}
/* END Ubuntu Mono Bold Italic */


body {
    font-family: 'Ubuntu', sans-serif;  
    font-size: 14px; /*14*/
    font-weight: 300;
    color: #333;
	b,strong {
            font-weight: 500;
        }
	em{
		font-style: italic;
        }
    .container{
        max-width: @container_width; 
    }
}

p {
    font-family: 'Ubuntu', sans-serif;  
    font-size: 14px; /*14*/
    font-weight: 300; /*300*/
	b,strong{
            font-weight: 500; /*500*/
        }
	em{
		font-style: italic;
        }
}

p b, p strong {
    font-weight: 700;
}
	
h1,h2,h3,h4,h5,h6 {
  font-family: 'Dosis', sans-serif;  
  color:#333;
  margin: 0 0 10px 0; /*30*/
  padding-top: 20px;
  b,strong{
            font-weight: 600;
        }
}

h1.nomargin,h2.nomargin,h3.nomargin,h4.nomargin,h5.nomargin,h6.nomargin {
  margin: 0;
}
h1.nopadding,h2.nopadding,h3.nopadding,h4.nopadding,h5.nopadding,h6.nopadding {
  padding-top: 0;
}

h1.margin,h2.margin {
  margin-bottom: 30px;
}
h3.margin,h4.margin,h5.margin,h6.margin {
  margin-bottom: 10px;
}

h1.panel-title,h2.panel-title,h3.panel-title,h4.panel-title,h5.panel-title,h6.panel-title {
  margin: 0;
  padding-top: 0px;
}

.title-wrapper.heading-title {
  margin-bottom: 10px;
}

.title-wrapper.heading-title.margin {
  margin-bottom: 30px;
}

.title-wrapper.heading-title h1, .title-wrapper.heading-title h2 {
    font-size: 40px; /*55*/
    font-weight: 300; /*500*/
    margin: 0;
    padding-top: 0px; /*39 car probleme d'alignement si colonnage avec image*/
    text-align: center;
	text-transform:uppercase;
}
.title-wrapper.heading-title .subtitle {
    text-align: center;
    font-size: 18px;
    color: #656565;
    line-height: 24px;
    padding-top: 5px;
    font-weight: 500;
}

.title-wrapper.heading-title.minimal h1, .title-wrapper.heading-title.minimal h2 {
  font-size: 30px;
  color: #343434;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.title-wrapper.heading-title.minimal.negative h1, .title-wrapper.heading-title.minimal.negative h2 {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  
}

h1.nomargin,h2.nomargin,h3.nomargin,h4.nomargin,h5.nomargin,h6.nomargin {
  margin: 0;
}
h1.nopadding,h2.nopadding,h3.nopadding,h4.nopadding,h5.nopadding,h6.nopadding {
  padding-top: 0;
}

/*AJOUT class positionnement */


@media (max-width: 468px) { /*min-width: 981px*/
	.aligntocentermobile {
		text-align:center;
	}
	.aligntoleftmobile {
		text-align:left;
	}
	.aligntorightmobile {
		text-align:right;
	}
	.margintopcancelmobile{
		margin-top:0px;
	}
	.marginbottomcancelmobile{
		margin-bottom:0px;
	}
	.marginleftcancelmobile{
		margin-left:0px;
	}
	.marginrightcancelmobile{
		margin-right:0px;
	}
	.margincancelmobile{
		margin:0px;
	}
}


.pad-b20 {
	padding-bottom:20px;
}
.pad-b40 {
	padding-bottom:40px;
}

.pad-t20 {
	padding-top:20px;
}
.pad-t40 {
	padding-top:40px;
}

/* ---------------------------------------------------------------------------*/
/* -----------------------Modif/Ajouts styles WEBFORM ------------------------*/
/* ---------------------------------------------------------------------------*/

select, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="file"] {
    background: #F5F5F5;
    border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 5px;
    resize: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
}

input[type="text"], input[type="password"], input[type="email"] { width:100%;}

form .btn, .btn.form-submit {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /*0*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid #a7a7a7;
    font-weight: 700;
    /*font-size: 14px;*/
    padding: 8px 15px;
    color: #959594;
    background-color: transparent;
    vertical-align: bottom;
	font-size: 15px;
	border-width: 3px; /*1px*/
	background-color: #3C92C4;
	border-color: #3C92C4;
	color: #fff;
}

/* ---------------------------------------------------------------------------*/
/* -----------------Modif styles BACKGROUND-COLOR zones de block ------------*/
/* ---------------------------------------------------------------------------*/

.bg_bleuclair {
  background-color: #C9DEF0!important;
}
.bg_bleu {
  background-color: #3C92C4!important;
}
.bg_orange {
  background-color: #F6AA37!important;
}
.bg_gris {
  background-color: #ededed!important;
}
.bg_blanc {
  background-color: #ffffff!important;
}

#section-bottom {
    background: url(../images/bg-bottom_cloud.png) no-repeat;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 30px;
    color: #fff;
}


/* ---------------------------------------------------------------------------*/
/* -----------------Modif styles BORDER SHADOW zones de block ------------*/
/* ---------------------------------------------------------------------------*/
.bottom-shadow {
  position: relative;
}

.bottom-shadow {
  position: relative;
}

@media (min-width: 768px) { /*min-width: 981px*/
	  .bottom-shadow:after {
    background: url("../images/shadow.png") no-repeat scroll center center rgba(0,0,0,0);
    content: "";
    height: 53px;
    left: 50%;
    margin-left: -585px;
    max-width: 100%;
    position: absolute;
    width: 1170px;
	/*ajout*/
    bottom: -53px;
    z-index: 10;
}

}

/* ----------------------------------------------*/
/* -----------------Modif styles BTN ------------*/
/* ----------------------------------------------*/
a:hover{
  color: #2573ad; /*F6AA37*/
}

a:not(.btn) {
  color: #3C92C4;
}
a:not(.btn):hover {
  color: #2573ad; /*F6AA37*/
}


.btn.style01 {
  font-size: 15px;
  border-width: 3px; /*1px*/
  background-color: #3C92C4;
  border-color: #3C92C4;
  color: #fff;
}
.btn.style01:hover {
  background-color: #2573ad; /*333*/
  border-color: #2573ad; /*333*/
}
.btn.style02 {
  font-size: 15px;
  border-width: 3px; /*1px*/
  border-color: #a7a7a7; /*333*/
  color: #575758!important; /*333*/
}
.btn.style02:hover {
  background-color: #F6AA37; /*333*/
  border-color: #F6AA37; /*333*/
  color: #fff!important;;
}
.btn.style03 {
  font-size: 15px;
  border-width: 3px; /*1px*/
  border-color: #c9def0; /*333*/
  color: #3C92C4!important;;
  background-color: #c9def0; /*333*/
}
.btn.style03:hover {
  background-color: #3C92C4;
  border-color: #3C92C4;
  color: #fff!important;;
}

.btn.style04 {
  font-size: 15px;
  border-width: 3px; /*1px*/
  border-color: #a7a7a7; /*333*/
  color: #fff;
  background-color: #a7a7a7; /*333*/
}
.btn.style04:hover {
  background-color: #F6AA37;
  border-color: #F6AA37;
  color: #fff;
}

.btn.style05 {
  font-size: 15px;
  border-width: 3px; /*1px*/
  border-color: #F6AA37; /*333*/
  color: #fff;
  background-color: #F6AA37; /*333*/
}
.btn.style05:hover {
  background-color: #f67f00;
  border-color: #F6AA37;
  color: #fff;
}

.btn.btn-hover-color:hover {
  background-color: #3C92C4;
  border-color: #3C92C4;
  color: #fff;
}

.btn.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-white:hover {
  border-color: #3C92C4;
  color: #3C92C4 !important;
  background-color: transparent;
}
.btn.btn-whiteall {
  border-color: #ffffff; /*F6AA37*/
  background-color: #fff;
  color: #3C92C4 !important;
}
.btn.btn-whiteall:hover {
  border-color: #F6AA37; /*ffffff*/
  background-color: #F6AA37;
  color: #fff !important;
}
.btn.btn-hover-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.btn.btn-radius {
  border-radius: 5px;
}
/*--------------------------------------------------------------
                 LIST STYLES
-------------------------------------------------------------*/

.dexp-list li {
    list-style: none;
    position: relative;
    line-height: 30px;
}

/*listes spécifiques footer*/
.foot-post li, .foot-post .date, .foot-post .small-img {
    list-style: none;
	margin-left: 0px;
}

.foot-post .small-img img {
    width: 128px; /*70px*/
    height: 70px;
    border-right: 1px solid #ffffff;
}
.foot-post .small-img img { 
/*gestion V2 avec image blog par defaut carrée et personnalisable*/
	width: 70px;
    height: 70px;
    border-right: 1px solid #ffffff;
	max-width: 200%;
    max-height: 70px; height: 100%;
    min-width: 100%; left: 50%;position: relative;
    transform: translateX(-50%);
}
.adress li {
    list-style: none;
}
/* fin listes spécifiques footer*/

.dexp-list.list-02 li:before {
    content: "\f006";
    color: #333;
}

.dexp-list.list-03 li {
    list-style: circle;
    color: #333;
}
.dexp-list.list-04 li {
    list-style: disc;
    color: #333;
}
.dark .dexp-list li {
	color: #ffffff!important;
}

/*--------------------------------------------------------------
               VIEW TOP : POST DANS LE BLOG
-------------------------------------------------------------*/

.top-post .views-row .views-field-title a {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
}

.top-post .views-field.views-field-field-media { /* car remplacement dans la vue du champs field-media-footer-alt-grid au liei du champs media et pour garder le champs media initial dans la vue */
    display:none;
}

.top-post .views-row .views-field-field-media-footer-alt-grid img { /*remplacement dans la vue du champs field-media-footer-alt-grid au liei du champs media */
    width: 70px;
    height: 70px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

/*--------------------------------------------------------------
               POST GRID : VIEW BLOG DANS LES PAGES
-------------------------------------------------------------*/

.post.grid {
  position: relative;
  overflow: hidden;
  font-family: "ubuntu", sans-serif;
  font-size: 12px;
  color: #575758;
}
.post.grid .title {
  color: #3C92C4;
  font-size: 16px;
  font-weight: 500;
}
.post.grid .title:hover {
  color: #F6AA37;
}

.post.grid p {
  font-size: 14px;
}
.post.grid .media-blog {
  margin-bottom: 20px;
}
.post.grid .media-blog .hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3C92C4;
  opacity: 0;
  text-align: center;
  color: #FFF;
  bottom: 0;
  -webkit-transition: 0.4s 0.5s linear;
  -moz-transition: 0.4s 0.5s linear;
  -o-transition: 0.4s 0.5s linear;
  -ms-transition: 0.4s 0.5s linear;
  transition: 0.4s 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.post.grid .media-blog .hover-overlay .inner {
  position: relative;
  top: 50%;
  margin-top: -15px;
}
.post.grid .media-blog .hover-overlay .inner a {
  color: #FFF;
  cursor: pointer;
  letter-spacing: 3px;
  font-size: 14px;
}
.post.grid .media-blog:hover img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.post.grid .media-blog:hover .hover-overlay {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.post.grid .media-blog img {
  height: 205px;
  -webkit-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  -ms-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-transition: -webkit-transform 0.4s;
}
.post.grid .media-blog img {
/*gestion V2 avec image blog par defaut carrée et personnalisable*/
	width: 360px;
    height: 205px;
    border-right: 1px solid #dddddd;
	max-width: 200%;
    max-height: 205px; height: 100%;
    min-width: 100%; left: 50%;position: relative;
    transform: translateX(-50%);
}

.post.grid .meta .comment-count {
  color: #3C92C4;
}
.post.grid .summary p {
  font-family: "ubuntu", sans-serif;
}
.post.grid .text-readmore {
  float: left;
  cursor: pointer;
}

.post .author {
  padding: 10px 0;
  font-weight: 700;
}

/*--------------------------------------------------------------
                 BOX ICON
-------------------------------------------------------------*/
/* titre box icone sans marges comme initiales , (voir marges des heading) */
h1.box-title,h2.box-title,h3.box-title,h4.box-title,h5.box-title,h6.box-title {

  margin: 0;
  padding-top: 0;
}
/* rappel décalage avec icone gauche no border, évite chevauchement disgracieux en fonction longeur du titre /paragraphe*/
.dexp-shortcodes-box.box-left .box-title, .dexp-shortcodes-box.box-left .box-content {
    margin-left: 60px;
}

/* image centrée avec border circle*/

.dexp-shortcodes-box.box-center:not(.box-none) .box-img {
  color: #444;
  text-align: center;
  border: 1px solid #3C92C4;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 95px;
  margin: 0 auto;
  font-size: 2em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dexp-shortcodes-box.box-center:not(.box-none):hover .box-img {
  line-height: 85px;
  color: #2573ad;
  border: 5px solid #f6aa37;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
  -moz-transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
  -o-transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
  -ms-transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
  transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
}

.dexp-shortcodes-box.box-center.box-none h3.box-title { /*annulation de la spécificité icone ou image en center et border none*/
    /* font-size: 20px; */
    /* font-weight: 700; */
    /* letter-spacing: -0.5px; */
    /* text-transform: none !important; */
	    color: #444444;
    font-size: 25px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;
	letter-spacing: normal;
}

.dexp-shortcodes-box.box-center.box-none .box-icon { /*reduction de la taille des icones de 95px  à 40px*/
    font-size: 40px;
    height: 40px;
}
/*ajout d'une class .small pour les box icon centrée*/

.dexp-shortcodes-box.small.box-center:not(.box-none) h3.box-title {
    color: #444444;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;
}

.dexp-shortcodes-box.small.box-center:not(.box-none) .box-img {
  color: #444;
  text-align: center;
  border: 1px solid #3C92C4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 40px;
  margin: 0 auto;
  /* font-size: 2em; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dexp-shortcodes-box.small.box-center:not(.box-none):hover .box-img {
  line-height: 35px;
  color: #2573ad;
  border: 5px solid #f6aa37;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
  -moz-transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
  -o-transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
  -ms-transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
  transform: rotate(360deg) scale(1.0) skew(0deg) translate(0px);
}
/*fin ajout d'une class .small pour les box icon centrée*/

.dexp-shortcodes-box.box-center .box-content {
    font-size: 14px; /*13*/
    line-height: 23px; /*24*/
    padding-top: 5px;
    text-align: center;
}

/*--------------------------------------------------------------
                  ZONE BLOC BG
-------------------------------------------------------------*/

.bgarrondi:before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  display: block;
  width: 120%;
  height: 200px;
  border-radius: 100%;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  background: #fff;
}

/*--------------------------------------------------------------
                  ZONE VOLET deroulant left PANEL ITOOL rappel immediat transition css3
-------------------------------------------------------------*/

		#volet_left-fixed-panel {
			width: 250px;
			padding: 10px;
			background: #6B9A49; color: #fff;	
		}
		
		#volet_left-fixed-panel a.ouvrir,
		#volet_left-fixed-panel a.fermer {
			padding: 10px 25px;
			background: #555;
			color: #fff;
			text-decoration: none;
		}

		#volet_left-fixed-panel {
			position: absolute;
			left: -270px;  /* test fixed + scroll, on retire la position top */
			-webkit-transition: all .5s ease-in;
			-moz-transition: all .5s ease-in;
			transition: all .5s ease-in;
		}
		#volet_left-fixed-panel a.ouvrir,
		#volet_left-fixed-panel a.fermer {
			position: absolute;
			right: -88px;
			top: 150px;
			-webkit-transform: rotate(270deg);
			-moz-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			-ms-transform: rotate(270deg);
			-moz-radius: 0 0 8px 8px;
			border-radius: 0 0 8px 8px;
		}
		#volet_left-fixed-panel a.fermer {
			display: none;
		}
		#volet_left-fixed-panel:target {
			left: 10px;
		}

		/* code pour la fermeture */

		#volet_left-fixed-panel:target a.fermer {
			display: block;
		}
		#volet_left-fixed-panel:target a.ouvrir {
			display: none;
		}
		#volet_left-fixed-panel_clos:target #volet_left-fixed-panel {
			left: -270px;
		}
		
		 /* test fixed + scroll */
		#volet_left-fixed-panel_clos {
			position: fixed; 
			top: 55px; left: 0;
		}
	-->


/*--------------------------------------------------------------
                  ZONE MENU ENRICHI ITOOL
-------------------------------------------------------------*/

.dexp-menu .dexp-dropdown ul li a {
font-size: 20px; /*15*/
font-weight: 500;
line-height: 21px;
}

#section-header ul.menu .dexp-mega-menu-title {
font-size: 20px; /*15*/
font-weight: 500;
line-height: 21px;
}

.dexp-menu-mega container ul li.leaf:first-child {
font-size: 20px; /*15*/
font-weight: 500;
line-height: 21px;
}

#section-header .dexp-dropdown {
float: right;
font-family: 'Ubuntu', sans-serif;
}

/*mobile */

@media screen and (max-width: 991px) {
	.dexp-menu-mega container ul li.leaf:first-child {
		font-size: 20px; /*15*/
		color:#000000;
	}	
}

/*--------------------------------------------------------------
                  ZONE PAGE TITLE ITOOL
-------------------------------------------------------------*/

#section-page-title {
  min-height: 65px; /*120*/
  margin-bottom: 0; /*50*/
  background-color: #3C92C4; /*ffffff*/
  /*border-bottom: 5px solid #c9def0;
  border-top: 5px solid #f6aa37;*/
  margin-top: 5px;
}

/* ZONE PAGE TITLE H1 --------------------------------------------*/

#section-page-title .region-pagetitle h1.page_title {
  font-size: 25px;
  text-transform: capitalize; /*uppercase*/
    /* color: #575758!important;*/  
    margin: 0;
    padding-top: 25px;
    font-size: 25px;
    text-transform: capitalize;
    color: #ffffff !important;
    text-align: center;

}

@media screen and (min-width: 992px){
#section-page-title .region-pagetitle h1.page_title  {
    font-size: 25px;
    text-transform: capitalize;
    color: #ffffff !important;
}
}
@media screen and (max-width: 767px) {
  #section-page-title .region-pagetitle h1.page_title {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  #section-page-title .region-pagetitle h1.page_title {
    padding-top: 15px; /*45*/
	text-align: left;
  }
}


@media screen and (max-width: 767px) {
  #section-page-title .region-breadcrumb {
    padding-top: 20px;
	text-align: center;
  }
}  
@media screen and (min-width: 768px) {
  #section-page-title .region-breadcrumb {
    text-align: right;
    padding-top: 15px; /*45*/
  }
}
/* ZONE PAGE TITLE Breadthumb --------------------------------------------*/

#section-page-title .region-breadcrumb ul.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: #3C92C4; /*ffffff*/
  /* color: #3C92C4; */
}
#section-page-title .region-breadcrumb a {
  padding: 0;
  color: #ffffff; /*#3C92C4 */
}



@media screen and (min-width: 768px) {
  #section-page-title .region-breadcrumb {
    text-align: right;
    padding-top: 15px; /*45*/
	color: #ffffff; /*#575758 */
  }
}
@media screen and (max-width: 767px) {
	#section-page-title .region-breadcrumb {
	padding-top: 20px;
	text-align: center;
	color: #ffffff; /*#575758 */
	}
	#section-page-title .region-breadcrumb ul.breadcrumb {
	  text-align: center;
	}
} 

/*--------------------------------------------------------------
                  FIN ZONE PAGE TITLE ITOOL
-------------------------------------------------------------*/

/*--------------------------------------------------------------
                  ZONE BANDEAU SLIDERS ITOOL
-------------------------------------------------------------*/

/* -------------------------------------------------------------*/
/* -------------------  debut slideshowless   --------------------*/
/* -------------------------------------------------------------*/

[id^=dexp-layerslider]{
    .large_bold_grey{
        font-size:60px;
        line-height:60px;
        font-weight:700;  /*800*/
        font-family: 'Dosis', sans-serif; /*Oswald*/
        letter-spacing:3px;
        color:rgb(102, 102, 102);
        text-decoration:none;
        background-color:transparent;
        text-shadow:none;
        margin:0px;
        padding:1px 4px 0px;
        border-width:0px;
        border-color:rgb(255, 214, 88);
        border-style:none;
    }
    .banner-p-1{
        font-family: 'Ubuntu', sans-serif;
        font-size:14px;
        line-height:1.5;
        color: #000;
    }
    .banner-p-2{
        font-family: 'Ubuntu', sans-serif;
        font-size:14px;
        text-align:right;
        line-height:1.5;
        color: #000;
    }
    .tour{
        border:1px solid;
        color:#2f2f2f;
        padding:2px 10px 2px 10px;
        transition:.2s;
        &:hover{
            cursor:pointer;
            color:@base_color;
            border-color:@base_color;
            transition:.2s;
        }
    }
    .medium_bg_gray {
        font-size:20px;
        text-align:right;
        line-height:20px;
        font-weight:300;
        font-family: 'Dosis', sans-serif;
        color:#494949;
        text-decoration:none;
        background-color:rgba(255, 255, 255, 0.65);
        padding:10px;
        border-width:0px;
        border-color:rgb(255, 214, 88);
        border-style:none;
    }
    .medium_bg_red {
        font-size:20px;
        text-align:right;
        line-height:20px;
        font-weight:300;
        font-family: 'Dosis', sans-serif;
        color:#fff;
        text-decoration:none;
        background-color:rgba(red(@base_color),green(@base_color),blue(@base_color), 0.85);
        padding:10px;
        border-width:0px;
        border-color:rgb(255, 214, 88);
        border-style:none;
    }
    .rotate{
        -webkit-animation:spin 4s linear infinite;
        -moz-animation:spin 4s linear infinite;
        animation:spin 4s linear infinite;
    }
    .largeblackbg{
        color: @text_color;
        background: none;
        font-size: 45px;
        font-family: "Open Sans",sans-serif;;
        line-height: 64px;
        font-weight: 800;
    }
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% {transform:rotate(360deg); } }

/* -------------------------------------------------------------*/
/* -------------------  fin slideshowless   --------------------*/
/* -------------------------------------------------------------*/



.white-shadow{
	-moz-box-shadow:4px 4px 4px rgba(255,255,255,0.25);
	-webkit-box-shadow:4px 4px 4px rgba(255,255,255,0.25);
	box-shadow:4px 4px 4px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#40ffffff,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#40ffffff,Positive=true);
}
.black-shadow{
	-moz-box-shadow:4px 4px 4px rgba(0,0,0,0.10);
	-webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.10);
	box-shadow:4px 4px 4px rgba(0,0,0,0.10);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#40000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#40000000,Positive=true);
}
.white-shadow2{
	-moz-box-shadow:0px 0px 4px rgba(255,255,255,0.35);
	-webkit-box-shadow:0px 0px 4px rgba(255,255,255,0.35);
	box-shadow:0px 0px 4px rgba(255,255,255,0.35);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#59ffffff,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#59ffffff,Positive=true);
}
.black-shadow2{
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.35);
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.35);
	box-shadow:0px 0px 4px rgba(0,0,0,0.35);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#59000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#59000000,Positive=true);
}
.text-white-shadow p{
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80ffffff,Positive=true)";	zoom:1;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80ffffff,Positive=true);
}
.text-black-shadow p{
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true)";zoom:1;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true);
}
.text-white-shadow2 p{
	text-shadow:0px -1px 0px rgba(255,255,255,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#80ffffff,Positive=true)";zoom:1;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#80ffffff,Positive=true);
}
.text-black-shadow2 p{
	text-shadow:0px -1px 0px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#80000000,Positive=true)";zoom:1;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#80000000,Positive=true);
}

/* styles class sliders texts /

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.tp-caption {
  z-index: 1;
  white-space: nowrap;
}
.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}
.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  background-color: rgba(0,0,0,0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  background-color: rgba(0,0,0,0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}
.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Dosis', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px;
}
.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: "Dosis", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: "Dosis", sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Dosis";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Dosis";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}
.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_text {
position: absolute;
color: #fff;
text-shadow: 0px 2px 5px rgba(0,0,0,0.15);
font-weight: 400;
font-size: 20px;
line-height: 20px;
font-family: "Ubuntu";
margin: 0px;
border-width: 0px;
border-style: none;
white-space: nowrap;
}
.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 400; /*700*/
  font-family: "Dosis";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Dosis";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.large_text {
position: absolute;
color: #fff;
text-shadow: 0px 2px 5px rgba(0,0,0,0.25);
font-weight: 600;
font-size: 40px;
line-height: 40px;
font-family: "Dosis";
margin: 0px;
border-width: 0px;
border-style: none;
white-space: nowrap;
}
.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Dosis";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}
.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000;
}
.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff;
}
.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Dosis", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Dosis", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Dosis", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Dosis", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}
.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Dosis", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}
.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
  color: #ffa902;
}

.tp-caption.style01 a,
.tp-caption a.style01,
.tp-caption .style01 a
{
	color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.tp-caption.style01 a:hover,
.tp-caption a.style01:hover,
.tp-caption .style01 a:hover
{
  color: #ffffff;
}
	
	
.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0,0,0,0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Dosis";
  background-color: transparent;
}
.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0,0,0,0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Dosis";
  background-color: transparent;
}
.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}
.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}
.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  background-color: rgba(0,0,0,0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.largeblackbg {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Dosis";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Dosis";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Dosis";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Dosis";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Dosis";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Dosis";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Dosis";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Dosis";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Dosis";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  /*background-color: #e33a0c;*/
  padding: 10px;
  border-width: 0px;
  /*border-color: #ffd658;*/
  border-style: none;
}
.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Dosis";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bolder_white {
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-family: "Dosis";
color: rgb(255, 255, 255);
text-decoration: none;
background-color: transparent;
border-width: 0px;
border-color: rgb(255, 214, 88);
border-style: none;
letter-spacing: 3px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 10px 0;
}
.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 600; /*800*/
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Dosis";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Dosis";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Dosis";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Dosis";
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Dosis";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 400;
  font-size: 19px;
  line-height: 19px;
  font-family: "Dosis", sans;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}






/* AJOUT FLIPBOX */

body:not(.ie) .services-box{
	display:block;
	position:relative;
	z-index:2;
	backface-visibility:hidden;
	background:none repeat scroll 0 0 transparent;
	height:auto;
	text-align:center;
	width:100%;
	background-color:#FFFFFF;
	margin-bottom:20px;
}
body:not(.ie) .services-box img{
	/*margin:20px auto;max-width:100%;*/
}

body:not(.ie) .services-box .inner{
	perspective:100px;
	transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-webkit-perspective:100px;
	-moz-perspective:100px;
	-webkit-transition:all 1000ms cubic-bezier(0.175,0.885,0.32,1.275);
	-moz-transition:all 1000ms cubic-bezier(0.175,0.885,0.32,1.275);
	-o-transition:all 1000ms cubic-bezier(0.175,0.885,0.32,1.275);
	-ms-transition:all 1000ms cubic-bezier(0.175,0.885,0.32,1.275);
	transition:all 1000ms cubic-bezier(0.175,0.885,0.32,1.275);
}
body:not(.ie) .services-box .front, body:not(.ie) .services-box .back{
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
}
body:not(.ie) .services-box .front{
	background-clip:padding-box;
	border:1px solid #575758;
	border-radius:2px;
	box-sizing:border-box;
	display:block;
	height:auto;
	padding:90px 20px;
	width:100%;z-index:8;
}

body:not(.ie) .services-box .front .fa{
	font-size: 5.7em; /*pour que cela corresponde à une image équivalente de 80x80 */
}

body:not(.ie) .services-box .front .field-name-field-team-position{color:#3c92c4;}
body:not(.ie) .services-box .front h3{font-size:16px;font-weight:800;margin:20px 0 0;text-transform:uppercase;}
body:not(.ie) .services-box .front span{font-size:12px;font-weight:300;}
body:not(.ie) .services-box .back{
	transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	width:100%;
	background-color:#3c92c4;
	border:1px solid #eceef0;
	border-radius:2px;
	box-sizing:border-box;color:#fff;
	display:block;
	height:100%;
	left:0;
	overflow:hidden;
	padding:20px;
	position:absolute;
	top:0;}
body:not(.ie) .services-box .back h3{color:#fff;font-size:16px;font-weight:800;margin:20px 0 0;text-transform:uppercase;}
body:not(.ie) .services-box .back span{font-size:12px;font-weight:300;}
body:not(.ie) .services-box .back p{color:#fff;margin:20px 0;text-align:left;}
body:not(.ie) .services-box .back .social-icons{bottom:0px;color:#fff !important;margin-left:-15px;position:absolute;text-align:left;}
body:not(.ie) .services-box:hover .inner{transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);}
body:not(.ie) .services-box:hover .inner .front{z-index:-1 !important;}
body:not(.ie) .services-box:hover .inner .back{z-index:0 !important;}
body:not(.ie) .box-white i,body:not(.ie) .box-white h3{color:#fff !important;}
body.ie .services-box{
	display:block;
	position:relative;
	z-index:2;
	text-align:center;
	width:100%;
	min-height:250px;
	background:transparent;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	border:1px solid #eceef0;
	border-radius:5px;
	margin-bottom:20px;
}
body.ie .services-box .front{
	opacity:1;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);padding:10px;
}

body.ie .services-box .front h3{margin:10px 0;font-family:"Dosis";font-weight:300;}
body.ie .services-box .front i{font-size:80px;text-align:center;}
body.ie .services-box .front img{margin:20px auto;}
body.ie .services-box .back{
	background:none repeat scroll 0 0 #3c92c4;
	border-radius:5px;height:100%;
	left:0;opacity:0;
	position:absolute;
	top:0;
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;
	width:100%;padding:10px;
}
body.ie .services-box .back h3{color:#fff;font-family:"Dosis";font-weight:300;margin:10px 0;}
body.ie .services-box .back p{color:#fff;margin:10px 0;}
body.ie .services-box:hover .front{opacity:0;-webkit-transform:scale(0.3);-moz-transform:scale(0.3);-ms-transform:scale(0.3);-o-transform:scale(0.3);transform:scale(0.3);}

body.ie .services-box:hover .back{
opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}

/* FIN AJOUT FLIPBOX */

/*AJOUT TOGGLE STICKY BAR RIGHT CALLCENTER */

#block-dexp-callcenterben-dexp-callcenterben {
  position: fixed;
  background: #ffffff;
  left: -220px;
  -webkit-transition: left 0.5s linear;
  -moz-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  -ms-transition: left 0.5s linear;
  transition: left 0.5s linear;
  top: 130px; /*96px*/
  z-index: 990;
  border-radius: 0px 0px 10px 0px;
  -moz-border-radius: 0px 0px 10px 0px;
  -webkit-border-radius: 0px 0px 10px 0px;
  border-right: 3px solid #999999;
  border-bottom: 3px solid #999999;
  color: #575758;
}
#block-dexp-callcenterben-dexp-callcenterben h3.block-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}

#block-dexp-callcenterben-dexp-callcenterben .btn {
  width:100%
}

#block-dexp-callcenterben-dexp-callcenterben p, #block-dexp-callcenterben-dexp-callcenterben span {
  margin:0;
  padding:0;
}
#block-dexp-callcenterben-dexp-callcenterben.open {
  left: 0;
}
#block-dexp-callcenterben-dexp-callcenterben .content {
  padding: 10px 10px;
  width: 220px;
}
#block-dexp-callcenterben-dexp-callcenterben h3 {
  color: #848688;
  font-size: 13px;
  margin: 5px 0 -5px 1px;
  line-height: 30px;
  clear: both;
}
#block-dexp-callcenterben-dexp-callcenterben select.form-select {
  border-radius: 2px;
  color: #848688;
  cursor: pointer;
  font-size: 13px;
  margin: 2px 0 10px 2px;
  padding: 5px;
  width: 164px;
  height: 30px !important;
  line-height: 30px;
}
#block-dexp-callcenterben-dexp-callcenterben ul.presets,
#block-dexp-callcenterben-dexp-callcenterben ul.dexp_background {
  margin: 0;
  padding: 0;
}
#block-dexp-callcenterben-dexp-callcenterben ul.presets li,
#block-dexp-callcenterben-dexp-callcenterben ul.dexp_background li {
  float: left;
  margin: 4px 2px 0;
}
#block-dexp-callcenterben-dexp-callcenterben ul.presets li span,
#block-dexp-callcenterben-dexp-callcenterben ul.dexp_background li span {
  cursor: pointer;
  width: 37px;
  height: 25px;
  display: block;
  border-radius: 2px;
}

#block-dexp-callcenterben-dexp-callcenterben .callcenterben_toggle {
    background: url("../images/callgirl_103x100.png") no-repeat scroll 0px center transparent;
    display: block;
    height: 100px;
    position: absolute;
    right: -103px;
    text-indent: -9999px;
    top: -1px;
    width: 103px;
    cursor: pointer;
}

/*POUR QUE CE SOIT STICKY A DROITE AU LIEU DE LA GAUCHE


#block-dexp-callcenterben-dexp-callcenterben {
  position: fixed;
  background: #3c92c4;
  right: -207px;
  -webkit-transition: left 0.5s linear;
  -moz-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  -ms-transition: left 0.5s linear;
  transition: left 0.5s linear;
  top: 130px;
  z-index: 990;
}
#block-dexp-callcenterben-dexp-callcenterben h3.block-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
#block-dexp-callcenterben-dexp-callcenterben.open {
  right: 0;
}
#block-dexp-callcenterben-dexp-callcenterben .content {
  padding: 20px 10px;
  width: 220px;
}
#block-dexp-callcenterben-dexp-callcenterben h3 {
  color: #848688;
  font-size: 13px;
  margin: 5px 0 -5px 1px;
  line-height: 30px;
  clear: both;
}
#block-dexp-callcenterben-dexp-callcenterben select.form-select {
  border-radius: 2px;
  color: #848688;
  cursor: pointer;
  font-size: 13px;
  margin: 2px 0 10px 2px;
  padding: 5px;
  width: 164px;
  height: 30px !important;
  line-height: 30px;
}
#block-dexp-callcenterben-dexp-callcenterben ul.presets,
#block-dexp-callcenterben-dexp-callcenterben ul.dexp_background {
  margin: 0;
  padding: 0;
}
#block-dexp-callcenterben-dexp-callcenterben ul.presets li,
#block-dexp-callcenterben-dexp-callcenterben ul.dexp_background li {
  float: left;
  margin: 4px 2px 0;
}
#block-dexp-callcenterben-dexp-callcenterben ul.presets li span,
#block-dexp-callcenterben-dexp-callcenterben ul.dexp_background li span {
  cursor: pointer;
  width: 37px;
  height: 25px;
  display: block;
  border-radius: 2px;
}
#block-dexp-callcenterben-dexp-callcenterben span.bg1 {
  background: url("../images/bg/1.png");
}
#block-dexp-callcenterben-dexp-callcenterben span.bg2 {
  background: url("../images/bg/2.png");
}
#block-dexp-callcenterben-dexp-callcenterben span.bg3 {
  background: url("../images/bg/3.png");
}
#block-dexp-callcenterben-dexp-callcenterben span.bg4 {
  background: url("../images/bg/4.png");
}
#block-dexp-callcenterben-dexp-callcenterben span.bg5 {
  background: url("../images/bg/5.png");
}
#block-dexp-callcenterben-dexp-callcenterben span.bg6 {
  background: url("../images/bg/6.png");
}
#block-dexp-callcenterben-dexp-callcenterben span.bg7 {
  background: url("../images/bg/7.png");
}
#block-dexp-callcenterben-dexp-callcenterben span.bg8 {
  background: url("../images/bg/8.png");
}
#block-dexp-callcenterben-dexp-callcenterben .callcenterben_toggle {
  background: url("../images/callgirl_103x100.png") no-repeat scroll 0px center transparent;
  display: block;
  height: 100px;
  position: absolute;
  left: -103px;
  text-indent: -9999px;
  top: 0;
  width: 110px;
  cursor: pointer;
}
/*FIN DE POUR QUE CE SOIT STICKY A DROITE AU LIEU DE LA GAUCHE*/

/*FIN AJOUT TOGGLE STICKY BAR RIGHT */


/*-----------------------------------------------------------*/
/*------------    TEMPORAIRE ITOOL        -------------------*/
/*-----------------------------------------------------------*/

/* MENU PRINCIPAL ITOOL */


/*debut menu mobilité*/
@media screen and (max-width: 991px) {
  #section-header {
    box-shadow: 0 2px 4px -3px gray;
  }
  #section-header a.site-logo,
  #section-header .search-toggle,
  #section-header .search-close {
    line-height: 70px;
  }
  #section-header .dexp-dropdown {
    font-family: 'Ubuntu', sans-serif;
    background: #3C92C4; /*333*/
    box-shadow: 0 2px 4px -3px gray;
    z-index: 999;
    padding-top: 10px;
  }
  #section-header .dexp-dropdown ul.menu li {
    list-style: none;
    padding: 0;
  }
  #section-header .dexp-dropdown ul.menu li a {
    display: block;
    max-width: 80%;
    line-height: 40px;
    color: #FFF;
  }
  /* MODIFICATION STYLE LIENS MENU ENRICHI COLONNAGE POUR MOBILES*/
  
  #section-header .dexp-dropdown ul.menu li a {
    display: block;
    max-width: 80%;
    line-height: 40px;
    color: #FFF;
  }
  #section-header .dexp-dropdown ul.menu li a:hover {
    display: block;
    max-width: 80%;
    line-height: 40px;
    color: #f6aa37;
  }
  #section-header .dexp-dropdown .dexp-menu-col ul.menu li.first a {
    display: block;
    max-width: 80%;
    line-height: 40px;
    font-size:20px;
    color: #000;
  }
  #section-header .dexp-dropdown .dexp-menu-col ul.menu li.first a:hover {
    display: block;
    max-width: 80%;
    line-height: 40px;
    font-size:20px;
    font-weight:400;
    color: #f6aa37;
  }
  
  /* FIN MODIFICATION STYLE LIENS MENU ENRICHI COLONNAGE POUR MOBILES*/
  
 
  
  /* liens dans colonnage  POUR MOBILES */

@media screen and (max-width: 991px) {

  
  #section-header .dexp-dropdown ul.menu li a.active {
    color: #f6aa37; /*#3C92C4;*/
  }
  
  #section-header .dexp-dropdown ul.menu li a:hover, {
    color: #f6aa37; /*#3C92C4;*/
  }
  
  #section-header ul.menu .dexp-mega-menu-title {
  /*font-size: 20px;
  font-weight: 500;
  line-height: 21px;*/
  display:none;
  }
  
  #section-header ul.menu .dexp-mega-menu-title ul .first {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  }


}  
  /* fin liens dans colonnage  POUR MOBILES */	
  
  

  

  /* liens dans colonnage  POUR DESKTOP */
  #section-header ul.menu li a.active,
  #section-header ul.menu span.nolink.active {
    color: #f6aa37;
  }
  

  
  
  #section-header .dexp-dropdown ul.menu li span.menu-toggler {
    /*color: #f5f5f5;
    line-height: 30px;
    top: 0;
    width: 30px;
    text-align: center;
    border: 1px solid #404040;*/
	color: #3c92c4;
	line-height: 30px;
	top: 0;
	width: 30px;
	text-align: center;
	border: 1px solid #f6aa37;
	background-color: #ffffff;
}
	
	
  }
  /*#section-header .dexp-dropdown .dexp-mega-menu-title {
    display: none;*/
  }
  #section-header .region-navigation {
    position: static;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #section-header .region-navigation .dexp-dropdown {
    position: absolute;
  }
  .dexp-menu-toggler {
    background: none;
    line-height: 70px;
    position: relative;
    padding: 0;
  }
  .dexp-menu-toggler:hover {
    background: none;
  }
  .dexp-menu-toggler:focus {
    outline: navy;
  }
  .dexp-menu-toggler.btn {
    border: none !important;
  }
  .dexp-menu-toggler.btn:hover {
    border: none;
  }
  .dexp-menu-toggler i.fa {
    border: 1px solid #3C92C4;
    color: #3C92C4;
    font-size: 21px;
    line-height: 35px;
    width: 40px;
  }
}

@media screen and (max-width: 991px) {
	#section-header .dexp-dropdown ul.menu li.first.leaf a {
		font-size: 20px; /*15*/
		color:#000000;
	}	
}
/*fin menu mobilité*/


body.rtl blockquote {
  border-right: 5px solid #eee;
  margin: 0;
  padding: 10px 20px;
  border-right-color: #3C92C4;
  border-left: none;
}
.region-navigation {
  position: static;
}
.block-dexp-menu {
  position: static;
}
.dexp-dropdown ul.menu ul.menu {
  min-width: 200px;
}
.dexp-dropdown ul.menu ul.menu >li {
  position: relative;
}
.dexp-dropdown ul.menu ul.menu ul.menu {
  top: 0;
  left: 100%;
  z-index: 1000;
}

/*debut menu desktop*/

@media screen and (min-width: 992px) {
  body.rtl .dexp-dropdown ul.menu >li {
    text-align: right;
  }
  .dexp-dropdown >ul.menu>li {
    display: inline-block;
    position: relative;
  }
  .dexp-dropdown >ul.menu>li >.dexp-menu-mega.back {
    right: 0;
  }
  .dexp-dropdown >ul.menu>li.dexp-static {
    position: static !important;
  }
  .dexp-dropdown ul.menu {
    margin: 0;
    padding: 0;
  }
  .dexp-dropdown ul.menu li {
    list-style: none;
  }
  .dexp-dropdown ul.menu li ul.menu {
    position: absolute;
    display: none;
    z-index: 999;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega {
    display: none;
    position: absolute;
    z-index: 999;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega.container {
    left: 0;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row {
    background: #FFF;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col {
    position: relative;
    z-index: 1;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col:hover {
    z-index: 2;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu {
    box-shadow: none !important;
    position: relative;
    display: block;
  }
  .dexp-dropdown ul.menu li:hover >.dexp-menu-mega {
    display: block;
  }
  .dexp-dropdown ul.menu li:hover >ul.menu {
    display: block;
  }
  .dexp-dropdown .menu-attach-block-wrapper {
    display: block;
    background: #3C92C4;
  }
  .dexp-dropdown .menu-attach-block-wrapper ul.menu {
    display: block;
    position: relative;
    left: 0;
  }
  .dexp-dropdown .menu-attach-block-wrapper .block {
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
  }
  .dexp-dropdown .menu-attach-block-wrapper .block h2.block-title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .dexp-dropdown .menu-attach-block-wrapper .block a {
    line-height: 20px !important;
    padding: 0 !important;
  }
  
  /*MODIFICATION MAJEURE COLONNAGE POUR TITRE DE COLONNE CLIQUABLE*/
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row ul li:first-child a { 
	  font-size: 14px;
	  font-family: 'Dosis';
	  font-weight: 600;
	  line-height: 21px;
	  color: #333;
	  padding-top: 18px;
	  text-transform: uppercase;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row ul li:first-child a:hover {
	  color: #F6AA37;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row ul li a {
	  font-weight: 400;
  }
  #section-header ul.menu .dexp-mega-menu-title {
	  /* font-size: 15px; 
	  font-weight: 500;
	  line-height: 21px;*/
	  display:none;
}
 
}

/*fin menu desktop Itool */


/*-----------------------------------------------------------*/
/*-------   TESTIMONIALS  STYLE EVOLVE HAPPY PEOPLE   -------*/
/*-----------------------------------------------------------*/

/* Happy Clients EVOLVE BASE
====================================*/
.sb-navigation-left-2.alt, .sb-navigation-right-2.alt {
	top: 57%;
	margin: 0;
	position: absolute;
	height: 20px;
	width: 20px;
	z-index: 99;
}
.sb-navigation-left-2.alt {
	left: 10px;
}
.sb-navigation-right-2.alt {
	right:0;
}
.happy-clients-photo img {
	float:left;
	display: block;
	margin-bottom: 11px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	border:1px solid #eceef0;
	padding:10px;
	margin-left:30px;
}
.happy-clients-cite {
	font-size: 20px;
	font-weight: 300;
	color: #b9bec3;
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: left;
	line-height: 30px;
	margin-bottom: 7px;
	border:1px solid #eceef0;
	padding:30px 10px;
	border-radius:5px;
	float:right;
	margin-right:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.happy-clients-cite i {
	font-size:18px;
	font-weight:normal;
	position:relative;
	top:-20px;
	left:-22px;
	color:#eceef0;
}
.happy-clients-author {
	font-size: 13px;
	font-weight: 500;
	color: #eff4f7;
	float:left;
	display: block;
	text-align: left;
	line-height: 32px;
	margin-left:40px;
	font-style:italic;
}
.happy-clients-author strong {
	color: #b9bec3;
	font-weight:800;
}

/* Happy Clients adapté ORANE
====================================*/
.sb-navigation-left-2.alt, .sb-navigation-right-2.alt {
	top: 57%;
	margin: 0;
	position: absolute;
	height: 20px;
	width: 20px;
	z-index: 99;
}
.sb-navigation-left-2.alt {
	left: 10px;
}
.sb-navigation-right-2.alt {
	right:0;
}
.happyclient .happy-clients-photo img {
	float:left;
	display: block;
	margin-bottom: 11px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	border:1px solid #eceef0;
	padding:10px;
	margin-left:30px;
}
.happy-clients-cite {
	font-size: 20px;
	font-weight: 300;
	color: #b9bec3;
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: left;
	line-height: 30px;
	margin-bottom: 7px;
	border:1px solid #eceef0;
	padding:30px 10px;
	border-radius:5px;
	float:right;
	margin-right:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.happy-clients-cite i {
	font-size:18px;
	font-weight:normal;
	position:relative;
	top:-20px;
	left:-22px;
	color:#eceef0;
}
.happy-clients-author {
	font-size: 13px;
	font-weight: 500;
	color: #eff4f7;
	float:left;
	display: block;
	text-align: left;
	line-height: 32px;
	margin-left:40px;
	font-style:italic;
}
.happy-clients-author strong {
	color: #b9bec3;
	font-weight:800;
}

/*vbxcbnxnx*/

.testimonial.happyclient .carousel-inner p.testimonial-content{
	background: none; }

.testimonial.happyclient .carousel-inner p.testimonial-content {
  padding-top: 80px;
  margin-left: 120px;
  /*ajout*/
  font-size: 20px;
	font-weight: 300;
	color: #808080;
	
	/*width: 80%;
	margin: 0 auto;
	display: block;
	text-align: left;
	float:right;
	margin-right:40px;
	margin-bottom: 7px;
	padding:70px 10px;*/
	line-height: 30px;
	border:1px solid #e5e5e5;
	border-radius:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.dark .testimonial.happyclient .carousel-inner p.testimonial-content {
	color: #b9bec3;
	border:1px solid #eceef0;
}

.testimonial.happyclient .carousel-inner p.testimonial-content:before {
  right: 100%;
  top: 100px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(229, 229, 229, 1);/*rgba(245,245,245,0)*/
  border-right-color: #e5e5e5;
  border-width: 10px;
  margin-top: -10px;
}
.dark .testimonial.happyclient .carousel-inner p.testimonial-content:before {

  border: solid transparent;
  border-color: rgba(245,245,245,0);
  border-right-color: #f5f5f5;
  border-width: 10px;
  margin-top: -10px;
}

.testimonial.happyclient .carousel-inner p.testimonial-content:after {
  display:none;
}
.testimonial.happyclient .carousel-inner .testimonial-client img {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 40px;
  margin-bottom: 11px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border:1px solid #e5e5e5;
  padding:10px;
  /*margin-left:30px;*/
}

.dark .testimonial.happyclient .carousel-inner .testimonial-client img {
  border:1px solid #e5e5e5 eceef0;
}
.testimonial.happyclient .carousel-inner .testimonial-client .pull-right {
  position: absolute;
  top: 0px;
  right: 20px;
}
.testimonial.happyclient .carousel-inner .testimonial-client .pull-right {
  position: absolute;
  top: 0px;
  left: 20px;
}
.testimonial.happyclient .carousel-inner .testimonial-client span {
  padding-top: 0;
  text-align: left;
  margin-left: 0;
  position: absolute;
  top: 20px;
  left: 120px;
}

/*Template ORANE TESTIMONIALS */


testimonial {
  text-align: center;
  margin-bottom: 20px;
}
	

.testimonial .carousel-inner p.testimonial-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 24px;
  color: #808080;
  margin: 0 auto;
  padding: 20px 20px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border: none;
  position: relative;
  border-radius: 3px;
  min-height: 150px; /*pour eviter image tronquée si pas assez de texte dans le témoignage */
  
}
.testimonial .carousel-inner p.testimonial-content:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  left: 40px;
  margin-left: -10px;
  bottom: 0px;
  -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  -o-transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  background-color: #f5f5f5;
}
.testimonial .carousel-inner .testimonial-client span {
  float: left;
  padding-top: 20px;
  padding-left: 30px;
  text-align: left;
}
.testimonial .carousel-inner .testimonial-client span .testimonial-name {
  font-size: 20px;
  color: #343434;
}
.testimonial .carousel-inner .testimonial-client span .testimonial-position {
  font-size: 16px;
  color: #808080;
}
.testimonial.style04 .carousel-inner .testimonial-client span .testimonial-position {
  color: #ccc;
}
.testimonial .carousel-inner .testimonial-client .testimonial-site {
  padding-top: 20px;
  color: #808080;
  font-size: 16px;
  text-align: right;
}
.testimonial .carousel-inner .testimonial-client .testimonial-rate .rating {
  text-align: right;
}
.testimonial .carousel-inner .testimonial-client img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px 0;
  float: left;
}
.testimonial .carousel-indicators {
  bottom: -40px !important;
}
.testimonial .carousel-indicators li {
  background: #f1f1f1;
  border: none;
}
.testimonial .carousel-indicators li.active {
  background: #3C92C4;
}
.testimonial.style02 .carousel-inner p.testimonial-content {
  padding-bottom: 80px;
}
.testimonial.style02 .carousel-inner p.testimonial-content:after {
  left: 50% !important;
}
.testimonial.style02 .carousel-inner .testimonial-client {
  height: 150px;
}
.testimonial.style02 .carousel-inner .testimonial-client img {
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
.testimonial.style02 .carousel-inner .testimonial-client .pull-left {
  width: 100%;
  float: none;
}
.testimonial.style02 .carousel-inner .testimonial-client .pull-right {
  position: absolute;
  bottom: 170px;
  width: 100%;
  float: none;
}
.testimonial.style02 .carousel-inner .testimonial-client .pull-right div {
  text-align: center;
}
.testimonial.style02 .carousel-inner .testimonial-client span {
  padding-top: 140px;
  width: 100%;
  text-align: center;
  margin-left: -15px;
}
.testimonial.style03 .carousel-inner p.testimonial-content {
  padding-top: 80px;
  margin-left: 120px;
}
.testimonial.style03 .carousel-inner p.testimonial-content:before {
  right: 100%;
  top: 100px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245,245,245,0);
  border-right-color: #f5f5f5;
  border-width: 10px;
  margin-top: -10px;
}
.testimonial.style03 .carousel-inner .testimonial-client img {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 40px;
}
.testimonial.style03 .carousel-inner .testimonial-client .pull-right {
  position: absolute;
  top: 0px; /* -20px; */
  right: 20px;
}
.testimonial.style03 .carousel-inner .testimonial-client span {
  padding-top: 0;
  text-align: left;
  margin-left: 0;
  position: absolute;
  top: 20px;
  left: 120px;
}
.testimonial.style04 .carousel-inner p.testimonial-content {
  padding-top: 80px;
  background-color: transparent;
  font-size: 16px;
  padding-bottom: 20px;
}
.testimonial.style04 .carousel-inner p.testimonial-content:after {
  background-color: transparent;
}
.testimonial.style04 .carousel-inner .testimonial-client {
  height: 0px;
 
}
.testimonial.style04 .carousel-inner .testimonial-client img {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  display:none;
}
.testimonial.style04 .carousel-inner .testimonial-client .pull-left {
  width: 100%;
  float: none;
}
.testimonial.style04 .carousel-inner .testimonial-client .pull-right {
  position: absolute;
  bottom: 170px;
  width: 100%;
  float: none;
}
.testimonial.style04 .carousel-inner .testimonial-client .pull-right div {
  text-align: center;
}
.testimonial.style04 .carousel-inner .testimonial-client span {
  padding-top: 20px;
  width: 100%;
  text-align: center;
  margin-left: -15px;
}
.testimonial.style04 .carousel-inner .testimonial-client span .testimonial-name,
.testimonial.style04 .carousel-inner .testimonial-client span .testimonial-position {
  color: #fff;
}

/*ajout si backgroud foncé mettre class dark au bloc*/

.dark .testimonial .carousel-inner .testimonial-client span .testimonial-name, .dark .testimonial-name, .dark .title-wrapper.heading-title h1, .dark .title-wrapper.heading-title h2, .dark .title-wrapper.heading-title h3  {
	  color: #ffffff;
	
}
.dark .testimonial.style03 .carousel-inner .testimonial-client span .testimonial-name{
	  color: #808080;
	
}
@media (max-width: 480px) {
  .testimonial.style03 .carousel-inner p.testimonial-content {
    margin-left: 0;
    padding-top: 120px;
  }
  .testimonial.style03 .carousel-inner .testimonial-client {
    height: 120px;
  }
  .testimonial.style03 .carousel-inner .testimonial-client img {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: auto;
    bottom: -20px;
  }
  .testimonial.style03 .carousel-inner .testimonial-client .pull-right {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .testimonial.style03 .carousel-inner .testimonial-client span {
    padding-top: 0;
    text-align: left;
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 0px;
  }
}


/*-----------------------------------------------------------*/
/*-------   TABLE PRIX ACCORDEON   -------*/
/*-----------------------------------------------------------*/
.accordion.panel-title a:before {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25em;
  padding-right: 5px;
  color: #3C92C4;
  line-height: 20px;
}

.accordion.panel-title a.collapsed:before {
  content: "\f067";
}

.accordion.panel-title a {
  border-left: 5px solid #3C92C4;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  font-weight: 500;
  font-family: "Oswald",sans-serif;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  outline: none;
}

.accordion.panel-title a.collapsed {
  background-color: #f5f5f5;
  border-left: 5px solid #3C92C4;
  color: #333;
}

.panel-group.style02 .panel a {
  border-left: none !important;
  border-right: none !important;
  background-color: #3C92C4 !important;
  color: #fff !important;
}
.panel-group.style02 .panel-body a {
  background-color: none;
  color: #3C92C4;
}

.planbgbtncenter {
    background: none repeat scroll 0 0 #fff;
    border :none;/*border: 1px solid #ebebeb;*/
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.planbgbtncenter .btn-lg { /*pour bouton de télééchargement 1 ligne btn lg*/
    margin: 56px 0;
}
.planbgbtncenter .btn-md { /*pour bouton de télééchargement 1 ligne btn lg*/
    margin: 60.5px 0;
}
.planbg .plantitle {
    border-bottom: 1px solid #ebebeb;
    border-top: none/*4px solid #1b2230;*/;
    float: left;
    height: 180px;
    text-align: center;
    width: 100%;
}
.planbg, .plantitle {
	position: relative;
}

.planbg .plantitle p sub{
    font-size:16px;
}

/*ligne rapppel des prix*/

.planbgbtncenter.small {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ebebeb;
    float: left;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    height: 106px;
    padding: 20px 0;
}

.planbgbtncenter.small .btn-md {
    margin: 0;
}

.planbg.small {
    margin-top: 5px;
}
.planbg.small .plantitle {
    border-bottom: 1px solid #ebebeb;
    border-top: none/*4px solid #1b2230;*/;
    float: left;
    height: 104px;
    text-align: center;
    width: 100%;
}
.planbg.small .plantitle p {
    line-height: inherit;
    font-size: 1.5em;
}
.planbg.small .plantype {
    color: #1a212e;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    padding-top: 5px;
}

.planbg.small .planprice {
    color: #3C92C4;
    font-weight: 700;
    margin: 0;
}


/*fin ligne rapppel des prix*/

/* element prix planbackground dans box seo box shadow */


.seo .planbg.small .plantitle {
    clear:both;
	height:auto;
}

.seo .planbg .plantitle {
    clear:both;
    height: auto;
	
}

.seo.shadow-1 {
	float:left;
    height: auto;}


/* fin element prix planbg dans box seo box shadow */



.priceaccordion>tbody>tr>td, .priceaccordion>tfoot>tr>td {
    padding: 1px;
}
.table.priceaccordion>tbody>tr>td, .table.priceaccordion>tfoot>tr>td {
    border-top: none/*1px solid #ddd; */
}


/*----------------  RIBBON CORNER TABLE-PRICE   --------------------*/

/*Attention necessite conteneur en position relative*/
.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

/*----------------- FIN RIBBON CORNER TABLE-PRICE -------------------------*/

/*** IMAGES SLIDER LP ITOOL *****/

@media (min-width: 768px) and (max-width: 991px) {
	.img590md {

		max-width: 390px!important;
		position: relative;
		bottom: -120px!important;
		left: -150px!important;
}


	}
}

@media (min-width: 992px) {
	.img-responsive.img590md , .img590md {

		width: 590px!important;
		position: relative;
		/* float: right; */
		bottom: -30px!important;
		max-width: 590px!important;
		left: -150px!important;


	}
}

/*----------------  RIBBON CORNER TABLE-PRICE   --------------------*/
/*Sticky header Price table fonctionne avec le js /sites/all/themes/drupalexp/assets/js/jquery.stickyheader.js appelé dans /sites/all/themes/drupalexp/template.php  par :  drupal_add_js(drupal_get_path('theme', 'drupalexp') . '/assets/js/jquery.stickyheader.js');   drupal_add_js(drupal_get_path('theme', 'drupalexp') . '/assets/js/jquery.ba-throttle-debounce.min.js'); */

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 3em 0;
	width: 100%;
	margin-top:50px; /*pour qu'il ne soit pas caché par le sticky nav du site*/
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
		
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color: #666;
			color: #eee;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}


/*------------------------PROFILE SIDE BAR EXPERT----------------------------*/

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

/*------------------------FIN PROFILE SIDE BAR EXPERT----------------------------*/

style="margin-bottom: 40px;"

/*---------------------------------------------------------------------------------------*/
/*------------------------MODIFICATIONS POUR IADVIZE LIVECHAT cf custom 04----------------------------*/
/*---------------------------------------------------------------------------------------*/
