/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.9.4
Updated: 2026-01-08 15:26:57

*/

*{outline: 0 !important}

body{background-color:#fff;color: #5F666A;font-size: 15px;
	font-family: 'Lato', sans-serif;font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#page{overflow: hidden}

H2 + H3{margin-top: 10px}
.container-big{max-width: 1920px}

h2 + hr{border-width: 1px}

hr{border-top:3px solid #BCC0C3}

.top-0{top: 0}

.left-0{left: 0}
.right-0{right: 0}

.z-index-1{z-index: 1}

.z-index-10{z-index: 10}

.big-container{max-width: 1840px}

.text-dark{color: #5F666A}

.text-yellow{color: #FCC63D}

.text-grey{color: #525F68}

.text-lightgrey{color: #979B9E}

.bg-grey{background-color: #979B9E}

.bg-yellow{background-color: #FCC63D}

.bg-lightgrey{background-color: #F9FAFC}

.bg-white{background-color: white}

.bg-dark{background-color: #002231 !important}

.bg-center{background-position: center}

.bg-cover{background-size: cover}

.bg-contain{background-size: contain}

.bg-no-repeat{background-repeat: no-repeat}

.w-extralight{font-weight: 200 !important;}

.w-light{font-weight: 300 !important;}

.w-regular{font-weight: 400 !important;}

.w-semibold{font-weight: 600 !important;}

.w-bold{font-weight: 700 !important;}

.w-extrabold{font-weight: 800 !important;}

.w-black{font-weight: 900 !important;}

h1,h2,h3,h4,h5{color: #002231;line-height: 1.2;padding: 0}

h1{font-size: 44px;font-weight: 800;letter-spacing:3px}

.home h1, .page-template-page-portail-offres h1{letter-spacing:0}

h2{font-size: 30px;font-weight: 600}

h2.title {font-size: 28px;
	background-image: url(images/picto-titre.svg);
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

h3.titre {
	position: relative;
	display: inline-block;
	color: #5F666A;
	font-weight: 900;z-index:0;
}

h3.titre::after {
  content: "";
  position: absolute;
z-index:-1;
  width: calc(var(--last-line-width, 0) + 20px);
	

  background-color: rgb(252, 198, 61);
  opacity: 0.5;
  height: 11px;
  left: -10px;
  
  bottom: -1px;
 
}


h4{font-size: 18px}

h5{font-size: 15px}

.bg-gradient-grey-down{background: rgba(167, 167, 167, 0.13);
background: -webkit-linear-gradient(0deg, rgba(167, 167, 167, 0) 0%, rgba(167, 167, 167, 0.13) 100%);
background: -moz-linear-gradient(0deg, rgba(167, 167, 167, 0) 0%, rgba(167, 167, 167, 0.13) 100%);
background: linear-gradient(0deg, rgba(167, 167, 167, 0) 0%, rgba(167, 167, 167, 0.13) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#A7A7A7", GradientType=0);}

.object-fit-contain{object-fit: contain;object-position: center}

a,a:hover{color: #FCC63D;transition: all 0.3s ease;}


.btn {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #FCC63D;
	color: #002231 !important;
	border-radius: 8px;
	border: 1px solid #FCC63D;
	padding: 8px 10px;max-width: 230px;
}
.btn:hover{background-color: transparent}


#content{padding-top: 120px}

#masthead .sub-header{font-size: 10px}

#masthead.navbar-light ul.navbar-nav a.nav-link{color: #525F68;font-size:16px}

#masthead.navbar-light ul.navbar-nav > li > a {padding:20px 30px}

#masthead.navbar-light ul.navbar-nav > li{position:relative}



#masthead.navbar-light ul.navbar-nav > li:last-child::after{display:none}

#masthead.navbar-light ul.navbar-nav a.nav-link:hover{color: #FCC63D;font-weight: normal}

#masthead.navbar-light ul.navbar-nav  li.current_page_item a.nav-link{color: #FCC63D;font-weight: normal}


#masthead.navbar-light ul.navbar-nav li.menu-item-has-children:hover ul.dropdown-menu {
  left: 0px;
  visibility: visible;
  opacity: 1;
}


#masthead.navbar-light ul.navbar-nav ul.dropdown-menu {
	background-color: #FFE7A9;
	
	padding: 10px 0 10Px 10px;
	
	transition: all 0.3s ease;
	display: block;
	
	list-style: none;
	margin: 0;
	border: 0;
	color: #525F68;
	font-size: 14px;
}







#masthead.navbar-light ul.navbar-nav ul.dropdown-menu a {
	background-image: url(images/picto-titre.svg);
	background-size: 10px auto;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}

#content.site-content{padding-top:122px}

.navbar-light .navbar-brand{width:160px}

.owl-single .owl-stage{display: flex}

.owl-single .owl-dots {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.owl-nav{display: flex;justify-content: center}

.owl-nav button span{display: none}

.owl-nav button {
	background-image: url("images/arrow-owl.svg") !important;
	width: 16px;
	height: 30px;
	margin: 40px 15px 0;
	background-repeat: no-repeat !important;
	background-position: center !important;
}




.owl-prev.disabled,.owl-next.disabled{display: none}

.owl-nav button.owl-prev{transform: rotate(180deg)}

.banner .owl-single .owl-dots{right: 30px}

.banner .btn {
	font-size: 17px;
	padding: 10px;
	color: white !important;
	
}

#nos_clients_parlent_de_nous .owl-single .owl-dots{height: calc(100% - 80px);}

.owl-single .owl-dots button {
	border: 2px solid #FCC63D !important;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 4px 0;
}

.owl-single .owl-dots button.active {
	background-color: #FCC63D;
	
}

.owl-carousel.cards .owl-stage{display: flex;align-items: stretch}

.card2{border: 0;background-color: transparent;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	
	background-clip: border-box;

	border-radius: .25rem;
}

.card2 .img{border-radius: 0 0 15px 15px;padding: 20% 0}
.card2 .content{border-radius: 0 0 15px 15px;border: 1px solid #002231;border-top-width: 0}

.card2 .btn {
	font-size: 14px;
	color: #002231 !important;
	border-radius: 0 0 11px 11px;
	width: 160px;
	margin: 0 auto;
	letter-spacing: 1.5px;
}

.card2 .price{font-size: 32px}

.card2 .price sup {
	font-weight: 400;
	font-size: 60%;
}

.card2 h3.w-black {
	letter-spacing: 1.5px;
}

.card2 h3 a{text-decoration:none}

.card2 .mentions *{font-size: 12px;margin: 0}

.page-template-page-portail-offres-internet .card2, .page-template-page-portail-solutions-pro .card2 {
	margin: 15px;
	width: calc(33.33% - 30px);
}

.page-template-page-portail-solutions-pro .card2 {
	
	width: calc(25% - 30px);
}

.card{border-radius: 0 0 15px 15px;font-size: 14px}



#offres .onglet .container-head {
	border-radius: 35px;
	letter-spacing: 1px;
}
#offres .onglet .head{border-radius: 30px;color: white;cursor: pointer}
#offres .onglet .head.active{color: #002231;background-color: #FCC63D}

#offres .owl-carousel .owl-stage{margin: 0 auto;display: flex}

.card .img{padding: 30% 0}



.section_offres .bg {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.section_offres .container-big .bg {
	background-size: cover;
	background-position: left center;

}

.section_offres{font-size: 18px;color: #5F666A;line-height: 1.2}

.section_offres small{font-size: 12px}

.banner-offre .price{font-size: 40px}

.banner-offre .btn {
	background-color: #FCC63D;
	text-transform: uppercase;
	font-size: 15px;
	color: #002231;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 0 0 10px 10px;
	bottom: calc(-3rem - 40.5px);
	z-index: 1;
}


.multi ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}
.multi li {
	padding: 15px 30px 15px;
	position: relative;
}

.multi.colonnes5 li {
	padding: 15px;

}

.multi .check li{padding-top: 25px}

.multi.colonnes2 li{width:calc(50% - 60px)}

.multi.colonnes3 li{width:calc(33.33% - 60px)}

.multi.colonnes4 li{width:calc(25% - 60px)}

.multi.colonnes5 li{width:calc(20% - 30px)}

.multi .check li::before {
	content: "";
	position: absolute;
	width: 28px;
	height: 20px;
	background-image: url(images/check-yellow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: calc(50% - 14px);
	top: 0;
}

.multi li h3{padding-top: 90px !important}

.multi li h3::before{content: "";
	position: absolute;width: 3px;height: 90px;background-color: #FCC63D;top: 0;left: calc(50% - 1.5px)}

.short-text ul.owl-single{padding: 0;margin: 0 0 calc(1.5em + 20px);list-style: none}

.short-text ul.owl-single .owl-dots {
	width: 100%;
	height: 10px;
	right: inherit;
	left: 0;
	bottom: -20px;
	top: inherit;
	flex-direction: row;
}

.short-text ul.owl-single .owl-dots button {
	border-width: 1px;
	width: 10px;
	height: 10px;
	
	margin: 0 2px;
}


.page-id-73 .section_offres-1 {
	background-image: url(images/solution-wifi-illus3.png);
	background-position: center 60%;
	background-repeat: no-repeat;
	background-size: 1458px;
}


.img-contact {
	width: 164px;
	top: calc(50% - 82px);
	left: -82px;
	z-index: 1;
}


#map {
    height: 320px;
    width: 100%
}


.form-control.wpcf7-text, .form-control.wpcf7-email, .form-control.wpcf7-select{border: 0;border-bottom: 1px solid #FCC63D;border-radius: 0;text-align: center}


.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	background-color: #F8FAFB;
	border: 0;
}


.btn-picto {
	display: inline-flex;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1) !important;
	border-radius: 2px 0 0px 2px;
}

.btn-picto .text {
	font-size: 12px;
	width: 145px;
}

.btn-picto span.text span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.btn-picto span.picto {
	height: 30px;
	width: 30px;

	border-radius: 0 2px 2px 0;
	position: relative;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;

}

.btn-picto.big{transform: scale(1.2)}






















footer#colophon a.nav-link {
	font-size: 13px;
	padding: 4px;
}

footer#colophon a.nav-link::after {
	content: "";
	width: 12px;
	height: 2px;
	display: block;
	margin: 10px auto 0;
	background-color: #FCC63D;
}





@media(min-width: 1200px){

.h-xl-100{height: 100%}

	#masthead.navbar-light ul.navbar-nav > li::after {
	content: "";
	height: 19px;
	width: 1px;
	background-color: #525F68;
	position: absolute;
	right: 0;
	top: calc(50% - 9.5px);
}

	#masthead.navbar-light ul.navbar-nav ul.dropdown-menu {

	position: absolute;

	top: 55px;
	left: -5px;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	
	float: left;
	border-radius: 9px;
	
}
	.page-id-75 .section_offres-0 img.img {
	max-width: 365px;
	margin-top: -160px;
}

.page-id-75 .section_offres-0 h2+hr{margin-bottom: 70px !important}
}

@media(min-width: 991px){
.offres .owl-next {
	position: absolute;
	right: -15px;
	top: -40px;
	height: 100%;
	background-color: #F9FAFC !important;
	width: 130px;
	opacity: 0.7;
}

.offres .owl-prev {
	position: absolute;
	left: -15px;
	top: -40px;
	height: 100%;
	background-color: #F9FAFC !important;
	width: 130px;
	opacity: 0.7;
}
}


@media(max-width:1199px){

	

		#masthead.navbar-light ul.navbar-nav{height: calc(100vh - 80px);padding-top: 40px}

	#masthead.navbar-light ul.navbar-nav > li > a{padding: 10px}

	#masthead.navbar-light ul.navbar-nav ul.dropdown-menu a{padding-top: 5px;pading-bottom: 5px}

	.page-template-page-portail-solutions-pro .card2 {
	width: calc(33.33% - 30px);
}

	.navbar-light .navbar-brand{width:100px}
	#content.site-content {
	padding-top: 90px;
}

	.multi li {
		padding-left:15px;
		padding-right:15px;
		
	}

	.multi.colonnes2 li{width:calc(50% - 30px)}

	.multi.colonnes3 li,.multi.colonnes4 li,.multi.colonnes5 li{width:calc(33.33% - 30px)}



}

@media(max-width:991px){

	.page-template-page-portail-solutions-pro .card2,.page-template-page-portail-offres-internet .card2 {
	width: calc(50% - 30px);
}

h2 br{display: none}
	.section_offres img.img {
	max-height: 250px;
	width: 100%;
	object-fit: contain;
}

		.multi.colonnes2 li,.multi.colonnes3 li,.multi.colonnes4 li,.multi.colonnes5 li{width:calc(50% - 30px)}

	
	

	h1{font-size: 30px}

	h2{font-size: 25;}

	h2.title {font-size: 25px;}
}



@media(max-width:768px){

.page-template-page-portail-solutions-pro .card2,.page-template-page-portail-offres-internet .card2 {
	width: calc(100% - 30px);
}
}