* {
    text-align: center;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}

.bg-light {
    background-color: #cccccc !important;
    height: 70px;
}


.boxy {
    width: 100px;
    height: 100px;
    background: transparent;
    margin: 20px auto 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    position: absolute;
    width: 60px;
    margin-bottom: 1200px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #884162;
    box-shadow: 1px 3px 12px 1px rgba(96, 95, 95, 0.27);
    border-radius: 45%;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%;
    font-size: 120%;
}

a::first-letter {
    /* font-weight: bold; */
    color: rgb(89, 88, 88);
}

.hidden {
    animation: disparition 3s;
    animation-fill-mode: forwards;
}

@keyframes disparition {
    100% {
        opacity: 0;
        display: none;
    }
}

.navbar-light .navbar-toggler-icon {
    height: 30px;
    width: 30px;
    background-image: url("../img/menu.png");
    margin-left: -13px;
    margin-top: -6px;
    box-shadow: 2px 3px 2px 1px rgba(87, 84, 76, 0.2);
    border-radius: 10%;
}

.move {
    width: 345px;
    height: 300px;
    background-color: transparent;
    transition-property: transform;
    transition-duration: 3s;
    transition-timing-function: ease;
    /* Transition de type ease */
    margin: 0 auto;
}

.move:hover {
    transform: translateY(-63px);
    border: 1px solid grey;
    transition-duration: 3s;
    /* padding-top: 30px; */
    /* On déplace l'objet */
}

.jumbotron {
    padding: 0.5rem;
    /* transform: skewY(-1.2deg); */
    margin-bottom: 20px;
}

.move2 {
    width: 345px;
    height: 300px;
    background-color: lightgrey;
    transition-property: transform;
    transition-duration: 3s;
    transition-timing-function: ease;
    /* Transition de type ease */
    margin: 0 auto;
}

.move2:hover {
    transform: translateY(-86px);
    border: 1px solid grey;
    background-color: transparent;
    transition-duration: 3s;
    /* padding-top: 30px; */
    /* On déplace l'objet */
}

.move3 {
    width: 345px;
    height: 300px;
    background-color: lightgrey;
    transition-property: transform;
    transition-timing-function: ease;
    /* Transition de type ease */
    margin: 0 auto;
}

.move3:hover {
    background-color: transparent;
    transition-property: background-color;
    transition-duration: 2s;
    border: 1px solid grey;
    background-color: transparent;
}

.nav-link {
    margin-right: 20px;
}

.porfolio {
    margin-right: 50px;
}

#blocklogiciels {
    margin-left: 1px
}

.card-title {
    text-align: center;
}

pre {
    width: 350px;
    margin-left: -50px;
    margin-top: 50px;
}

body {
    margin-top: 40px;
}

strong {
    border: none;
    color: grey;
}

li {
    display: inline;
    list-style: none;
}

h3 {
    color: #4570A4;
    text-align: center;
}

.card-deck {
    background-color: lightgray;
}

p.card-text {
    /*width: 170px;*/
    margin: 0 auto;
}

.card.m-2 {
    margin: 0 auto;
}

h5,
p {
    text-align: center;
}

.container {
    width: 100%;
}

div.container {
    margin-top: 0px;
}

small {
    margin-left: 1px;
}

small.text-muted {
    margin-left: 3px;
}

