/*widgets*/

.inner_rsidebar{}

/*livres-blancs*/

.blancs_pages .fa-home {
    display: none;
}
.blancs_pages .body-wrapper {
    background: #F2F7F7;
}
.blancs_pages .breadcrumbs, .blancs_pages .breadcrumbs a {
    font-family: 'effraregular';
    font-family: "Effra-Rg";
    color: #999999;
    font-size: 18px;
    line-height: 32px;
}
.breadcrumbs a.home.fa-home>span {
    position: absolute;
    left: -999999px;
}
.blancs_pages .page_title{
    font-size: 48px;
    line-height: 52px;
    color: #272E36;
    font-family: 'effrabold';
    font-family: "Effra-Bd";
    margin: 0 0 10px 0;
}
.blancs_pages article .entry-content {
    padding:0 15px;
}
.blancs_pages article .entry-container {
    background:transparent; 
}

.widget .ics_latest{
    margin-top: 10px;
}
.widget .ics_latest li{
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #999999;
}    
.widget .ics_latest li a{
    font-size: 15px;
    line-height: 24px;
}    
.widget .ics_latest li:last-child{
    margin: 0;
    border: 0;
}    
.latest-all {
    text-align: right;
    position: relative;
    bottom: -8px;
}
.latest-all a{
    font-size: 12px;
    line-height: 18px;
    /*font-weight: 600;*/
    /*font-family: "Effra-Rg";*/
    font-family: 'effra_mediumregular';
    color: #43B5B8;
    padding-right: 15px;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;   
}

/* END livres-blancs*/


.box-prices.box-virtual .content-box{
	border: 2px solid #00dcdc;
}
.box-prices.box-virtual .select-and-prices{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
.box-prices.box-virtual .select-and-prices p{
	text-align: left;
    font-size: 15px;
    margin-bottom: 5px;
}
.box-prices.box-virtual .choise-country {
	float: left;
    width: 55%;
}
body .page-prices .box-virtual p {
    color: #272e36;
}
.box-virtual p{
    text-align: center;
    font-size: 21px;
    color: #272e36;
}
.box-prices.box-virtual .choise-country  .bootstrap-select{
	width: 100% !important;
	height: auto;
}
#composer-page .box-prices.box-virtual .choise-country  .bootstrap-select button{
	border: none !important;
    background: #fff;
    color: #272e36 !important;
    font-family: "Effra-Bd";
    margin-right: 0px;
    padding: 15px 20px 15px 15px;
    outline: none !important;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
	margin-bottom: 0px !important
}
#composer-page .box-prices.box-virtual .choise-country  .bootstrap-select button span.caret{
	border-top-color: #272e36 !important;
    right: 20px;
    transform: translateY(-50%);
    margin-top: 0px;
}
#composer-page .box-prices.box-virtual  .choise-country .dropdown-menu.open {
    max-width: 100%;
}
#composer-page .box-prices.box-virtual  .choise-country ul.dropdown-menu{
	overflow-x: hidden;
}
.box-prices.box-virtual  .prices-show div.price{
	font-size: 48px;
    line-height: 48px;
    font-family: "Effra-Bd";
    color: #272e36;
	position: relative
}
.box-prices.box-virtual  .prices-show div.price:after{
	content: '€';
    font-size: 20px;
    top: 0px;
    position: absolute;
    right: 0px;
    line-height: 32px;
}
.box-prices.box-virtual .prices-show {
	float: right;
    width: 35%;
}

