/* CSS Document */
/**********************************/
/*         Colors                 */
/**********************************/
/*
        #6ab3c6 rgb(106,179,199) tsl(193,47,78)
        #449ab0 rgb(68,154,176) tsl(192,62,69)
        #058eb0 rgb(5,142,176) tsl(192,97,69)
        #057996 rgb(5,121,150) tsl(192,97,59)
aqua-blue = #00637D rgb(0,99,125) tsl(192,100,49)


dark-blue = #1C3354 rgb(28,51,84)


orange = #FF4A00 rgb(255,74,0) tsl(17,100,100)
        #e54100 rgb(229,65,0) tsl(17,100,90)
        #cc3a00 rgb(204,58,0) tsl(17,100,80)
        #ff5b1a rgb(255,91,26) tsl(17,90,100)
        #a64119 rgb(166,65,25) tsl(17,85,65)

*/
/**********************************/
/*         Fonts                  */
/**********************************/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 26, 2021 */



@font-face {
    font-family: 'neogothis_adf_stddemibold';
    src: url('../fonts/neogothis-adf-std.demibold.eot');
    src: url('../fonts/neogothis-adf-std.demibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neogothis-adf-std.demibold.woff2') format('woff2'),
         url('../fonts/neogothis-adf-std.demibold.woff') format('woff'),
         url('../fonts/neogothis-adf-std.demibold.ttf') format('truetype'),
         url('../fonts/neogothis-adf-std.demibold.svg#neogothis_adf_stddemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neogothis_adf_stdlight';
    src: url('../fonts/neogothis-adf-std.light.eot');
    src: url('../fonts/neogothis-adf-std.light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neogothis-adf-std.light.woff2') format('woff2'),
         url('../fonts/neogothis-adf-std.light.woff') format('woff'),
         url('../fonts/neogothis-adf-std.light.ttf') format('truetype'),
         url('../fonts/neogothis-adf-std.light.svg#neogothis_adf_stdlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neogothis_adf_stdregular';
    src: url('../fonts/neogothis-adf-std.regular.eot');
    src: url('../fonts/neogothis-adf-std.regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neogothis-adf-std.regular.woff2') format('woff2'),
         url('../fonts/neogothis-adf-std.regular.woff') format('woff'),
         url('../fonts/neogothis-adf-std.regular.ttf') format('truetype'),
         url('../fonts/neogothis-adf-std.regular.svg#neogothis_adf_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**********************************/
/*         Blocks                 */
/**********************************/
BODY {
    background-color: #6ab3c6;
    font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #000000;
    transition: all .4s linear;
}
BODY.darkMode {
    background-color: hsl(193,47%,12%);
    font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #ffffff;
}
HEADER {
    background-color: #1c3354;
    color: #ffffff;
    padding: 1.2rem 0 1rem;
}
.smart-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.scrolled-down{
   transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
   transform:translateY(0); transition: all 0.3s ease-in-out;
}


/**********************************/
/*         Components               */
/**********************************/
.tacticc-orange {
    color: #FF4A00;
}

H1, .h1, H2, .h2, H3, .h3, H4, .h4 {
    font-family:neogothis_adf_stdregular, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    letter-spacing: -0.05em;
}
H1, .h1 {
    margin: 48px 0;

}
H2, .h2 {
    margin: 36px 0;
}
.btn {
    box-shadow: 0 1px 1px -1px rgba(0,0,0,0.4);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
}
.btn:focus {
    outline-color: #FF4A00;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 1px;
    -moz-outline-radius: 4px;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.4);
}
.btn:hover {
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.4);
}
.btn:active {
    box-shadow: 0 1px 1px 0 inset rgba(0,0,0,0.4);
}
.btn:focus:active {
    outline: none;
}


A {
    color: #058eb0;
}
A:hover {
    color:#057996;
}
A:active {
    color: #00637D;
}
A:hover > .fab {
    text-shadow: 0 2px 3px 0px rgba(0,0,0,0.4);

}
A:active > .fab {
    text-shadow: 0 1px 1px 0 inset rgba(0,0,0,0.4);
}
A:focus > .fab {
    outline-color: #FF4A00;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 1px;
    -moz-outline-radius: 4px;
}
A:focus:active > .fab {
    outline: none;
}

.socials {
    height: 36px;
    padding: 0;
}
.socials A {
    display: inline-block;
    height: 36px;
    padding: 0;
}
.socials .fab {
    font-size: 36px; 
}


.headerName {
    font-family:neogothis_adf_stdregular, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 2.2rem;
    line-height: 1em;
}
@media (min-width: 576px) {
    .headerName {
        font-size: 1.8rem;
    }
}
@media (min-width: 768px) {
    .headerName {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .headerName {
        font-size: 2.2rem;
    }
}
@media (min-width: 1200px) {
    .headerName {
        font-size: 2.5rem;
    }
}


.btn.btn-orange {
    color: #fff;
    background-color: #FF4A00;    /* +vif  */
    border-color: #FF4A00;    /* +vif  */ }
.btn-outline-orange {
    color: #FF4A00;
    background-color: transparent;
    background-image: none;
    border-color: #FF4A00;
}

.btn.btn-orange:hover,
.btn.btn-outline-orange:hover {
    color: #fff;
    background-color: #e54100;    /* vif 2 */
    border-color: #cc3a00;    /* vif 3 */ }
.btn.btn-orange:active,
.btn.btn-outline-orange:active {
    color: #fff;
    background-color: #e54100;    /* vif 3 */
    border-color: #a64119;    /* vif 4 */ }

.text-volet {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: 0;
}
.text-volet::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: background-color 600ms;
    background-color: rgba(0,0,0,0);
    z-index: 99;
}
.text-volet:focus-within::after,
.text-volet:hover::after {
    background-color: rgba(0,0,0,0.7);
}
.text-volet FIGCAPTION {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 3em;
    transition: top 600ms;
    color:#FFFFFF;
    z-index: 110;
}
.text-volet FIGCAPTION>DIV {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.text-volet:focus-within FIGCAPTION,
.text-volet:hover FIGCAPTION {
    top: 0;
}
.text-volet UL {
    padding-left: 1em;
}
.text-volet .h1 {
    margin: 0 0 1rem 0;
}
.text-volet .h2 {
    margin: 0 0 1rem 0;
}
.text-volet .h4 {
    margin: 0 0 1rem 0;
}

@media (max-width: 575.98px) {
    .text-volet FIGCAPTION {
        padding: 1em;
    }
    .text-volet .h2 {
        margin: 0 0 1rem 0;
    }
    .text-volet .h4 {
        font-size: 1.2rem;
        line-height: 1;
        margin: 0 0 1rem 0;
    }
    .text-volet P,
    .text-volet UL {
        line-height: 1.2rem;
    }
}

#contactModal .modal-title {
    letter-spacing: -0.3em;
    transition: letter-spacing 600ms;

}
#contactModal.show .modal-title {
    letter-spacing: -0.04em;
}
.modal-content {
    background-color: #6ab3c6;
}
.modal-content INPUT,
.modal-content TEXTAREA {
    background-color: #7cc4d8;
    border-color: #406caa;
}
.modal-content INPUT,
.modal-content TEXTAREA {
    background-color: #7cc4d8;
    border-color: #406caa;
}
.modal-content INPUT:focus,
.modal-content TEXTAREA:focus {
    background-color: #7cc4d8;
    border-color: #406caa;
    outline-color: #FF4A00;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 1px;
    -moz-outline-radius: 4px;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.4) inset;
}

.modal-header,
.modal-footer {
    background-color: #1C3354;
    color: #FFFFFF;
    border-color: #406caa;
}
.modal-header .close {
    color: #FF4A00;
}