.profilimg {
	border-radius: 50%;
    border: 2px solid #3ed4d0;
    width: 200px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

ul.contact {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

li.contact:before {
    content: "►";
    display: block;
    float: left;
    width: 1.2em;
    color: #0000ff;
}

li.contact {
	font-size: 25px;
}

.socialmedia-lkdin{
	width: 25px;
	margin-top: 10px;
}

.parallax {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background1{
	background-image: url('../../img/background.jpg');
}

.background2{
	background-image: url('../../img/background2.jpg');
}

.info{
	margin-top: auto;
	margin-bottom: auto;
}

.font-21{
	font-size: 21px;
}

/* Compétences */

#comps {
 padding: 10px 0;
}

#exp {
 padding: 10px 0;
}



 .list-group {
    margin-left: auto;
    margin-right: auto;
}

.aplogo{
	width: 50px;
	margin-right: 10px;
}

i {
	margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    section.margin-low {
		text-align: center;
    }

    .col-md-4.info {
        margin-top: 1rem;
    }
		
}

@media only screen and (max-width: 575px) {
    section.margin-low {
		margin-left: 10px;
		margin-right: 10px;
    }
		
}

.exp-box{
	min-height: 250px;
}

.list-group-item:active, .list-group-item:focus, .list-group-item:hover{
	background-color: white!important;
	
}

.card-img-right{
	height: 250px;
}

.white-link{
    text-decoration: none;
    color: rgba(255,255,255,.5);
    margin-bottom: 0;
}

.white-link:hover{
    text-decoration: none;
    color: rgba(255,255,255,.75);
    cursor: pointer;
}

/* MENTIONS LEGALES */
.hidden-legal{
    display: none;
}

.copyright-text, .white-link{
    display: inline-block;
}

.footer-container{
    text-align: center;
}

#close-legal{
    position: absolute;
    right: 50px;
    top: 14px;
    color: darkred;
}

@media only screen and (max-width: 480px) {
    #close-legal{
        right: 20px;
    }

}

@media only screen and (max-width: 425px) {
    #close-legal{
        right: 10px;
    }

}

@media only screen and (max-width: 375px) {
    #close-legal{
        right: -10px;
    }

}

@media only screen and (max-width: 330px) {
    #close-legal{
        right: -20px;
    }

}

#close-legal:hover{
    color: rgba(255,0,0,.75);
    cursor: pointer;
}

.section-title{
    position: relative;
}

.about-me > p {
    margin-bottom: 0;
};

div.about-me {
    margin-bottom: 1rem;
};

