/*
	Common formats for themes
*/
	/*
		header start
	*/
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #555;
}
#topbar {
    background: #fff;
    padding-top: 10px;
    font-size: 14px;
}
#topbar .container {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
.container {
    max-width: 1200px !important;
}
.pull-left {
    float: left;
}
#logo img {
    height: 80px;
}
.contact-info {
    padding: 15px 0;
}
#topbar .contact-info a {
    line-height: 1;
    color: #fff;
}
#topbar .contact-info .fa-phone {
    margin-left: 20px;
}
#topbar .contact-info i {
    background: #3a2b88 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin-right: 7px;
    text-align: center;
    width: 50px;
}
#topbar .contact-info a {
    line-height: 1;
    color: #fff;
}
.devis1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #f1c26c;
    color: #fff;
    box-shadow: 0 6px 9px 0 rgb(0 0 0 / 30%);
    background: #fba111;
}
.devis1:hover {
    color: #fff !important;
    background: #594ba7;
    border: 3px solid #594ba7;
}
.nav-menu a {
    color: #939598;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    outline: medium none;
    padding: 10px 8px;
    text-decoration: none;
}
ul.summary {
    padding: 20px 0 !important;
}
#summary a:hover {
    color: #3a2b88 !important;
}


	/*
		header close
	*/


	/*
		Global rules
	*/
	.hidden {
		display: none;
	}

	/*
		Behavior class
	*/
	.sticked {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 150;
	}
	.center {
		margin: 0 auto;
		min-width: 0px;
	}
	/*
		END
	*/
	
	
	/*
		Specific format for alternate text
	*/
	.article {
		position: relative;
		margin: 0 auto 32px;
	}
		.article .image {
			position: absolute;
			width: 100%;
			height: 100%;
			right: 0;
		}
			.article .image img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.article.aside .image {
			width: 60%;
		}
		.article.aside.right .image {
			left: 0;
			right: auto;
		}

	.article .wrapper {
		display: block;
		position: relative;
		width: 40%;
	}
	.article.inside .wrapper {
		padding: 32px;
	}
	
		.article .text {
			padding: 16px;
			background: #FFF;
		}
		
	.article.right {
		direction: rtl;
	}		
	.article.right div {
		direction: ltr;
	}
	/* END */

	/*
		Specific format for column text
	*/
	.art_three_cols {
		margin: 0 auto 32px;
		padding: 0;
		text-align: center;
	}
		.art_three_cols div.col {
			display: inline-block;
			margin: 0 1.9% 8px;
			padding: 0 0 12px;
			width: 29%;
			min-width: 256px;
			vertical-align: top;
		}
			.art_three_cols div.col img {
				width: 100%;
				max-width: 256px;
			}

	/*
		Specific format for universal column text
	*/
	.art_cols {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
		.art_cols div.col {
			display: table-cell;
			margin: 0;
			padding: 0;
			vertical-align: middle;
		}
		
		
			/*
		newww
	*/
		div#summary.sticky {
    box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 20%);
   /* margin-bottom: 20px; */
}
.newboxblue a {
    min-height: 80px !important;
    display: block;
}
p.afterigpadd {
    max-width: 1200px;
    margin: 0 auto !important;
    text-align: center;
    margin-bottom: 40px;
}
#services {
    overflow: hidden;
}
.iconn {
    margin-bottom: 25px !important;
}
#services .container {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}
.service-box {
    margin-bottom: 40px;
}
.service-icon {
    margin: 0 2px 20px 0;
    float: left;
}
.section-header h2 {
    font-size: 32px;
    color: #303030;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.service-desc > p {
    color: #6a6a6a;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
	text-align: center;
}
#services1 {
    padding-top: 40px !important;
}
#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
.newboxblue {
    padding: 50px 30px !important;
}
.section-header h1 {
    color: #494949;
    font-weight: 700;
    position: relative;
	    margin-bottom: 40px;
}
.service-desc div a {
    color: #6f6f6e;
    display: inline-block;
    font-size: 19px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 25px;
	    text-transform: initial !important;
}
	/* END */

/*
	END
*/









