
/* ////////////////////////////////////////////// GÉNÉRAL ////////////////////////////////////////////// */

* {
    transition-duration: 0.3s; 
}

body {
    margin: 0;
    overflow-x: hidden;
}


#contenu {
    font-family: open-sans;
}

h1,h2,h3,h4 {
    font-family: quicksand;
    font-weight: normal;
    color: white;
}

p {
    line-height: 21px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: white;
}

a {
    font-weight: bold;
    color: white;
    border-bottom: 1.5px rgba(255,255,255,0) solid;
    transition: 0.3s;
}

a:hover {
    color: white;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    border-bottom: 1.5px white solid;
    transition: 0.15s;
}


/* Bootsrap sans gouttieres*/

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}



/* ////////////////////////////////////////////// NAV ////////////////////////////////////////////// */


nav {
    position: fixed;
    top: 0;
    z-index: 200; 
    width: 66.66vw;
    right: -66.66vw;
    margin-bottom: -66.66vw;
    transition: 0.6s;
}

nav.clique {
    right: 0;
    transition: 0.3s;
}

#bouton-menu-nav {
    position: absolute;
    left: -50px;
    top: 0px;
    margin: 30px 0 0 -30px;
    width: 50px;
    height: 50px;
    padding: 16px 15px;
    border-radius: 13px;
    background-color: rgba(38,48,67,0.55);
}


#bouton-menu-nav:hover, #bouton-retour-en-haut:hover {
    cursor: pointer;
}

nav a:link  {
    color: white;
}

/* Traits menu */
nav div {
    height: 3px;
    background-color: white;
    position: relative;
    margin-bottom: 5px;
    border-radius: 1px;
    transition-delay: 0.5s;
    transition-duration: 0.3s;
}

nav ul {
    position: relative;
    right: 0vw;
    background-color: rgba(38,48,67,0.66);
    width: 66.66vw;
    height: 100vh;
    padding: 5vh;
}

nav a { 
    font-family: quicksand;
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 7vw;
    text-align: right;
}

nav li {
    margin: 9vh 0; 
    list-style: none;
    text-transform: uppercase;
}

*.blur {
    -webkit-filter: blur(5px); /* Safari */
    filter: blur(5px);
    transition-duration: 0.3s;
}

/* Croix menu cliqué */
#bouton-menu-nav.clique div {
    margin-top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s 0.4s;
    
}
#bouton-menu-nav.clique div:nth-child(2) {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: rgba(255,255,255,0);
}
#bouton-menu-nav.clique div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -8px;
}

@media all and (orientation: landscape)  {
    nav a {
        font-size: 6vh;
        line-height: 7vh;
    }

    nav ul {
        padding: 6vh;
    }
}

@media all and (min-width: 373px) {
    nav a {
        font-size: 20px;
        line-height: 20px;
    }
}


/* Nav écran ordi sans bouton nav */
@media all and (min-width: 992px) {

    #bouton-menu-nav {
        display: none;
    }

    nav {
        position: absolute;
        top: 35px;
        right: 50px;
        z-index: 100;
    }

    nav ul {
        display: flex;
        justify-content: flex-end;
        padding: 0;
        height: auto;
        background-color: transparent;
    }

    nav a {
        margin-left: 50px;
        font-family: quicksand;
        font-weight: bold;
        font-size: 16px;
    }

    nav li {
        margin: 0;
        list-style: none;
        text-transform: uppercase;
    }
}

/* Bouton retour en haut */
#bouton-retour-en-haut {
/*    position: absolute;
    left: -50px;
    bottom: 35px;*/
    position: fixed;
    display: block;
    right: 30px;
    bottom: 30px;
    margin: 0 0 0 -30px;
    width: 50px;
    height: 50px;
    padding: 16px 17px;
    border-radius: 100%;
    background-color: rgba(38,48,67,0.55);
    transition: all 0.3s, opacity 0s, right 0.6s;
}

#bouton-retour-en-haut.clique {
    right: calc(66.66vw + 30px);
    transition: right 0.3s;
}

#bouton-retour-en-haut.cache {
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s, bottom 0s 0.6s;
}
#bouton-retour-en-haut div:first-child {
    left: 5px;
    margin-top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.6s;
}
#bouton-retour-en-haut div:last-child {
    right: 5px;
    margin-top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.6s;
}

@media all and (min-width: 576px) {
    #bouton-retour-en-haut {
        margin: 25px 0 0 -25px;
    }
    #bouton-retour-en-haut {
        bottom: 30px;
        right: 30px;
    }
}
@media all and (min-width: 768px) { 
    #bouton-menu-nav {
        margin: 2.5vw 0 0 -2.5vw;
    }
    #bouton-retour-en-haut {
        bottom: 2.5vw;
        right: 2.5vw;
    }
}

