.accueil-bottom:focus,.accueil-bottom-arrow:focus{
	outline:0;
	  box-shadow: none!important;
}
li{
	list-style: circle !important;
}
.texture-bg{
	background-image:none !important;
	color:black !important;
	background-color: white !important;
}
.texture-bg a{
	color:black !important;
}
h2:focus:focus-visible:focus-within,#section {
    outline: 0;
}
.required-input{
 background:none !important;
}
canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
	margin-bottom: 50px;
	max-width: 100%;
}
*{
    margin: 0;
    padding: 0;
}

html{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

body{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

h1, h2, h3 {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    margin: inherit;
    padding: inherit;
    line-height: inherit;
}

.margin-auto{
	margin:auto;
}

.center{
	text-align:center;
}


.logo-img{
    height: 85%;
    width: auto;
}

.logo{
    background-color: rgb(39, 49, 77);

    display: inline-block;

    width: 30%;
    height: 70%;

    /*
    <div class="logo"></div>
    */
}

/* UNUSED !!! */
.site-nom-devise{

    font-size: 1.0vmax;

    display: flex;
    align-items: center;
    white-space: pre;
    /* *** old html ***
    <div class="site-nom-space">
    <span class="site-nom-titre">Fidu-K Conseils</span>
    <br>
    <span class="site-nom-devise"> Fiduciaire<span class="small-circle">  ●  </span>Immobilier<span class="small-circle">  ●  </span>Assurance </span>
    </div>
    */
}

/* UNUSED !!! */
.small-circle{
    font-size: 1.2vmin;
}

/* UNUSED !!! */
.site-nom-titre{

    font-size: 2.0vmax;

}
.site-nom-space{

    display: inline-block;
    text-align: center;
}

.banniere{
    margin-left: 40px;

    height:90%;

    display: flex;
    justify-content: center;
    align-items: center;
}




.menu-links{
    /* margin: 0px 20px; */
    //margin-left: 20px;
	color:black;
    text-decoration: none;
    transition: 0.4s;

    font-size: 16px;
}
.menu-links, .menu-links:link, .menu-links:visited{
    color: midnightblue;
}
.menu-links:hover{
    text-decoration: none !important;   
   color: black;
}
/* .menu{ */
    /* margin-right: 40px; */

    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* flex-wrap: wrap; */

    /* width: fit-content(); */
/* } */



/* .dashboard{ */
    /* background-color:white; */
    
    /* position: fixed; */

    /* justify-content: space-between; */
    /* align-items: center; */
    /* width: 100%; */
    /* height: 13%; */
/* } */







.accueil-bottom{
    height: 13%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.accueil-bottom-arrow, .accueil-bottom-arrow:link, .accueil-bottom-arrow:visited{
    font-size: 5.5vmin;
    text-decoration: none;
    color: black;
    transition: 0.4s;
}
.accueil-bottom-arrow:hover{
    color: darkorange;
}


.accueil{
    height: 74%;
    background-image: url("img/img-accueil.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    color: white;
    white-space:nowrap;
}
.accueil.assu{
	    background-image: url("img/img-assu.jpg");

}
.accueil.compta{
	    background-image: url("img/img-compta.jpg");
}
.accueil.contact{
	    background-image: url("img/img-contac.jpg");		
}
.accueil.conseils{
	    background-image: url("img/img-conseils.jpg");
}
.accueil.fisca{
	    background-image: url("img/img-fiscal.jpg");
}
.accueil.immo{
	    background-image: url("img/img-immo.jpg");
}
.accueil.rh{
	    background-image: url("img/img-rh.jpg");
}
.devise{
    font-size: 15px;
}
.welcome-to{
    font-size: 15px;
}
.titre{
    margin-top: 9px; 
    font-size: 30px;
}






.blackOnWhite{
    background-color: white;
    color: black;
}
.whiteOnBlack{
    background-color: black;
    color: white;
}

.section-titre{

    font-size: 35px;
    text-align: center;
}








.services{
    /* height: 400px; */

    padding: 10px 0px;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.services-item{
	padding-left: 10px;
    margin: 10px 0px;
    background-color: white;
    width: 40%;
    min-height: 40%;

    align-self: flex-start;
}
.services-item-head{
    display: flex;
    align-items: center;
}

.services-item-image{
    width:auto;
    height:40px;
    margin: 10px 10px 10px 0px;
}
.services-item-titre{
    font-size: 18px;
}
.services-item-titre h3{
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    margin: inherit;
    padding: inherit;
    line-height: inherit;
}


.padding-10{
	margin-left:10px;
	padding-left:10px;
}

   
.portrait-fk{
	width: 50%;
	margin:auto !important;


}

.portrait-item{

    width: 40%;
    min-height: 40%;


}

.portrait-texte{
    margin-top: 10px;
	margin-left: 10px;
    width: 90%;
}


.forfaits{
	width:90%;
	margin:auto;
	padding-bottom:30px;
}

.contact-section{
	margin-top: 50px;
}

.contact{
    padding: 10px 0px;

    display: flex;
    justify-content: space-evenly;
    align-items: stretch;

    flex-direction: row;
    flex-wrap: wrap;


}

.contact-item{
    margin: 10px 0px;

    min-height: 40%;
    
    align-self: flex-start;
}
.contact-item-form{
    width: 40%;
}
.contact-item-map{
    width: 40%;
    /* height: available; */
    align-self: auto;

}


.required-input{
    background: url("required-input.png") 95% center;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
}
.required-input:focus:invalid{
    border: 1px solid red;
}
.required-input:focus:valid{
    border: 1px solid limegreen;
    background-image: none;
}
.required-input:valid{
    background-image: none;
}

.message-input{
    resize: vertical;
    min-height: 115px;
}

.message-size-resting{
    text-align: right;
}

.bouton-envoyer{
    background-color: black;
    color: white;
    height: 30px;
    width: 50%;
	float:right;
	position:relative;
    
}

.grecaptcha-badge{
	visibility:hidden;
	display:inline;
	position:absolute;
	bottom:20px;
	box-shadow:none !important;
}
.goog-details{
	font-size:10px;
	color:lightgrey;
	width: 40%;
	display: inline-block;
	position: absolute;
}

#captcha{
    width: auto;
    height: 35px;
}

#regenere-captcha-button{

    width: 35px;
    height: 35px;

    background-image: url('./captcha/img/regenerate.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.captcha-area{

    padding: 10px;

    display: flex;
    justify-content: space-between;
    align-items: right;
    flex-wrap: wrap;
	    float: right;
}
}

.captcha-input{
    width: 150px;
}





.well, .btn-primary{
	background-image:none !important;
	background-color:transparent !important;

}
.btn-primary{
		border: 2px solid white  !important;
}
.well{
		border: none !important;
}
.active{
	color:white !important;
}

.btn{
	font-size:18px !important;
	color:white !important;
}




.form-feedback{
    width: 100%;
    min-height: 50px;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}


.form-feedback-good{
    background-color: palegreen;
    color: darkgreen;
    border: 1px solid seagreen;
}
.form-feedback-bad{

    color: crimson;
    border: 1px solid red;
}

.form-feedback-text{
    margin: 5px 0px;
}





.coords{


    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.coords-item{

}

.coords-item-picto{
    margin: auto;
	text-align:center;

}

.coords-item-text{
    margin: auto;
	text-align: center;
	margin-bottom: 10px;
border-bottom: black;
border-bottom-width:2px;
border-bottom-style: groove;
width: 36%;

}



.links{
    height: 80px;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.link-picto{
    width:30px;
    height:30px;
}



.copyright{
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}



.texture-bg{
	padding-top:50px;
    background-image: url('./img/texture-bg.jpg');
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
}

.villeFili-bg{
    background-image: url('./img/villeFili.png');
    color: black;
    background-size: cover;
    background-repeat: no-repeat;
}

.row {
	margin:0 !important;

}
.col-sm-6,.col-sm-3 {
	padding-left: 30px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-right: 30px !important;
}

.logo-top-div{
	float: left;
	/* background-color:white; */
    margin-left: 24px;
	margin-top:2px;
    height:80px;
	max-height:100px;
}   
.accueil-top{
    height: 90px;
}

 /* Add a black background color to the top navigation */
.topnav {
	z-index:1000;
	width:100%;
	text-align:right;
	position: FIXED;
    overflow: hidden;
    background-color:white;
    /* display: flex; */
	/* justify-content:space-between; */
	/* align-items:center; */
    height: 90px;
    /* min-height: 80px; */
	padding-top:5px;
	border-bottom-style: groove;
}

/* Style the links inside the navigation bar */
.topnav a {
     display:inline;
	

    color: midnightblue;
    text-align: center;
	vertical-align: middle;
	line-height: 70px;
    padding: 10px 20px;
	
    text-decoration: none;


    
}

/* Change the color of links on hover */
.topnav a:hover {
	text-decoration:none !important;
       color: black;
}

/* Add an active class to highlight the current page */
.active {

    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1190px) {
  .topnav {
	height:80px;
  }
  .topnav a:not(:first-child) {
	  display: none;
	  
	  }
  .topnav div {
	  display: none;
	  
	  }	  
  .topnav a.icon {
    right: 0;
    top: 0;
	position:fixed;
    display: block;
		line-height:60px;
  }
  .accueil-top{

    height: 80px;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1190px) {
  .topnav.responsive {position: fixed;
   height:auto !important; 
  background-color:transparent !important;
  }
  .topnav.responsive a.icon {
	position:fixed;
    right: 0;
    top: 0;
	text-align: right;
	background-color:white;
	width: 100%;
	height:80px;
	z-index: -1;

  }
    .topnav.responsive div {
	  display: block;
	  
	  }	 
  .menu-links{
   
    //margin-left: 60%;
  }	
/* .accueil{ */
    /* height: 90%; */
/* }	 */
  .topnav.responsive a {
    float: none;
    display: block;

	line-height: 40px;
	width:content;
	background-color:white;	
  }
  .topnav.responsive img {
    float: none;
    display: block;
    text-align: center;
	height: 50px !important;
	margin: auto;
  }
	.logo-top-div{
		margin-top:10px;
		height:50px;
		
	}  
	/* .links { */
		/* height:60px !important; */
	/* } */
	/* .copyright{ */
		/* height:40px !important; */
	/* } */
	.real{
		margin:auto;
		width:50%;
	}
	.real a{
	 text-align: center;	
	 display:block;
	}	
	.real img{
		height: 20px;
	}
	.portrait-fk{
		width:50%;
	}
} 
@media screen and (max-width: 780px){
		.portrait-fk{
		width:77%;
	}
}
@media screen and (min-width: 1700px) {
	.topnav{
		text-align:left;
	}
	 body{
		 max-width: 1700px;
		 margin: auto !important;
	 }
}