/*
Theme Name: Theme Cap Visio 
Description: webdesign pour wordpress
Author: Liner Interactive
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
padding:0;
border:0;
margin:0;
vertical-align:baseline;
font-size:100%;
font-weight: 300;
}
ol,ul,li{list-style-type: none;list-style-position: inside;}
blockquote,q{
quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
content:'';
content:none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}
input {
-webkit-appearance: none;
-moz-appearance:none;
border-radius:0px;
}

#cookieChoiceInfo{
  z-index: 999999!important;
}
/*----------------- classes lARGEURS ----------------------------------------------------------*/
.widzmain{
    width: 1370px;
    margin:0 auto;
    padding: 0px 15px;
}
.widzsouspage {/* page sans sidebar,page niveau 1*/
    width: 1140px;
    margin: 0px auto;
    padding: 70px 130px 50px 130px;
}
.widz900{
    width: 900px;
    margin: 0px auto;
    padding: 70px 250px 50px 250px;
}
/*-----------------IMAGES---------------------------------------------------------------------*/
img{
    display:block;
    border: none;
    max-width: 100%;
    height: auto;
}

/*-----------------LIENS texte inline---------------------------------------------------------------------*/
a{
    color: #6f7070;
    text-decoration: underline;
}
a:hover {
    color:#245c6f;
}

/*---LIENS NON SOULIGNES --------*/
.non_souligne, #navtop a, #navbottom a, #navcontact a,#breadcrumb a{
    text-decoration: none;
}

/*----------------- LIENS sous forme de bloc------------------------------------------------------------------------------------*/
a.bt{
    display: block;
    background-repeat: no-repeat;
    text-decoration: none;
    webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -ms-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in; 
}
.bt_ok{
    background-color: #52B5D2;
    color: white;
    text-indent: 0px;
    padding: 0px 20px;
    webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     -ms-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
     text-decoration: none;
}
.bt_ok:hover{
    background: #199CB8;
    color: white;
}
.bt_bleu{
    background: #52b5d2;
    color: white;
    padding: 20px 15px;
    margin: 20px auto;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    width: 80%;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.bt_bleu:hover{
    background-color: #199CB8;
    color: white;
}
/*----------------- DIVERS------------------------------------------------------------------------------------*/

form input {
    height: 40px;
    border: none;
    text-indent: 20px;
    font-size: 0.8em;
    font-weight: 300;
}
form input.plezi-submit-btn {
    background: #245c6f!important;
    transition: 0.4s all;
}
form input.plezi-submit-btn:hover {
    background: #52B5D2!important;
    transition: 0.4s all;
}

/*-----------------BODY ------------------------------------------------------------------------------------*/

body {
    background: white;
    font-family:Arial,Verdana,sans-serif;
    font-family: 'Open Sans', sans-serif;
    line-height: 1em;
    color:#6f7070;
    font-weight: 300;
}
.bkg_white .page_content_entry{
  overflow: hidden;
}
/*-----------------HEADER  et cd_main_content-----------------------------------------------------------------------------------*/


/*--- Menu navtop ---source codyhouse.co---(fonctionne avec script dans fichier reglage.js) --------*/

html, body {
  /* you need to set this to assign to the main element a min height of 100% */
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  background-color: transparent;/*obligatoire*/
  z-index: 2;
  padding-top: 75px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow: hidden;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  transform: translateX(-320px);
}
header {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  background: white;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  min-width: 1400px;
  border-bottom: 1px solid #dddfe2;
}
header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  transform: translateX(-320px);
}
header.is-fixed {
  position: fixed;
}
#cd-menu-trigger {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background-color: #52b5d2;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 34%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 37px;
  height: 2px;
  background-color: #FFF;
  /* these are the upper and lower lines in the menu menu */

}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  top: 10px;
  -ms-transform-origin: 66% 60%;
  -webkit-transform-origin: 66% 60%;
  transform-origin: 68% 60%;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 16px;
}
#cd-menu-trigger .cd-menu-icon::after {
    top: 22px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cd-lateral-nav-mobile{
    display: none;
}
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 3;
  width: 320px;
  /* padding: 0px 0px 0px 25px; */
  background-color: #242e30;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/*----navtop---accordion navtop  (fonctionne avec script_cssmenu.js) --------*/

#navtop,#navtop ul,#navtop ul li,#navtop ul li a {
  line-height: 1.4;
  display: block;
  position: relative;
  font-size: 18px;
}

#navtop > ul>li {
    border-bottom: 1px solid #3B3C3C;
}
#navtop ul ul {
  display: none;
  background: #252B2B;
}
#navtop a {
  padding: 25px 29px 25px 25px;
  cursor: pointer;
  font-size: 1.1em;
  background: #1e2424;
  color: white;
}
#navtop span{
  font-weight: 300;
}
#navtop  ul a:hover,#navtop li.active > a,#navtop li.open > a {
    opacity: 0.7;
}
#navtop ul ul li a {
  padding: 20px 25px 20px 25px;
  font-size: 16px;
  background: #252b2b;
  color: #c7cad1;
}
#navtop ul ul ul li a {
  padding: 10px 15px 10px 25px;
  font-size: 0.8em;
  background: #252b2b;
}
/* gestion des fleches premier niveau*/
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 35px;
  border-top: 2px solid white;
  border-left: 2px solid white;
}
/*gestion des fleches niveau 2*/