.box-prices.box-virtual  .btn-cmd a{
	background: linear-gradient(to left, #f45b43, #eb3349);
}
.box-prices.box-virtual  .link-inter{
	text-align: center;
}
.box-prices.box-virtual  .link-inter a{
	font-family: "Effra-Bd";
    font-size: 13px;
    letter-spacing: 0.6px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.box-prices.box-virtual  .link-inter a:hover{
	color: #00b6b7;
	opacity: 0.8;
	text-decoration: none;
}
.box-virtual .bootstrap-select.form-control.QtysVirtuel3 {
    width: 100% !important;
}
/*404 page*/
body.error404 {
    background: #fff;
}
body.error404 section#customers-reference {
    padding-top: 0px;
}
.not-found-404 {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:0;
}
.not-found-404 h1{
    font-family: "Effra-Bd";
    font-size: 48px;
    line-height: 57px;
    color: #42B5B8;
}
.not-found-404 p{
    font-family: "Effra-Rg";
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 8px !important;
    color: #272E36;
}
.not-found-404 p small{
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}
.not-found-404 a.search-submit{
    font-family: "Effra-Bd";
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    height: 46px;
    width: 175px;
    color: #FFFFFF;
    font-weight: 700;
    background:#43B5B8;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}
.lnk_mail, .lnk_vocal, .lnk_sms{
    font-size: 15px;
    line-height: 18px;
    color: #E41D55;
    font-family: "Effra-Md";
}
.lnk_vocal{
    color: #4386B3;
}
.lnk_sms{
    color: #42B5B8;
}
.mail_404 h1{color: #E41D55;}
.not-found-404.mail_404 a.search-submit{
    background:#ED3C5F;
    box-shadow: 0px 3px 6px #00000029;
}
.vocale_404 h1{color: #4386B3;}
.not-found-404.vocale_404 a.search-submit{
    background: transparent linear-gradient(90deg, #4DADC9 0%, #4C8CB2 100%) 0% 0% no-repeat;
    box-shadow: 0px 3px 6px #00000029;
}
/*404 page END*/


/* smspartner-list page*/

#composer-page .list-country .bootstrap-select {
    width: 100%;
}
.list-country {
    width: 400px;
    /*padding: 0 35px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 4px #00000026;
    border: 1px solid #DFE4EA;
    border-radius: 6px;
    margin: 0 auto;
}
.img_title {
    /*height: 82px;*/
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.img_title img{
    max-width: 153px;
    margin: 24px auto;
    height: auto;
}
.list-country .list-group{
    margin-top: -1px;
}
.list-country .list-group .list-group-item{
    border-left:0;
    border-right:0;
    padding: 11px 35px;
}
.list-country .list-group .list-group-item:last-child{
    border-bottom: 0;
}
.list-country .list-group .list-group-item:hover{
    background-color: #F0F4F5;
}
.list-country .list-group .list-group-item:after{
        content: "";
}
.list-country .list-group .list-group-item a{
    display: flex;
    align-items: center;
}
.list-country .list-group .list-group-item img{
    height: 52px;
    width: 52px;
    /*box-shadow: 0px 2px 6px #00000027;*/
}
.list-country .list-group .list-group-item a span{
    /*font-family: "Effra-Bd";*/
    font-size: 18px;
    line-height: 22px;
    color: #272E36;
    padding-left: 24px; 
    font-weight: 700;
}
.list-country .list-group .list-group-item a:hover{
    text-decoration: none;
}

/* smspartner-list page END*/

/*header */
body .top_wrapper .top_bar a span.hovred-detail {
    top: 44px !important;
}
.top_wrapper .top_bar {
    padding: 0 5px;
}
.top_wrapper .top_bar a img {
    width: 20px;
    height: 20px;
}
body .top_wrapper .top_bar a{
    padding: 7px 16px;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
}

/*header */



@media (min-width: 992px) {
    .left_404 {
        width: 33%;
    }
    .right_404 {
        width: 66%;
    }
    .not-found-404 img{
        padding: 0 0 0 84px;
    }
}
@media (min-width: 768px) {
    body .top_wrapper .top_bar .pull-left .textwidget{
        display: flex;
    }
    body .top_wrapper .top_bar a#voice-part:hover{
        background-color: #428BCA;
    }
    body .top_wrapper .top_bar a#mail-part:hover{
        background-color: #EC3D5F;
    }
    body .top_wrapper .top_bar a#sms-part:hover{
        background-color: #42B5B8;
    }
    body .top_wrapper .top_bar a#sms-part:hover > span#hovred-sms-part {
        display: block;
    }

    .box-prices.box-virtual .select-and-prices{
        margin-bottom: 55px;
    }
}
@media (max-width: 680px) {
    .not-found-404 {
        flex-direction: column;
        text-align: center;
    }
    .left_404, .right_404 {
        width: 100%;
    }
    .sms_liste .container, .list-country{
        width: 100%;
    }
}



.param_row {
    display: flex;
    align-items: center;
    border: 3px solid #42B5B8;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 3px 6px #0000001A;
    margin-bottom: 24px;
}
.param_row .vc_col-sm-9, .param_row.exa_mail .wpb_text_column.wpb_content_element{
    position: relative;
}
.param_row .vc_col-sm-9:after{
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    background-color:  #42B5B8;
    width: 3px;
    height: 100%;
    height: calc(100% + 30px);
    display: block;
}
 .param_row .wpb_text_column.wpb_content_element p{
    font: normal normal normal 21px/24px Effra-Rg;
    color: #272e36;
    margin-bottom: 12px;
}
#composer-page .blog-post .param_row h2, .param_row .wpb_text_column.wpb_content_element, .param_row .wpb_text_column.wpb_content_element p:last-child{
    margin-bottom: 0;
}
.param_row.exa_mail .wpb_text_column.wpb_content_element {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.param_row.exa_mail .wpb_text_column.wpb_content_element p{
    word-break: break-all;
}
.param_row.exa_mail .wpb_text_column.wpb_content_element span{
    font-size: 18px;
}
.param_row.exa_mail .wpb_text_column.wpb_content_element:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: 0;
    background-color:  #42B5B8;
    height: 3px;
    width: calc(100% + 60px);
    display: block;
}
.param_row.exa_mail .wpb_text_column.wpb_content_element:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.param_row.exa_mail .wpb_text_column.wpb_content_element:last-child:after {
    display: none;
}

