/*Txt*/
/*-----------------------------*/
html {
	scroll-behavior: smooth;
}
body {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
color: #0A3874;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
}
.txt600{
	font-weight: 600;
}
.txt500{
	font-weight: 500;
}
hr.sous-title {
	width: 70px;
	height: 4px;
	border-top: 4px solid #F00F60;
	float: left;
}
hr.sous-title-center {
	width: 70px;
	height: 4px;
	border-top: 4px solid #F00F60;
}
.titleH3 {
	font-size: 24px;
	margin-top: 20px;
}
@media (min-width: 992px) {
	.titleH3 {
		font-size: 28px;
		margin-top: 40px;
	}
}
/*Color*/
/*-----------------------------*/
.bg-light {
	background-color: #F8F8FB;
}
.magenta {
	color: #f00f60;
}
/*BTN*/
/*-----------------------------*/
.btn {
    display: inline-block;
    color: white;
    border-radius: 50px;
    font-size: 0.875em;
    border:2px solid transparent;
    letter-spacing: 1.4px;
    padding: 0.375rem 1.2rem;
}
.btn-lg {
	padding: 0.7rem 1.2rem !important;
}
.btn span {
    margin-left: -20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

    .btn:hover span, .btn:active span, .btn:focus span {
      margin-left: -10px; }
/*-----------------------------*/
.btn-primary {
	background-color: white;
	color: #BF005E;
	font-weight: 600;
	border-color: #BF005E;
	font-size: 0.875em;
}
.btn-primary:hover {
	background-color: white;
	color: #F00F60;
	border-color: #F00F60;
}
.btn-primary.focus, .btn-primary:focus {
    color: #F00F60;
    background-color: white;
    border-color: #F00F60;
    box-shadow: 0 0 0 0.2rem rgb(191 0 94 / 50%);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #F00F60;
  background-color: white;
  border-color: #F00F60;
}
/*-----------------------------*/
.btn-secondary {
	background-color: rgba(10, 56, 116, .8);
}
.btn-secondary:hover {
	background-color: #0A3874;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: white;
    background-color: #0A3874;
    border-color: #0A3874;
    box-shadow: 0 0 0 0.2rem rgb(10 56 116 / 50%);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #0A3874;
  border-color: #0A3874;
}
/*-----------------------------*/
.btn-outline-secondary {
	border-color: #0A3874;
	color: #0A3874;
	background: white;
}
.btn-outline-secondary:hover {
	color: #f00f60;
	background: white;
	border-color: #0A3874;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: #f00f60;
    background-color: white;
    border-color: #0A3874;
    box-shadow: 0 0 0 0.2rem rgb(10 56 116 / 50%);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #f00f60;
  background-color: white;
  border-color: #0A3874;
}
/*-----------------------------*/
.btn-outline-primary {
	border-color: white;
	color: white;
	background: transparent;
}
.btn-outline-primary:hover {
	color: #f00f60;
	background: #0A3874;
	border-color: #0A3874;
}
/*NAV*/
/*-----------------------------*/
a.nav-link {
	color: #BF005E !important;
	font-weight: normal;
	font-size: 0.875em;
	letter-spacing: 1.4px;
}
a.nav-link:hover {
	font-weight: 600;
}
 .navbar-nav .active>.nav-link {
	font-weight: 600;
}
.navbar-nav {
	margin-top: 20px;
}
.navbar-default{
  transition:500ms ease;
  background:white;
}
.navbar-default.scrolled{
  background:white;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.navbar-default.scrolled a.nav-link {
	color: #BF005E !important;
}
.collapse .btn {
	margin: 15px 0;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	}
	.navbar-default{
  	transition:500ms ease;
 	background:transparent;
	}
	.home a.nav-link {
	color: white !important;
	}
	.navbar-nav {
	margin-top: 0;
	}
	.collapse .btn {
	margin: 0;
	}
}

/*HEADER*/
/*-----------------------------*/
.pinkBanner {
	background-image: url(../img/bck-home.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 66% 100%;
    background-position-y: 0;
    /*padding-bottom: 72px;*/
}
.contentBanner {
	padding-top: 100px;
}
.contentBanner h1 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1.3;
	text-shadow: -2px 2px 0 rgba(255,255,255,0.4);
}
.contentBanner ul {
	padding-left: 0;
	margin-bottom: 30px;
}
.contentBanner ul li {
	list-style-type: none;
	font-size: 20px;
	padding-bottom: 7px;
}
.contentBanner a {
	display: block;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.contentBanner h1 {
		font-size: 42px;
		margin-bottom: 50px;
		line-height: 1.45;
	}
	.contentBanner ul li {
		font-size: 26px;
	}
	.imgBanner {
		background-image: url(../img/comptaccess-expert-comptable.png);
		width: 100%;
		background-repeat: no-repeat;
		background-position: right;
		padding: 40px 0;
	}
	.contentBanner a {
		display: inline-block;
		margin-bottom: 20px;
		margin-right: 15px;
	}
}

/*REASSURRANCE*/
/*-----------------------------*/
#Rea article {
	margin-top: 40px;
	margin-bottom: 0px;
}
.titleRea {
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 15px;
}
.txtRea {
	font-size: 1.125em;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	#Rea article {
		margin-top: 50px;
		margin-bottom: 35px;
	}
}
/*Qui sommes nous*/
/*-----------------------------*/
#Info {
	margin-top: 30px;
}
#Info .titleInfo {
	background-image: url(../img/bg-info.png);
	background-repeat: no-repeat;
}
#Info .txtInfo {
	margin-top: 30px;
	border-left: 2px dotted #0A3874; 
}
#Info h2 {
	font-size: 30px;
	margin-top: 30px;
}
@media (min-width: 992px) {
	#Info h2 {
		font-size: 36px;
	}
}
/*sur mesure*/
/*-----------------------------*/
#surM {
	margin-top: 30px;
}
#surM h2 {
	font-size: 30px;
}
@media (min-width: 992px) {
	#surM {
		margin-top: 80px;
	}
	#surM h2 {
		font-size: 36px;
	}
}
/*punchline*/
/*-----------------------------*/
#punchline {
	background: linear-gradient(
79deg
, rgba(240, 15, 96, 0.8) 0%, rgba(191, 0, 94, 0.8) 100%), url(../img/bg-comptaccess.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
#punchline p {
	font-weight: 500;
	font-size: 20px;
	padding: 40px 15px;
	text-align: center;
	color: white;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	#punchline p {
		font-size: 24px;
		padding: 50px 15px;
	}
}
/*SOLUTIONS HOME*/
/*-----------------------------*/
#solHome {
	background-image: url(../img/triangle-grad.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
section#solHome h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}
#solHome .card {
	background: #0A3874;
	position: relative;
}
#solHome .card:after {
    content: '';
    background: #f00f60;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 5px;
    transform: translateX(-50%);
}
#solHome .card:hover:after {
    width: 100%;
    transition-duration:0.6s;
	transition-timing-function:ease;
}
#solHome .card:hover svg path {
	fill: #f00f60;
	transition-property: fill;
	transition-duration:0.6s;
	transition-timing-function:ease;
}
#solHome .card:hover h4 {
	color: #f00f60;
	transition-property: color;
	transition-duration:0.6s;
}
#solHome .imgSol {
	background: white;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	padding: 20px;
	margin-top: 20px;
}
#solHome article {
	margin-bottom: 30px;
}
#solHome article h4 {
	color: white;
	font-size: 24px;
	margin: 20px 0;
}
#solHome article p {
	color: white;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	#solHome {
		margin-bottom: 70px;
	}
}
/*nous choisir*/
/*-----------------------------*/
#nousChoisir {
	padding: 30px 0;
	color: white;
	text-align: center;
	background: linear-gradient(
79deg
, rgba(240, 15, 96, 0.8) 0%, rgba(191, 0, 94, 0.8) 100%), url(../img/comptaccess-pourquoi-nous-choisir.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
#nousChoisir h2 {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 20px;
}
.number {
	font-weight: bold;
	font-size: 40px;
	margin-bottom:0;
}
hr.lineNumber {
	margin-top: 0;
	margin-bottom: 5px;
	width: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.infoNumber {
	font-size: 22px;
}

.customer-logos {
	padding: 40px 0;
}

/*FAQ*/
/*-----------------------------*/
#FAQ {
	margin-top: 70px;
	margin-bottom: 70px;
}
#FAQ .shadow {
    box-shadow: 0 3px 6px rgba(0,0,0,.2)!important;
}
#FAQ .card, #accordionFAQ .card-header {
	border: none;
}
#FAQ .card {
	margin-bottom: 20px;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
}
#FAQ .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #F8F8FB;
}
#FAQ .btn.collapsed {
	background: #0A3874;
	color: #fff;
}
#FAQ .btn {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    white-space: unset;
    text-decoration: none;
    padding: 15px 60px 15px 30px;
    color: #2a3659;
    position: relative;
}
#FAQ .btn:focus {
	box-shadow: none;
}
#FAQ .btn:before,
#FAQ .btn:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #ccc;
}
#FAQ .btn:before {
    width: 2px;
    height: 12px;
    right: 30px;
}
#FAQ .btn:after {
    width: 12px;
    height: 2px;
    right: 25px;
}
#FAQ .btn.collapsed:before,
#FAQ .btn.collapsed:after {
    background: white;
    transform: translateY(-50%) rotate(0deg);
}
#FAQ .btn.collapsed {
    color: #fff;
}
/*prendre contact*/
/*-----------------------------*/
#demande {
	position: relative;
	padding: 40px 0;
	color: white;
	text-align: center;
	background: linear-gradient(
79deg
, rgba(19, 28, 51, 0.8) 0%, rgba(19, 28, 51, 0.8) 100%), url(../img/bg-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
#demande h2 {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#demande a, #demande a:hover {
	color: white;
}
/*to top*/
/*-----------------------------*/
.back-to-top {
    position: absolute;
    top: -39px;
    right: 25px;
    background: #f00f60;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px 5px 20px;
}
/*FOOTER*/
/*-----------------------------*/
footer h5 {
	font-weight: 600;
	font-size: 16px; 
}
footer p, footer ul li a {
	font-size: 14px;
	color: #A5A6A7;
}
footer ul {
	padding-left: 0;
}
footer ul li {
	list-style-type: none;
}
footer .ml {
	padding-top: 10px;
	border-top: 1px solid #E9E9E9;
	font-size: 12px;
}
footer .ml a {
	color: #A5A6A7;
}
footer .ml p {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	footer hr {
		display: none;
	}
}