#navtop ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #c7cad1;
  border-left: 2px solid #c7cad1;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*barre header----------------------------------*/
#hotline{
    background: url(capvisio_img/home/tel-header.png)no-repeat 10px 96%;
    color: #245c6f;
    padding: 30px 15px 0px 25px;
    width: 120px;
    height: auto;
    font-weight: 700;
    font-size: 1.1em;
}
#header_left {
    width: 670px;
    float: left;
    height: 100%;
}
#header_right{
    display: flex;
    height: 100%;
}
#nav_top_home_link .menu-lien-header-container ul{
  display: flex;
  padding-top: 30px;
  margin-right: 10px;
}
#nav_top_home_link .menu-lien-header-container ul li{
  margin-left: 20px;
}
#nav_top_home_link .menu-lien-header-container ul li a{
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #245c6f;
}
.header_right_block{
    float:left;
    border-right: 1px solid #dddfe2;
    padding-right: 29px;
    height: 100%;
}
#logo{
    position: absolute;
    left:120px;
    top: 12px;
    /**/
    width:186px;
    height:50px;
}
#reseaux_header_tablette{
    display: none;
}
.reseaux_block img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0.7;
}
.reseaux_block a:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.reseaux_block a {
    float: left;
    display: inline-block;
    margin: 0px 7px;
}

.reseaux_block {
    overflow: hidden;
    margin-top: 23px;
}
#bt_contact_header{
    margin-right: 73px;
    color: #eeeeee;
    font-size: 0.9em;
    padding: 28px 49px 10px 25px;
    cursor: pointer;
    font-size: 1.1em;
    background: #245c6f url(capvisio_img/home/fleche-header-contact.png)no-repeat;
    background-position: 80% 50%;
    height: 38px;
    border-right: 0px solid #dddfe2;
    width: 55px;
}
#bt_contact_header:hover{
    background-color: #52B5D2;
}

/*----searchform------------*/

#blocksearchform {
    width: 198px;
    margin-top: 20px;
}
input#s {
    border: none;
    width: 125px;
    height: 25px;
    font-size: 1.1em;
    padding-left: 10px;
}
input#searchsubmit {
    padding-left: 0px;
    position: relative;
    top: 5px;
    height: auto;
    left: 10px;
}
input::-webkit-input-placeholder {
    color: #a7acb0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
input:-moz-placeholder {
    color: #a7acb0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
input:-ms-input-placeholder {
    color: #a7acb0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
/*---espace client-----------*/

#log_block_wrap {
    padding-right: 0px;
}
#bt_log_block{
    color: #a7acb0;
    font-size: 0.9em;
    padding: 30px 25px 29px 25px;
    cursor: pointer;
    font-size: 1.1em;
    background-color:white;
    background: url(capvisio_img/home/fleche-header.png)no-repeat;
    background-position: 87% 51%;
    width: 125px;
}
#logspace_block{
    display: none;
    position: absolute;
    top: 75px;
    background-color: #eeeeee;
    padding: 30px 13px;
    width: 510px;
}
input#user_login,input#user_pass{
    width: 217px;
}

/*search.php----------------------------------------------------------------------------*/

h2.search_title {
    margin: 5px 0px;
}
/*-------FOOTER-----------------------------------------------------------------------------------*/
#footer{
    background: #245c6f;
}
#footer_content{
    text-align: center;
    padding-top: 50px;
}
#footer_centre{
    background:#245c6f;
    overflow: hidden;
    margin-top: 93px;
}

.titre_footer{
    font-size: 2.25em!important;
    font-weight: 300;
    color: white!important;
    padding: 40px 0px 29px 0px;
    line-height: 1.1em;
}
.titre_footer .textwidget{
  font-size: 36px !important;
  color: white!important;
  padding: 40px 0px 29px 0px;
}
.footer_center_title {
    text-transform: uppercase;
}
#footer_content div{
    font-size: 22px;
    font-size: 1.3em;
    color:#c7cad1;
}
div#intro_newsletter {
    padding-bottom: 30px;
}
#navbottom{
    clear: both;
    padding-bottom: 30px;
    padding-top: 30px;
}
#navbottom li{
    margin-right: 21px;
    text-align: center;
    display: inline;
}
#navcontact li{
    margin-right: 21px;
    text-align: center;
    display: inline;
}
#navcontact li:after{
    content:"/";
    color:#c7cad1;
    position: absolute;
}
#navcontact a {
    color: #c7cad1;
    margin-right: 19px;
}
#navcontact a:hover{
    text-decoration: underline;
}
#navcontact li:last-child:after {
    content: "";
}
#navcontact li:last-child a {
    color: #52B5D2;
}
#navbottom a {
    color: #a7acb0;
    font-size: 0.7em;
}

#navbottom a:hover {
    color: #52B5D2;
}
.bloc_bas_footer{
    width: 28%;
    float: left;
    margin: 0px 10px;
    overflow: hidden;
    padding: 62px 0px;
}
#footer_content .bloc_bas_footer div.mention{
  font-size: 12px;
  font-style: italic;
}
#footer_centre .bloc_bas_footer:first-child {margin-left: 101px;}
.bloc_bas_footer .reseaux_block a {
    float: none;
    margin: 0px;
}
.bloc_bas_footer .reseaux_block img {
    margin-top: 0px;
    opacity: 1;
}
.bloc_bas_footer .reseaux_block_wrap .reseaux_block {
    margin-top: 0px;
}
#reseaux_footer_mobile{
    display: none;
}
#watcheezy {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #245c6f url(capvisio_img/home/img-tchat.png)no-repeat 90% 50%;
    z-index: 4;
    width: 250px;
    padding: 15px;
    color: white;
    font-size: 18px;
    display: none;
}
#footer_centre_blocs{
    padding:0px 50px;
    overflow: hidden;
}
/*---------WIDGET-----------------------------------------------------------------------------------------*/
/*largeur des blocs et gestion des ID des widgets*/