.param_row.exa_mail .exa_top{
    z-index: 2;
}
.param_row.exa_mail .exa_top:before {
    content: '';
    position: absolute;
    left: -30px;
    bottom: 0px;
    background-color: #42B5B8;
    height: calc(100% + 15px);
    width: calc(100% + 60px);
    display: block;
    z-index: -1;
}




/* des styles pour les faq*/


#engagement-about:before{display: none;}

.block_parle>.wpb_wrapper {
    width: 100% !important;
}

.blockcowork h3 {
    color: #ffffff;
    font-size: 20px;
    font-family: "Effra-Bd";
    margin: 0px 0px 7px -4px;
    text-align: center;
}

.vc_row.vc_column-gap-10 {
    margin-left: -130px !important;
    margin-right: -130px !important;
}

.photo-materiels img {border-radius: 13px;}

.blockcowork {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: #fff !important;
    height: 110px !important;
    width: 265px;
    box-shadow: 0px 3px 6px #0000001A !important;
    border: 1px solid #D6D6D6 !important;
    border-radius: 10px !important;
    padding: 27px 15px 27px 15px !important;
    margin-bottom: 0px !important;
    background-image: url(/wp-content/uploads/2023/08/bg-icon-form-1.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0px 0px !important;
    background-size: cover   !important;
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .blockcowork {
        justify-content: center; 
        margin-right: auto;
        margin-left: auto;
        width: calc(60% - 54px);
    }
}

.blockcowork:hover {
  transform: scale(1.03);
}

.rse {
    color: red !important;
    font-size: 20px;
    font-family: "Effra-Bd";
    margin: 0px 0px 7px 5px;
    text-align: center !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
}

.rse:hover {
    text-decoration: none !important;
}

.arrow-3 {
    height: 0;
    width: 0;
    border: 8px solid;
    transform: rotate(135deg);
    margin-left: auto;
    margin-right: auto;
    margin-top: -21px;
    border-color: #47c3cc #47c3cc transparent transparent;
    transition: all .1s ease;
}

.arrow-3:hover {
  border-width: 10px;
  transform: scale(1.2) rotate(135deg);
}

.arrow-3:active {
  border-width: 12px; 
}

.arrow-3.selected {
  border-color: #47c3cc; 
    border-width: 19px;
}

#zoneImage img {
  width: 100%; 
  height: 450px;
  border-radius: 13px;
}

@media (max-width: 767px) {
    #zoneImage img {
        width: 54%;
        height: 237px;
        border-radius: 13px;
        margin-left: 143px;
    }
}

#texteActuel {
    text-align: center;
    font-family: Effra-Bd;
    font-size: 21px;
    letter-spacing: 0px;
    color: #272E36;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    line-height: 30px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    #texteActuel {
        width: 70%;
        font-size: 18px;
        line-height: 25px;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

#nouveauTitre, #nouveauTitre2, #nouveauTitre3 {
    font-size: 44px;
    color: #04b5b7;
    text-align: left;
}

#nouveauTexte, #nouveauTexte2, #nouveauTexte3 {
    font-family: Effra-Rg;
    color: #272e36;
    text-align: left;
    font-size: 21px;
    line-height: 1.5em;
}

#zoneTitreEtTexte1 {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 767px) {
    #zoneTitreEtTexte1 {
        display: block !important;
        align-items: center;
        height: 100%;
    }
}

#nouvelleImage, #nouvelleImage2, #nouvelleImage3 {
  border-radius: 13px;
  height: 242px !important;
}

.loading {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    display: initial !important;
    width: auto !important;
}

.fleche1, .fleche2, .fleche3, .fleche4, .fleche5 {
   cursor: pointer;
}

.faq-page2 {
  width: 100%;
  margin: 0 auto 60px auto;
  padding: 0 12px;
  background: #fff;
  border-radius: 12px;
  color: inherit;
}

.faq-page2 .vc_toggle {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(85, 188, 191, .28) !important;
  background: transparent !important;
}

.faq-page2 .vc_toggle_title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative !important;
  
  padding: 18px 0 !important;
  padding-left: 0 !important;
  
  border: 0 !important;
  background: transparent !important;
}

.faq-page2 .vc_toggle_title h4 {
  font-size: 18px;
  color: #272E36 !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1; 
  text-align: left;
  color: inherit;
  order: 1;
}

.faq-page2 .vc_toggle_content p {
	font-size: 21px;
	color: #272E36;
	font-family: "Effra-Rg";
	margin-bottom: 0;
	line-height: 29.1px;
	font-style: normal;
	font-weight: 500;
}

