@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Grand+Hotel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');

html {
    width: auto;
    scroll-behavior: smooth;

}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background-image: url("../images/bg.png")
}

.clear {
    clear: both;
}

/* NAVIGATION */



nav {
    width: 100%;
    padding: 15px 0;
    background-image: url("../images/collage1.png");
    background-repeat: repeat;

}

nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-left: 20px;
    text-align: center;

}

nav li {
    display: inline-block;
    margin: 0 28px;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}

nav a {
    text-decoration: none;
    color:#3A408A;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

nav a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background:#3A408A;
    transition: 0.4s ease 0s, left 0.4s ease 0s;
    width: 0;
}

nav a:hover:after {
    width: 100%;
    left: 0;
}

/* Logo */
.logo img {
    width: 38%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-bottom: 30px;
    margin-top : 10px;

}

/* Phrase entreprise */

.subtitle p {
    text-align: center;
    font-size: 30px;
    font-family: 'Grand Hotel', cursive;

}

.subtitle {
    padding-bottom: 40px;
}

/* Fleche */

.wrapper {
    max-width: 30px;
    margin: 0 auto;
    text-align: center;
    margin-top: 2px;
}

svg {
    width: 30px;
    max-height: 40px;
    display: inline-block;
}

.arrow-down path {
    stroke:#030304;
    fill: transparent;
    stroke-width: 3px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: .8
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}



.arrow-down path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.arrow-down path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.arrow-down path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

/* compétences entreprise */

.cpts {
    margin-top: 50px;
    display: flex;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.cpts-img {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    cursor: pointer;
}



/* MEDIA QUERIES NAVIGATION */

@media screen and (max-width: 600px) {
    nav a {
        font-size: 15px;
    }

    nav a:after {
        background: none repeat scroll 0 0 transparent;
        bottom: -5px;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #1B4E63;
        transition: 0.4s ease 0s, left 0.4s ease 0s;
        width: 0;
    }

    nav ul {
        position: relative;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        margin-left: 20px;
        text-align: center;
        display: grid;

    }

}





/* COLLECTION SPECIALE */

#section1 {
    padding-top: 20px;
    background-color: white;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.title1 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    position: relative;
    /* width: 40%; */
    padding: 10px;
}

.titleborder {
    border-left: 2px #A7192B solid;
    width: 40%;
    margin-bottom: 50px;
    margin-left : 200px;

}

@media (max-width:600px) {
    .titleborder {
        border-left: 2px#A7192B solid;
        width: 40%;
        margin-bottom: 50px;
        margin-left : 60px;
    
    }
}

@media (max-width:1000px) {
    .titleborder {
        border-left: 2px #A7192B solid;
        width: 40%;
        margin-bottom: 50px;
        margin-left : 80px;
    
    }
}

/* MEDIA QUERIES TITRE SECTION*/

@media (max-width:768px) {
    .title1 {
        font-size: 20px;
        font-weight: 700;
        position: relative;
        /* text-align: center; */
        /* width: 100%; */
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }


}


/*SLIDER*/

#garland {
    top: 0;
    left: 0;
    background-image: url('http://imapo.ru/img/christmas.png');
    height: 36px;
    width: 100%;
    overflow: hidden;
    z-index: 99;
}

#nums_1 {
    padding: 100px
}

.garland_1 {
    background-position: 0 0
}

.garland_2 {
    background-position: 0 -36px
}

.garland_3 {
    background-position: 0 -72px
}

.garland_4 {
    background-position: 0 -108px
}





.slider {
    background-image: url("../images/fontnoel3.png");
    background-size: cover;
    padding-bottom: 50px;
    width: 74%;
    margin-right: auto;
    margin-left: auto;
    display: block;


}

.flickity-viewport {
    overflow: visible !important;
}


.carousel {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}


.carousel-cell {
    width: 45%;
    height: 300px;
    transition: transform 300ms ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;


}

.carousel-cell-1 {
    background-image: url("../images/noel1.jpg");
}

.carousel-cell-2 {
    background-image: url("../images/noel2.jpg");
}

.carousel-cell-3 {
    background-image: url("../images/noel3.jpg");
}

.is-selected {
    transform: scale(1.4);
    z-index: 100000;
}



/*CATALOGUE*/

#section2 {
    padding-top: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}


.gallery {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    justify-content: center;
}

.gallery-column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}