.bloc475, #black-studio-tinymce-2,#black-studio-tinymce-3,#black-studio-tinymce-10 {/*bloc475*/
    width: 360px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 660px;
}
#black-studio-tinymce-3 .push_content{
  text-align: center;
}
#black-studio-tinymce-3 .push_content a{
  font-weight: 600;
  color: #52B5D2 !important;
}
#black-studio-tinymce-2 img,/*tous ceux de la home*/
#black-studio-tinymce-3 img,
#black-studio-tinymce-4 img,
#black-studio-tinymce-10 img,
#black-studio-tinymce-9 img
{

    height: 660px;
    max-width: initial;
    object-fit: cover;
}
.bloc360, #black-studio-tinymce-4,#black-studio-tinymce-9/*block360 home*/
{
    width: 360px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 660px;
}
#black-studio-tinymce-17, #black-studio-tinymce-16,#black-studio-tinymce-18,#black-studio-tinymce-19,
#black-studio-tinymce-20,#black-studio-tinymce-21,#black-studio-tinymce-22,#black-studio-tinymce-23{/*versions tablette et mobiles*/
    display: none;
}

/*--------INDEX-----------------------------------------------------------------------------------------*/

.bkg_white{
    background: white;
    overflow: hidden;
}
/*-----------------Slider homepage--------------*/
#home_slider{
    position:relative;
}
#bkg_home_slider{
  width: 42%;
  background:rgba(36, 92, 111, 0.8);
  position: absolute;
  top:75px;
}
#home_slider li,#bkg_home_slider{ 
  height: 675px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.home_slider_title{
    color:white;
    width: 485px;
    font-size: 2.2em;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 30px;
}
.accroche_home_slider {
    position: absolute;
    top: 26%;
    left: 50px;
}
.home_slider_title span {
    font-weight: 300;
}
#bt_demo,#bt_ingenieur{
    color: white;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
}
#bt_ingenieur{
    border: 2px solid white;
    width: 300px;
    padding: 17px 10px;
}
#bt_demo{
    background: #52B5D2;
    width: 304px;
    padding: 20px 10px;
}
#bt_demo:hover{
    background: #245c6f;
}
#bt-lifesize{
    background: #290F86;
    width: 304px;
    padding: 20px 10px;
	color: #ffff;
}
#bt-lifesize:hover{
    background: #604da5;
}

#bt_ingenieur:hover{
    color:#245c6f;
    background: white;
}


/*Slider logos partenaires homepage---------*/
.bandeaugris_home{
    background: #eeeeee;
    position: relative;
    clear: both;
    height: 80px;
    padding-top: 10px;
}
#logopart_slider_wrap{
    position: relative;
}
#logopart_slider {
    position: relative;
    clear: both;
    width: 900px;
    margin: 0px auto;
}
#logopart_slider li p {
    width: 81%;
    height: 100%;
}
#logopart_slider li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    margin: auto;
    float: none;
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0.5;
}
#logopart_slider li:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
#logopart_slider_wrap a.prevBtn, #logopart_slider_wrap  a.nextBtn{
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    width:8px;
    height:13px;
    z-index: 30000;
    cursor:pointer;
    position: absolute;
    top: 47%;
}
#logopart_slider_wrap a.prevBtn {
    background: url(capvisio_img/home/prev_logo.png) no-repeat 0 0;
    left: 213px;
}	
#logopart_slider_wrap a.nextBtn{
    background: url(capvisio_img/home/next_logo.png) no-repeat 0 0;
    right: 213px;
}
/*Slider logos clients homepage---------*/
#logoclient_slider_wrap{
    background: #eeeeee;
    position: relative;
}
#logoclient_slider {
    position: relative;
    clear: both;
}
#logoclient_slider li p {
    width: 90%;
    height: 100%;
}
#logoclient_slider li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    margin: auto;
    float: none;
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0.6;
}
#logoclient_slider li:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
#logoclient_slider_wrap a.prevBtn, #logoclient_slider_wrap  a.nextBtn{
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    width:30px;
    height:30px;
    z-index: 30000;
    cursor:pointer;
    position: absolute;
    top: 42%;
}
#logoclient_slider_wrap a.prevBtn {
    background: url(capvisio_img/home/prev_logo.png) no-repeat 0 0;
    left: 0px;
}	
#logoclient_slider_wrap a.nextBtn{
    background: url(capvisio_img/home/next_logo.png) no-repeat 0 0;
    right: 0px;
}
/*--------Slider outil homepage------------*/