@media all and (min-width: 992px) {
    #bouton-retour-en-haut {
        bottom: 3vw;
        right: 3vw;
        z-index: 500;
    }
    #bouton-retour-en-haut:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        transition: transform 0.15s;
    }
    #bouton-retour-en-haut:hover div:first-child {
        margin-top: -1px;
        transition: all 0.3s
    }
}



/* ////////////////////////////////////////////// HEADER ////////////////////////////////////////////// */

header {
    height: 150vw;
    max-height: 810px;
    position: relative;
    font-family: quicksand;
    text-transform: uppercase;
    color: white;
    background-image: url(../images/header.jpg);
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
}

/* Logo */
header img {
    width: 60vw;
    max-width: 150px;
    position: relative;
    top: 7.5vw;
    left: 7.5vw;    
}

@media all and (orientation: landscape) {
    header {
        height: 58vw;
    }
    header img {
        width: 50vw;   
    }
}

@media all and (min-width: 373px) {
    header img {
        top: 33px;
        left: 45px;    
    }
}

@media all and (min-width: 992px) {
    header img {
        max-width: 200px; 
    }
}

#texte-header{
    width: 320px;
    max-width: 90vw;
    position: absolute;
    bottom: 50px;
    left: 7vw;
    text-shadow: 0 0 10px rgba(13,17,25,0.66), 0 0 20px rgba(13,17,25,0.66) ;
    z-index: 100;
}

header h1 {
    font-size: 12.5vw;
    margin: 0;
}

header p {
    height: 6vw;
    margin: 4vw 0 0 14vw;
    font-weight: bold;
    font-size: 6vw;
    letter-spacing: 1px;
    color: white;
}

header h1 span {
    color: #a2ca28;
}

header p span {
    color: #fd634e;
}

/* Forme rouge transparente */
header p::after {
    content: "";
    position: relative;
    bottom: 0px;
    display: block;
    margin: 15px 0 0 -300px;
    height: 200px;
    width: 200vw;
    background-color: #fd634e;
    opacity: 0.3;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}

@media all and (orientation: landscape) { 
    header h1 {
        font-size: 7.5vw;
    }
    header p {
        margin: 1vw 0 0 11vw;
        font-size: 4vw;
    }
}

@media all and (min-width: 373px) {
    header h1 {
        font-size: 33px;
    }
    header p {
        margin: 4px 0 0 145px;
        font-size: 15px;
    }
}


/* ////////////////////////////////////////////// FEATURES ////////////////////////////////////////////// */

#features { 
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 420px;
    text-align: center;
    color: white;
}

@media all and (min-width:768px ) {
    #features { 
        text-align: left;
    }
}

#features .row > div { 
    margin-top: 50px;
    margin-bottom: 60px;
}

#features .picto {
    margin-left: 1px;
}

#features img {
    height: 45px;
    width: 50px;
    margin-bottom: 5px;
}

#features .row > div > div { 
    height: 35px;
    line-height: 35px;
}
#features h4 {
    display: inline-block;
    font-size: 23px;
    vertical-align: middle;
    margin: 0;  
}

#features p {
    height: auto;
    margin: 15px 0 20px;
    font-size: 12.5px;
    color: white;
}

@media all and (min-width: 768px) {
    #features .row > div:nth-child(-n+2) { 
        margin-top: 50px;
        margin-bottom: 15px;
    }
    #features p {
        height: 80px;
    }  
}

@media all and (min-width: 992px) {
    #features p {
        height: 120px;
    }    
}

@media all and (min-width: 1080px) {
    #features p {
        height: 100px;
    }  
}

#features a {
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: 1.5px rgba(255,255,255,0.33) solid ; 
}

#features a:hover {
    margin-left: 15px;
    border-bottom: 1.5px rgba(255,255,255,1) solid ;
}



/* ////////////////////////////////////////////// ARTICLES 1 et 2 ////////////////////////////////////////////// */

#articles-1 > *, #articles-2 > * {
    overflow: hidden;
}

article {
    padding:  30px 20px ;
    text-align: center;
    background-color: white;
}

@media all and (min-width: 373px) {
    article {
        padding:  50px 40px ;
    }
}


article strong {
    font-family: montserrat;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fd634e;
    letter-spacing: 1px;
}

article h3 {
    margin: 5px 0 10px;
    font-size: 28px;
    text-transform: uppercase;
    color: #a2ca28;
}

article p {
    margin: 12.5px 0 24px;
    font-size: 12.5px;
    height: auto;
    color: #656e74;
}

