/*GENERAL*/


.sophro .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
}
.carousel-item {
    margin-left: auto;
    height: 400px;
    border-radius: 3px;

}

.row {
    display: -ms-flexbox;
    margin-top: 40px;
    margin-bottom: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
    border-radius: 3px;
}
.carousel-inner {
    border-radius:3px;
}

#footer {
	text-align: center;
	margin-top: 0px;
	width: 100%;
	background-color: #A2AB6F;
	height: 94px;
}
#footer p {
	color: white;
	font-weight: bold;
	position: relative;
	top:10px;
}

.col-lg-12 {
	margin-top: 5px;
}
#imagevero {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin-left: 280px;
	margin-right: 280px;
	}	

html {
  scroll-behavior: smooth;
}

.unique:hover {
	border: none;
	text-decoration: none;
	border: none;
	background-color:none;
	padding: none;
	opacity: none;
	border-radius: 5px;
	box-shadow: none;
	display: inline-block;
	}


button {
	padding: 20px;
	margin-top:0px;
	border-color: white;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	color: white;
	background-color: #11ffee00; 
}

button:hover {

	background-color:#295652a68cd6;
	padding: 10px;
	opacity: 4;
	box-shadow: 0 9px 9px 0 #57666d, 0 9px 9px 0 #52734d;
	display: inline-block;
}


.fas {
	font-size: 50px;
	color: white;
	cursor: pointer;
 }

 button .fas {
 	color:white;
	transition: 0.2s;
	animation: color 2s infinite linear;
 }

 @keyframes color{
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}



p.h2 {
    font: 10px sans-serif;
    display: block;
    font-size: 1.8em;
    color: white;
    margin-block-start: 1.70em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;    
}

.text-typing {
  padding:20px 30px;
  font-size:20px;
  font-family:monospace;
  border-radius:50px;
  margin-top: 100px;

}
.text-typing p {
  margin:0px;
  white-space:nowrap;
  overflow:hidden;
  animation:typing 4s steps(22,end) forwards,
            blink 0.5s infinite normal;
}
@keyframes typing {
  0% { width:0% }
  100% { width:100% }
}
@keyframes blink {
  0%,100% {
    border-size:1.8em;
    border-right:2px solid transparent;
  }
  50% {
    border-size:1.8em;
    border-right:2px solid white;
  }
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
section.card1 {
	position: relative;
	padding:20px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 250px;
	margin-right: 250px;
    border-radius: 5px;
	align-items: start;
	background-color: white;
	
}
section.card2 {
	position: relative;
	padding-top: 10px;
	padding:20px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 250px;
	margin-right: 250px;
    border-radius: 5px;
	align-items: start;
	background-color: white;
	box-shadow: 0 6px 6px 0 #d6d5d0, 0 2px 2px 0 #d6d5d0;
}
section .card2 a:hover{
	display: inline-block;
}


h2{

    font: 35px sans-serif;
    display: block;
    font-size: 2.5em;
    margin-block-start: 1.70em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    
}
.image{
    width: 1200px;
    height:1600px;
}

/**********************Animation*********************/



h3 {
    
    color: rgb(85, 85, 85);
    font: 25px sans-serif;
    margin-left: 250px;
    margin-bottom: 0px;
    margin-top: 10px;

}


ul{
	list-style: none;
}

a{
	text-decoration: none;
	color:white;
	cursor: pointer;
	opacity: 0.9;
	
}

header nav li a:hover {
    border: 1px solid grey;
    background-color: #295652a68cd6;

    padding: 10px;

    border-radius: 5px;
    box-shadow: 0 6px 6px 0 #57666d, 0 2px 2px 0 #52734d;
    display: inline-block;
    text-decoration: none;
    color: white;
}


section{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 125px 100px;

}

@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}

}


p{
	text-align: center;
	margin-top: 30px;
	color: rgb(85, 85, 85);
    font: 15px sans-serif;
    
}
.prev {
	display:inline-flex;
	max-width: 800px;
	text-align: center;
	margin-bottom: -300px;
	color: rgb(85, 85, 85);
    font: 15px sans-serif;
    align-items: flex-end;
    margin-top: 50px; 
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*-------------
 	Header
-------------*/

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: right;
    color: white;
    padding: 35px 100px 0;

}

header nav{
	display: flex;
}

header nav li{
	display: inline-block;
	font-size: 15px;
	list-style-type: none;
	margin-left: 50px;
	margin-right: 25px;
	padding: 0px;
	line-height: 1.6;
	position: relative;
	margin-bottom: 0px;
	font: normal 15px sans-serif;
}

@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}

@media (max-width: 700px){
	header{
		flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}

/*Image d'acceuil*/
.sophro{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: white;
	text-align: center;
}

.sophro .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1
}

.sophro h1 {
	font: bold 60px 'Open Sans', sans-serif;
	margin-top:-180px;
	font-size: 80px;
	position: absolute;
}

@media (max-width: 800px) {
    .sophro {
        min-height: 600px;
    }

        .sophro h1 {
            font-size: 48px
        }
}

/* barre de navigation*********************/