#bloc_outil{margin: 0px 10px;}
#bloc_outil_titre{
    color: #4f5556;
    font-size: 2.25em;
    font-weight: 300;
    line-height: 1em;
    margin: 43px 40px 20px 40px;
    position: absolute;
    z-index: 1;
}
#bloc_outil_titre p{
    color: #6f7070;
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1em;
    margin-top: 10px;
}
#outil_slider li {
    height: 660px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.outil_slider_content {
    position: absolute;
    top: 510px;
    margin: 0px 40px;
}
.outil_slider_titre {
    color: #4d4d4f;
    font-size: 1.3em;
    margin: 0px 0px 10px 0px;
    line-height: 1.1em;
}
.outil_slider_descr {
    color: #6f7070;
    font-size: 1.1em;
    margin-bottom: 20px;
}
.outil_slider_lien {
    color: #245c6f;
    font-size: 1.1em;
    text-decoration: none;
}

a.outil_slider_lien:hover {
    text-decoration: underline;
}
#bloc_outil .controls-point{
    width: 100px;
    height: 20px;
    margin:auto;
    position: absolute;
    top: 480px;
    left: 35px;
}
.controls-point li {
    list-style-type: none;
}
a.customLink{
    display: block;
    width: 15px;
    height: 15px;
    background: white;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    margin: 0 6px;
    float:left;
}
a.customLink.current, a.customLink:hover{
    background: #52B5D2;
}
.outil_slider_titre a {
    text-decoration: none;
    color: #4d4d4f;
}
/*--------Slider actu homepage------------*/
#bloc_actu_home .controls-point{
    width: 100px;
    height: 20px;
    margin:  0px auto;
    position: absolute;
    top: 470px;
    left: 35px;
}
#bloc_actu_home{margin: 0px 10px;}
#actu_slider_home li {
    height: 660px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.actu_slider_home_content {
    position: absolute;
    top: 480px;
    margin: 0px 40px;
}
.actu_slider_home_titre {
    font-size: 1.3em;
    margin: 20px 0px 10px 0px;
    line-height: 1.1em;
}
.actu_slider_home_descr {
    color: white;
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.1em;
}
.actu_slider_home_titre a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}
a.customLink1{
    display: block;
    width: 15px;
    height: 15px;
    background: white;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    margin: 0 6px;
    float:left;
}
a.customLink1.current, a.customLink1:hover{
    background: #245c6f;
}
/*blocs push (widget) homepage------------*/

.comment{
    display: none;  
}
.light{
    font-weight: 300;
}
.push_titre{
    color: white;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}
.push_content{
    position: relative;
    bottom: 260px;
    margin: 0px 20px 0px 40px;
}
.push_p{
    color: white;
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.2em;
}
a.push_fleche {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    bottom: 12px;
    text-indent: -8000px;
    background:url(capvisio_img/home/img-capvisio-fleche-blanc.png)no-repeat 50% 50%;
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: block;
}
a.push_fleche:hover{
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    bottom: 12px;
    text-indent: -8000px;
    background:url(capvisio_img/home/img-capvisio-fleche-blanc-hover.png)no-repeat 50% 50%;
}
.widgettitle {
    display: none;
}
.widget_gr_bloc .widget{
    margin: 0px 10px;
}
#widget_avantages {
    clear: both;
    overflow: hidden;
    margin-bottom: 34px;
    margin-top: 34px;
}
.avantages_titre{
    color: #252b2b;
    font-size: 1.35em;
    line-height: 1em;
    margin: 25px 0px;
    height: 42px;
}
#widget_avantages .page_title_entry{
  font-size: 2em;
}
#widget_avantages .widget {
    width: 21%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0px 2%;
}
#widget_avantages .push_content {
    bottom: 0px;
    margin: 0px auto;
}

#widget_avantages .widget img
{
    margin: 0px auto;
}
#widget_avantages .widget a.push_fleche {
    bottom: 0px;
    background:url(capvisio_img/home/img-capvisio-fleche.png)no-repeat 50% 50%;
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    float: none;
    margin: 0px auto;
}
#widget_avantages .widget a.push_fleche:hover {
    background:url(capvisio_img/home/img-capvisio-fleche-gris-hover.png)no-repeat 50% 50%;
}
#widget_gr_bloc_1 a.bt_bleu {
    bottom: 100px;
}
.widget_gr_bloc{
    overflow: hidden;
    margin: 45px auto;
    display: flex;
    justify-content: center;
}
.bandeaugris_p{
    /*margin-right: 48px;*/
    display: inline;
    line-height: 3.4em;
    font-size: 1.3em;
    padding: 10px;
}
.bandeaugris_content{
    text-align: center;
}
a#demande_prix_home {
    padding: 15px 44px;
    font-size: 1.1em;
}
.accroche_p{
    color:white;
    width: 75%;
    font-size: 1.4em;
    line-height: 1.2em;
}
.bandeau_parallax {
    height: 680px;
    position: relative;
    z-index: -1;
}
.bandeau_content{
    width: 42%;
    background:rgba(36, 92, 111, 0.8);
    -webkit-background-size: cover;
    height: 100%;
}
.bandeau_container {
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#bandeaugris_client {
    height: 145px;
}
#bandeaugris_client .bandeaugris_p{
    margin-right:0px;
}
#gr_bloc_2 a.bt_bleu {
    bottom: 50px;
}
/*twitter--facebook------------------*/
.bloc_twitter{
    border:2px solid #52b5d2;
    text-align: center;
    height: 99%;
    margin: 0px 10px;
}
.bloc_twitter .bt_bleu {
    width: 60%;
    bottom: 50px;
}
.img_twitter {
    display: inline;
    padding: 50px 0px 30px 0px;
}
.bx-wrapper .bx-controls-direction a {
    opacity: 1 !important;
}
#bloc_facebook_home {
    margin: 0px 10px;
}
.bx-controls-direction {
    position: absolute;
    bottom: 0px;
    width: 160px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    height: 20px;
}
.aptf-tweet-actions{
    display: none;
}
.aptf-tweet-content .aptf-tweet-name{
    display: none;
}
.aptf-tweet-content {
    font-size: 22px;
    color: #252b2b;
    line-height: 1.4em;
    padding: 0px 40px;
    height: 340px;
}
.bx-wrapper .bx-prev {
    left:0px!important;
    background: url(capvisio_img/home/prev_logo.png) no-repeat!important;
}