@media all and (min-width: 373px) {
    article p {
        height: 80px;
    }
}


article h3, article p {
    position: relative;
    z-index: 100;
}

article a {
    font-size: 12.5px;
    color: #a2ca28;
    border-bottom: 1.5px solid rgba(162,202,40,0.5);
}

article a:link, article a:visited, article a:active {
    color: #a2ca28;
}

article a:hover {
    color: #fd634e;
    font-size: 14px;
    border-bottom: 1.5px solid #fd634e;
    transition: 0.15s;
}

/* photos */
.photo-article {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/* ////////////////////////////////////////////// ARTICLES 1 ////////////////////////////////////////////// */

#articles-1 {
    min-height: 680px;
}

#articles-1 > div > div > * {
    min-height: 340px;
}

/* gouttes grises */
article img {
    height: 24px;
}

/* textes flamme rouge */
.textes-flamme-rouge {
    position: relative;
    top: 285px;
    padding: 0 40px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color: #fd634e;
    z-index: 100;
}
.textes-flamme-rouge span {
    color: white;
}
.textes-flamme-rouge img {
    position: relative;
    top: -3px;
    left: 10px;
    height: 28px;
}
/* products used */
#products-used {
    text-align: left;
    color: white;
}

#photo-etirements {
    background-image: url(../images/etirements.jpg);
}
#photo-montre {
    background-image: url(../images/montre.jpg);
}


/* ////////////////////////////////////////////// ARTICLES 2 ////////////////////////////////////////////// */

#articles-2 {
    min-height: 1125px;
}

    #articles-2 > div > div {
        height: 293px;
    }

    #articles-2 > div:nth-child(even) > div {
        height: auto;
    }

@media all and (min-width: 373px) {
    #articles-2 > div:nth-child(even) > div {
        height: 270px;
    }
}

#articles-2 article {
    height: 100%;
    text-align: left;
}

#articles-2 .pictos-articles-2 {
    text-align: right;
}

#articles-2 .pictos-articles-2 img {
    position: absolute;
    height: 35px;
    margin: 5px 0 0 -20px;
    z-index: 0;
}

#photo-plage {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    padding: 20px 25px 0;
    position: relative;
    z-index: 100;
    text-shadow: 0 0 20px rgba(0,50,100,0.66) ;
}

#photo-plage p {
    width: 50%;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: montserrat;
    text-transform: uppercase;
    height: 25px;
    line-height: 16px;
    vertical-align: top;
    color: white;
}
#photo-plage img {
    position: relative;
    top: 20px;
    left: -10px;
    margin-top: -30px;
    margin-right: -25px;
    height: 50px;
}

@media all and (min-width: 373px) {
    #photo-plage {
        padding-top: 40px;
    } 
    
    #photo-plage p {
        width: 40%;
        padding-top: 20px;
        margin-top: -10px;
    }
}

@media all and (min-width: 576px) {
    #photo-plage {
        flex-direction: row;
        justify-content:space-between;
        padding: 25px 50px 0;
    }
    #photo-plage p {
        width: auto;
    }
    #photo-plage img {
        top: 15px;
    }

}

@media all and (min-width: 768px) and (max-width: 1079px) { 
    #photo-plage {
        flex-direction: column;
        justify-content:flex-start;
    }
    #photo-plage p {
        width: 45%;
        margin-bottom: 25px;
    }
    #photo-plage img {
        top: 20px;
    }
}

#photo-coureurs {
    background-image: url(../images/coureurs.jpg);
}
#photo-plage {
    background-image: url(../images/plage.jpg);
}
#photo-raisins {
    background-image: url(../images/raisins.jpg);
}
#photo-mangue {
    background-image: url(../images/mangue.jpg);
}

.fd-vert {
    background-color: #a2ca28;
}

.fd-vert, .fd-vert h3, .fd-vert strong, .fd-vert p {
    color: white;
}


/* ////////////////////////////////////////////// FOOTER BANNER ////////////////////////////////////////////// */

#footer-banner {
    height: 150vw;
    max-height: 810px;
    background-image: url(../images/footer-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
}

#footer-banner > div {
    padding-left: 10vw; 
    padding-right: 10vw; 
}

#footer-banner h2 {
    margin: 0;
    position: relative;
    padding-top: 20vw;
    font-family: open-sans;
    font-size: 12vw;
    text-shadow: 0 0 20px rgba(13,17,25,0.66) ;
}

#footer-banner p {
    font-size: 14px;
    font-weight: lighter;
    margin: 16px auto;
    color: white;
    text-shadow: 0 0 10px rgba(13,17,25,0.66), 0 0 20px rgba(13,17,25,0.66) ;
} 

