AnonSec Team
Server IP : 10.111.40.2  /  Your IP : 216.73.217.145
Web Server : Apache
System : Linux webd002.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : comimage ( 586)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/comimage/samzunstephane.com/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/comimage/samzunstephane.com/css/styles.scss
@import 'config';
@import 'mixin';

/* ----------------------------------
/* ------------ ENTETE ----------
------------------------------------- */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: $bg-body;
    @include general-font($primary-color, $primary-size, $primary-lineheight, $primary-font);
    @include no-marge;
    @include full-size;
    @media only screen and (max-width: 479px) {
        font-size: 16px;
        text-align-last: left;
    }
}

div,
td {
    @include animation;
}

a {
    text-decoration: none;
    color: $link-color;
    @include animation;
    &:hover {
        color: $brown;
        text-decoration: none;
    }
}

img {
    border: none;
    display: block;
    margin: 0 auto;
}

p {
    padding: 10px 0;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
    @include no-marge;
}

h1 {
    color: $titre1;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    padding: 25px 0;
    position: relative;
    &:before {
        background: $brown;
        content: '';
        height: 4px;
        position: absolute;
        bottom: 24px;
        left: calc(50% - 60px);
        right: calc(50% - 60px);
    }
    &:after {
        background: $grey;
        content: '';
        display: block;
        height: 1px;
        margin: 40px auto 0;
        max-width: 700px;
        width: 100%;
    }
    @media only screen and (max-width:767px) {
        font-size: 30px;
        line-height: 40px;
    }
    @media only screen and (max-width:479px) {
        font-size: 20px;
        line-height: 30px;
    }
}

h2 {
    color: $titre2;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 20px 0;
    text-align: left;
    &:after {
        background: $brown;
        content: '';
        display: block;
        height: 1px;
        margin-top: 15px;
        width: 60px;
    }
}

h3 {
    border-bottom: 1px solid;
    color: $titre3;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
}

ul h3 {
    display: inline;
}

address,
menu {
    @include no-marge;
    font-style: normal;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="mobile"],
input[type="fax"],
input[type="password"],
textarea,
select {
    font-family: Trebuchet MS, Tahoma, sans-serif, Verdana;
    font-size: 13px;
    color: #3C3F3B;
    max-width: 100%;
    width: 100%;
    border: 1px solid #2F2F2F;
    display: inline-block;
    background: $white;
}

@include menu-nav;
@include photos;
.none {
    display: none;
}

.center,
#center {
    text-align: center;
}

.url {
    display: inline-block;
}

.num {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    @include container($container-size, $container-marge);
}

#smartnav {
    display: none;
    @media only screen and (max-width: 991px) {
        display: block;
    }
}

.hiddenNav {
    display: none;
}

.visibleNav {
    display: initial;
}

#pageweb {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    width: 100%;
}


/* ----------------------------------
/* ------------ HEADER ----------
------------------------------------- */

#site {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    width: 100%;
}

#header {
    border-top: 2px solid $brown;
}

.menu {
    nav {
        margin: 0;
        padding: 0;
        ul {
            display: flex;
            justify-content: flex-end;
            list-style: none;
            margin: 0;
            padding: 0;
            li {
                height: 100%;
                a {
                    color: $grey;
                    display: flex;
                    align-items: center;
                    font-size: 14px;
                    font-weight: 600;
                    height: 100%;
                    min-height: 40px;
                    padding: 0 15px;
                    position: relative;
                    text-transform: uppercase;
                    &:after {
                        background: $brown;
                        content: '';
                        height: 1px;
                        opacity: 0;
                        position: absolute;
                        left: 50%;
                        right: 50%;
                        bottom: 0;
                        @include animation;
                    }
                    &:hover {
                        color: $brown;
                        &:after {
                            opacity: 1;
                            left: 0;
                            right: 0;
                        }
                    }
                }
            }
        }
    }
}

