@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(180.23deg, #5E1C4A -479.36%, rgba(101, 16, 69, 0) 30%);
}

.nav_bar {
    background-color: #484C9B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    box-shadow: 0px 3px 6px #00000029;
    font-family: 'Roboto', sans-serif;

}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
  } 
.navbar-media
{
    background-color: #651045;
    height: 80px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.navbar-media .navbarmedia-left .nav-item .nav-link
{
    color: #CCF0EB;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    list-style: none;
    text-align: center;
}
.navbar-media .navbarmedia-left
{
    gap: 20px;
    padding-left: 27px;
    /* height: 40px; */
    /* margin-top: 10px; */
    align-items: center;
}

.navbar-media .navbarmedia-left .nav-item .nav-link.active
{
    color: #FFFFFF;
    font-weight: 600;
}



.nav_bar .navbar_container {
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    gap: 40px;
}

/* .navbar .navbar_container
{
    width: 1600px;
    max-width: 100%;
} */

.navbar .navbar_container .navbar-brand img{
    width: 150px;
}

.nav_bar .navbar_container .navbar_right {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}
.nav_bar .navbar_container .navbar_right .navbar_btns,.navbar-media .navbarmedia-right .navbar_btns{
    display: flex;
    gap: 20px;
    align-items: center;
}
.nav_bar .navbar_container .navbar_right .navbar_btns button,
.navbar-media .navbarmedia-right .navbar_btns button,
.navbar-media .navbarmedia-right .navbar_btns a,
.nav_bar .navbar_container .navbar_right .navbar_btns a {
    text-decoration: none;
    border: 1px solid #D2DDED;
    color: #ffffff;
    background-color: transparent;
    border-radius: 8px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 18px;
}

.navbar-media .navbarmedia-right .navbar_btns a:last-child{
    background: #FFFFFF;
    border: 1px solid #D2DDED;
    color: #651045;
    font-weight: 600;
}

.navbar-media .navbarmedia-right .navbar_btns a.conSales{
    color: #CCF0EB;
    border: none;
    border-radius: 0;
    width: auto;
    padding: 0;
}

.nav_bar .navbar_container .navbar_right .hovred {

    background-color: #B2F0FB;
    white-space: nowrap;
}


.navigation {
    width: auto;
    height: auto;
    
}   
.navigation  .List_nav {

    width: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 50px;
    align-items: center;
    list-style: none;

}
.navigation  .List_nav .linkTo {

color: #151828;
padding: 5px 0px;

}
.navigation  .List_nav  .lintTo_scrolled {
	color: white;
}
.navigation  .List_nav .active_link a{
    color: #EDFCA7;
    padding: 5px 0px;
}
.navigation  .List_nav .active_linkScrolled  {
	
    color: white;
    border-bottom: 2px solid white;
	font-weight: 300;
    padding: 5px 0px;
}

.navigation  .List_nav .active_linkScrolled a {
	font-weight: 400;
}
.navigation  .List_nav a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    list-style: none;
    color: inherit;
}

.navbar-toggler,.navbar-toggler .navbar-toggler-icon {
    border-color: #fff;
    color:#fff;
}





/*presentation*/
.presentation {
    width: 100%;
    position: relative;
    height: 100%;
    justify-content: center;
    display: flex;
    padding: 90px 20px 20px;
}
.presentation_container {
    width: 1340px;
    max-width: 100%;
    height: auto;
    display: flex;
    gap: 25px;
    margin: auto;
    padding: 70px 0;
} 


.container_page {
    width: 1340px;
    max-width: 90%;
    height: auto;
    margin: auto;
} 