.bx-wrapper .bx-next {
    right:0px!important;
    background: url(capvisio_img/home/next_logo.png) no-repeat!important;
}
/*SIDEBAR FOOTER-----------------------------------------------------------------------------*/
.sidebar_footer .widget .push_content{
    bottom: 216px;
}
.sidebar_footer .widget .push_fleche img{
    width: initial;
    height: initial;
    float: right;
    position: relative;
    bottom: 40px;
}
.sidebar_footer {
    margin: 20px auto;
    overflow: hidden;
    clear: both;
}
#sidebar_footer_1{
    width: 900px;
}
.sidebar_footer .widget {
    width: 48%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 230px;
}
.sidebar_footer .widget img{
    max-width: 100%;
}
.textwidget {
    position: relative;
}
#partage_mobile{
    display: none;
}
#partage{
    float: right;
    overflow: hidden;
    padding-bottom: 20px;
}
#partage img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0.7;
    width: 18.5px;
}
a#partage_mail {
    position: relative;
    top: 1px;
}

a#partage_mail img {
    width: initial;
}
#partage a:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
#partage a {
    float: left;
    display: block;
    margin: 0px 6px;
}
#partage_facebook img {
    width: 12px;
    height: 25px;
}
#sidebar_souspartage{
    clear: both;
    padding: 50px 0px;
    overflow: hidden;
    border-top: 1px solid #dddfe2;
}
#partage p {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #c7cad1;
    font-size: 0.9em;
}
#black-studio-tinymce-11,#black-studio-tinymce-15{ /*les premiers widgets des sidebar*/
    margin-right: 35px;
}
a.push_titre:hover {
    color: white;
}
#sidebar_footer_2 a.bt_bleu {
    bottom: 18px;
    width: 56%;
    left: 160px;
}
#sidebar_footer_2 .push_content {
    bottom: 143px;
    width: 84%;
}
/*-----BREADCRUMB------------------------------------------------------------------------------*/
#breadcrumb {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 0px;
}
#breadcrumb li {
    float: left;
    margin-right: 13px;
}
#breadcrumb li::after {
   content: url(capvisio_img/contenu/fleche-grise-ariane.png);
   margin-left: 10px;
}
#breadcrumb li:hover::after {
   content: url(capvisio_img/contenu/fleche-grise-ariane.png);
   margin-left: 10px;
}
#breadcrumb li:last-child::after{
    content: "";
}
#breadcrumb li:last-child{
    font-size: 0.9em;
    padding-top:2px;
}
#breadcrumb a {
    font-size: 0.9em;
    color: #245c6f;
}
#breadcrumb li:last-child a{
        text-decoration: none;
}
/* PAGE.php (sous page avec sidebar)---------------------------------------------------------------------*/
.page_container {
    overflow: hidden;
    width: 1140px;
}
.sous_page_banniere{/*grande banniere*/
    height: 565px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
/*.strap_link_in_block_single_overlay {
    display: block;
    background: #245c6f;
    opacity: 0.50;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: all 0.4s;
}*/
.page_wrap {
    padding-top: 50px;
}
.bandeaugris{
    background: #eeeeee;
    position: relative;
    clear: both;
    height: 45px;
    padding-top: 10px;
}
/* SIDEBAR navigation secondaire------------------------------------------------------------*/
#sidebar_navigation_wrap {
    float: left;
    width: 30%;
    clear: both;
}
#sidebar_navigation{
    padding: 10px 61px 0px 0px;
}
.page_container_content{
    float: right;
    width: 70%;
    overflow: hidden;
}
.lien_parent{
    font-size: 1.3em;
    color: #245c6f;
    padding: 0px 0px 25px 40px;
    display: block;
    text-decoration: none;
    line-height: 1.2em;
    position: relative;
    font-weight: 300;
}
.lien_parent:hover{
    text-decoration: underline;
}
.lien_parent:before{
    content: url(capvisio_img/contenu/fleche-bleu.png);
    position: absolute;
    left: 0px;
}
.lien_parent:hover:before{
    content: url(capvisio_img/contenu/fleche-bleu-hover.png);
}
#liste_des_pages li a {
    text-decoration: none;
    font-size: 1.1em;
    line-height: 1.3em;
}
#liste_des_pages li {
    margin: 15px 0px;
    list-style-type: decimal;
}
#liste_des_pages li.current_page_item {
    font-weight: 700;
}

#liste_des_pages li.current_page_item a {
    font-weight: 600;
}
#liste_des_pages li a:hover {
    text-decoration: underline;
}
/*-----------------CONTENU ADMINISTRABLE (page et article)  et TEMPLATE PAGE ACTU-----------------*/