.header-info {
    background: rgba($grey-dark, .9);
    min-height: 44px;
    margin-bottom: -44px;
    position: relative;
    z-index: 888;
    a {
        color: $white;
    }
    .address {
        font-size: 16px;
        font-weight: 300;
        &:before {
            background: $white;
            content: '';
            height: 19px;
            margin-right: 15px;
            -webkit-mask:url("#{$path}address.svg");
            mask:url("#{$path}address.svg");
            min-width: 14px;
            width: 14px;
        }
    }
    .phone {
        p {
            flex-direction: row-reverse;
            &:before {
                background: $white;
                content: '';
                margin-left: 15px;
            }
            &.tel:before {
                height: 16px;
                -webkit-mask:url("#{$path}tel.svg");
                mask:url("#{$path}tel.svg");
                min-width: 16px;
                width: 16px;
            }
            &.mobile:before {
                height: 19px;
                -webkit-mask:url("#{$path}mobile.svg");
                mask:url("#{$path}mobile.svg");
                min-width: 11px;
                width: 11px;
            }
            a {
                color: $white;
                font-weight: 600;
            }
        }
    }
    @media only screen and (max-width:991px) {
        margin-bottom: 0;
    }
}

#homeslider {
    position: relative;
    &:before {
        background: rgba($grey-dark, .20);
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
}

.bloc-slogan {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    .slogan {
        &:before {
            background: url("#{$path}ico_slogan.svg") center no-repeat $grey-dark;
            background-size: 60px;
            content: '';
            min-height: 113px;
            min-width: 93px;
            width: 93px;
        }
        p {
            background: $white;
            color: $black;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 30px;
            font-weight: 300;
            min-height: 140px;
            span {
                display: block;
                font-size: 48px;
                font-weight: 700;
                line-height: 50px;
            }
        }
    }
    @media only screen and (max-width: 991px) {
        border-bottom: 1px solid $brown;
        position: relative;
        .slogan {
            p {
                font-size: 25px;
                span {
                    font-size: 35px;
                }
            }
        }
    }
    @media only screen and (max-width:479px) {
        .slogan {
            flex-wrap: wrap;
            &:before {
                width: 100%;
            }
            p {
                font-size: 18px;
                span {
                    font-size: 20px;
                }
            }
        }
    }
}


/* ----------------------------------
/* ------------ CORPS ----------
------------------------------------- */

.top-central {
    .bloc-nav {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 5px 0;
        .page-nav {
            .breadcrumb {
                background: transparent;
                border: none;
                font-size: 12px;
                margin: 0;
                padding: 0;
            }
        }
    }
}

#corps {
    min-height: 400px;
}

a.more {
    color: $white;
    display: inline-flex;
    font-size: 16px;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 40;
    &:before {
        background: $brown;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
    &:after {
        background: url("#{$path}square.svg");
        background-size: 2px;
        content: '';
        position: absolute;
        left: 5px;
        right: -5px;
        top: 5px;
        bottom: -5px;
        z-index: -2;
    }
}

.section1 {
    .content-photos {
        a {
            display: block;
            position: relative;
            &::before {
                background: $brown;
                content: '';
                position: absolute;
                left: -50px;
                top: 40px;
                bottom: -40px;
                width: 100px;
            }
            img {
                position: relative;
                z-index: 20;
            }
        }
    }
}

.section2 {
    background: $grey-dark;
    h2,
    h3 {
        color: $white;
    }
    .content-photos {
        a {
            display: block;
            position: relative;
            &::after {
                background: $brown;
                content: '';
                position: absolute;
                right: -50px;
                top: 40px;
                bottom: -40px;
                width: 100px;
            }
            img {
                position: relative;
                z-index: 20;
            }
        }
    }
}


/*CONTACT*/

.form-group {
    margin: 0 0 10px 0;
}

.form-group label,
.form-group input.form-input,
textarea.form-textarea {
    width: 99%;
    display: block;
    margin: 0 auto;
}

input[type="text"],
textarea,
select {
    padding: 8px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-form {
    margin: 10px 0 0 0;
}

.btn-submit-1,
.btn-submit-2 {
    background: $grey;
    ;
    border-color: $grey-dark;
    -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 0 rgba(0, 0, 0, .15);
    color: #fff;
    text-decoration: none;
    width: 200px;
    padding: 10px 16px;
    font-size: 15px;
    border: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 10px 0 0 0;
    cursor: pointer;
    text-transform: capitalize;
}

.alert-is-requierd {
    color: $grey-dark;
}

.cont-contact {
    background: $brown;
    div {
        color: $white;
    }
}


/*==============*/


/* Plan d'accès */


/*==============*/

#divGoogleMap {
    text-align: center;
    width: 100%;
}

#googleMap {
    border: 0px;
    width: 100%;
    height: 500px;
}