#testimonials {
    padding: 65px 0;
    /* background-image: url(../img/bg1.png); */
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-attachment: fixed;
}
.section-header {
    margin-bottom: 30px;
}
table{
	width: 100%;
}
.faq_main {
    padding-left: 80px !important;
}
#testimonials .section-header a {
    color: #494949;
    display: inline-block;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.section-header p {
    padding: 0;
    margin: 0;
}
td, th {
    border-bottom: 1px solid #000;
    text-align: center;
}
#testimonials .section-header a {
    color: #494949;
    display: inline-block;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.section-header h4 {
    margin-bottom: 18px;
}
td {
    height: auto !important;
    width: auto !important;
    vertical-align: bottom;
    padding: 2px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    margin: 0 0 20px 0;
    padding: 0;
}
.panel-default>.panel-heading {
    background-color: transparent;
    border: medium none;
    color: #333;
}
.faq-details h3.check-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}
.faq-details a span.fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    color: #3a2b88;
    font-size: 24px;
    margin-right: 15px;
}
.faq-details h3.check-title a {
    color: #494949;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    text-decoration: none;
    background: #e2e2e2;
    border-radius: 30px;
    padding: 10px;
}


/*section-1*/
.web-wrld {
    background-image: url(/userfiles/images/1.jpg);
    background-size: 100% 100%;
    padding: 190px 0px;
}
#call-to-action {
    background: #f3f3f3;
    background-size: cover;
    padding: 40px 0;
}
.titre {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #494949;
    font-size: 2.3rem;
    margin-bottom: 40px;
}
#clients {
    padding: 30px 0;
    background: #fbfbfb;
}
div#un {
background: #101010a6;
    padding: 34px 0 15px 0;
    width: 400px;
    margin: 0 auto;
    color: white;
    text-align: center;
    background-blend-mode: overlay;
    position: relative;
    right: 120px;
    bottom: 90px;
    float: right;
}
.banerconter {
    width: 1200px;
    text-align: right;
    margin: 0 auto;
}
/*section-1*/
#principal > div.containear > div {
    margin: 0;
}
/*accordion section*/

.panel-body {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.puisse-img {
    width: 20%;
    float: left;
}
.panel-body p {
    width: 77%;
    float: left;
    margin-left: 13px;
    text-align: justify;
}
.puisse-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
span.rgt-dwon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    display: inherit;
    position: relative;
    text-align: center;
    width: 40px;
    color: #3a2b88;
    font-size: 24px;
    margin-right: 15px;
}
i.fa.fa-caret-right {
    position: relative;
    top: -1px;
    right: -2px;
}
#testimonials .section-header a:hover {
    color: #3a2b88;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.ani-left, .lft {  
  animation: 1s ease-out 0s 1 slideInFromLeft;
}
@keyframes slideInFromright {
  0% {
    transform: translateX(+100%);
  }
  100% {
    transform: translateX(0);
  }
}

.ani-right {  
  animation: 1s ease-out 0s 1 slideInFromright;
}

/*accordion section*/

a:hover {
    text-decoration: none !important;
}
.large-12 {
    width: 100%;
}
#call-to-action .cta-title {
    color: #3a2b88;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
}
#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
    padding: 15px 0;
}
#clients img:hover {
    opacity: 1;
}
#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #f1c26c;
    color: #fff;
    box-shadow: 0 6px 9px 0 rgb(0 0 0 / 30%);
    background: #fba111;
	position: unset !important;
    bottom: 0 !important;
}
#contact {
    padding: 70px 0;
    background: #171717;
}
#contact .contact-info {
    margin-bottom: 20px;
    text-align: left;
}
.contact-info {
    padding: 15px 0;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
}
.contact-address1, .contact-phone1, .contact-email1 {
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.contact-address ul {
    margin: 0;
    padding: 0;
}
.contact-address ul li {
    list-style: outside none none;
    font-weight: 600;
    color: #a9a9a9;
    padding-bottom: 40px;
    font-size: 16px;
}
.contact-address ul li span {
    margin-right: 20px;
    width: 50px;
    display: inline-block;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}
.contact-address1, .contact-phone1, .contact-email1 {
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
ul li::marker {
    display: none !important;
}
ul {
    list-style: none;
	padding: 0 !important;
}
.contact-phone ul li {
    list-style: outside none none;
    padding-bottom: 15px;
}
#contact .contact-phone ul li a {
    font-weight: 500;
    color: #a9a9a9;
    font-size: 16px;
    cursor: pointer;
}
#contact .contact-phone ul li a .fa {
    color: #3a2b88;
    font-size: 16px;
    margin-right: 15px;
}
#contact .contact-info a:hover {
    color: #3a2b88;
}
#footer {
    background: #1a1a1a;
    padding: 0 0 30px 0;
    font-size: 14px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #615555;
    font-size: 15;
}