.alignright,
img.alignright{
    display: inline;
    float: right;
    margin: 0px 0px 20px 35px;
}
.alignleft,
img.alignleft{
    display: inline;
    float: left;
    margin: 0px 35px 20px 0px;
}
.aligncenter,
img.aligncenter{
    clear: both;
    display: block;
    margin: 0 auto 20px;
}
.page_title_entry{
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 32px;
    color: #245c6f;
    font-weight: 700;
}
.page_content_entry h2, .page_content_entry h3,.page_content_entry h4{
    margin-bottom: 30px!important;
    color: #252b2b!important
}
.page_content_entry h2{
    font-size: 1.5em!important;
    line-height: 1.1em;
    font-weight: 400!important;
    background: none!important;
}
.page_content_entry h3{
    font-size: 1.3em!important;
    line-height: 1.2em!important;
    color:#52B5D2!important;
}
.page_content_entry p{
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.4em;
}
.page_content_entry h4 {
    font-size: 1.1em;
    font-weight: 700;
}
strong{
    font-weight: 700;
}
.page_content_entry ul {
    list-style: initial;
    list-style-position: inside;
    margin-bottom: 10px;
}
.page_content_entry ul li{
    position: relative;
    list-style-type: none;
    /*background-image: url(capvisio_img/contenu/bullet_list.png);*/
    background-repeat: no-repeat;
    background-position: 0 0.65em;
    padding-left: 15px;
    line-height: 1.4em;
}
.page_content_entry ul li::before {
    content: "•";
    position: absolute;
    left:0;
    color: #52B5D2;
}
/*--Blockquote---------*/

blockquote {
font-size: 1.1em;
font-style: italic;
margin-bottom:20px;
padding: 10px 0 5px 40px;
border-left:1px solid #dddfe2;
}

/*PAGE NIVEAU 1--------------------------------------------------------------------------------*/
.petite_banniere{
    height: 345px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.page1_title_entry {
    position: absolute;
    top: 32%;
    left: 0px;
    width: 1330px;
    margin: 0px auto;
    right: 0px;
    z-index:5;
}
.page1_intro {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 50px 0px;
}
.bloc_souspage {
    margin: 40px 0px;
    overflow: hidden;
    height: 195px;
    position: relative;
}

.bloc_souspage_thumb {
    float: left;
    width: 49%;
    margin-right: 15px;
    height: 100%;
    overflow: hidden;
}

.bloc_souspage_thumb img {
    width: 100%;
    height: auto;
    max-width: initial;
}
.bloc_souspage_texte {
    width: 48%;
    float: right;
    padding-top: 0px;
    position: relative;
    border-bottom: 1px solid #dddfe2;
    height: 99%;
    overflow: hidden;
}
.bloc_souspage_titre a,.bloc_souspage_titre {
    color: #4f5556;
    font-size: 2.25em;
    font-weight: 300;
    padding: 18px 0px 17px 0px;
    line-height: 1em;
}

.bloc_souspage_excerpt {
    line-height: 1.2em;
    font-size: 1.3em;
    width: 86%;
}
.bloc_souspage_fleche {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 63%;
    right: 0px;
    background:url(capvisio_img/home/fleche-bleue.png)no-repeat 50% 50%;
}
.bloc_souspage_lien{
    width: 90%;
    height: 100%;
    position: absolute;
    z-index:1;
}
.bloc_souspage_fleche:hover{
    background:url(capvisio_img/home/fleche-bleue-hover.png)no-repeat 50% 50%;
}
section.bloc_souspage_container {
    position: relative;
}

/*---------------CONTACT FORM---------------------------------------------------------------*/
#form_contactez .checkbox_rgpd span.wpcf7-form-control-wrap{
  display: inline-block;
  border: none;
  padding: 2px;
}
.checkbox_rgpd input{
  height: 13px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

form input[type="checkbox"]{
  height: 13px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
/*Contact form home- rappel et newsletter-----*/

#form_rappel input.wpcf7-form-control.wpcf7-submit.bt_ok {
    height: 54px;
    position: relative;
    top: 0.5px;
    font-size: 1em;
}
#form_newsletter .mailnews{
    width: 52%;
}
div#form_newsletter .mailnews input {
    width: 837px;
    height: 65px;
    font-size: 0.65em;
}

#form_newsletter input.wpcf7-form-control.wpcf7-submit.bt_ok {
    height: 68px;
    position: relative;
    top: 0.5px;
    font-size: 0.7em;
}

form_newsletter input.wpcf7-form-control.wpcf7-submit.bt_ok {
    height: 100px;
}
#form_rappel{
    display: inline-block;
}
span.wpcf7-form-control-wrap.telrappel input {
    height: 50px;
    width: 325px;
    font-size: 1.1em;
}
form.wpcf7-form.invalid {
    overflow: hidden;
    background: #999;
    z-index: 50000;
}
.wpcf7-validation-errors {
	color: white;
}

/* Contact form page*/

