
@font-face {
    font-family: 'de_valenciaregular';
    src: url('De_Valencia-webfont.eot');
    src: url('De_Valencia-webfont.eot?#iefix') format('embedded-opentype'),
         url('De_Valencia-webfont.woff') format('woff'),
         url('De_Valencia-webfont.ttf') format('truetype'),
         url('De_Valencia-webfont.svg#de_valenciaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*
  _____            _   
 |_   _|___ __  __| |_ 
   | | / _ \\ \/ /| __|
   | ||  __/ >  < | |_ 
   |_| \___|/_/\_\ \__|
                       
*/
h1{
  font-family: 'de_valenciaregular','Six Caps', sans-serif;
  color: white;
  font-size: 3vw;
  font-weight: lighter;
  margin-top: 0px;
}
h2{
  font-family: 'de_valenciaregular', 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 1.5vw;

}
h3{

   margin: 0;
   margin-top: 10px;
   font-size: 1vw;
}
h4{

   margin: 0px;
   font-size: 1vw;
}
h5{
  font-size: 1vw;

}
h6{
  font-size: 0vw;

}
p{

   margin: 0px;
   font-size: 1vw;
}
a{
  color: black;
  font-size: 1vw;
}
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: gray;
}
a:active {
  color: gray;
}
figcaption{
  font-size: 14px;
  font-size: 1vw;
}
abbr[title], acronym[title] {
    text-decoration: none;
     font-size: 1vw;
}

/*
  ____   _         _       _               
 |  _ \ (_)__   __(_) ___ (_)  ___   _ __  
 | | | || |\ \ / /| |/ __|| | / _ \ | '_ \ 
 | |_| || | \ V / | |\__ \| || (_) || | | |
 |____/ |_|  \_/  |_||___/|_| \___/ |_| |_|

*/

body{
  margin:0;
  padding:0;
  font-family: 'Agency FB', 'Oswald', sans-serif;
  background-color: gray;
}
aside{
    width: 9vw;
    position: absolute;
    background-color: black;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    min-width: 110px;
    overflow: hidden;
}
main{
  background-color: white;
  margin: 1vw auto;
  position: relative;
  height: 612px;
  width: 72%;
  min-width: 800px;
  max-width: 882px;
  overflow: hidden
}
section{}
article{}
figure{
   text-align: center;
    margin: 0;
    width: 76px;

}






 /* 
   ____             _                    
  / ___|_   _  ___ | |_  ___   _ __ ___  
 | |   | | | |/ __|| __|/ _ \ | '_ ` _ \ 
 | |___| |_| |\__ \| |_| (_) || | | | | |
  \____|\__,_||___/ \__|\___/ |_| |_| |_|

*/
.fl{
  float: left;
}
.fr{
  float: right;
}
.clr{
  clear: both;
}
.sc{
  width: 30%;
  min-width: 240px;
}
.s1{
  margin-left: 200px;
 padding-left: 45px;
}
.s2{
  padding-left: 45px;
}
.one-word-per-line{
  word-spacing: 9vw;
} 
.info{
  position: absolute;
  bottom: 35px;
  margin-right: 2vw;
}
.info p{
  color: white;
  text-transform: uppercase;
  padding-bottom: 15px;
}
[href="http://mbangar.herzingmontreal.ca/wordpress/wordpress/"]{
  word-break: break-all;
}
.info a {
  color: white;
}

.link{
  text-transform: lowercase;
}
.pt{padding-top: 35px;}

.header-decorated {

    display: flex;
    align-items: center;
    margin-bottom: 7px;
    background: transparent;
    transition: all 1s;
}
.header-decorated::after {
    flex: 1 1 auto;
    content: '';
    background: black 22px repeat-x;
    height: 22px;
    display: block;
    width: auto;
    margin-left: 2px;
    margin-top: 4px;
}
.hob{
  width:100%;
  text-align:center;
}

.hob2{
  display: inline-block;
  margin:0 auto;
}
.skill {
  float: left;
  width: 48%;
}
img{width: 50px; height: 50px; filter: grayscale(1);}

.inner {

  background-color: white;
  overflow: hidden;
  position: relative;
  border-radius: 4px; 
}

.rating {
  float: left;
  width: 50%;
  text-align: center;
}

.rating-num {
  color: #333333;
  font-size: 50px;
  font-weight: 100;
  line-height: 1em; 
}

.rating-stars {
  font-size: 9px;
  color: black;
  margin-bottom: .5em;
}
.rating-stars .active {
  color: black;
}

.rating-users {
  font-size: 1vw;
  text-align: left;
}

.histo {
    float: left;
    width: 50%;
    text-align: center;
  padding-top: 10px;
}

.histo-star {
  float: left;
  padding: 3px;

}

.histo-rate {
  width: 100%;
  display: block;
  clear: both;
}

.bar-block {
  margin-left: 5px;
  color: black;
  display: block;
  float: left;
  width: 75%;
  position: relative;
}

.bar {
  padding: 4px;
  display: block;
}

#bar-five {
  width: 0;
  background-color: #9FC05A;
}