span.mnu-img {
    display: none;
}
.mnu-sow{
	display: block ;
}
/*Banner css**/

.bbb img {
    width: 100% !important;
}

#distributionbg {
   /*  background: url(/userfiles/images/distribution-banner.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: top;
	    margin-bottom: 15px; */
}


.banner-text {
    padding: 6em 0;
}
.banner-text h1 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
h2.h2_title_ban {
    color: #fff;
    float: left;
    font-size: 30px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
}


/*Banner css**/


/*tab section css**/
#main-all-services .list-group-item.active {
    background-color: #3a2b88;
    border-color: #3a2b88;
}
.list-group-item:hover {
    color: #ffffff;
    background-color: #3a2b88;
}
.list-group-item {
    color: #555;
}
.demande-de-devis img {
    margin-bottom: 25px;
    margin-top: 50px;
}
/*tab section css**/

/*content css*/
.my-4 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
	    text-transform: uppercase;
    padding-bottom: 20px;
}
#main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3a2b88;
    left: 15px;
    top: 65px;
}
.card-body p {
    margin: 0 0 30px 0;
}
.card-body a {
    color: #f39419 !important;
    transition: 0.5s;
}
.card-body a:hover, .card-body a:active, .card-body a:focus {
    color: #444 !important;
    outline: none;
    text-decoration: none;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
	font-weight: bold;
}
.card-header .my-4 {
    font-size: 17px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.fa-check:before {
    color: #00b1f5;
    margin-right: 15px;
    margin-top: 7px;
}
ul.lead-list li span.fa {
    margin: 5px 5px 0 0;
    float: left;
	font-size: 18px;
}
.type_distribution {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0 !important;
    padding: 0;
}
ul.lead-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.card-title {
    font-size: 16px;
	margin-bottom: .75rem;
	text-align: center;
}
a:not([href]):not([class]) {
    color: inherit !important;
}
.border-none .card {
    border: none;
    text-align: center;
}
.card {
    margin-bottom: 25px;
	position: unset;
}
h3, h4, p{
	color:#444;
}
#main-all-services > div > div:nth-child(2) > div.col-lg-8 {
    position: relative;
    top: -18px;
}
#summary {
    padding: 0 !important;
}
#main_distribution-prospectus table {
    width: 50%;
}


/*content css*/

/*distribution-journaux css*/


.AA {
    background-size: 100%;
}
.diaporama {
    display: none;
}
#impressionbannerbg {
   /*  background-image: url(/userfiles/images/banner-2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}
.banner-text {
    padding: 6em 0 !important;
}
body {
    background: #fff;
    color: #444 !important;
    font-family: "Open Sans", sans-serif !important;
}
#main_distribution-journaux table {
    width: 35%;
}




/*distribution-journaux css*/

/*street-marketing css*/

#Marketingdirectbanner {
/*     background-image: url(/userfiles/images/banner3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

/*street-marketing css*/

/*nos-tarifs css*/

#creationsbg {
   /*  background-image: url(/userfiles/images/banner-4.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}
body#main_nos-tarifs #services .container {
    padding: 0 15px;
}
body#main_nos-tarifs th {
    background-color: transparent;
    color: #444;
    text-align: center !important;
}
#main-all-services > div > div:nth-child(2) > div > div > div:nth-child(3) > table {
    width: 47%;
}
tr:nth-child(even) {
    background-color: transparent !important;
}
section#main-all-services {
    position: relative;
    top: 22px;
}

#main_controle .banner-text h1 {
    font-size: 34px;
}


/*nos-tarifs css*/


body#main_distribuer #services .container {
    padding: 0 15px;
}
#main_distribuer .banner-text {
    padding-bottom: 25px !important;
}
body#main_suivi #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3 {
    font-size: 17px;
}
.img-responsive {
    width: 100%;
}

body#main_ciblage #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    top: 80px;
}
#un p {
    color: white;
}

