/*
Theme Name: Dima Debs Architecture
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Thème Dima Debs Architecture - 2019
Version: 1.00
Text Domain: idbxboostrap1
*/

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Thin.woff2') format('woff2'),
        url('./fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Bold.woff2') format('woff2'),
        url('./fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Medium.woff2') format('woff2'),
        url('./fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Light.woff2') format('woff2'),
        url('./fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/GothamBook.woff2') format('woff2'),
        url('./fonts/GothamBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Gotham';
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.loading {
    overflow: hidden;
    height: 100vh;
}

:focus {
    outline: 0!important;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover, a:visited {
    color: #000000;
}

.mobile_only {
    display: none!important;
}

.page-solo {
    padding-top: 100px;
    padding-bottom: 10px;
    padding-left: 140px;
    padding-right: 140px;
}

h2.page_title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
}

.page_legal a {
    color: inherit;
}

.container_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_checkbox input {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.container_checkbox:hover input ~ .checkmark {
    background-color: #000000;
}

.container_checkbox input:checked ~ .checkmark {
    background-color: #000000;
    border: 1px solid #000000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container_checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

#toggle-mainnav {
/*    position: fixed;*/
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 40px;
    left: 40px;
    z-index: 999;
}

#topnav_logo {
    position: absolute;
/*    width: 66px;*/
    width: 80px;
    right: 0;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-right: auto;
    height: auto;
    padding: 20px 0px;
}

#topnav_langswitch {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 999;
}

#toggle-mainnav span {
    position: relative;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000000;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.toggle-mainnavcont {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-open .toggle-mainnavcont {
    transform: rotate(90deg);
}

/*
#toggle-mainnav.menu-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px
}

#toggle-mainnav.menu-open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#toggle-mainnav.menu-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}
*/

#toggle-mainnav.menu-open span {
    background-color: #000000;
}

.toggle-mainnavcont {
    display: inline-block;
}

.toggle-mainnavtxt {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: super;
    top: -1px;
    position: relative;
    margin-left: 8px;
}

#mainnav {
    display: none;
    position: fixed;
    top: 90px;
    left: 40px;
}

ul#menu-principal {
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 12px;
}

ul#menu-principal li {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

ul#menu-principal li a, ul#menu-principal li a:visited {
    color: #ADADAD;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

ul#menu-principal li.active a, ul#menu-principal li a:hover {
    color: #000000;
    text-decoration: none;
}

ul#qtranslate-chooser {
    padding: 0;
    list-style: none;
}

ul#qtranslate-chooser li {
    display: inline-block;
}

ul#qtranslate-chooser li a, ul#qtranslate-chooser li a:focus, ul#qtranslate-chooser li a:visited {
    color: #ADADAD;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

ul#qtranslate-chooser li.active a, ul#qtranslate-chooser li a:hover {
    color: #000000;
    text-decoration: none;
}

ul#qtranslate-chooser li:first-child {
    margin-right: 15px;
}

/*****************************/
/********** INTRO ************/
/*****************************/

#intro_load {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
/*    display: none;*/
}

#intro_load_container {
    transform: scale(1.25);
}

h1#dd_letters {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 5px;
}

h2#ar_letters {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3.6px;
    margin: 0;
}

.dd_letter, .ar_letter, #logo_anim {
    opacity: 0;
}

img.lazyload {
    filter: blur(3px);
    min-width: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

img.lazyload.loaded {
    filter: blur(0px);
}

/*****************************/
/******* REALISATIONS ********/
/*****************************/

ul.filtres_types {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
    font-size: 12px;
    text-transform: uppercase;
}

ul.filtres_types li {
    display: inline-block;
    margin: 0 18px;
}

ul.filtres_types li span, ul.filtres_types li span a {
    position: relative;
    color: #ADADAD;
    cursor: pointer;
}

ul.filtres_types li span.active, ul.filtres_types li span:hover, ul.filtres_types li span a:hover {
    color: #000000;
    text-decoration: none;
}

.filtres_types_sb {
    margin-bottom: 40px;
    font-size: 12px;
    position: relative;
    display: inline-block;
}

.filtres_types_sb label {
    color: #ADADAD;
    font-weight: initial;
    text-transform: uppercase;
}

#select_filtres {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: transparent;
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 15px;
}