.map-google iframe {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
}


/*REALISATIONS*/

p.titre-diapo {
    text-transform: uppercase;
    font-weight: bold;
}

#diapo-container ul,
#diapo-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#diapo-container .nav-diapo ul li {
    border-bottom: 1px solid $grey-dark;
}

#diapo-container .nav-diapo ul li:first-child {
    border-top: 1px solid $grey-dark;
}

#diapo-container .nav-diapo ul li a {
    display: block;
    padding: 10px 0 10px 5px;
    text-transform: uppercase;
}

#diapo-container .nav-diapo ul li.link-play a,
#diapo-container .nav-diapo ul li a:hover {
    background: $brown;
    color: $white;
}

#diapo-container .nav-diapo ul li a:hover {
    opacity: 0.8;
}

#diapo-container .nav-diapo ul {
    padding-left: 5px;
}

.nav-diapo {
    width: 28%;
    float: left;
}

#diapo-inner {
    width: 70%;
    float: right;
}

.nav-diapo .link-disable {
    cursor: not-allowed;
    opacity: 0.4;
}


/* ----------------------------------
/* ------------ FOOTER ----------
------------------------------------- */

#footer {
    border-top: 4px solid $brown;
}

.footer {
    background: $grey-dark;
    font-size: 14px;
    .titre {
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    a {
        color: $white;
        &:hover {
            color: $brown;
        }
    }
    .tel,
    .mobile {
        font-size: 22px;
    }
    .address::before,
    .tel::before,
    .mobile::before {
        background: $white;
        content: '';
        display: block;
        line-height: 0;
        margin-right: 10px;
    }
    .address::before {
        height: 19px;
        -webkit-mask:url(#{$path}address.svg);
        mask:url(#{$path}address.svg);
        min-width: 14px;
        width: 14px;
    }
    .tel::before {
        height: 16px;
        -webkit-mask:url(#{$path}tel.svg);
        mask :url(#{$path}tel.svg);
        min-width: 16px;
        width: 16px;
    }
    .mobile::before {
        height: 19px;
        -webkit-mask:url(#{$path}mobile.svg);
        mask :url(#{$path}mobile.svg);
        min-width: 11px;
        width: 11px;
    }
    .horaire {
        ul {
            list-style: none;
        }
    }
    .nav-foot {
        ul {
            list-style: none;
            margin: 0;
            padding: 0;
            li {
                a {
                    display: block;
                    padding: 5px 0;
                    text-transform: uppercase;
                }
            }
        }
    }
}


/* ----------------------------------
/* ------------ RESPONSIVE ----------
------------------------------------- */

//@include respond-to(small) {
//.element {
//color: $white;
//}
//}
@include resp(533) {
    /* ----------------------------------
	/* ------------ A NE PAS TOUCHER ----------
	------------------------------------- */
    .pp_pic_holder {
        width: calc(100% - 20px)!important;
        left: 10px!important;
        right: 10px;
    }
    .ppt {
        width: 100%!important;
    }
    .pp_content {
        width: 100%!important;
        height: auto!important;
    }
    .pp_hoverContainer {
        width: 100%!important;
        height: auto!important;
    }
    div.pp_default .pp_content_container .pp_details {
        width: 100%!important;
    }
    #pp_full_res {
        padding-right: 5px;
    }
    #pp_full_res img {
        max-width: 100%;
        height: auto!important;
        width: 100%!important;
    }
}

@include resp(360) {
    .contact-form {
        padding: 0 5px 20px;
    }
    .formulaire-contact {
        label {
            max-width: inherit;
            width: auto;
        }
        input {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }
    }
}

AnonSec - 2021