/***********************************************************************************/
/*                                                                                 */
/*                                 DEBUT TITLE                                     */
/*                                                                                 */
/***********************************************************************************/

.titleleft
{
    margin: 10% 10% 10% 8%;
}

.titlecenter
{
    margin: auto;
    border-bottom: 2px solid white;
    display: table;
}

.titleright
{
    float: right;
    text-align: right;
    margin: 15% 8% 8% 0;
}

header img
{
    display: block;
    margin: auto;
}

.headertitle
{
    color: var(--color-white);
    line-height: 1.0416666667;
    font-weight: 500;
    letter-spacing: -0.015em;
}

@media all and (max-device-width: 600px)
{
    .neartls
    {
        margin-top: 10%;
    }
}

.title strong
{
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: var(--color-red);
    text-shadow: none;
}

.title
{
    font-size: 80px;
    text-shadow: 2px 2px 4px #000000;
    z-index: 1;
    margin: 15% auto 20px auto;
}

@media all and (max-device-width: 600px)
{
    .title {
        font-size: 110px;
    }
}

.subtitle
{
    font-size: 40px;
    text-shadow: 2px 2px 4px #000000;
}


.subtitle a
{
    color: var(--color-white);
}


.navbar
{
    text-align: center;
    margin-top: 8%;
}

@media all and (max-device-width: 600px)
{
    .navbar {
        margin-top: 15%;
    }
}

.navbar img
{
    height: 200px;
    width: 200px;
    vertical-align: middle;
}

@media all and (max-device-width: 600px)
{
    .navbar img
    {
        height: 450px;
        width: 450px;
    }
}


/***********************************************************************************/
/*                                                                                 */
/*                                   FIN TITLE                                     */
/*                                                                                 */
/***********************************************************************************/

.visible, .invisible {
    opacity: 0.0;
    transition: opacity 0.5s ease;
}
.visible {
    opacity: 1.0;
}

.firstbar
{
    height: 95vh;
    vertical-align: center;
    align-items: center;
}

canvas
{
    transform: rotate(-90deg);
}


.mousesection {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 110px;
    z-index: -1;
}
.mousesection::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
}

#mouse a {
    padding-top: 60px;
}
#mouse a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

@media all and (max-device-width: 600px)
{
    #mouse a span {
        width: 50px;
        height: 80px;
        border: 3px solid #fff;
    }
}

#mouse a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.shopimage
{
    position: relative;
    height: 350px;
    left: 0;
    margin: -32% 0 0 5%;
    z-index: -1;
    width: 100%;
    border-radius: var(--border-img);
    transition: var(--transition-delay);
    transform: rotate(1deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (max-device-width: 600px)
{
    .shopimage
    {
        height: 508px;
        width: 184%;
    }
}

.shopimage:hover
{
    transform: scale(1.05) rotate(0.5deg);
    margin-left: 6%;
    transition: var(--transition-delay);
}

/***********************************************************************************/
/*                                                                                 */
/*                                DEBUT SCHEDULE                                   */
/*                                                                                 */
/***********************************************************************************/

.schedule
{
    margin: 0 15%;
    text-align: center;
    transition: var(--transition-delay);
}

@media all and (max-device-width: 600px)
{
    .schedule {
        margin-left: -86%;
        margin-top: 80%;
    }
}

.scheduletitle
{
    font-size: 24px;
}

.scheduletitle span
{
    height: 1px;
    width: 27px;
    position: relative;
    background: var(--color-white);
    display: block;
    margin: 2% auto;
    left: -8px
}

.scheduletitle span::before
{
    display: inline-block;
    content: "";
    height: 1px;
    width: 27px;
    bottom: 16px;
    left: 16px;
    position: relative;
    background: var(--color-white);
}


/***********************************************************************************/
/*                                                                                 */
/*                                 FIN SCHEDULE                                    */
/*                                                                                 */
/***********************************************************************************/


/***********************************************************************************/
/*                                                                                 */
/*                                  DEBUT SLIDER                                   */
/*                                                                                 */
/***********************************************************************************/

.slider {
    position: relative;
    z-index: 0;
    margin-top: 50px;
    width: 100%;
    overflow-x: hidden;
}


.slider img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.slider article {
    display: flex;
    width: 800%;
    -webkit-animation: bannermove 60s linear infinite;
    animation: bannermove 60s linear infinite;
}

@media all and (max-device-width: 600px)
{
    .slider img {
        height: 800px;
    }

    .slider article {
        width: 2000%;
        -webkit-animation: bannermove 35s linear infinite;
        animation: bannermove 35s linear infinite;
    }
}

.slider article:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slider div {
    width: 100%;
}

.slider ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.slider li {
    position: relative;
    width: 100%;
}

.slider .seearticle
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
    background-color: rgba(10,10,10,.8);
    width: fit-content;
    visibility: hidden;
    font-size: 18px;
}

@media all and (max-device-width: 600px)
{
    .slider .seearticle
    {
        margin-left: 1.75%;
        font-size: 25px;
        padding: 12px 15px;
    }
}

.slider li:hover .seearticle
{
    visibility: visible;
    color: var(--color-white);
    border: 1px solid black;
    cursor: pointer;
}


.slider .seearticle:hover
{
    background-color: rgba(10,10,10,1);
}

@-webkit-keyframes bannermove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/***********************************************************************************/
/*                                                                                 */
/*                                    FIN SLIDER                                   */
/*                                                                                 */
/***********************************************************************************/

/***********************************************************************************/
/*                                                                                 */
/*                                  DEBUT DEVIS                                    */
/*                                                                                 */
/***********************************************************************************/

.devis
{
    position: relative;
    z-index: -1;
    margin: 10% 0 0 -10px;
    height: auto;
    padding: 8px 40px;
    text-align: center;
    color: var(--color-white);
    font-size: 18px;
}

.devis strong
{
    color: var(--color-red);
}

.footer
{
    text-align: center;
    color: var(--color-white);
    padding: 5px 0;
}

.footer p
{
    font-size: 12px;
}

.footer p a
{
    color: var(--color-white);
}

/***********************************************************************************/
/*                                                                                 */
/*                                   FIN DEVIS                                     */
/*                                                                                 */
/***********************************************************************************/

.pagebase
{
    text-align: left;
    color: var(--color-white);
    padding: 20px 10%;
}

.pagebase h4, p {
    margin-bottom: 16px;
}

@media all and (max-device-width: 600px)
{
    .pagebase {
        font-size: 25px;
    }
}