div.navbar {
    background-color: yellow;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.navbar li {
    display: inline-block;
    font-size: 20px;
    padding-left: 10px;
}

.word span {
    font-size: 19px;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
}

input {
    box-shadow: 4px 6px 2px 1px rgba(107, 103, 93, 0.16);
    background-color: #f5eded;
    border: 1px solid #3e3838;
    margin-top: 25px;
    display: inline-block;
}

.bouton {
    margin-left: 100px;
}

.bouton:hover {
    color: lightgrey;
}

.alert.alert-danger {
    width: 235px;
    color: #fb0808;
    background-color: #d6d8d9;
    border: 1px solid #b09891;
    margin-top: 2px;
    padding-left: 5px;
    box-shadow: 4px 6px 2px 1px rgba(87, 84, 76, 0.2);
    font-size: 1.1rem;
}

.btn.btn-info {
    border: 1px solid #b3b3b3;
    background-color: transparent;
    color: rgb(255, 253, 253);
}

.btn.btn-info:hover {
    background-color: #bcb6b6;
    box-shadow: 8px 8px 12px #00000069;
    color: white;
}

.tout {
    color: rgb(255, 255, 255)
}

.phone {
    margin-left: 20px;
}

.mail {
    margin-left: -60px;
}

.competences {
    margin-top: -20px;
}

.flip-card-container {
    margin-top: 20px;
}

.pt-4,
.py-4 {
    margin-bottom: -450px;
}


/*positionnement dans le footer de la class mail*/

.mail {
    margin-right: -16px;
    margin-bottom: 15px;
}

p.card-text {
    font-family: 'Times New Roman', Times, serif;
    color: #DA9D34
}

.box_1.animated {
    margin-top: -90px;
}

.box_2.animated {
    margin-top: -3px;
}

div.showcase {
    margin-bottom: 50px;
}

span {
    cursor: crosshair;
}


/* téléphones, mobiles ex. : iPhone5  */

@media (max-width: 320px) {
    * {
        font-size: 90%;
    }

    .superhero {
    margin-bottom: 10px;
    margin-top: -30px;
    }
    /*lettre de l'effet js titre*/
    span.letter-1,
    span.letter-2 {
        font-size: 50%;
        margin-top: -10px;
    }
    /*animation avec texte qui descend et monte*/
    .box_1.animated,
    .box_2.animated {
        margin-left: 3px;
    }
    */ .btn.btn-info {
        margin-top: 35px;
    }
    /*carte api leaflet cartographie*/
    .leaflet-container {
        margin-right: 15px;
    }
    .card-img-top {
        margin-left: 5px;
    }
    /*espacement entre les cards*/
    .card-deck .card {
        margin-top: 8px;
    }
    /*espacement card-flip*/
    .flip-card-container {
        margin-top: 3px;
    }
    .scene {
        padding-bottom: -1px;
    }
    /*espacement footer*/
    .pt-4,
    .py-4 {
        margin-bottom: -445px;
    }
    #imagei {
        margin-top: -164px;
    }
    /*positionnement dans le footer de la class mail*/
    .mail {
        margin-right: -18px;
    }
    div#inscription {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    h1#formulaire {
        text-align: center;
    }
    #myVideo {
        border: 1px solid honeydew;
    }
    body {
        background: #fff;
    }
    .container {
        width: 100%;
        background: transparent;
        margin-left: auto;
        margin-bottom: auto;
        border: none;
    }
    h1 {
        font-size: 100%;
        text-align: left;
        padding-left: 5px;
        text-align: center;
    }
    img.card-img-top1 {
        margin-left: 76px;
    }
    img.card-img-top2 {
        margin-left: 86px;
    }
    #formulaire {
        color: rgb(38, 37, 37);
    }
    .icones {
        margin-right: 12px;
    }
    .icon-white {
        margin-right: 10px;
    }
    .text-left {
        text-align: center !important;
    }
    .move2:hover {
        transform: translateY(-50px);
        border: 1px solid grey;
        background-color: transparent;
        transition-duration: 3s;
        /* padding-top: 30px; */
        /* On déplace l'objet */
    }
    a.btn1 {
        margin-left: -10px;
    }
    div.showcase {
        height: 1000px;
        margin-top: 15px;
    }
    .project-name {
        width: 180px;
        text-align: center;
        left: 50%;
        top: 100%;
        font-size: 18px;
        -webkit-transition: .3s;
        transition: .3s;
        font-weight: 500;
        color: #F39801;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateX(-50%) translateY(0) scale(0.8);
        transform: translateX(-50%) translateY(0) scale(0.8);
        z-index: -1;
    }
    label {
        background-color: #672a2a00;
    }
    #formcontact {
        width: 98%;
        background-color: transparent;
    }
    .diapo__image svg {
        display: block;
        margin-top: -98px;
    }
    /*boutons diapos*/
    .diapo__pagination {
        position: absolute;
        bottom: 7vh;
        width: 100%;
        text-align: center;
        margin-bottom: 220px;
    }
    .grid {
        margin-bottom: 45px;
    }
    .button {
        padding: 10px 20px;
    }
    .item {
        margin-right: 10px;
    }
    #blocklogiciels {
        margin-left: 1px;
        width: 100%;
    }
    div.parallax-one {
        margin-top: 420px;
    }
    .fond {
        margin-top: -260px;
    }
    /* positionement pour voir un des côté de la photo*/
    #parallax-world-of-ugg .parallax-two {
        background-position: left;
    }
    #souris {
        margin-bottom: 50px;
        margin-right: -50px;
    }
    img.card-img-top {
        margin-left: 1px;
    }
    div#texte {
        margin-bottom: 120px;
    }
    .input,
    #email,
    #i,
    p {
        font-size: 1rem;
    }
    h3 {
        font-size: 2rem;
    }
    .icon-white.fas.fa-phone-square-alt.fa-2x {
        margin-left: -5px;
    }
    text {
        font-size: 2rem;
        margin-bottom: -30px;
        margin-top: -70px;
    }
    #real {
        margin-top: -70px;
        margin-bottom: -30px;
    }
    .bx_2.animated {
	Display:none;
	}
}


