body#cjweb-body{
	font-family:"Source Serif Pro";
	font-weight:300;
	color : var(--black);
	font-size : 18px;
	line-height : 25px;
}


.home h1{
	font-size : 68px !important;
	font-weight : 900;
}

h1{
	font-size : 55px !important;
	font-weight : 900;
}

h2{
	font-weight : 300;
	font-size : 40px;
	line-height : 55px;
	display:inline-block;
}

#module_presentation h2{
	font-weight : normal;
	font-size : 45px;
	line-height : 1em;
	display:inline-block;
}


.et_pb_section:not(#module_presentation) h2:after{

	content:" ";
	left:0px;
  	display:block;
  	position:relative;
  	width:100%;
  	max-width:230px;
  	height : 10px;
	background-color : var(--contrast);
	border-radius : 25px;
}



h3{
	
	font-size : 35px;
	line-height : 48px;
	font-weight : 900;
}


.bold{
	font-weight : bold;
}



#main-content .et_pb_section{
	padding-bottom : 0px !important;
}

#main-content .et_pb_section:last-of-type{
	padding-bottom : 73px !important;
}


/******** boutons ************/

.et_pb_button{
	
	background-color : var(--black)!important;
	border : 0px;	
	color : var(--white)!important;
}

.btnlight{
	background-color : var(--white)!important;
	border : 0px;
	color : var(--black)!important;
}

.btnlight.et_pb_button:hover {
	background-color : var(--white)!important;
	border : 0px;
	color : var(--black)!important;
}

.et_pb_button.btndark{
	
	background-color : var(--black)!important;
	border : 0px;	
	color : var(--white)!important;
}

.et_pb_button.btndark:hover{
	background-color : var(--black) !important;
	
}



/*  réglage de l'image en haut des pages si nécessaire   */
#cjweb-hero.overlay, .overlay{
	background-color : rgba(63,63,63,0.75) !important;
	background-blend-mode: multiply !important;
}

#cjweb-hero.overlay *, .overlay *{
	color : var(--white);
}


/******** modtif du thème : ligne de soulignement ********/

.afterwithline:after{
	content:" ";
	display: inline-block;
	width : 400px;
	height : 10px;
	margin-top : 40px;
	margin-bottom : 40px;
	background-color : var(--contrast);
	border-radius : 25px;
}


/****** divers *****/



.bkglight{
	background-color: var(--greylight);
}

.bkglighter{
	background-color: var(--greylighter);
}

.nopadding{
	padding : 0;
}





/******* HEADER *******/


#cjweb-headernav, #cjweb-headerbar, #cjweb-headernav *, #cjweb-headerbar *{

	padding: 0;
}

#cjweb-headerbar-content .et_pb_code_inner{
	display : flex;
	align-items : flex-start;
	flex-wrap : wrap;
}


#cjweb-headerbar-content .et_pb_code_inner > div{
	flex-shrink : 0;
}
	
#cjweb-headerbar-content span{
	
	padding-right : 40px;

}

#cjweb-headerbar-content *{
	font-size : 14px;
}

#cjweb-headerbar-content span.cjweb-icon{
	padding-right : 8px;
}

#cjweb-headernav{
	background-color :  var(--black) ;
}


#cjweb-headernav .et_pb_row{
	display : flex;
	padding : 25px 0;
	align-items : center;
	
}


/********* MENU *************/



.et_pb_menu .et_pb_menu__wrap{
	justify-content: flex-start;
}

#cjweb-headernav .et_pb_menu{
	background-color : rgba(0,0,0,0);
}

#cjweb-headernav .et-menu a{
	color : var(--white);
	font-size : 20px;
	
}

#cjweb-headernav .et_pb_menu .et-menu > li{
	padding :  15px 70px 15px 11px;
	margin-top: 0px;
}

#cjweb-headernav a{
	padding-bottom : 0px;
}

#cjweb-headernav .nav-jepaieparcarte{
	border : 1px solid var(--white);
	border-radius: 5px;
	
}

#cjweb-headernav .et_pb_menu .et-menu > li.nav-jepaieparcarte {
	padding :  15px 30px;
	
	text-align : center;
}

.et-menu-nav .current_page_item a{
	font-weight : bold;
}


/***** page d'accueil ******/

.home{
background-color: var(--greylighter);
}

.homesections{
	background-color: var(--greylighter);
	padding-top : 0 !important;
	transform: translate(0, -90px);
	
}

/**** HERO ****/


#cjweb-hero *{
	text-align : center;
	
	
}


#main-content #cjweb-hero{
	padding-top : 140px; 
	padding-bottom : 240px !important; /*54+160*/

}

#cjweb-hero .et_pb_row{
	padding : 0px;
}


#cjweb-hero .et_pb_module{
	margin-bottom : 0px !important;
}

#cjweb-hero .subtitle {
	padding-bottom: 0px !important;
	font-size : 35px;
	line-height : 42px;
	color : var(--white);
	font-weight:300;
	
}



#cjweb-hero .et_pb_button{
	margin-top : 20px;
}



/****** page d'accueil présentation de l'étude ******/

#main-content #module_presentation{
	padding : 0 0 50px 0 !important;
	
}

#module_presentation h2{
	padding-bottom : 40px;
	
}

#module_presentation .et_pb_row{
	
	transform: translate(0, -140px);
	padding : 0;
	/*margin-bottom:-120px;*/
}


