html 
{
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body
{
    font-family: 'Varela Round', sans-serif;
    font-size: 1rem;
}

header 
{
    background-image: url("../img/iceland1.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Parallax Scrolling Effect */
    color: rgb(240, 255, 0);
    height: 110vh;
}

.navbar
{
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

.navbar a
{
    color: rgba(255, 255, 255);
}

.navbar a:hover
{
    color: white;
}

#navbarNav
{
    text-align: right;
}

ul
{
    padding-right: 5px;
}

.logo
{
    margin-left: 56px;
    transition: transform 1s;
    animation: slowdown2 5s;
}

.logo2
{
    transition: transform 1s;
}

.logo:hover
{
    transform: scale(1.3);
}


.logo2:hover
{
    transform: scale(1.3);
}

@keyframes slowdown2
{
    from 
    {
        transform: translateX(0px);
        opacity: 0;
    }

    to 
    {
        transform: translateX(0);
        opacity: 1;
    }
}

.div1
{
    margin-top: 100px;
}

.div1 h1
{
    font-size: 3em; 
    font-weight: bold;
    text-shadow: 2px 3px 0px #b5c900;
}

.span1
{
    padding-left: 15px;
}

.div2
{
    margin-bottom: 100px;
}

.div2 p
{
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 3px 0px #b5c900;
}

.div3
{
    padding-top: 100px;
}

.div3 h1
{
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 3px 0px #898999;
    font-weight: bold;
}

.ligne
{
    background: url("../img/ligne2.png");
    background-repeat: no-repeat;
    background-position: left 50% top 350px;
    height: 1600px;
} 

.textleft
{
    padding-left: 120px;
}

.textright
{
    padding-right: 120px;
}

.row1
{
    padding-top: 140px;
}

.annee
{
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
}

.poste
{
    font-size: 1.4rem;
    padding-top: 10px;
    font-weight: bold;
    color: white;
}

.months
{
    font-size: 0.9rem;
}

.where
{
    font-size: 0.9rem;
}

.logobrand
{
    margin-bottom: 40px;
}

.bijouterie
{
    font-size: 1.3rem;
    margin-bottom: 40px;
}

.div4
{
    padding-top: 50vh;
}

.div4 h1
{
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 3px 0px #898999;
    
}

.line-height
{
    padding-top: 10px;  
}

.item1
{
    padding: 30px 0;
}

.item2
{
    font-weight: bold;
    font-size: 1.1em;
}

.boite1
{
    background-color: rgba(141, 166, 166, 0.6);
    height: auto;
    border-radius: 30px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
}

.boite2
{
    background-color: rgba(141, 166, 166, 0.6);
    height: auto;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
}

.boite3
{
    background-color: rgba(141, 166, 166, 0.6);
    height: auto;
    border-radius: 30px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
}

.indentation
{
    margin-right: 50px;
}

.boite4
{
    background-color: rgba(141, 166, 166, 0.6);
    height: auto;
    border-radius: 30px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
}

.boite5
{
    background-color: rgba(141, 166, 166, 0.6);
    height: auto;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
}

.circle
{
    background: radial-gradient(circle,rgba(255,255,0,0) 40%,rgba(255,255,0,.9));
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 8px;
    
}

.circle2
{
    background-color: #ff0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.line1
{   
    height: 268px;
    background-color: white;
    width: 3px;
}

.ligne1
{    
    height: 100px;
    background-color: rgba(240, 255, 0);
    width: 5px;
    margin:  0;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
}

.ligne2
{
    height: 100px;
    background-color: rgba(240, 255, 0);
    width: 5px;
    margin:  0;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.titleyear
{
    color: white;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 20px;
}

.titleyear h1
{
    font-size: 1.9em;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
    margin: 0;
    text-shadow: 2px 3px 0px #898999;
}

.titleyear2
{
    color: white;
    text-align: center;
    padding: 20px 0;
    text-shadow: 2px 3px 0px #898999;
}

.titleyear2 h1
{
    font-size: 1.9em;
    text-align: center;
    line-height: 1.4em;
    margin: 0;
}


.div5
{
    padding-top: 50vh;
}

.div5 h1
{
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 3px 0px #898999;
}

.div6
{
    padding-top: 140px;
}

.div6 h3
{
    color: white;
    background-color: #8DA6A6;
    padding: 12px;
    border-radius: 15px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
}

.row7
{
    margin-top: 100px;
}

.div7
{
    margin-top: 100px;
}

.div7 h3
{
    color: white;
    background-color: #8DA6A6;
    padding: 12px;
    border-radius: 15px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
}

.row8
{
    margin-top: 100px;
}

.div8
{
    margin-top: 100px;
}

.div8 h3
{
    color: white;
    background-color: #8DA6A6;
    padding: 12px;
    border-radius: 15px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.48);
}

.row9
{
    margin-top: 100px;
}


.container2
{
    height: 220vh;
    color: white;
    /* background-image: linear-gradient(to bottom, #567373, #597879, #5d7d7f, #608386, #64888c);  */
    /* background-image: linear-gradient(to bottom, #567373, #597879, #5d7d7f, #608386, #64888c);  */
    /* background-image: linear-gradient(to bottom, #567373, #597879, #5d7d7f, #608386, #64888c); */
    /* background-image: linear-gradient(to bottom, #567373, #5f7e7f, #688a8c, #719599, #7ba1a6); */
    /* background-image: linear-gradient(to bottom, #22393b, #324c4e, #425f62, #537377, #64888c); */
    /* background-image: linear-gradient(to bottom, #304b4e, #3c5a5d, #49696c, #56787c, #64888c); */
    /* background-image: linear-gradient(to bottom, #3d5b5d, #466668, #507174, #5a7c80, #64888c); */
    /* background-image: linear-gradient(to bottom, #112325, #243a3d, #385356, #4e6d70, #64888c); */
    background-image: linear-gradient(to bottom, #112325, #243a3d, #385356, #4e6d70, #64888c);


    /* -webkit-box-shadow: 0px -34px 64px 9px rgba(17,35,37,1);
    -moz-box-shadow: 0px -34px 64px 9px rgba(17,35,37,1);
    box-shadow: 0px -34px 64px 9px rgba(17,35,37,1); */
}

.container3
{
    color: white;
    background-image: url("../img/iceland5.jpg");
    background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100vh;
}

.container4
{
    height: 360vh;
    color: white;
    /* background-image: linear-gradient(to right, #274040, #3c5857, #51716f, #688b88, #80a6a2); */
    /* background-image: linear-gradient(to right top, #22383b, #405759, #5f787a, #809b9c, #a3bfbf); */
    /* background-image: linear-gradient(to right, #4d7373, #587e7f, #638a8c, #6f9599, #7ba1a6); */
    background-image: linear-gradient(to right, #274040, #3b5758, #4f6f71, #65878b, #7ba1a6);
}


.container5
{
    color: white;
    background-image: url("../img/iceland9.jpg");
    background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100vh;
}

.container-englobant
{
    height: 160vh;
    color: white;
    background-image: radial-gradient(circle, #274040, #3c5857, #51716f, #688b88, #80a6a2);
}

.container7
{
    background-color: black;
    background-size: cover;
    height: 220vh;
}

.container9
{
    height: 100vh;
    background-image: url("../img/iceland7.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.row10
{
    margin: 0;
    padding-top: 150px;
}

.row11
{
    height: 300px;
    padding-top: 100px;
}

.row12
{
    background-color: #0F1417;
    margin-top: 400px;
    height: 600px;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.75);
}

.row13, .row14, .row15, .row16, .row17
{
    padding: 20px 0;
}

.col1
{
    padding: 0;
}

.col2
{
    padding-left: 30px;
    padding-right: 0px;
}

.div9
{
    padding-top: 100px;
    margin: 0;
}

.div9 h1
{
    color: #fff;
    text-shadow: 2px 3px 0px #898999;
    font-size: 3rem;
    font-weight: bold;
}

.contact2
{
    margin: 0;
}

.description
{
    padding: 0 40px;
    color: white;
}

.description h1
{
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 3px 0px #898999;
}

.description  p
{
   padding-top: 90px;
}

.btn
{
    background-color: #495057;
    color: white;
}

.red
{   
    color: white;
    padding: 0 20px;
    font-size: 1.7rem;
}

.fas
{
    font-size: 1.5rem;
    color: white;
}

.marge
{
    padding: 0 20px;
}

.zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.zoom2 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.zoom2:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.footer 
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #0F1417;
    color: #FFFFFF;
}

.container8
{
    height: 80px;
    margin: 0;
}

.red1
{
    color: white;
    padding: 0 10px;
    font-size: 1.5rem;
}

.fa-php
{
    font-size: 100px;
}













  