/* petites tablettes */

@media (min-width: 321px) and (max-width: 767px) {
    * {
        font-size: 90%;
    }

    .superhero {
    margin-bottom: 10px;
    margin-top: -30px;
    }
    
    span.letter-1,
    span.letter-2 {
        font-size: 50%;
        width: 20px;
    }
    .box_1.animated,
    .box_2.animated {
        margin-left: 3px;
    }
    #footer.bg-warning.text-light.text-center.py-4 {
        margin-top: 300px;
    }
    .btn.btn-info {
        font-size: 90%;
    }
    .leaflet-container {
        margin-right: 15px;
    }
    #imagei {
        margin-top: -164px;
    }
    div#inscription {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .card-deck .card {
        margin-top: 8px;
    }
    .container {
        width: 100%;
        background: rgb(246, 247, 235);
        margin-left: auto;
        margin-bottom: auto;
        border: none;
    }
    .input {
        width: 80%;
    }
    .music {
        display: none;
    }
    img.card-img-top1 {
        margin-left: 106px;
    }
    img.card-img-top2 {
        /* margin-left: 97px; */
        margin-top: 20px;
    }
    /*espacement card-flip*/
    .flip-card-container {
        margin-top: 5px;
    }
    .mail {
        margin-right: -18px;
    }
    .pt-4,
    .py-4 {
        margin-bottom: -400px;
    }
    .span {
        width: 30%;
    }
    .icones {
        margin-right: -12px;
    }
    .icon-white {
        margin-right: 10px;
    }
    .text-left {
        text-align: center !important;
    }
    .move,
    .move2 {
        width: 384px;
        flex: auto;
        /* Transition de type ease */
    }
    .move2:hover {
        transform: translateY(-50px);
        border: 1px solid grey;
        background-color: transparent;
        transition-duration: 3s;
        /* padding-top: 30px; */
        /* On déplace l'objet */
    }
    a.btn1 {
        margin-left: -10px;
    }
    div.showcase {
        height: 1000px;
        margin-top: 15px;
    }
    label {
        background-color: #672a2a00;
    }
    #formcontact {
        width: 98%;
        background-color: transparent;
    }
    .diapo__image svg {
        display: block;
        margin-top: -158px;
    }
    .diapo__pagination {
        position: absolute;
        bottom: 7vh;
        width: 100%;
        text-align: center;
        margin-bottom: 285px;
    }
    .grid {
        margin-bottom: 45px;
    }
    .button {
        padding: 10px 20px;
    }
    #cartographie {
        margin-bottom: none;
    }
    .bg-secondary {
        margin-top: 350px;
    }
    footer {
        position: none;
        width: 100%;
        min-height: 30vh;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #blocklogiciels {
        margin-left: 1px;
        width: 100%;
    }
    div.parallax-one {
        margin-top: 420px;
    }
    .fond {
        margin-top: -370px;
    }
    #parallax-world-of-ugg .parallax-two {
        background-position: left;
    }
    #souris {
        margin-bottom: 50px;
        margin-right: -50px;
    }
    span.letter-1,
    span.letter-2 {
        font-size: 50%;
        margin-top: -10px;
    }
    #texte {
        margin-bottom: 120px;
    }
    .input,
    #email,
    #i,
    .btn.btn-info,
    p {
        font-size: 1rem;
    }
    h3 {
        font-size: 2rem;
    }
    .icon-white.fas.fa-phone-square-alt.fa-2x {
        margin-left: -5px;
    }
    text {
        font-size: 2rem;
        margin-bottom: -30px;
        margin-top: -70px;
    }
    #real {
        background-color: transparent;
        margin-top: -70px;
        margin-bottom: -30px;
    }
}