.blue-box{
	min-height:406px;
	width:33.3%;
	float:left;
	background-image: linear-gradient( 0deg , #3a2b88 0%, #5541b7 50%, #3a2b88 100%);
	padding: 49.5px 20px;
}
.balparnt{
	width:100%;
}
.parabal{
	text-align: center;
	margin-top:15px;
}
.baltitl{
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-top:15px;
	line-height: 2;
}
.balspanc{
	color: #ffffff;
}
.baldis{
	text-align: center;
}
.balspdis{
	color:#ffffff;
	font-size:14px;
}
.scnd {
    background-image: linear-gradient( 
0deg
 , #3a2b88 0%, #5541b7 50%, #5541b7 100%) !important;
}
.serhed{
	text-align:center;
	font-weight: 700;
	font-size: 40px;
}
.serimg{
	margin-bottom: 20px;
	align:center;
	width:75%;
}
.mains{
	background-image: url('https://www.distribution-flyers-lehavre.fr/img/plan1.jpg');
}
.anim{
	visibility: visible; 
	animation-delay: 0.1s; 
	animation-name: fadeInLeft;
}
.animr{
	visibility: visible;
	animation-delay: 0.1s;
	animation-name: fadeInRight;
}
.fdu{
	 visibility: visible; 
	 animation-name: fadeInUp;
}
ul.lead-list.fadeInRight li {
    background-image: url(/userfiles/images/check.png);
    background-repeat: no-repeat;
    background-position: -9px 1px;
    padding-left: 28px;
}
#main_agents .card-body ul li {
    list-style-type: disc !important;
}
#main_agents .card-body ul {
    padding-left: 30px !important;
}
#main_controle .card-body ul {
    padding-left: 30px !important;
}
#main_controle .card-body ul li {
    list-style-type: disc !important;
}
#main_distribuer .card-body ul li {
    list-style-type: disc !important;
}
#main_distribuer .card-body ul {
    padding-left: 30px !important;
}

#main_demande-de-devis #innerbanner {
    background-image: url(/userfiles/images/contactbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00000045;
	background-position: center;
}
#main_demande-de-devis .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #555;
    display: block;
    font-size: 14px;
    min-height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#main_demande-de-devis .form-horizontal .control-label {
    text-align: right;
}
#main_demande-de-devis .form-group {

    margin-left: 40px;
    margin-right: 40px;
}
#main_demande-de-devis fieldset {
    width: 100%;
}
#main_demande-de-devis .btn-primary {
    background-color: #3a2b88;
    border-color: #3a2b88;
    width: 100%;
}
#main_demande-de-devis .btn-primary:hover {
    background-color: #444;
    border-color: #444;
}
#main_distribuer-des-flyers #distributionbg {
    height: 225px;
}
#main_distribuer-des-flyers .banner-text {
    padding-top: 70px !important;
}

#main_creation-flye #services .container {
    padding: 0 20px !important;
}
#main_creation-flye #creationsbg {
    background-size: cover;
    background-position: center;
}
#main_creation-flye .my-4 a {
    color: #f39419;
    transition: 0.5s;
}
#main_creation-flye .my-4 a:hover{
	color: #444;
	outline: none;
	text-decoration: none;
}
#main_distribution-journaux .container.about-container.wow.fadeInUp {
    padding: 0 20px !important;
}
#facts {
    background: url('/userfiles/images/Facts.jpg') center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