@media all and (orientation:landscape) {
    #footer-banner {
        height: 58vw;
    }
    #footer-banner h2 {
        padding-top: 10vw;
        font-size: 8vw;
    }
}


@media all and (min-width: 373px) {
    #footer-banner h2 {
        font-size: 35px;
    }
    #footer-banner p {
        font-size: 14px;
    } 
}


@media all and (min-width: 768px) {
    #footer-banner {
        min-height: 700px;
    }
    #footer-banner h2 {
        padding-top: 205px;
    }
}


/* ////////////////////////////////////////////// FOOTER ////////////////////////////////////////////// */

footer {
    padding-top: 35px ; 
    min-height: 300px;
    color: white;
    text-align: center;
}

@media all and (min-width: 768px) {
    footer {
        text-align: left;
    }
}

footer section {
    margin-bottom: 50px;
}

footer h4, p {
    font-size: 12.5px;
    color: #8297a7;

}


#stay-in-touch div {
    display: flex;
    justify-content: center;
}
#stay-in-touch a {
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
    width: 35px;
    height: 35px;
    margin: 5px;
    border-radius: 100%;
}
@media all and (min-width: 373px) {
    #stay-in-touch a {
        width: 40px;
        height: 40px;
        margin: 10px;
    }
}
@media all and (min-width: 768px) {
    #stay-in-touch div {
        justify-content: flex-start;
    }
    #stay-in-touch a:first-child {
        margin-left: 0px;
    }
}

@media all and (min-width: 992px) {
    #stay-in-touch div {
        justify-content: space-between;
    }
    #stay-in-touch a {
        margin: 5px 0 0;
    }
}

@media all and (min-width: 1200px) {
    #stay-in-touch a {
        width: 45px;
        height: 45px;
    }
}

#stay-in-touch img {
    max-width: 40%;
    max-height: 40%;
}

#facebook {
    background-color: #2e3192;
}
#twitter {
    background-color: #00aeef;
}
#youtube {
    background-color: #ed3123;
}
#linkedin {
    background-color: #171a8f;
}

#newsletter {
    margin-top: 0;
    height: auto;
}

#newsletter form {
    display: flex wrap;
    justify-content: space-between;
    text-align: left;
}

#newsletter input {
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
    padding: 0 25px; 
    border: none;
    border-radius: 3px;
    font-family: open-sans;
    font-weight: normal;
    color: black;
}
#newsletter input:last-child {
    width: 75%;
}

@media all and (min-width: 576px) {
    #newsletter input {
        width: 48.25%;
    }
    #newsletter input:nth-child(2) {
        width: 48.25%;
        margin-left: 1.5%;
    }
    #newsletter input:last-child {
        width: 48.25%;
        margin-left: 25%;
    }
}

@media all and (min-width: 768px) {
    #newsletter form {
        display: flex;
        justify-content: space-between;
    }

    #newsletter input {
        width: 23%;
    }
    #newsletter input:nth-child(2) {
        width: 50%;
        margin-left: 0;
    }
    #newsletter input:last-child {
        width: 23%;
        margin-left: 0;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(150,150,150);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(150,150,150);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(150,150,150);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(150,150,150);
}

#newsletter input[type="submit"] {
    color: white;
    font-weight: bold;
    background-color: #a2ca28;
    transition: 0.3s;
}

#newsletter input[type="submit"]:hover {
    background-color: #fd634e;
    cursor: pointer;
    -webkit-transform: scale(1.08, 1.12);
    transform: scale(1.08, 1.12);
    cursor: pointer;
    transition: 0.15s;
}




/* ////////////////////////////////////////////// BACKGROUNDS ////////////////////////////////////////////// */

body {
    background-color: #0d1119;
}

.background-vert {
    background-color: #a2ca28;
}

.background-transition {
    position: absolute;
    margin: -15px 0 -15px 0.25vw;
    width: 99.5vw;
    height: 30px;
    border-radius: 30px;
    background-color: #d0963b;
    z-index: -100;
}

.background-rouge {
    background-color: #fd634e;
}

footer {
    background-color: #0d1119;
}

/* ////////////////////////////////////////////// RESPONSIVE ////////////////////////////////////////////// */

#contenu {
    width: 100vw;
}

.largeur-reduite{
    padding-left: 20px;
    padding-right: 20px;
}


@media all and (min-width: 576px) {
    .largeur-reduite{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (min-width: 768px) { 
    .largeur-reduite{
        padding-left: 10vw;
        padding-right: 10vw;
    }
}

@media all and (min-width: 1080px) {
}

@media all and (min-width: 1200px) {
}