body{
    background-color: #264870;
}

h1{
    color: #fff;
    text-align: center;
    padding-top:20px;
}

.btn{
    width:100%;
    padding:6px 12px;
    height:38px;
    max-height:38px;
}

.btn:hover{
    background-color: #fff;
}

.btn-primary{
    font-size:1.2em;
}

.btn-contact{
    margin: auto;
    background-color: #fff;
    width: 50px;
    height: 50px;
    max-height: revert;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.btn-contact:hover{
		
}

.btn-contact i{
    display: flex;
    margin: auto;
    font-size:1.3em;
}

ul{
    padding: 0;
    list-style-type: none;
}

li{
    margin-top:20px;
    margin-bottom:40px;
    height:38px;
    max-height:38px;
}

.linkedin{
    background-color: #007BB5;
    color: #fff;
}

.linkedin:hover{
    background-color: #00A0DC;
    color: #fff;
}

.instagram{
    background-color: #C32AA3;
    color: #fff;
}

.instagram:hover{
    background-color: #4C5FD7;
    color: #fff;
}

.korcep{
    background-color: #B2DAF2;
}

.korcep:hover{
    background-color: #EA6827;
}

li img{
    height: 25px;
}

.entreprise{
    background-color: rgb(51,110,178);
    color: #fff;
}

.btn-access{
	background-color:rgb(21,115,184);
    color: #fff;
}

.contact{
    background-color: #EA6827;
    color: #fff;
}

.photo{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.photo img{
    width: 200px;
}

.access .photo .bglogo{
	height: 200px;
	width: 200px;
	background: white;
	display: flex;
}

.access .photo img{
	height: 140px;
	margin: auto;
}