#facts .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #fff;
}
#facts .container {
    position: relative;
    z-index: 10;
}
#facts::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
#main_ciblage-distribution #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    top: 80px;
}
#call-to-action .cta-btn:hover {
    background: #fff;
    border: 3px solid #fba111;
    color: #fba111 !important;
}
#main_conditions-generales-de-vente .my-4::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3a2b88;
    left: 15px;
    top: 65px;
}
#main_conditions-generales-de-vente #innerbanner {
    background-image: url(/userfiles/images/contactbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00000045;
    background-position: center;
}
#main_conditions-generales-de-vente #services .container {
    padding: 0;
}
#main_conditions-generales-de-vente .banner-text {
    padding-top: 75px !important;
}
.faq-area .faq-details h4.check-title a.active, .faq-area .faq-details a.active span.acc-icons::before {
    color: #3a2b88;
}
.faq-area .faq-details h4.check-title a {
    color: #333;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 40px;
	font-size: 18px;
    border-radius: 0;
    padding: 10px;
    background: transparent none repeat scroll 0 0;
    text-decoration: none;
}
.faq-area .panel-body {
    padding: 15px 15px 0px 50px;
}
.panel-body {
    min-height: 270px;
}
.faq-area .faq-details h4.check-title a strong {
    float: right;
    font-size: 14px;
    line-height: 24px;
}
.faq-area .faq-details a span.acc-icons {
    position: relative;
}
#main_conditions-generales-de-vente .panel-body p {
    width: auto;
}
.faq-area .panel-default {
    border-color: #ddd !important;
}
.faq-area .panel {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 5px;
}
.faq-area .faq-details a span.acc-icons::before {
    color: rgb(51, 51, 51);
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    height: 40px;
    left: -51px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
}
.faq-area .panel-group .panel + .panel {
    margin-top: 15px;
}
#main_conditions-generales-de-vente h4.check-title {
    margin: 0 !important;
}
#main_conditions-generales-de-vente .faq-area {
    padding-bottom: 100px;
}
#main_distribution-flyer #services .container {
    padding: 0 20px;
}
#main_distribution-flyer .banner-text {
    padding-top: 75px !important;
}
#main_distribution-flyer .card-body ul li {
    list-style: disc;
}
#main_distribution-flyer .card-body ul {
	padding-left:20px !important;
}
#main_distribution-journaux #services .container, #main_ciblage-distribution #services .container, #main_controle-distribution-le-havre #services .container, #main_distributeur-prospectus-le-havre #services .container, #main_distribuer-prospectus-le-havre #services .container, #main_suivi-distribution-des-flyers #services .container, #main_distribution-prospectus #services .container {
    padding: 0;
}
#main_distribution-journaux .banner-text, #main_distribution-prospectus .banner-text, #main_ciblage-distribution .banner-text, #main_distribuer-prospectus-le-havre .banner-text, #main_distributeur-prospectus-le-havre .banner-text, #main_controle-distribution-le-havre .banner-text, #main_suivi-distribution-des-flyers .banner-text {
    padding: 4.5em 0 !important;
}
#main-all-services > div > div > div > form > fieldset > div:nth-child(13), #main-all-services > div > div > div > form > fieldset > div:nth-child(14) {
    text-align: center;
}
section#innerbanner {
    background-image: url(/userfiles/images/contactbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00000045;
    background-position: center;
}

#main_conditions-generales-de-vente-banner #services .container, #main_demande-de-devis-banner #services .container, #main_distribution-flyer-banner  #services .container, #main_distribution-prospectus-banner #services .container, #main_distribuer-prospectus-le-havre-banner #services .container, #main_distributeur-prospectus-le-havre-banner #services .container, #main_controle-distribution-le-havre-banner #services .container, #main_distribuer-des-flyers-banner #services .container, #main_suivi-distribution-des-flyers-banner #services .container, #main_ciblage-distribution-banner #services .container, #main_distribution-journaux-banner #services .container, #main_street-marketing-banner #services .container, #main_nos-tarifs-banner #services .container, #main_creation-flye-banner #services .container  {
    padding: 0;
}
#main_conditions-generales-de-vente-banner .banner-text, #main_demande-de-devis-banner  .banner-text,  #main_distribution-flyer-banner  .banner-text, #main_distribution-prospectus-banner .banner-text, #main_distribuer-prospectus-le-havre-banner .banner-text, #main_distributeur-prospectus-le-havre-banner .banner-text, #main_controle-distribution-le-havre-banner .banner-text, #main_distribuer-des-flyers-banner .banner-text, #main_suivi-distribution-des-flyers-banner .banner-text, #main_ciblage-distribution-banner .banner-text, #main_distribution-journaux-banner .banner-text, #main_street-marketing-banner .banner-text, #main_nos-tarifs-banner .banner-text, #main_creation-flye-banner .banner-text {
    padding: 4.5em 0 !important;
}
















@media (min-width:320px) and (max-width:480px){
#topbar {
    display: block !important;
}
a.contact-icon {
    display: none;
}
#topbar .contact-info .fa-phone {
    display: none;
}
#topbar span {
    display: none;
}
.devis1 {
    padding: 10px 8px;
}
#topbar .contact-info.float-right {
    float: unset !important;
}
div#un {
    width: 274px;
