/* BLOC */
p {
    font-size: 20px;
}

*{
    scroll-behavior: smooth;
}

/* Couleur pour mes liens */
a:link{
    color:black;
}

a:visited{
    color:black;
}

a:hover{
    color:rgb(255, 255, 255) !important;
}


/* .CLASSE */
.row{
    margin-right: 0px !important;
}

.raleway-font {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.href {
    text-decoration: none;
}

.navbar{
    background-color: rgb(102,105,86);
}

.footer{
    background-color: rgb(102,105,86);
}

.contentCenter{
    align-content: center;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.logo{
    height: 100px;
    transition: all 0.3s;
}

.logo:hover{
    scale: 1.2;
}

.justify-left{
    text-align: justify;
}

.img90{
    width:90%;
    height:90%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    opacity: 50%;
    transition: all 0.5s;
}

.img90:hover{
    opacity: 100%;
}

.logoP{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    transition: all 0.3s;
}

.logoP:hover{
    animation: shake 0.4s;
    }

@keyframes shake{
    0%{
        transform: rotate(0deg) translateX(0px);
    }
    25%{
        transform: rotate(-10deg) translateX(-10px);
    }
    50%{
        transform: rotate(0deg) translateX(0px);
    }
    75%{
        transform: rotate(10deg) translateX(10px);
    }
    100%{
        transform: rotate(10deg) translateX(0px);
    }
}

.testBorder{
    margin-top: auto;
    border-top: 2px solid red;
}


/* #ID */

#background{
    height: auto;
    width: auto;
    text-align: center;
    background-image: url(/img/whiteBackground.jpg);
    background-repeat: repeat;
    background-size:contain;
    background-position: center;
}

#smallSize{
    font-size: x-small;
}

#line{
    width: 700px;
    height: 1px;
    border: black 2px solid;
}

#profile{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: black solid;
}

#fleche{
    width: 80%;
    height: 70%;
}

#numerique{
    width : 450px;
    height: 250px;
    border: black solid 3px;
}

#descrSLAM{
    width: 120%;
    height: 95%;
    padding-left: 25px;
}

#descrSISR{
    width: 125%;
    height: 95%;
    padding-right: 18px;
}


#veille{
    width: 30vw;
    height: 15vw;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: all 0.3s;
}

#veille:hover{
    scale:1.05;
}



/* Ma timeline pour mon parcours */
.hori-timeline .events {
    border-top: 6px solid rgb(0, 0, 0);
}

.hori-timeline .events 
.event-list {
    display: block;
    position: relative;
    text-align: center;
    margin-right: 0;
}

.hori-timeline .events 
.event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 4px dashed #000203;
    top: 0;
}

.hori-timeline .events .event-list 
.event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}


@media (min-width: 1140px) {
    .hori-timeline .events 
    .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }

    .hori-timeline .events 
    .event-list .event-date {
        top: -12px;
    }
}

.cardMine {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin-bottom: 24px;
}

.colorDateBefore{
    color:rgb(0, 0, 0);
    font-size: x-large;
}

.colorDateNow{
    color: rgb(10, 156, 5);
    font-weight: bolder;
    font-size: x-large;
}