/*
Theme Name: UD CGT - SITE EXTERNE
Author: Pravdamien
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.1.0
Text Domain: udcgtexternal
Template: iamyourfather3
*/

/**
 * SOMMAIRE:
 *
 * 1.0  - Reset
 * 2.0  - COLORS
 * 14.0 - LOADER
 * 20.0 - QUERIES
 * -----------------------------------------------------------------------------
 */


/***************************************************************************************
 * 1.0 Reset
***************************************************************************************/

article,pre,section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}body,html{overflow-x:hidden;min-height:100%;padding:0}a,ins,mark{text-decoration:none}body,html,input[type=checkbox],input[type=radio]{padding:0}pre,textarea{overflow:auto}html,table{width:100%}hr,img{border:0}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}fieldset,pre,table,td,th{border:1px solid rgba(0,0,0,.1)}blockquote,cite,dfn,em,i{font-style:italic}dd,dl,pre{margin-bottom:24px}html{margin:0;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,nav,section{display:block;position:relative}audio,canvas,video{display:inline-block;max-width:100%}body,button,input,select,textarea{color:#212529;font-size:16px;font-weight:300;line-height:1.5}h1,h2{font-size:32px}b,blockquote,dt,strong{font-weight:700}a{color:#f03e3e}a:active,a:focus,a:hover{outline:0}a:active,a:hover{color:#d11}h1,h2,h3,h4,h5,h6{font-weight:500;margin:26px 0 12px}h1{line-height:1}h2{line-height:1}h3{font-size:24px;line-height:1.0909090909}h4{font-size:22px;line-height:1.2}h5{font-size:20px;line-height:1.3333333333}h6{font-size:18px;line-height:1.5}abbr[title]{border-bottom:1px dotted #2b2b2b;cursor:help}ins,mark{background:#fff9c0}p{margin-bottom:15px}code,kbd,pre,samp,tt,var{font-family:monospace,serif;font-size:15px;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.6}pre{box-sizing:border-box;margin-top:24px;max-width:100%;padding:12px;white-space:pre;white-space:pre-wrap;word-wrap:break-word}blockquote,q{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}q:after,q:before{content:"";content:none}blockquote{color:#333;font-size:22px;line-height:1.2631578947;padding:35px 50px;position:relative}blockquote:after,blockquote:before{content:'\f106';font:50px/1 Genericons;position:absolute}blockquote b,blockquote strong,caption,td,th{font-weight:400}blockquote:before{left:0;top:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}blockquote:after{bottom:0;right:0}blockquote cite,blockquote small{color:#2b2b2b;font-size:16px;font-weight:400;line-height:1.5}blockquote cite,blockquote em,blockquote i{font-style:normal}small{font-size:smaller}big{font-size:125%}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}ol,ul{margin:0 0 24px 20px}ul{list-style:none}ol{list-style:decimal}li>ol,li>ul{margin:0 0 0 20px!important}img{-ms-interpolation-mode:bicubic;vertical-align:middle}figure{margin:0}fieldset{margin:0 0 24px;padding:11px 12px 0}legend{white-space:normal}button,input,select,textarea{box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}button,input{line-height:normal}input,textarea{background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0))}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{vertical-align:top}td,th{border-width:0 1px 1px 0}table{border-collapse:separate;border-spacing:0;border-width:1px;margin-bottom:24px}caption,td,th{text-align:left}th{font-weight:700}del{color:#767676}hr{background-color:rgba(0,0,0,.1);height:1px;margin-bottom:23px}::-moz-selection{background:#222;color:#fff;text-shadow:none}::selection{background:#222;color:#fff;text-shadow:none}::-moz-selection{background:#222;color:#fff;text-shadow:none}input:focus,button:focus,div:focus,section:focus,aside:focus,textarea, input {outline:0;}
textarea, input, select { outline: none; }
html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
    /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb-site{
    min-height: 1px !important;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    /* Stops horizontal scrolling. */
}

html {
    height: 100%;
    /* Site is as tall as device. */
}

html.sb-init {
    margin-top: 0!important;
}

body {
    font-family: 'Satoshi', sans-serif;
    min-height: 100vh;
    color: #212529;
    height: auto;
    position: relative;
    /* Required for static Slidebars to function properly. */
}


/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden;
}

body.iframe::-webkit-scrollbar {display: none;}
body.iframe{-ms-overflow-style: none;scrollbar-width: none;}




/***************************************************************************************
 * 2.0 COLORS
***************************************************************************************/

/*Generic classes*/

.ft-walter {color:#fff}
.ft-green {color:#1abc9c}
.ft-darkgreen{color:#14947b}
.ft-blue {color:#25b0cc}
.ft-darkblue{color:#167;}
.ft-grey {color:#212529}
.ft-lightgrey{color:#777;}
.ft-lightergrey{color:#F8F8F8;}
.ft-red{color:#f03e3e}

a.hov-white:hover,
a.gen-hov-white:hover .genericon:before{color:#fff;}
a.hov-green:hover {color:#1abc9c}
a.hov-darkgreen:hover{color:#14947b;}
a.hov-blue:hover{color:#25b0cc;}
a.hov-darkblue:hover{color:#167;}
a.hov-red:hover{color:#f03e3e;}

.hov-bg-walter:hover{background-color:#fff;}
.hov-bg-green:hover{background-color:#1abc9c}
.hov-bg-blue:hover{background-color: #25b0cc}

.border-white{border-color:#fff;}
.border-green {border-color:#1abc9c}
.border-darkgreen{border-color:#14947b;}
.border-darkblue{border-color:#25b0cc;}
.border-darkblue{border-color:#167;}
.border-red{border-color:#f03e3e;}
.border-1{border:1px solid;}
.border-2{border:2px solid;}
.border-3{border:3px solid;}
.border-4{border:4px solid;}
.border-5{border:5px solid;}
.border-all{box-shadow: 0 0 0 1px #212529 inset;-webkit-box-shadow: 0 0 0 1px #212529 inset}
.border-bottom{border-bottom: solid;}

.bg-walter{background-color: #fff;}
.bg-green {background-color:#1abc9c}
.bg-darkgreen{background-color:#14947b}
.bg-blue {background-color:#25b0cc}
.bg-darkblue{background-color:#167;}
.bg-grey {background-color:#343434}
.bg-lightgrey{background-color:#777;}
.bg-lightergrey{background-color:#F8F8F8;}
.bg-trans{background-color: transparent;}
.bg-red{background-color:#f03e3e;}

.ft-06{font-size:0.6em;}
.ft-08{font-size:0.8em;}
.ft-1{font-size:1em;}
.ft-2{font-size:2em;}
.ft-3{font-size:3em;}
.ft-4{font-size:4em;}
.ft-5{font-size:5em;}


.ft-light{font-weight: 300;}
.ft-normal{font-weight: 500;}
.ft-bold{font-weight: 900;}
.ft-alt{font-family: 'Satoshi', sans-serif;font-weight: 900;}

.tleft{text-align: left;}
.tcenter{text-align: center;}
.tright{text-align:right;}
.fl-right{float: right;}
.fl-left{float: left;}
.fl-none{float: none;}

.full-btn{
    display: block;
    line-height: 2em;
    margin:5px;
    font-size: 1.5em;
    padding: 0 5px;
    text-decoration: none !important;
}
.full-btn .genericon{
    vertical-align: middle;
}
.full-btn .glyphicon{
    vertical-align: top;
}
.full-btn .genericon-expand{
    float: right;
    font-size: 1.3em;
}

.btn-red,
.btn-red:hover,
.btn-red:focus{
    color: #fff;
    background-color: #f03e3e;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
}

.dblock{display: block;overflow: hidden;}
.dinline{display: inline-block;overflow: hidden}

.nopadder{padding:0 !important;}
.noborder{border:none !important;}

.padder.one{padding:1em;}
.padder.two{padding:2em;}

.screen-reader-text{display: none!important}


h2, h3, h4{
    font-weight: bold;
}



/***************************************************************************************
 * 14.0 LOADER
***************************************************************************************/



/* LOADER - https://loading.io/icon/ - the icon "heart" is provided by loading.io */

.waiting-slider{
    height: 100% ;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:#ef3e3e;
    z-index: 1000;
}
.waiting-slider .waiting-animation{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -50px;
    margin-left:-50px;
}


 @keyframes ldio-ujhjzyueza {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-ujhjzyueza div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-ujhjzyueza div {
  animation: ldio-ujhjzyueza 1s linear infinite;
  top: 50px;
  left: 50px
}
.loadingio-spinner-rolling-x6lj4zax1z {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: #ef3e3e;
}
.ldio-ujhjzyueza {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-ujhjzyueza div { box-sizing: content-box; }



/***************************************************************************************
 * 20.0 QUERIES
***************************************************************************************/



@media (max-width: 600px) {

    .ft-1{font-size:1em;}
    .ft-2{font-size:1.5em;}
    .ft-3{font-size:2em;}
    .ft-4{font-size:2.2em;}
    .ft-5{font-size:2.5em;}

    .container-fluid>.navbar-collapse{
        margin-right: 0;
    }
    .navbar-nav{
        width: 100%;
        margin:0;
    }

}


@media (min-width: 769px) {

     .waiting-slider{
        height: 100%
    }   


}