top: 40px;
left: -25px;
padding: 20px 0 20px 0;

}
.banerconter {
    width: auto;
}
#un p {
    color: white;
	margin-bottom:8px;
}
.web-wrld {
    background-size: 126% 96%;
    padding: 0;
    height: 179px;
    background-repeat: no-repeat;
    background-position: -22px 10px;
}
.newboxblue {
    padding: 42px 15px !important;
    width: 100% !important;
}
.section-header h1 {
    padding: 0 15px;
    font-size: 28px !important;
}
.section-header p {
    padding: 0 15px;
}
#services .container {
    width: auto;
}
.service-icon {
    float: unset;
	    margin: 0 0 -12px 0;
}
.section-header h4 {
    text-align: center;
}
#testimonials .section-header a {
    font-size: 19px;
    text-align: left;
width: 100%;
}
#testimonials > div > div > div:nth-child(1) > div > p:nth-child(3) {
    text-align: center;
}
.faq_main {
    padding: 0 15px !important;
}
.puisse-img {
    width: unset;
    float: unset;
}
.panel-body p {
    width: unset;
    float: unset;
    margin-left: 0;
    margin-top: 12px;
    text-align: justify;
}
.puisse-img {
    width: unset;
    float: unset;
}
.puisse-img img {
    height: 150px;
}
.titre {
    font-size: 1.8rem;
}
#call-to-action .cta-title {
    font-size: 24px;
}
.contact-address ul li {
    padding-bottom: 20px;
}
#contact {
    padding: 70px 0 0 0;
}
button#mobile-nav-toggle, .sldr {
    display: block;
	    top: 15px;
		position:absolute;

}
#topbar .contact-info a {
    display: none;
}
#summary li {
       display: block !important;
    padding: 0 30px 10px 30px !important;
    text-align: left !important;
    margin-bottom: 11px;
    border-bottom: 1px solid lightgray;

}
.section-header h2 {
    padding-bottom: 0px;
	margin:0 !important;
}
.service-desc > p {
    margin-bottom: 45px;
}
td {
    vertical-align: revert !important;
}
ul.summary {
    padding-bottom: 0 !important;
}

.banner-text h1 {
    font-size: 25px !important;
}
h2.h2_title_ban {
    font-size: 20px !important;
}
.banner-text {
    padding-top: 40px !important;
}
#main_controle #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before, #main_distribution-prospectus #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before, body#main_distribuer #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    top: 80px;
}

a.list-group-item {
    font-size: 15px;
}
#main_distribution-prospectus table {
    width: 100%;
}
#main-all-services {
    padding-bottom: 50px !important;
}
#main_distribuer table p {
    margin: 0;
}
#main_suivi #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    top: 100px;
}
#main_suivi img.card-img-top {
    width: 100% !important;
}
body#main_ciblage #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    top: 120px;
}
#main_ciblage img.img-fluid.rounded.mb-3.mb-md-0.img-responsive {
    height: 150px;
    object-fit: cover;
}
#main_distribution-journaux main#all-page-main, #main_street-marketing #all-page-main, #main_nos-tarifs #all-page-main {
    padding: 0 20px;
}
#main_distribution-journaux table {
    width: 100%;
}
#main_nos-tarifs #creationsbg, #main_street-marketing #Marketingdirectbanner {
    background-size: cover;
}
#main_street-marketing img.card-img-top {
    width: 100% !important;
    padding: 10px 20px !important;
}
#main_nos-tarifs .card-body {
    width: 278px;
}




	
}

@media only screen and (min-width: 375px){
	div#un {
    left: -50px;
}


}
@media only screen and (min-width: 425px){
	div#un {
    left: -73px;
}



}