#form_contactez .wpcf7-form p{
    clear: both;
    margin-bottom: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;

}
#form_contactez span.wpcf7-form-control-wrap {
    display: block;
    border: 2px solid #dddfe2;
    padding: 4px 15px;
}
#form_contactez .wpcf7-text,#form_contactez .wpcf7-tel,#form_contactez .wpcf7-textarea,#form_contactez .wpcf7-captchar,#form_contactez .wpcf7-submit{
    border: none;
    width: 80%;
    font-size: 14px;
}
#form_contactez span.wpcf7-form-control-wrap.message {
    width: 93.7%;
    padding-left: 30px;
    padding-top: 20px;
}
#form_contactez .wpcf7-textarea{
    resize:none;
}
#form_contactez .wpcf7-submit{
    width: 32%;
    cursor: pointer;
    font-size: 16px;
    float: right;
    height: 50px;
}
#form_contactez .wpcf7-submit:hover {
    background-color:#B70000;
    transition: background-color 0.5s;
}
#form_contactez span.societe::before,#form_contactez span.tel::before, span.mail::before,#form_contactez span.message::before,#form_contactez span.departement::before,.livre span.nom::before,.livre span.prenom::before{
    content:"  *";
    color:#245c6f;
    font-size: 24px;
    position: absolute;
}
#form_contactez #asterisque{
    color:#245c6f;
    font-size: 24px;
    font-size: 16px;
    clear: both;
    padding: 20px 0px;
}
#form_contactez span.message::before{
    position: absolute;
    top: 15px;
    left: 12px;
}
#form_contactez span.wpcf7-form-control-wrap.captcha-495 {
    width: 33%;
    float: left;
}

/**/
#foss-5db6c872e317a70c19307a94 .control-label, #foss-5db6c872e317a70c19307a94 .checkbox {
    color: #245c6f!important;
}

/* Template PAFE_CONTACT------contenu administrable----------------------------------------------------------*/
.page-template-page_contact h4 {
    font-size: 1.5em;
    color: #245c6f;
    padding: 40px 0px;
    font-weight: 300;
    border-top: 1px solid #dddfe2;
    border-bottom: 1px solid #dddfe2;
}
/* Template PAGE OFFRE---------------------------------------------------------------------------------------*/
.page_offre_intro{
   font-size: 1.1em;
    line-height: 1.1em;
    padding: 50px 0px;
}

.bloc_offre_wrap {
    width: 31%;
    float: left;
    margin-right: 3%;
    overflow: hidden;
    position: relative;
    bottom: 0px;
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.bloc_offre_wrap:nth-child(3) {
    margin-right: 0px;
}

.bloc_offre_wrap:nth-child(4) {
    clear: both;
}
.page-template-page_offre h2 {
    font-size: 2.25em;
    color: #252b2b;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.1em;
    background: #E8E8E9 url(capvisio_img/offre/background-offre.png)no-repeat 50% 50%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-template-page_offre h3 {
    font-size: 1.3em;
    color: #6f7070;
    line-height: 1.2em;
    clear: both;
    font-size: 22px;
    /*border-top: 1px solid #dddfe2; a remettre quand contenu offre conforme
    border-bottom: 1px solid #dddfe2;*/
    padding: 20px 0px;
}
.page-template-page_offre h3 strong {
    color: #252b2b;
}
.page_offre_content {
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
}

.page-template-page_offre h2 span {
    font-weight: 300;
    color:#52b5d2;
}
.bloc_offre_container{
    padding-bottom: 20px;
    border: 2px solid #52b5d2;
}
.bloc_offre_container p:nth-child(2n+2) {/*p avec texte des pictos ATTENTION bien respecter ordre picto/texte*/
    padding-top: 20px;
}
.bloc_offre_container img {
    padding: 0px 25px;
    display: block;
    float: left;
}
.bloc_offre_container strong{
    font-weight: 400;
}
.page-template-page_offre h4 {
    text-align: left;
    font-size: 0.8em;
    clear: both;
    padding-left: 20px;
    margin-bottom: 20px;
}
.page-template-page_offre h5 {
    float: left;
    width: 60%;
    height: 60px;
    padding-top: 23px;
    text-align: left;
}
.prix_offre_tablette{
    display: none;
}
.bloc_offre_wrap .prix_offre{
    opacity: 0;
    webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.bloc_offre_wrap:hover > .prix_offre{
    opacity: 1;
}
.bloc_offre_wrap:hover{
    bottom: 20px;
}
.bloc_offre_wrap:hover>.bloc_offre_container{
    border: 2px solid #245c6f;
}
.bloc_offre_wrap:hover > .prix_offre a {
    padding: 20px 0px;
}

.bloc_offre_wrap:hover > .prix_offre a:hover {
    color: white;
}
/*PAGE-CLIENTS--------------------------------------------------------------------------------*/

.bloc_secteur {
    margin: 40px 0px;
    overflow: hidden;
    position: relative;
}
.bloc_secteur_thumb {
    float: left;
    margin-right: 30px;
    height: 100%;
    overflow: hidden;
}
.bloc_secteur_thumb img {
    width: auto;
    height: 100%;
    max-width: initial;
}
.bloc_secteur_texte {
    width: 80%;
    float: right;
    position: relative;
}
.bloc_secteur_titre {
    color: #4f5556;
    font-size: 2.25em;
    font-weight: 300;
    padding: 0px 0px;
    line-height: 1.1em;
}
section.bloc_secteur_container {
    position: relative;
}
/*Slider logos clients par secteur page clients---------*/
.bloc_secteur_slider{
    position: relative;
    clear: both;
}
.secteur_slider{
    position: relative;
    clear: both;
    padding: 25px 0px 40px 0px;
    border-bottom: 1px solid #dddfe2;
}
.secteur_slider li p {
    height: 100%;
    padding: 0px 5%;
}
.secteur_slider li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    margin: auto;
    float: none;
    webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0.6;
}
.secteur_slider li:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.bloc_secteur_slider a.prevBtn, .bloc_secteur_slider a.nextBtn{
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    width:30px;
    height:30px;
    z-index: 30000;
    cursor:pointer;
    position: absolute;
    top: 42%;
}
.bloc_secteur_slider a.prevBtn {
    background: url(capvisio_img/home/prev_logo.png) no-repeat 0 0;
    left: -34px;
}	
.bloc_secteur_slider a.nextBtn{
    background: url(capvisio_img/home/next_logo.png) no-repeat 0 0;
    right: 0px;
}
/*PAGE BLOG------------------------------------------------------------------------------------------*/
/*--------Slider actu ------------*/
#blog_slider_wrap{
    position: relative;
    margin-bottom: 40px;
}
.blog_slider_bkg,.blog_slider_bkg a {
    height: 495px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
}
.blog_slider_bkg a{
    position:absolute;
    top: 0px;
    width: 100%;
}
.blog_slider_titre {
    font-size: 2.25em;
    padding: 40px 0px;
    line-height: 1.1em;
}
.blog_slider_titre a {
    text-decoration: none;
    color: #252b2b;
}
#blog_slider_wrap .controls-point {
    left: 0px;
    bottom: 0px;
    position: relative;
    margin: 0px 0px;
}
a.customLink3{
    display: block;
    width: 15px;
    height: 15px;
    background: #D5D7DC;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    margin: 0 6px;
    float:left;
}
a.customLink3.current, a.customLink3:hover{
    background: #245c6f;
}
/*Blocs actu -----------------------------------------------------------------------------------*/