#bar-four {
  width: 0;
  background-color: #ADD633;
}

#bar-three {
  width: 0;
  background-color: #FFD834;
}

#bar-two {
  width: 0;
  background-color: #FFB234;
}

#bar-one {
  width: 0;
  background-color: #FF8B5A;
}
a svg, a .fa-fw {display: none !important;}
a::before{content: attr(data-cv)  ;font-size:0.8em;font-weight:normal;}



/*

___  ___         _ _         _____                       
|  \/  |        | (_)       |  _  |                      
| .  . | ___  __| |_  __ _  | | | |_   _  ___ _ __ _   _ 
| |\/| |/ _ \/ _` | |/ _` | | | | | | | |/ _ \ '__| | | |
| |  | |  __/ (_| | | (_| | \ \/' / |_| |  __/ |  | |_| |
\_|  |_/\___|\__,_|_|\__,_|  \_/\_\\__,_|\___|_|   \__, |
                                                    __/ |
                                                   |___/ 

*/

/* tab portrait and down   */
@media only screen and (max-width: 992px) {
  main{
    width: 100%;
    min-width: unset;
    max-width: unset;
    margin: 0;
  }

}
/* ridiculous (Over 2561px) (landscape) ----------- */
@media only screen and (min-device-width: 2561px) and (orientation: landscape) {

aside {
    width: 12vw;
}
main{
  width: 85%;
  min-width: unset;
  max-width: unset;
  height:unset;
  padding-bottom: 40px;


}
.sc {
    width: 37%;
}
.s1 {
  margin-left: calc(50% - 24vw);
  padding-left: 0;
}
.hob{
  margin-top: 48px;
}
.rating-stars {
  font-size: 36px;
}

}
/* 4k (landscape) ----------- */
@media only screen and (min-device-width: 1441px) and (max-device-width: 2560px) and (orientation: landscape) {


aside {
    width: 12vw;
}
main{
  width: 85%;
  min-width: unset;
  max-width: unset;
  height:unset;
  padding-bottom: 40px;

}
.sc {
    width: 35%;
}
.s1 {
    margin-left: calc(50% - 23vw);
    padding-left: 0;
}
.rating-stars {
  font-size: 30px;
}
img {
    width: 100px;
    height: 100px;
  }

}
/* laptop (landscape) ----------- */
@media only screen and (min-device-width: 1025px) and (max-device-width: 1440px) and (orientation: landscape) {

aside {
  width: 11vw;
}
.s1 {
  padding-left: 50px;
  margin-left: 226px;
}
.rating-stars {
  font-size: 9px;
}

}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

