@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url('../fonts/Montserrat-Regular.ttf');
}

body {
	text-align: left;
	color:black;
	background-color: #f2f2f2;
}

.desktop-sun-canvas {
    display: block;
}

.mobile-sun-canvas {
    display: none;
}

.page {
	background-color:white;
	border-radius:20px;
	padding:40px;
	width:1024px;
	margin:auto;
    margin-bottom:40px;
    font-family: 'Montserrat', sans-serif;
}

.plan {
    margin-top:30px;
    margin-bottom:20px;
}

.title-certif-div {
    height: 55px;
}

.sub-title-certif-div {
    letter-spacing: 0.5px;
    float: left;
    color: #1b3b72;
    font-weight: 700;
    font-size: 26pt;
}

.logo-certif {
    height: 35px;
}

.desc-div {
    margin-bottom: 30px;
}

.dot {
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%), linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: top, bottom;
    background-size: 3px 1px, 3px 1px;
    background-repeat: repeat-x, repeat-x;
}

.dotted {
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    height: 1px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    width:100%;
}

.desc-type-div {
    height: 60px;
    line-height:60px;
    font-size: 11pt;
}

.desc-type-text {
    font-weight: 700;
    font-size: 12pt;
}

.type-room {
    font-weight: 400;
    font-size:12pt;
    white-space: nowrap;
}

.sub-desc-type-div {
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
}

.space-inline-11 {
    line-height: 11pt;
}

.nombre-pieces {
    font-weight: 400;
    font-size: 10pt;
}

.desc-type-number {
    font-weight: 700;
    font-size: 10pt;
}

.data-div {
    margin-top:30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 24pt;
    -webkit-print-color-adjust: exact;
}

.data-title {
    margin-bottom:30px;
}

.lum-div {
    color: #008fc8;
    padding-right:25px;
}

.sol-div {
    color: #f2d414;
    padding-left:25px;
}


.hour-left-style {
    font-weight: 700;
    font-size: 16pt;
    color: #008fc8;
}

.days-style {
    font-weight: 400;
    font-size: 16pt;
    color: black;
}

.picto-fenetre {
    width: 85px;
    float: right;
    margin-top: -40px;
}


.hour-right-style {
    font-weight: 700;
    font-size: 16pt;
    color: #f2d414;
}

.picto-soleil {
    width: 85px;
    float: right;
    margin-top: -40px;
}

.footer-div {
    width: 100%;
    display: none;
    height: 50px;
    bottom:0;
    background-color: #1b3b72;
}

.left-footer-text {
    line-height: 50px;
    float: left;
    font-weight: 700;
    font-size: 10pt;
    color: white;
    margin-left: 50px;
}

.right-footer-text {
    line-height: 50px;
    float: right;
    font-weight: 400;
    font-size: 11pt;
    color: white;
    margin-right: 50px;
}

.definition-title {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight:400;
    text-decoration: none !important;
    color: #000000;
}

.definition-text {
    text-align: justify;
    font-size:14px;
    margin-top:10px;
    margin-bottom:10px;
}

.hightlight-text-sunlight {
    font-weight:700;
    color: #f2d414;
}

.highlight-text-light {
    font-weight:700;
    color: #008fc8 !important;
}

.titre-section-note {
    font-size: 24pt;
}

.icone-note {
    float:right;
}

.icone-note img {
    height:  85px;
}

.titre-section-certificat {
    float:none;
}

.mb-5 {
    margin-bottom:50px;
}

.marge-bottom-30 {
    margin-bottom: 30px;
}

.legend {
	width: 40px;
	height: 40px;
	display: inline-block;
	border:1px #ddd solid;
	vertical-align: middle
 }

 .legend img {
	 width:100%;
	 height:100%;
 }

 .text-legend {
	padding-left:20px;
	text-align:left;
	display: inline-block;
 }

 .legend_saisons {
    text-align:center;
    margin-top: 10px;
    margin-bottom:5px;
    font-family: 'Montserrat', sans-serif;
    color: #777777;
    font-size:14px;
}

.cam-col-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.rang {
    margin-top:20px;
    margin-bottom:20px;
}

.mat-ic {
    display:none !important;
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 640px) {

    .text-right {
        display: none !important;
    }
    /* bootstrap */

    .text-center {
        text-align: center;
    }

    .col-12 {
        width: 100% !important;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    /* certif-mobile style */

    body {
        background-color: #ffffff !important;
        margin-top: 0px !important;
    }

    .fixed-top {
        position: relative;
    }

    nav {
        margin-bottom:20px;
    }

    .navbar-logo img {
        margin-left: 15px !important;
    }

    .page {
        background-color: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        width: auto !important;
        margin: 0 !important;
    }

    .title-certif-div {
        height: 36px !important;
    }

    .sub-title-certif-div {
        font-size: 16pt !important;
    }

    .logo-certif {
        display: none !important;
    }

    .desc-div {
        margin-bottom: 10px !important;
    }

    .desc-type-div {
        height:30px;
        line-height: 30px;
    }

    .desc-type-text, .type-room, .nombre-pieces, .desc-type-number, .desc-type-text-sub, .surface-text {
        font-size: 10pt !important;
    }

    .space-inline-11 {
        line-height: normal !important;
    }

    .plan {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .data-div {
        float: none !important;
        width: auto !important;
        margin-top: 15px !important;
    }

    .data-div, .definition-btn {
        font-size: 22pt !important;
    }

    .picto-fenetre {
        margin-right: -15px;
    }

    .picto-soleil {
        margin-right: -10px;
    }

    .definition-btn {
        padding-top: 5px;
        display: block;
        background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
        background-position: top;
        background-size: 3px 1px, 3px 1px;
        background-repeat: repeat-x, repeat-x;
        color: #1b3b72 !important;
        font-weight: 400;
        cursor:pointer !important;
    }

    .key-down {
        float: right;
        margin-top: 10px;
    }

    a:hover {
        color: #000000 !important;
        text-decoration: none !important;
    }

    #def-collapse {
        margin-top: 10px;
    }

    .definition-text {
        float: none !important;
        font-size: 11pt !important;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }

    .space-div {
        height: 40px;
        background-color: #f2f2f2;
    }

    .title-certif-sub-div {
        margin-top: 15px !important;
        margin-bottom: 10px !important;
        height: 30px !important;
    }

    .sub-title-certif-div {
        float: none !important;
        font-size: 16pt !important;
    }

    .titre-section-note {
        font-size: 17pt !important;
        margin-top: 20px;
    }

    .titre-sous-section-note {
        font-size: 8.5pt !important;
    }

    .icone-note img {
        margin-top: -5px;
        margin-right: -5px;
        height: 55px !important;
    }

    .desktop-sun-canvas {
        display: none !important;
    }

    .mobile-sun-canvas {
        display: block !important;
    }

    .text-legend {
        font-size: 10pt !important;
        padding-left: 0 !important;
        text-align: center !important;
        padding-left:-15px;
        padding-right:-15px;
    }

    .seasons-slide {
        font-size: 12pt !important;
        margin-top: 15px;
        height: 35px !important;
        color: #777777;
    }

    .marge-bottom-30 {
        margin-bottom: 0 !important;
    }

    .rang {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mat-ic {
        display: inline-block !important;
    }
}