.bloc_actu_bloc {
    overflow: hidden;
}
.bloc_actu_bloc a{
    text-decoration: none;
}
.bloc_actu_bloc a:hover{
    text-decoration: underline;
}
.bloc_actu_bloc_content {
    overflow: hidden;
    padding: 25px 0px;
    border-bottom: 1px solid #dddfe2;
}
.bloc_actu_thumb {
    float: left;
    margin-right: 30px;
    height: 100%;
    overflow: hidden;
}

.bloc_actu_thumb img {
    width: auto;
    height: 100%;
    max-width: initial;
}
.bloc_actu_texte {
    width: 73%;
    float: right;
    position: relative;
}
.bloc_actu_titre a,.bloc_actu_titre {
    color: #245c6f;
    font-size: 1.3em;
    font-weight: 300;
    padding: 0px 0px 15px 0px;
    line-height: 1.1em;
}
.bloc_actu_excerpt {
    line-height: 1.2em;
    font-size: 1.1em;
    width: 86%;
}
.bloc_actu_fleche {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 63%;
    right: 0px;
    background:url(capvisio_img/actu/fleche-actu.png)no-repeat 50% 50%;
}
.bloc_actu_fleche:hover{
    background:url(capvisio_img/home/img-capvisio-fleche-gris-hover.png)no-repeat 50% 50%;
}
#pagination_bloc_actu {
    text-align: center;
    margin: 35px 0px;
}

#pagination_bloc_actu a {
    text-decoration: none;
    font-size: 1.1em;
}
span.page-numbers.current {
    color: #52b5d2;
    font-size: 1.1em;
}

/* SINGLE pour chaque outil et chaque actu------------------------------------------------------------*/

.single_title_entry{
  
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 32px;
    color: #245c6f;
}
/* Page Espace client page_log_client.php-------------------------------------------------------------*/
#connexion{
    background:#eeeeee;
}

.bloc550 {
    width: 550px;
    margin: 0px 9px;
    text-align: center;
    font-size: 1.5em;
    color: #252b2b;
    float: left;
    overflow: hidden;
    margin-bottom: 50px;
    height: 305px;
}

#connexion h2 {
    padding: 37px 0px;
}

#form_connexion {
    padding: 0px 65px 20px 65px;
}

#form_connexion input {
    display: block;
    margin: 16px 0px;
    width: 100%;
    font-size: 0.7em;
}
#sanscompte {
    border: 2px solid #245c6f;
    height: 303px;
}

.hotline_page {
    color: #245c6f;
    background: url(capvisio_img/home/tel-header.png)no-repeat 0% 50%;
    width: 48%;
    margin: 0px auto;
    background-size: 3.4%;
    padding: 15px 20px;
}

#sanscompte h2 {
    padding: 80px 0px 50px 0px;
    line-height: 1.4em;
}


/*mars 2024*/
#home_partners_strap_wrap.bandeaugris_home,
#bandeaugris_client.bandeaugris_home{
height: auto;
}

#bandeaugris_client.bandeaugris_home #logoclient_slider_wrap{
margin-top: 20px;
}

#home_partners_strap{
display: block;
width: 100%;
padding: 30px 0 20px;
text-align: center;
}
a.home_partners_strap_link{
display: inline-block;
padding: 20px 15px;
background: #245c6f;
margin: auto;
color: #ffffff;
text-align: center;
text-decoration: none;
font-size: 1.1em;
transition: all 0.2s ease-in;
}
a.home_partners_strap_link:hover{
background: #52b5d2;
transition: all 0.2s ease-in;
}
#logopart_slider ul li.slide a{
display: flex;
height: 51px;
}
#logopart_slider ul li.slide a img{
display: block;
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
}