h2{font-size: 2vw;}
h3{font-size: 2vw;}
p{font-size: 1.5vw;}
.rating-stars {
  font-size: 9px;
}
}
/* tablets (portrait) ----------- */
@media only screen and (min-device-width: 426px) and (max-device-width: 768px) and (orientation:portrait) {




}
/* mobiles (portrait) ----------- */
@media only screen and (min-device-width: 0px) and (max-device-width: 425px) and (orientation:portrait) {

h1{font-size: 20vw; margin-bottom: 30px;}
h2{ font-size: 8vw;}
h3{ font-size: 6vw;}
h4{font-size: 4vw;}
p{font-size: 3vw}
.rating-users {
    font-size: 40px;
    }
abbr[title], acronym[title] {
     font-size: 2vw;
}
figure{    width: 222px;}
figcaption{font-size:  3vw;}
main{height: auto;}
article {
   padding-bottom:100px;;
}

aside {
    width:unset;
    position: unset;
    padding-left: 0px;
    padding-right: 0px;
    min-width: unset;
    float: unset!important;
    text-align: center;
    height: auto;
}
.info {
    position: unset;
    bottom: unset;
    margin-right: 0;
    padding-left:10%;
    padding-right:10%;
    padding-bottom: 30px;
}

.info p {
  display: inline-block;
  margin: 0 auto;
}
.info p:first-child {float: left;}
.info p:last-child {float: right;}

.sc {
    width: 90%;
    min-width: unset;
    margin: auto;
    float: none;
    padding-left: 0;
    padding-top: 0;

  }
  .s1{padding-top: 60px}
  .skill{    margin-top: 35px;}
  .header-decorated::before {
    flex: 1 1 auto;
    content: '';
    background: black 27px repeat-x;
    height: 22px;
    display: block;
    width: auto;
    margin-right: 2px;
    margin-top: 5px;
}
img {width: 100px;height: 100px;}
a::before{content: attr(data-cv)  ;display: none;}
  a svg, a .fa-fw {display: block !important; height: 10vw !important; width: 10vw !important;}
  .fa-envelope-square{width:  10vw !important;}
  .fa-wordpress g g path{fill: black !important;}

.rating-stars {
  font-size: 30px;
}
.tel{float: left;}

}
/* mobileM (portrait) ----------- */
@media only screen and (min-device-width: 321px) and (max-device-width: 375px) and (orientation:portrait) {



}
/* mobileS (portrait) ----------- */
@media only screen and (min-device-width: 0px) and (max-device-width: 320px) and (orientation:portrait) {


}






@media print  {

    @page { 
        size: landscape;/* auto is the initial value */
        margin: 0;/* this affects the margin in the printer settings */
        padding: 0;
      }
      main{
        margin: 0;
        height: 100vh;
        width: 100%;
        min-width: unset;
        max-width: unset;
      }
      .sc {
    width: 35%;
    height: 100%;
}
    p a {
word-wrap: break-word;
}
    a {
text-decoration: none;
}
h1{font-size: 3vw; }
h2{ font-size: 1.5vw;}
h3{ font-size: 2vw;}
h4{font-size: 2vw;}
p{font-size: 1.5vw}
.rating-users {
    font-size: 1.5vw;
    }
abbr[title], acronym[title] {
     font-size: 2vw;
}
figure{    width: 100px;}
figcaption{font-size:  1vw;}
a {
  font-size: 12px;
}
body{
  padding: 0;
  margin: 0
}
}

/*
   ___   _    _                 
  / _ \ | |_ | |__    ___  _ __ 
 | | | || __|| '_ \  / _ \| '__|
 | |_| || |_ | | | ||  __/| |   
  \___/  \__||_| |_| \___||_|   
                              
*/
  body.refreshing #inbox {
    filter: blur(1px);
    touch-action: none; /* prevent scrolling */
  }
  body.refreshing .refresher {
    transform: translate3d(0,150%,0) scale(1);
    z-index: 1;
  }