p {
    font-family: Century Gothic;
}


.container-fluid{
    padding: 0;
}

.container-fluid .logo img{
    width: 80px;
    margin-left: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
}
nav{
    background-color: #FFF;
    color: #001e62;
}
li a {
    margin: 20px;
    letter-spacing: .3rem;
}
.navbar-toggler{
    margin-right: 20px;
}
.container{
    padding: 20px;
    box-sizing: border-box;
}
.container p {
    font-family: Century Gothic;
}
.container button{
    padding: 10px;
    margin: 0px;
    border: 0px;
}
.projets{
    margin-top: 70px;
}




h1{
    color: #001e62;
    font-family: Roboto, sans-serif;
    padding-top: 200px;
    padding-left: 40px;
    font-size: 6vw;
    font-weight: 100;
}
h2{
    color: #001e62;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    margin-top: 10vw;
}

.texte-qui-suis-je{
    margin-top: 15vw;
    padding-top: 40px;
    padding-right: 4vw;
    padding-left: 4vw;
    background-color: #FFF;
    text-align: justify;   
    margin-bottom: 50px;
}
.texte-qui-suis-je p {
    color: #000;
    font-family: Roboto, sans-serif;
}
#col {
    column-count: 3;
}

.photo-arthur{
    position: absolute;
    right: 8%;
    top: 150px;
    width: 30vw;
    height: auto;
    z-index: -10;
}

.parcours{
    text-align: center;
}
.img-parcours{
    width: 80%;
}

.modal{
    margin: 0;
    padding-left: 5vw; 
    padding-right: 5vw; 
    padding-top: 2vw; 
    width: 100%;
}
.modal-dialog{
    text-align: center;
    margin: 0;
    width: 90vw;
}
.modal-content{
    width: 8vw;
    width: 90vw;
}
.modal-title{
    color: #001e62;
    font-family: Roboto, sans-serif;
    font-size: 3vw;
    font-weight: 100;
    margin-left: 25px;
    margin-right: 25px;
}
.modal-body img{
    padding: 1vw;
}

footer{
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 6vw;
    padding-right: 6vw;
    margin-top: 75px;
    height: auto;
    background-color: #dedede;
    display: flex;
    width: 100%;
}
#logo-instagram img {
    height: 50px;
    margin-top: 10px;
}
footer .credit{
    text-align: end;
}
footer .credit p{
    font-size: small;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
}
footer .credit a{
    text-decoration: none;
    font-size: small;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
}

.CAO {
    border: #001e62;
}

.zoom img {
    /* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
    -webkit-transition: all 0.75s ease; /* Safari et Chrome */
    -moz-transition: all 0.75s ease; /* Firefox */
    -ms-transition: all 0.75s ease; /* Internet Explorer 9 */
    -o-transition: all 0.75s ease; /* Opera */
     transition: all 0.75s ease;
}

.zoom:hover img {
    /* L'image est grossie de 25% */
    -webkit-transform:scale(0.9); /* Safari et Chrome */
    -moz-transform:scale(0.9); /* Firefox */
    -ms-transform:scale(0.9); /* Internet Explorer 9 */
    -o-transform:scale(0.9); /* Opera */
    transform:scale(0.9);
}

.model3D{
    background-color: #001e62;
    border-radius: 10px;
}

.model3D a {
    text-decoration: none;
    color: #fff;
    font-size: large;
}

.blocAdresse{
    padding: 20px;
}
.contenuAdresse{
    padding: 20px;
    border: solid #001e62;
    border-radius: 10px;
}
.blocInsta{
    padding: 20px;
}
.contenuInsta{
    padding: 20px;
    border: solid #001e62;
    border-radius: 10px;
}
.contact {
    margin-top: 80px;
    margin-bottom: 50px;
}
.contact p{
    margin-bottom: 50px;
}
.numero h3{
    font-size: large;
}
.mail{
    display: flex;
    justify-content: left;
}
h3{
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: x-large;
    color: #001e62;
    margin-left: 20px;
    padding-top: 10px;
}
.email{
    width: 50px;
}
.mail h3{
    font-size: large;
}
.insta{
    display: flex;
    justify-content: left;
}
.insta a{
    font-family: Roboto, sans-serif;
    color: #001e62;
    text-decoration: none;
    font-size: large;
}
.insta h3{
    font-size: large;
}
.logo-insta img{
    width: 50px
}