@media (min-width:1100px) and (max-width:2500px){
div#summary.sticky{
	display: block !important;
}
#main_distribuer-prospectus-le-havre section#summary {
    display: block !important;
}

}
@media (min-width:768px) and (max-width:1024px){
div#summary.sticky{
	display: block !important;
}
.banerconter {
    width: auto;
}
.web-wrld {
    padding: 150px 0px;
}
section#topbar {
    display: block !important;
}
#summary a {
    font-size: 16px !important;
}
.serhed {
    font-size: 30px;
}
#services .container{
	width:auto;
}
.service-icon {
    float: unset;
}
.service-icon {
    float: unset;
	    margin: 0 0 -12px 0;
}
.section-header h4 {
    text-align: center;
}
#testimonials .section-header a {
    font-size: 19px;
    text-align: left;
width: 100%;
}
section-header h2 {
    padding-bottom: 0;
    margin: 0 !important;
}
.service-desc > p {
    margin-bottom: 50px;
}
.ani-left {
    padding-left: 30px !important;
}
.ani-right {
    padding-right: 30px !important;
}
.puisse-img {
    width: unset;
    float: unset;
}
.panel-body p {
    width: unset;
    float: unset;
    margin-left: 0;
    margin-top: 12px;
    text-align: justify;
}
.puisse-img {
    width: unset;
    float: unset;
}
.puisse-img img {
    height: 150px;
}
#main_index td {
    vertical-align: middle !important;
}
#call-to-action .cta-title {
    font-size: 26px;
}
p.afterigpadd {
    padding: 0 15px;
}
main#all-page-main {
    padding: 0 20px;
}
td {
    vertical-align: middle !important;
}
#main_distribution-journaux table {
    width: 100%;
}
section#impressionbannerbg, #Marketingdirectbanner, #creationsbg {
    background-size: cover;
}
#main_street-marketing .banner-text, #main_distribution-journaux .banner-text, #creationsbg .banner-text {
    padding-top: 40px !IMPORTANT;
    padding-bottom: 100px !important;
}
#main-all-services > div > div:nth-child(2) > div > div > div:nth-child(3) > table {
    width: 100%;
}
.col-lg-8 {
    width: 66% !important;
}
#main_distribution-prospectus table {
    width: auto;
}
#main_suivi #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before, #main_distribution-prospectus #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before, body#main_distribuer #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    top: 80px;
}
#main_distribution-prospectus .banner-text {
    padding-top: 60px !important;
}
#main_distribution-prospectus .border-none {
    margin-bottom: -25px;
}
#main_ciblage .banner-text, #main_agents .banner-text, #main_zone .banner-text, #main_controle .banner-text, #main_suivi .banner-text {
    padding-top: 40px !important;
    padding-bottom: 100px !important;
}
#main_distribuer .banner-text {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}
#main_suivi img.card-img-top {
    width: 100% !important;
}
body#main_ciblage #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    top: 100px;
}





}

@media only screen and (min-width: 1024px){
#summary a {
    font-size: 17px !important;
}
body#main_ciblage #main-all-services > div > div:nth-child(2) > div.col-lg-8 > h3::before {
    top: 70px;
}
}



/* a css*/
#main_distribution-prospectus #distributionbg {
    position: absolute;
    top: 223px;
    right: 0;
    left: 0;
}
#impressionbannerbg {
    position: absolute;
    top: 223px;
    right: 0;
    left: 0;
}
#Marketingdirectbanner {
    position: absolute;
    right: 0;
    left: 0;
    top: 223px;
}
section#Marketingdirectbanner .banner-text {
    padding-top: 60px !important;
}
#main_nos-tarifs #creationsbg, #main_distributeur-prospectus-le-havre #distributionbg {
    position: absolute;
    right: 0;
    left: 0;
    top: 223px;
}

#main_controle-distribution-le-havre #distributionbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 223px;
}

#main_distribuer-prospectus-le-havre #distributionbg .banner-text {
    position: absolute;
    right: 0;
    left: 0;
    top: 223px;
}
//#main_controle-distribution-le-havre #distributionbg .banner-text {
    position: absolute;
    right: 0;
    left: 0;
    top: 223px;
}
#main_distribuer-des-flyers #distributionbg{
    position: absolute;
    left: 0;
    right: 0;
    top: 223px;
}
#main_ciblage-distribution section#distributionbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 223px;
}
#main_suivi-distribution-des-flyers section#distributionbg {
    position: absolute;
    right: 0;
    left: 0;
    top: 223px;
}
#main_nos-tarifs #creationsbg {
    position: absolute;
    right: 0;
    left: 0;
    top: 223px;
}





/* a css*/