/* tablettes et ordinateurs portables, desktop */

@media (min-width: 768px) and (max-width: 1096px) {
    body {
        font-size: 90%;
        background: #72b1ed;
    }
      .navbar li {
     font-size: 8px;
    }
    .container {
        width: 100%;
        background: rgb(246, 247, 235);
        margin-left: auto;
        margin-bottom: auto;
        border: none;
    }
    span.letter-1,
    span.letter-2 {
        font-size: 55%;
    }
    .box_1.animated,
    .box_2.animated {
        margin-left: -3px;
    }
    img.card-img-top1 {
        margin-left: 70px;
    }
    img.card-img-top2 {
        margin-left: 75px;
        margin-top: 15px;
    }
    .flip-card-container {
        margin-top: 10px;
        margin-bottom: -1px;
        margin-bottom: 309px;
    }
    .pt-4,
    .py-4 {
        margin-bottom: 0px;
    }
    .text-left {
        text-align: center !important;
    }
    .mail {
        margin-right: -10px;
    }
    .move2:hover {
        transform: translateY(-55px);
        border: 1px solid grey;
        background-color: transparent;
        transition-duration: 3s;
        /* padding-top: 30px; */
        /* On déplace l'objet */
    }
    div.showcase {
        height: 650px;
    }
    label {
        background-color: #672a2a00;
    }
    #formcontact {
        width: 98%;
        background-color: transparent;
    }
    .diapo__image svg {
        display: block;
        margin-top: -300px;
    }
    .diapo__pagination {
        position: absolute;
        bottom: 7vh;
        width: 100%;
        text-align: center;
        margin-bottom: 455px;
    }
    .button {
        padding: 10px 20px;
    }
    .navbar-link {
        font-size: 80%;
    }
    #blocklogiciels {
        width: 100%;
        margin-right: 10px
    }
    div.parallax-one {
        margin-top: 430px;
    }
    .fond {
        margin-top: -590px;
    }
    #parallax-world-of-ugg .parallax-two {
        background-position: left;
    }
    /*.diapo__image svg {
/* margin-top: -258px; 
}*/
    .fond {
        margin-bottom: 10px;
    }
    #souris {
        margin-bottom: 50px;
        margin-right: -50px;
    }
    #texte {
        margin-bottom: 60px;
    }
    #real {
        background-color: transparent;
    }
}


/* écrans ordinateurs de bureau */

@media (min-width: 1097px) and (max-width: 1496px) {
    body {
        background: #dcad7c;
    }
    .container {
        width: 100%;
        background: rgb(246, 247, 235);
        margin-left: auto;
        margin-bottom: auto;
        border: none;
    }
    div.parallax-one {
        margin-top: -470px;
    }
    #blocklogiciels {
        margin-left: 1px;
    }
}

@media (min-width: 1498px) and (max-width: 2000px) {
    .header__main {
        min-height: 850px;
    }
  
    .diapo__image svg {
        display: block;
        margin-top: -180px;
    }
    .diapo__pagination {
        margin-bottom: 200px;
    }
}

.image-terre {
    width: 100%;
    height: 50vw;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
}

.image-terre img {
    width: 100%;
    /*position: absolute;*/
    animation: move 40s ease;
    /* Add infinite to loop. */
    -ms-animation: move 40s ease;
    -webkit-animation: move 30s ease;
    -animation: move 40s ease;
    -moz-animation: move 40s ease;
}

@keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */
        -webkit-transform: scale(1.0);
        /* Safari and Chrome */
        -o-transform: scale(1.0);
        /* Opera */
        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        -o-transform: scale(1.2);
        /* Opera */
        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

.saturate {
    filter: saturate(500%);
    -webkit-filter: saturate(500%);
    -moz-filter: saturate(500%);
    -o-filter: saturate(500%);
    -ms-filter: saturate(500%);
}

.saturate:hover {
    filter: saturate(100%);
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);
}

.saturate2 {
    filter: saturate(100%);
    -webkit-filter: saturate(150%);
    -moz-filter: saturate(150%);
    -o-filter: saturate(150%);
    -ms-filter: saturate(150%);
}

.saturate3 {
    filter: saturate(10%);
    -webkit-filter: saturate(120%);
    -moz-filter: saturate(120%);
    -o-filter: saturate(120%);
    -ms-filter: saturate(120%);
}