/*PAGES CONTENT*/
/*-----------------------------*/
/*banner*/
/*-----------------------------*/
.genericBanner {
	padding: 40px 0;
	margin-top: 70px;
	background: #f00f60;
	color: white;
}
.genericBanner h1 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px
}
.genericBanner p {
	font-size: 20px;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.genericBanner {
		padding: 100px 0;
	}
	.genericBanner h1 {
		font-size: 40px;
	}
	.genericBanner p {
		font-size: 24px;
	}
}
/*solutions*/
/*-----------------------------*/
#explainSol {
	margin: 30px 0;
}
#explainSol article {
	margin-bottom: 40px;
}
#explainSol h2 {
	margin-top: 10px;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
}
#explainSol p {
	font-size: 18px;
}
@media (min-width: 992px) {
	#explainSol {
		margin: 80px 0;
	}
	#explainSol article {
		margin-bottom: 60px;
	}
	#explainSol h2 {
		font-size: 36px;
	}
}
/*contact form*/
/*-----------------------------*/
.form-group .form-control {
    border-color: #0A3874 !important;
    font-size: 16px;
}
.form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 20px;
    margin-bottom: 1.5em;
}
#contact a {
	color: #0A3874
}
.blue {
	color: #0A3874
}
.infoContact {
	border-right: 2px dotted #f00f60
}