.faq-page2 .vc_toggle_content li {
	font-size: 21px;
	color: #272E36;
	font-family: "Effra-Rg";
	margin-bottom: 0;
	line-height: 29.1px;
	font-style: normal;
	font-weight: 500;
}

.faq-page2 .vc_toggle_title .vc_toggle_icon {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  float: none !important;
  transform: none !important;
  
  margin-left: 20px !important;
  order: 2;
  
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px !important; 
  
  border-radius: 50%;
  background-color: #edf8fa !important;
  
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  
  font-size: 0 !important;
  line-height: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  
  opacity: 1 !important;
  visibility: visible !important;
}

.faq-page2 .vc_toggle_title .vc_toggle_icon::before,
.faq-page2 .vc_toggle_title .vc_toggle_icon::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #55bcbf !important;
  border-radius: 2px;
  opacity: 1 !important;
  visibility: visible !important;
}

.faq-page2 .vc_toggle_title .vc_toggle_icon::before {
  transform: translate(-50%, -50%);
}

.faq-page2 .vc_toggle_title .vc_toggle_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.faq-page2 .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  background-color: #edf8fa !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.faq-page2 .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon::after {
  opacity: 0 !important;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-page2 .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon::before {
  opacity: 1 !important;
  visibility: visible !important;
}

.faq-page2 .vc_toggle_content {
  padding: 0 !important; 
  margin: 0 !important;
  border: 0 !important;
  will-change: height;
}

.faq-page2 .vc_toggle_content > :first-child { 
    margin-top: 0 !important; 
    padding-top: 12px !important;
}
.faq-page2 .vc_toggle_content > :last-child { 
    margin-bottom: 0 !important; 
    padding-bottom: 24px !important;
}

/* 3. LE TITRE "FAQ" */
.faq-main-title h2,
.faq-main-title h3,
.faq-main-title {
  font-family: "Effra-Bd", sans-serif !important;
  font-size: 44px !important;
  color: #272e36 !important;
  text-align: center !important; /* Centré pour correspondre au design */
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}

.faq-main-title .highlight-text {
  display: table;           /* Force le retour à la ligne */
  margin: 10px auto 0 auto; 
  background-color: #e1f6fa;
  color: #272e36;
  padding: 4px 18px;
  border-radius: 12px;
  width: fit-content;       
  line-height: 1.2;
}



















.faq-article2 {
  background-color: #edf8fa;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}

.faq-article2 .vc_toggle {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(71, 195, 204, .3) !important;
}

.faq-article2 .vc_toggle:last-child {
  border-bottom: 0 !important;
}

.faq-article2 .vc_toggle_title {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important; 
  position: relative !important;
  
  padding: 18px 0 !important;
  padding-left: 0 !important;
  
  border: 0 !important;
  background: transparent !important;
}

.faq-article2 .vc_toggle_title h4 {
  font-size: 22px;
  color: #272E36 !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1; 
  text-align: left;
  color: inherit;
  
  order: 2; 
  margin-left: 20px !important; 
}

.faq-page2 .vc_toggle_content p {
	font-size: 21px;
	color: #272E36;
	font-family: "Effra-Rg"
}

.faq-article2 .vc_toggle_title .vc_toggle_icon {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  float: none !important;
  transform: none !important;
  
  margin: 0 !important;
  order: 1;
  
  width: 34px !important;  
  height: 34px !important;
  flex: 0 0 34px !important;
  
  border-radius: 6px !important;
  background-color: #47c3cc !important; 
  
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  
  font-size: 0 !important;
  line-height: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  
  opacity: 1 !important;
  visibility: visible !important;
}

.faq-article2 .vc_toggle_title .vc_toggle_icon::before,
.faq-article2 .vc_toggle_title .vc_toggle_icon::after {
  content: '' !important;
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  
  /* FORCE COULEUR BLANCHE + OPACITÉ */
  background-color: #ffffff !important;
  background: #ffffff !important;
  opacity: 1 !important; 
  
  border-radius: 2px;
  visibility: visible !important;
  
  /* Nettoyage */
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.faq-article2 .vc_toggle_title .vc_toggle_icon::before {
  transform: translate(-50%, -50%);
}

.faq-article2 .vc_toggle_title .vc_toggle_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.faq-article2 .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  background-color: #47c3cc !important; 
  opacity: 1 !important;
}

.faq-article2 .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon::after {
  opacity: 0 !important;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-article2 .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon::before {
  opacity: 1 !important;
}

.faq-article2 .vc_toggle_content {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  padding-left: 54px !important; 
  will-change: height;
}

.faq-article2 .vc_toggle_content > :first-child { 
    margin-top: 0 !important; 
    padding-top: 5px !important;
}
.faq-article2 .vc_toggle_content > :last-child { 
    margin-bottom: 0 !important; 
    padding-bottom: 24px !important;
}