.gallery-img {
    width: 100%;
    height: auto;
    display: block;
    transition: 200ms ease-out;


}

.gallery-img-content {
    background-color: white;
    padding-top: 5px;
}

.socks-container {
    border: 1px solid rgba(0, 0, 0, 0.247);
    margin-bottom: 15px;
    background-color: white;
}

.namesocks {
    font-size: 16px;
    text-align: center;
    color: #A7192B;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.prixsocks {
    font-size: 18px;
    color:#030304;
    text-align: center;
    margin-top: -10px;
    font-family: 'Titillium Web', sans-serif;
}

.descripsocks {
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    margin-top: -20px;

}

.refsocks {
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    margin-top: -20px;
    padding-top: 5px;

}

.AddCartBtn {
    font-family: 'Titillium Web', sans-serif;
    margin: 0 15px 15px 15px;
    display: block;
    background-color: #edb663;
    border: 1px solid #EDB663;
    color:#030304;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 300ms ease;
    width: calc(100% - 31px)    ;

}

.AddCartBtn:hover {
    background-color:transparent;
    cursor: pointer;
}

/* MEDIA QUERIES CATALOGUE*/
@media screen and (max-width: 600px) {
    .gallery-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .gallery-img {
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;

    }

}

/* A PROPOS */

#section3 {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);

}

@media (max-width:768px) {
    .map-container {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        padding: 20px;
        flex-direction: column;

    }

    .map-text {
        text-align: justify;
        width: 100%;

    }
}

@media (max-width:1100px) {
    .map-container {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        padding: 20px;
        flex-direction: column;

    }

    .map-text {
        text-align: justify;
        width: 100%;

    }
}

.map-container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}



.map {
    width: 100%;
    margin-right: 30px;
    margin-left: 30px;
}

.map>iframe {
    width: 100%;
}


.map-text {
    text-align: justify;
    width: 100%;
    font-size: 14px;
    margin-right: 20px;
    font-family: 'Titillium Web', sans-serif;
}


/*BON DE COMMANDE + CONTACT*/
@media (max-width:768px) {
    footer {
        margin-top: 100px;
    }
}

#section4 {
    padding-bottom: 250px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);

}



.form {
    width: 100%;

}

.sol50 {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.sag50 {
    float: right;
    width: 50%;
    padding-left: 15px;
}


.full100 {
    width: 100%;
}

.form .sag50,
.form .sol50,
.form .full100 {
    margin: 5px 0;
    position: relative;

}

.form input {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: none;
    border-bottom: 1px solid #EDB663;
    transition: 300ms;
    font-family:'Titillium Web', sans-serif;
    font-size: 16px;

}


.form button {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: none;
    background: #EDB663;
    color: rgba(0, 0, 0, 0.9);
    transition: 300ms;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;

}

.form button:hover {
    opacity: .7;
}

.form input:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0);

}

.form div span:before {
    content: "";
    width: 0%;
    left: 0;
    position: absolute;
    height: 100%;
    border-bottom: 2px solid #1a5888;
    transition: 700ms;
}

.form div span {
    width: 100%;
    height: 100%;
    position: relative;
}


table {
    margin-right :auto;
    margin-left : auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
    table-layout: fixed;
    width : 80%;
    margin-top : 30px;
  
    
  }
  
  table tr {
    background-color: white;
    border: 1px solid #ddd;
    padding: 25px;
  }
  
  table th,
  table td {
    padding: 15px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
  }
  
  table th {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
  }
 
/* MEDIA QUERIES FORM*/
@media (max-width:768px) {

    .sag50,
    .sol50 {
        width: 100%;
        padding: 0;
    }
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
 
}


footer {
    background-color: #3A408A;
    padding: 20px;
}

.bottom a {
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-family :'Titillium Web', sans-serif;
    position: relative;
    text-transform: uppercase;
}

.bottom li {
    margin: 0 20px;
    padding: 5px;
}

.bottom a:hover {
    color: #EDB663;
}


/* PAGE COMMANDE */

.site a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    color : #030304;
    font-size : 20px;
}




.site a:hover {
    color :  #9A2930;
}


.commande p {
    font-family: 'Titillium Web', sans-serif;
    color :#030304;
    font-size : 18px;
    padding-top : 20px;
    margin-left : 50px;
}

.recap {
    margin-left : 50px;
    padding-bottom : 30px;
}

.recap  b {
    font-family : 'Titillium Web', sans-serif;
}