.presentation .presentation_container  .presentation_right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.presentation .presentation_container  .presentation_right img {
    width: 90%;
    object-fit: contain;
}
.presentation .presentation_container  .presentation_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
}
.presentation .presentation_container  .presentation_left h1 {
    font-weight: 700;
    color: #183153;
    font-size: 45px;
    margin: 0px;
}
.presentation .presentation_container  .presentation_left h1 span{
    color: #A71A72;
}
.presentation .presentation_container  .presentation_left .description {
    color: #183153;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.presentation .presentation_container  .presentation_left .landingInput::placeholder{
    font-size: 12px;
    color: #70758F;
    text-indent: 20px;
}

.presentation .presentation_container  .presentation_left  .display_column .items .icon {
    
    padding: 7px;
    background-color: #B2F0FB;
    border-radius: 3px;
    color: #50c1ff;
} 

.presentation .presentation_container  .presentation_left .target{
    color: #0077B5;
}

.presentation .presentation_container  .presentation_left .bts-mobile{
    width: 100%;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.presentation .presentation_container .presentation_left .bts-mobile a.btn-create-newsletter{
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    background: #651045;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.presentation .presentation_container .presentation_left .bts-mobile a.btn-create-newsletter i{
    margin-left: 20px;
}

.presentation .presentation_container .presentation_left .bts-mobile a.btn-videos{
    padding: 11px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background: transparent;
    border: none;
    color: #183153;
    text-decoration: none;
}

.presentation .presentation_container .presentation_left .bts-mobile a.btn-videos span{
    text-decoration: underline;
}

.presentation .presentation_container .presentation_left .tarif-fonctionalité{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.presentation .presentation_container .presentation_left .tarif-fonctionalité a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border: 1px solid #E1E3EA;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    text-decoration: none;
}

.presentation .presentation_container .presentation_left .tarif-fonctionalité a span{
    font-size: 16px;
    color: #183153;
    font-weight: 800;
    letter-spacing: 0px;
}

.presentation .presentation_container .presentation_left .tarif-fonctionalité a i{
    color: #183153;
}





/*Partner*/
.partner-title{
    text-align: center;
    padding-bottom: 30px;
    font-size: 15px;
}

.Partner .PartnerContent{
    padding: 30px 0px;
    width: 1340px;
    max-width: 90%;
}

.owl-carousel#customer-logos  .owl-item img {
    display: block;
    width: 100%;
    height: 120px;
    background: #FFF;
    padding: 20px;
    object-fit: contain;
}







/** Manage**/
.ManageRelaion{
	background: #F5F7FA;
    padding: 95px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
	/* margin-bottom: 50px; */
}

