::selection {
    color: white;
    background: #1eb170;
  }

.bg-green {
    background-color: #1a9b62;
}

.bg-dark1 {
    background-color: #343a40!important;
}

.btn-green {
    background-color: #1a9b62;
    color: #fff;
    transition: .2s;
}

.btn-green:hover, .btn-green.active {
    background-color: #1eb170;
    color: #fff;
    transition: .2s;
}

.btn:focus {
    border-color: #1eb170;
    box-shadow: 0px 0px 0.25rem 0px rgba(26, 155, 98, 0.5);
}

.text-green {
    color: #1a9b62;
}

.barre {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
}

.titre {
    font-size: 12vw;
    font-family: 'Source Code Pro', monospace;
    margin-top: 10vw;
    margin-bottom: 10vw;
}

#btnDL, #btnQ2H {
    box-shadow: none;
    transition: .2s;
}

#btnDL:hover, #btnQ2H:hover {
    box-shadow: 0px 0px 50px 0px rgba(26, 155, 98, 0.5);
    transition: .2s;
}

.imgCV {
    height: 15vw;
    width: 15vw;
    vertical-align: middle;
    transition: transform .2s;
    transition: .2s;
}

#photoProfil {
    transition: transform .2s;
    transition: .2s;
}

#photoProfil:hover {
    transform: scale(1.04);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.5);
    transition: .2s;
}

.imgCV:hover {
    transform: scale(1.03) ;
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.5);
    transition: .2s;
}

.jumbotron {
    transition: transform .2s;
}

.jumbotron:hover {
    transform: scale(1.01) ;
}

.progress:hover {
    height: 18px!important;
    transition: .2s;

}

.progress {
    height: 6px!important;
    transition: .2s
}

.touche {
    font-size: 18px;
    font-weight: 900;
    border: 2px solid #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 4px;
}

.form-control:focus {
    border-color: #1eb170;
    box-shadow: 0px 0px 0.25rem 0px rgba(26, 155, 98, 0.5);
}

/* telephone */
.iti__country-list {
    background-color: #343a40!important;

}