/*team*/
/*-----------------------------*/
#team {
	padding: 40px 15px;
}
.txt-team {
	padding-left: 30px;
	margin-top: 5px;
}
.mission {
	border-left: 7px solid #f00f60;
}
article .card.imgTeam {
	border:none;
	text-align: center;
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
	background: white;
	margin-bottom: 15px;
}

article .card.imgTeam img {
	border-bottom: 1px solid #f00f60;
	border-width: 90%;
	padding-left: 10px;
}
.postTeam {
	font-size: 14px;
}
/*reveal*/
/*-----------------------------*/
.reveal-loaded .reveal [class*="reveal-"] {
	opacity: 0 !important;
	transform: translateY(30px) !important;
	transition: 0s !important;
}
.reveal-loaded [class*="reveal-"] {
	transition: 1s cubic-bezier(.5, 0, 0, 1);
}
.reveal-loaded .reveal-2 {
	transition-delay: .1s;
}
.reveal-loaded .reveal-3 {
	transition-delay: .2s;
}
.reveal-loaded .reveal-4 {
	transition-delay: .3s;
}
.reveal-loaded .reveal-5 {
	transition-delay: .4s;
}
.reveal-loaded .reveal-6 {
	transition-delay: .5s;
}
.reveal-loaded .reveal-7 {
	transition-delay: .6s;
}
.reveal-loaded .reveal-8 {
	transition-delay: .7s;
}
.reveal-loaded .reveal-9 {
	transition-delay: .8s;
}
/*ACTUALITES*/
/*-----------------------------*/
h2.titleActu {
	font-size: 30px;
}
.blocActu {
	border-left: 2px dotted #0a3874;
}
.blocActu hr {
	max-width: 70px;
	margin-left: 0;
	height: 4px;
	border-top: 4px solid #F00F60

}

.feedEkList {
	list-style-type: none;
	padding-left: 0;
}
.feedEkList li p a {
	color: #0A3874;
	font-weight: 600;
}
.rssDate, .rssCategories {
	font-size: small;
}
.rssCategories {
	color: #f00f60;
}
li.rssRow.odd {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    padding-top: 20px;
}
li.rssRow.odd:last-child {
    border-bottom: none;
}

@media (min-width: 992px) {
	h2.titleActu {
		font-size: 36px;
	}
}