.ManageRelaion .landing_width{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft{
    max-width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft h3{
	font-size: 30px;
    color: #651045;
    font-weight: 700;
    margin-bottom: 20px;
}

.ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft .manageText p{
	font-size: 15px;
    color: #183153;
    margin-bottom: 20px;
}

.ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft button{
    background: transparent;
    outline: none;
    border: none;
	font-size: 14px;
    color: #04B59F;
    width: 220px;
    text-align: left;
}

.ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft button i{
    margin-left: 10px;
    font-size: 10px;
}

.ManageRelaion .ManageRelation-body .ManageRelation-bodyRight{
	position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    background-image: url(../images/backManage.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.ManageRelaion .ManageRelation-body .ManageRelation-bodyRight img{
    width: 90%;
    border-radius: 5px;
    /* height: 260px; */
    /* margin-left: 80px; */
}

.ManageRelaion .ManageRelation-body .ManageRelation-bodyRight span.Btnimgzoom{
    width: 90%;
    font-size: 14px;
    color: #183153;
    text-decoration: none;
    /* margin-left: 80px; */
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.btncreateNewsletter{
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    background: #651045;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translate(-50%,0px);
    border: 0;
}






/*Features*/
.features{
    background: #FFFFFF;
    padding: 80px 0px;
}
.features_page{
    width: 937px;
    max-width: 90%;
    height: auto;
    margin: auto;
}
.features h2{
    font-size: 35px;
    color: #183153;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.features p{
    font-size: 14px;
    color: #70758F;
    text-align: center;
    width: 60%;
    margin:0 auto;
    margin-bottom: 40px;
}
.features a.btnCreatNews {
    font-size: 16px;
    color: #FFFFFF;
    background: #651045;
    font-weight: 700;
    border-radius: 5px;
    padding: 12px 28px;
    outline: none;
    border: none;
    display: inline-block;
    margin-top: 50px;
    align-self: flex-start;
    text-decoration: none;
}
.items-box-content .item-box-content .item-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.items-box-content .item-box-content .item-box .item-box-icon {
    
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.items-box-content .item-box-content:nth-child(even) .item-box .item-box-icon{
    background: #00857F1A;
}

.items-box-content .item-box-content:nth-child(odd) .item-box .item-box-icon{
    background: #6510451A;
}

.items-box-content .item-box-content .item-box .item-box-icon svg{
    width: 20px;
}

.items-box-content .item-box-content:nth-child(even) .item-box .item-box-icon svg path{
    fill: #00857F;
}

.items-box-content .item-box-content:nth-child(odd) .item-box .item-box-icon svg path{
    fill: #651045;
}
 
.items-box-content .item-box-content .item-box h3 {
	font-size: 20px;
	color: #183153;
	font-weight:700;
	margin-bottom: 0;
	margin-top: 6px;
}
.items-box-content .item-box-content  .item-box p {
	font-size: 16px;
    font-size: 15px;
    font-weight: 400;
	/* display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; */
	text-align: center;
    width: 80%;
}




/* Subscribe */
.subscribe{
    background: transparent linear-gradient(180deg, #114E56 57%, #F7F8F9 50%);
    padding: 60px 0;
}

.subscribe .container_page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
}

.subscribe .container_page h1{
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 0;
}

.subscribe .container_page p{
    font-size: 16px;
    color: #FFFFFF;
    width: 60%;
    text-align: center;
}

.subscribe .container_page button{
    font-size: 16px;
    color: #FFFFFF;
    background: #114E56;
    font-weight: 700;
    border-radius: 5px;
    width: 180px;
    height: 50px;
    outline: none;
    border: none;
}







/*works*/
.works{
    background: #FAF7F9;
    padding: 60px 0;
}

.works .container_page{
    width: 1240px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.worksContent{
    width: 100%;
    --bs-gutter-x: 110px;
    --bs-gutter-y: 20px;
}

.worksContent .worksStep img{
    width: 100%;
    object-fit: contain;
}

.worksContent .worksInfo{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.worksContent .worksInfo h3{
    font-size: 35px;
    color: #651045;
    margin-bottom: 0;
    font-weight: 800;
}

.worksContent .worksInfo ul{
    font-size: 16px;
    color: #183153;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
}

.worksContent .worksInfo ul li{
    font-size: 16px;
    color: #183153;
    text-align: left;
}

.worksContent .worksInfo ul li i{
    color: #09B285;
    margin-right: 10px;
}

.worksContent .worksInfo a{
    font-size: 16px;
    color: #FFFFFF;
    background: #651045;
    font-weight: 700;
    border-radius: 5px;
    padding: 12px 28px;
    outline: none;
    border: none;
    margin-top: 30px;
    align-self: flex-start;
    text-decoration: none;
}

.worksContent .worksStep{
    text-align: right;
}






/*Newsletters public*/
.NewslettersPublic{
    background:#FFFFFF;
    padding: 60px 0;
}

.NewslettersPublic .container_page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.NewslettersPublic .NewslettersPublic-items{
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
    --bs-gutter-x: 17px;
    --bs-gutter-y: 17px;
}

.NewslettersPublic h3{
    font-size: 35px;
    color: #183153;
    font-weight: 700;
}

.NewslettersPublic p.NewslettersPublic_text{
    font-size: 16px;
    color: #183153;
}

.NewslettersPublic-card{
    height: 100%;
    background: #AA6C92;
    border: 1px solid #707070;
}

.NewslettersPublic-card img{
    width: 100%;
    height: 100%;
}






/*Current  News*/
.CurrentNews{
    background: #651045;
    padding: 60px 0;
}

.CurrentNews .container_page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.CurrentNews .container_page .NewsItems{
    width: 100%;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
    margin-bottom: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.CurrentNews .container_page h4{
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 700;
}

.CurrentNews .container_page button{
    width: 180px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    outline: none;
    font-size: 16px;
    color: #FFFFFF;
    background: transparent;
}

.CurrentNews .container_page p{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.NewsCard{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.NewsCard img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.NewsCard .NewsCard-infos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.NewsCard .NewsCard-infos .NewsSupport{
    font-size: 16px;
    color: #FF60C3;
    font-weight: 600;
    text-transform: uppercase;
}

.NewsCard .NewsCard-infos .NewsDateType{
    font-size: 16px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.NewsCard h3.Newstitle{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 800;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.NewsCard p.NewsDesc{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 800;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.NewsCard a.NewsDetail{
    font-size: 12px;
    color: #FF60C3;
    font-weight: 600;
    text-decoration: underline;
}

.newsLetterSignUp{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 29px;
    align-items: center;
}

.newsLetterSignUp .newsLetterSignUp-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.newsLetterSignUp .newsLetterSignUp-left h4{
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 800;
    margin: 0;
    text-align: center;
}

.newsLetterSignUp .newsLetterSignUp-left p{
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.newsLetterSignUp .newsLetterSignUp-right{
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 650px;
}

.newsLetterSignUp .newsLetterSignUp-right input{
    width: 100%;
    height: 50px;
    border: 1px solid #E2E8F1;
    border-radius: 5px;
    text-indent: 15px;
}

.newsLetterSignUp .newsLetterSignUp-right input::placeholder{
    font-size: 16px;
    color: rgba(24, 49, 83, 0.5);
}

.newsLetterSignUp .newsLetterSignUp-right button{
    background: #A71A72;
    color: #FFFFFF;
    outline: none;
    border: none;
}












/*Contact Commerciale*/
.contactsales{
    background: #FFFFFF;
    padding: 110px 0 80px;
}

.contactsales{
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    align-items: center;
    justify-content: center;
}

.contactsales h4{
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 800;
    color: #183153;
    text-align: center;
}

.contactsales p{
    margin-bottom: 35px;
    color: #70758F;
    text-align: center;
    font-size: 15px;
}

.contactsales button{
    width: 180px;
    height: 50px;
    background: #651045;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    border: none;
    outline: none;
    margin-top: 20px;
    border-radius: 5px;
}

.contactformItems{
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.contactformItems .contactItem input{
    width: 100%;
    height: 50px;
    border: 1px solid rgba(112, 117, 143, 0.46);
    text-indent: 15px;
    outline: none;
}

.contactformItems .contactItem input::placeholder,.contactformItems .contactItem textarea::placeholder{
    font-size: 14px;
    color: #B7B9C7;
    font-weight: 500;
}

.contactformItems .contactItem textarea{
    width: 100%;
    border: 1px solid rgba(112, 117, 143, 0.46);
    text-indent: 10px;
    resize: none;
}





/*Frequently*/
/* FAQ */
#faqAccordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#faqAccordion .accordion-item{
    border: 0;
    border-bottom: 1px solid #EBEBEB;
}

#faqAccordion .accordion-header{
    border: none;
}

#faqAccordion .accordion-header button{
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #002329;
}

#faqAccordion .accordion-header button.accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
#faqAccordion .accordion-header button.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

#faqAccordion .accordion-header button:focus{
    box-shadow: none;
}






/*Call Center*/
.support-section{
    background: #FAF7F9;
}

.support-section h2{
    color: #2E475D;
    font-size: 40px;
    font-weight: 700;
}

.support-section p{
    color: #70758F;
    font-size: 16px;
    line-height: 26px;
    max-width: 90%;
    width: 100%;
}

.btn-newsmail {
    background: #651045;
    color: #FFFFFF;
    width: max-content;
}








/* Fotter Css */
footer {
    width: 100%;
    min-height: 300px;
    background: #651045;
    padding: 50px 0px 20px;
}

.footer-links-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-links-box h5{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.footer-links-box p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.footer-links-box ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links-box ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.footer-addr-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-addr-box p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}


.footer-rs {
    border: 1px solid #FFFFFF99;
    position: relative;
    margin: 60px 0;
}
.footer-rs .fotter-rs-content {
    position: absolute;
    top: 0;
    left: 50%;
    height: 40px;
    background: #651045;
    width: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(6, 50px);
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-rs .fotter-rs-content .rs-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    color: #651045;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

footer .copyright a,footer .copyright span{
    font-family: "Inter", sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
}









.paneladvers
{
    position: relative;
    width: 100%;
    height: 100%;
}


.paneladvers .contentwork
{
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #E40101 0%, transparent 123%);
    padding: 30px;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    flex-direction: column;
}

.paneladvers .contentwork h3 
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.paneladvers .contentwork span
{
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}








.fixedBtn{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 5px;
    bottom: 30px;
}

.fixedBtn button{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #00000029;
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.fixedBtn button.btnHelpDesc{
    background: #604188;
}

.fixedBtn button.btnToTop{
    background: #A71A72;
}



/* Carousel optimisation */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    
 transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide .slide{
    background: #fff;
    height: 120px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    height: 70px;
    object-fit: contain;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
















/* Media Query css */
@media screen and (max-width: 1024px) {
    .testimonials_Content{
        justify-content: center;
    }
    .navbar-media .navbarmedia-left
    {
        gap: 0px;
        padding-left: 0px;
    }
    footer {
        padding: 60px 30px;
   }
    footer .footer-content .footer-rs .fotter-rs-content {
        gap: 10px;
   }
   
}


@media screen and (max-width: 992px) {
    .presentation .presentation_container .presentation_right{
        order: 1;
        margin-bottom: 20px;
        justify-content: center;
    }
    .presentation .presentation_container .presentation_left{
        order: 2;
        text-align: center;
    }
    .presentation .presentation_container .presentation_left .description{
        max-width: 80%;
        margin: 0 auto;
    }
    .presentation .presentation_container .presentation_left .bts-mobile{
        justify-content: center;
    }



    .featuresInfos{
        align-items: center;
        text-align: center;
    }

    .featuresAccount{
        text-align: center;
    }

    .featuresAccount .featuresAccountInfo{
        align-items: center;
        margin-top: 30px;
    }

    .ManageRelaion .ManageRelation-body .ManageRelation-bodyRight img{
        width: 100%;
        margin: 0;
        height: auto;
    }

    .ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft button{
        width: auto;
        text-align: center;
    }

    .ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft h1{
        font-size: 20px;
    }


    .Request{
        background-image: none;
    }

    .Request .container_request{
        width: 90%;
    }

    .RequestContent{
        text-align: center;
    }

    .CurrentNews .container_page .NewsItems,.NewslettersPublic .NewslettersPublic-items{
        justify-content: center;
    }
    


    .testimonials_Content{
        text-align: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .testimonials_Content .testmonials_infos p{
        width: 100%;
    }



    .data{
        text-align: center;
    }

    .data .data_container .data_left{
        align-items: center;
    }


    .Productivity .ProductivityTop{
        width: auto;
    }

    .navbar-media
    {
        height: auto;
    }

}


@media screen and (max-width: 767px) {
    
    .ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft{
        text-align: center;
    }

    .order-mob-1{
        order: 1;
    }

    .order-mob-2{
        order: 2;
    }

   footer .copyright {
        flex-direction: column;
   }
   .data .data_container .data_right img{
    margin-top: 20px;
   }
   .ManageRelaion .ManageRelaion_container .ManageRelaionLeft .ManagerInfo,
   .Partner .PartnerContent,.ProdictivityApps .ProdictivityAppsContent .ProdictivityAppsInfo .ProdictivityAppsInfoLeft{
        width: 100%;
        text-align: center;
    align-items: center;
   }
   .ProdictivityApps .ProdictivityAppsContent .ProdictivityAppsInfo{
    --bs-gutter-y: 20px;
   }
   .Productivity .d-flex{
    gap: 15px;
   }
   .navbar-media .navbarmedia-right .navbar_btns{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
   }
   .ManageRelaion .ManageRelaion_container .ManageRelaionLeft .ManagerInfo h1{
    width: 100%;
   }
   .fixedBtn button{
    width: 30px;
    height: 30px;
    font-size: 16px;
   }

   .newsLetterSignUp .newsLetterSignUp-left,.newsLetterSignUp .newsLetterSignUp-right{
    padding: 0;
   }
}

@media screen and (max-width: 600px) {
    footer .footer-content .footer-links {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
   }
    footer .footer-content .footer-rs .fotter-rs-content {
        gap: 10px;
        grid-template-columns: repeat(3, 50px);
        height: auto;
   }
    footer .copyright ul {
        column-gap: 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
   }
   .presentation_container{
    padding: 20px 0;
   }
   .presentation .presentation_container  .presentation_left .bts-mobile{
        grid-template-columns: repeat(2, 1fr);
    }
    .nav_bar .navbar_container .navbar_right button, .nav_bar .navbar_container .navbar_right a
    {
        font-size: 12px;
    }
    .nav_bar .navbar_container
    {
        max-width: 100%;
    }
    .presentation .presentation_container .presentation_left h2
    {
        font-size: 25px;
    }
    .Productivity{
        padding: 10px;
    }
    .presentation .presentation_container .presentation_left .counter_content{
        width: 100%;
    }
    .presentation .presentation_container .presentation_left .landingInput{
        width: 97%;
    }
    .presentation .presentation_container .presentation_left .counter_content .counter_container{
        text-align: center;
    }
    .ProdictivityApps .ProdictivityAppsContent .ProdictivityAppsInfo .ProdictivityAppsInfoRight{
        height: 220px;
    }
    .presentation .presentation_container .presentation_left h1{
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .works .container_page p,.worksContent,.items-box-content .item-box-content .item-box h3{
        text-align: center;
    }

    .Benifits .benefits-content .benefits-left{
        order: 2;
    }

    .Benifits .benefits-content .benefits-left h1,.works .container_page h1,.subscribe .container_page h1,.Journalists h1,
    .CurrentNews .container_page h1,.StartFree .StartFreeLeft h1,.features h1{
        text-align: center;
        font-size: 25px;
    }

    .Journalists .container_page .journalists-items .journalists-item,.CurrentNews .container_page .NewsItems .NewsItem{
        padding: 0;
    }
    .Journalists p.journalists_text,.Benifits .benefits-content .benefits-left p,.CurrentNews .container_page p:not(.NewsDesc),
    .StartFree .StartFreeLeft p,.features p{
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .worksContent .worksInfo,.worksContent .worksStep{
        align-items: center;
        padding: 0;
    }

    .NewsCard h3.Newstitle,.CurrentNews .container_page p{
        height: auto;
    }

    .NewsCard img{
        height: 150px;
    }

    .StartFree .StartFreeRight button{
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    footer .footer-content .footer-links {
        grid-template-columns: repeat(1, 1fr);
   }
    footer .footer-content .footer-rs .fotter-rs-content {
        grid-template-columns: repeat(2, 50px);
   }

   .newsLetterSignUp .newsLetterSignUp-right{
    flex-direction: column;
   }

   .newsLetterSignUp .newsLetterSignUp-right button{
    width: 100%;
   }
}