.filtres_types_sb:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' height='8px' viewBox='0 0 129 129'><path d='M121.3 34.6c-1.6-1.6-4.2-1.6-5.8 0l-51 51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8 0-1.6 1.6-1.6 4.2 0 5.8l53.9 53.9c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2.1-5.8z'/></svg>");
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10px;
    pointer-events: none;
    box-sizing: border-box;
}

#filtres_types_sbwidth {
    display: none;
    text-transform: uppercase;
}

a.projet_lien {
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0px 15px 60px 15px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.projet_lien:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.projet_infos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    padding: 15px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.projet_lien:hover .projet_infos {
    opacity: 1;
}

a.projet_lien {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

a.projet_lien:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

p.projet_titre {
    margin: 0;
    color: #000000;
}

p.projet_desc {
    margin: 0;
    color: #959595;
}

.projet_solo_slidetitre {
    text-transform: uppercase;
    margin: 0;
}

.projet_solo_slidedesc {
    color: #959595;
    margin-bottom: 40px;
}

.projet_solo_slide {
    margin-bottom: 60px;
}

.projet_solo_slide img {
    margin: auto;
}

/*****************************/
/********** CONTACT **********/
/*****************************/

p.contact_merci {
    display: none;
}

.input100 {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 10px 0;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    resize: none;
    border-radius: 0;
    margin-bottom: 20px;
}

::placeholder {
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000000;
}

::-ms-input-placeholder {
    color: #000000;
}

.trightd_tleftm {
    text-align: right;
}

.input_container {
    position: relative;
}

.input_container label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #000000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-weight: normal;
    z-index: -1;
}

.input_container .input100:focus ~ label, .input_container .input100.populated ~ label {
    top: -10px;
    font-size: 10px;
    color: #6b6b6b;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

span.focus-border {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

textarea.input100 ~ span.focus-border {
    bottom: 24px;
}

.input_container .input100:focus ~ .focus-border, .input_container .input100.populated ~ .focus-border {
    width: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.input_cont50 {
    width: calc(50% - 8px);
    display: inline-block;
}

.input_cont50r {
    float: right;
}

#btn_formcontact, #btn_formcontact:active, #btn_formcontact:focus, #btn_formcontact:hover {
    position: relative;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    padding-bottom: 3px;
    background-color: transparent;
}

#btn_formcontact:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#btn_formcontact:hover:after {
    width: 100%;
}

.page_contact {
    padding-bottom: 60px;
}

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

footer {
    text-align: center;
    padding: 30px 15px;
    font-size: 10px;
}

.footer_logo {
    margin-bottom: 30px;
}

footer p {
    margin: 0;
}

footer a {
    color: #000000;
    text-decoration: none;
}

footer a:hover, footer a:visited, footer a:focus {
    color: #000000;
}

/*****************************/
/****** BANNIERE PRIVACY *****/
/*****************************/

#banniere-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.80);
    text-align: center;
    padding: 15px;
}

#banniere-cookies-plus {
    text-decoration: underline;
    margin-right: 10px;
}

#banniere-cookies-ok {
    background-color: #FFFFFF;
    font-size: 12px;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 5px 8px;
    font-weight: 600;
}

/*****************************/
/******* MEDIA QUERIES *******/
/*****************************/

@media screen and (max-width: 768px) {
    
    .desktop_only {
        display: none;
    }
    
    .mobile_only {
        display: block!important;
    }
    
    .mobile_only.mob_inlineblock {
        display: inline-block!important;
    }
    
    #mainnav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 90px 30px;
        background-color: #FFFFFF;
        z-index: 9;
    }
    
    #toggle-mainnav {
        left: 15px;
    }
    
    #topnav_langswitch {
        right: 15px;
    }
    
    ul#qtranslate-chooser li:first-child {
        margin-right: 5px;
    }
    
    .page-solo {
        padding-left: 0;
        padding-right: 0;
    }
    
    a.projet_lien {
        margin: 0px 0px 30px 0px;
    }
    
    .projet_infos {
        position: relative;
        opacity: 1;
    }
    
    .projets-filterable .projet {
        width: 100%;
    }
    
    .bloc_contact h2.page_title {
        text-align: center;
    }
    
    .bloc_coordonnees {
        margin-top: 60px;
        text-align: center;
    }
    
    .mob_margin_b30 {
        margin-bottom: 30px;
    }
    
}