        @font-face {
            font-family: "Helvetica-Neu-Bold";
            src: url('../fonts/Helvetica Neu Bold.ttf');
        }
        .Helvetica-Neu-Bold {
            font-family: "Helvetica-Neu-Bold";
        }

        @font-face {
            font-family: "HelveticaNeueLt";
            src: url('../fonts/HelveticaNeueLt.ttf');
        }
        .HelveticaNeueLt {
            font-family: "HelveticaNeueLt";
        }


        @font-face {
            font-family: "Gotham-UltraItalic";
            src: url('../fonts/Gotham-UltraItalic.otf') format("opentype");
        }
        .Gotham-UltraItalic {
            font-family: "Gotham-UltraItalic";
        }
        @font-face {
            font-family: "GothamBoldItalic";
            src: url('../fonts/GothamBoldItalic.ttf') ;
        }
        .GothamBoldItalic {
            font-family: "GothamBoldItalic";
        }



        
        
        h2 {
            color:rgba(255,13,1,1);
        }

        .btn-decmo-home {
            background-color: #ffaaa6; 
            color:#FFF; 
            padding:10px; 
            border-radius: 15px;
            font-weight:bold;
        }

        .pdl0 {
            padding-left: 0px;
        }

        .pdr0 {
            padding-right: 0px;
        }

        h3 {
            font-size: 18px;
        }

        .mosaique p {
            font-size: 13px;
        }

        .navbar-default .navbar-nav>li>a {
            color:#707070;
        }

        .navbar-default {
            border:none;
            font-size: 12px;
        }

        .GothamMedium {
            font-family:"GothamBold" ;
        }

        .GothamBlack {
            font-family: "GothamBlack";
        }

        .domaine-1 {
            padding-top:26px; 
            height:240px; 
            background-image: url('../img/gamme-1.jpg'); 
            background-repeat: no-repeat; 
            background-position: right; 
            font-size: 12px; 
            padding-top:85px; 
            margin-top:26px;
        }

        .domaine-2 {
            padding-top:26px; 
            height:240px; 
            background-image: url('../img/gamme-2.jpg'); 
            background-repeat: no-repeat; 
            background-position: right; 
            font-size: 12px; 
            padding-top:85px; 
            margin-top:26px;
        }

        .domaine-3 {
            padding-top:26px; 
            height:240px; 
            background-image: url('../img/gamme-3.jpg'); 
            background-repeat: no-repeat; 
            background-position: right; 
            font-size: 12px; 
            padding-top:85px; 
            margin-top:26px;
        }

        h5 {
            font-family: "GothamBlack";
            font-size: 18px;
            font-style: italic;
        }