#module_presentation .et_pb_row .et_pb_text_inner{
	
 	padding : 60px 60px 120px 60px;
 	font-size : 25px;
	line-height : 35px;
	font-weight : normal;
	box-shadow: 4px 4px 9px var(--boxshadow);
	border-radius : 60px;
	background-color : var(--white);

	
}



#module_presentation .et_pb_column{
	z-index:1;
  	position:relative;
}






/**********page MISSIONS et tarifs **********/

.cjweb-missionbox{
	padding : 50px 50px;
	min-height : 100%;
	border-radius: 30px 30px 0px 30px;
	background-color : rgba(255,255,255,0.3);
	box-shadow: 0px 3px 6px var(--boxshadow);
	
}

.cjweb-missionbox:hover{
	background-color : var(--white);
}


/********* TARIFS ********/



#tarifs #cjweb-tarifscontent{
	padding : 120px 70px;
	font-size : 25px;
	line-height : 35px;
	border-radius: 30px;
}



/*** ZONE D'intervention ****/


.zone-cour-appel > div {
  display: flex;
}



/********* CONTACT ********/

.cjweb-contactinfo .cjweb-icon{
	padding : 10px;
}
.cjweb-contactinfo .et_pb_code_inner{
	display : flex;
	align-items : center;
	
}

.cjweb-contactinfo{
	width : 75%;
	padding : 0 0px 10px 50px;
	margin-bottom : 0px !important;
	
	
}

#cjweb-openstreetmap{
	padding : 50px 0 0 55px;
	margin-bottom : 0;
	
}

#cjweb-openstreetmap img{
	border-radius: 30px;
}


#openstreetmapcopyright{
	font-size : 15px;
	line-height : 15px;
	padding : 7px 0 0 55px;
}

#openstreetmapcopyright a{
	font-weight : bold;
	color : var(--black);
}



/*FORMULAIRE*/


#cjweb-contactform{
	padding : 0 20px 0 50px;
}

#cjweb-contactform p{
	padding-bottom : 0px;
}

.entete-formulaire{
	/*font-size : 18px;
	line-height : 22px;*/
	padding-bottom : 10px;
}

.entree-formulaire{
	padding-bottom:30px;
}



input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
  width : 100%;
  border: 0px;
  padding: 20px;
  color: var(--black);
  line-height : 22px;
  font-size : 18px;
  border-radius: 15px;
}



.wpcf7-captchac{
	padding : 20px 0;
	
}


.wpcf7-acceptance .wpcf7-list-item{
	margin : 20px 0 10px 0;
}


.wpcf7-acceptance label{
	display : flex;
	/*font-size: 18px;
	line-height: 22px;*/
	align-items : center;
}

.wpcf7-acceptance input{
	margin : 0px;
}

.wpcf7-acceptance .wpcf7-list-item-label{
	padding-left : 10px;
	font-weight : bold;
}

.adc_mentions, .indicates-required{
	font-size : 12px;
	line-height : 15px
}

.wpcf7-submit{
	margin-top : 35px;
	font-size : 1em;
	padding : 10px 0;
	/*font-size : 18px;
	line-height : 22px*/
}

#cjweb-contactform .et_pb_button{
	width : 100%;
}

#cjweb-contactform a{
	color:var(--black);
	font-weight : bold;
}



/******* PAGE TYPE *****/

#titre-page h1{
	font-size : 60px;
	line-height : 65px;
	font-weight: bold;
}



/*******FOOTER**********/

#cjweb-footer{
	background-color : var(--black);
	color : var(--white);
}

.cjweb-footertitle{
	font-size : 40px;
	line-height : 70px;
	font-weight : normal;
}

.cjweb-footerinfo {
	margin-bottom : 20px !important;
	font-size : 20px;
	line-height : 24px;
}

.cjweb-footerinfo .et_pb_code_inner{
	
	display : flex;
	align-items : center;
	
}

.cjweb-footerinfo .icon{
	padding-right : 8px;
}


/* menu du footer  */


#cjweb-footer .et-menu{
	margin-left: 0px;
   	margin-right: 0px;
}

#cjweb-footer .et-menu a{
	color : var(--white);
	font-size : 20px;
	line-height : 28px;
}

#cjweb-footer .et-menu li{
	border-bottom: 1px solid var(--white);
	padding-left: 0px;
   	padding-right: 0px;
}


#cjweb-footer .et_pb_menu .et_pb_menu__menu > nav > ul{
	display:inline-block;
	
}

#cjweb-footer .nav-jepaieparcarte a{
	font-weight : 300 !important;
}

/*  barre copyright */

#cjweb-footerbar{
	padding : 0px !important;
}

#cjweb-footerbar .et_pb_row{
	padding : 10px 0;
}

#cjweb-footerbar *{
	color : var(--black);
	font-size : 14px;
	line-height : 17px;
}




#nav-arrow{
	position : fixed;
	bottom : 50px;
	right : 50px;
	background-color : transparent;
	z-index : 5;
	
	
}

#nav-arrow .icon-up{
	font-size : 15px;
	line-height : 42px;
	display : inline-block;
	border-radius : 50%;
	background-color : var(--contrast);
	width : 42px;
	height : 42px;
	box-shadow: 0px 3px 6px var(--boxshadow);
	text-align : center;
	vertical-align: middle;
	color : var(--black) !important;
}