/*   
Theme Name: Groupe théâtral des Mascarons 
Description: Thème pour le site du groupe théâtral des Mascarons
Author: Sinabe Sàrl
Version: 2.0.0
*/

/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
  
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
  
ul {
    list-style: none;
}
  
button, input, select, textarea {
    margin: 0;
}
  
html {
    box-sizing: border-box;
}
  
*, *:before, *:after {
    box-sizing: inherit;
}
  
img, video {
    height: auto;
    max-width: 100%;
}
  
iframe {
    border: 0;
}
  
table {
    border-collapse: collapse;
    border-spacing: 0;
}
  
td, th {
    padding: 0;
    text-align: left;
}

/*
 * Grid system
 */
 .row {
    width: 100%;
    box-sizing: border-box;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}
  
.col-5 {
    width: 5%;
}
  
.col-10 {
    width: 10%;
}
  
.col-15 {
    width: 15%;
}
  
.col-20 {
    width: 20%;
}
  
.col-25 {
    width: 25%;
}
  
.col-30 {
    width: 30%;
}
  
.col-35 {
    width: 35%;
}
  
.col-40 {
    width: 40%;
}
  
.col-45 {
    width: 45%;
}
  
.col-50 {
    width: 50%;
}
  
.col-55 {
    width: 55%;
}
  
.col-60 {
    width: 60%;
}
  
.col-65 {
    width: 65%;
}
  
.col-70 {
    width: 70%;
}
  
.col-75 {
    width: 75%;
}
  
.col-80 {
    width: 80%;
}
  
.col-85 {
    width: 85%;
}
  
.col-90 {
    width: 90%;
}
  
.col-95 {
    width: 95%;
}
  
.col-100 {
    width: 100%;
}
  
.col-33 {
    width: 33.3333%;
}
  
.col-66 {
    width: 66.6666%;
}
  
.col-5, .col-10, .col-15, .col-20, .col-25, .col-30, .col-35, .col-40, .col-45, .col-50, .col-55, .col-60, .col-65, .col-70, .col-75, .col-80, .col-85, .col-90, .col-95, .col-100, .col-33, .col-66 {
    float: left;
    padding-right: 0px;
    padding-top: 1px;
}
  
.col-right {
    float: right;
}
  
/** Display div like a table. Equal height **/
.rowTable {
    display: table;
}
  
.colEqual {
    float: none;
    display: table-cell;
}


/** Padding for the content of a col **/
.col-pad * {padding-right:5px; padding-left: 5px;}
.col-pad-large * {padding-right:20px; padding-left: 20px;}

.col-pad-right * {padding-right: 20px;}
.col-pad-left * {padding-left: 20px;}



.pad {padding-left:10px; padding-right: 10px; padding-top: 10px;}

.content {padding-left: 10px; padding-right: 10px;}

/*
 * WordPress Menu class
 */

.menu-icon {
  display: none;
}

.menu {
  background: #F4F4F4;
  height: 60px;
}

.menu ul {
    background: #F4F4F4;
    list-style-type: none;
    z-index: 99;
    /*padding:0px;*/
}

.menu li {
    background: #F4F4F4;
    display: block;
    position: relative;
    float: left;
    min-width: 150px;
}

.menu li ul {
    display: none;
}

.menu li:hover, .sub-menu li:hover {
    background: #42454A;
}

.menu a, .menu li:hover ul li a {
  display: block;
  font-size: 1em;
  font-weight: 800;
  color: #919191;
  text-decoration: none;
  line-height: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.menu li:hover a, .menu li:hover ul li:hover a {
  color: #919191;
}

@media screen and (min-width: 801px) {
  .sub-menu a {
    min-width: 150px;
  }

  .menu li:hover ul {
    display: block;
    position: absolute;
  }
}
@media screen and (max-width: 800px) {
  #resp-menu {
    width: 100%;
  }

  .menu-icon {
    display: block;
    float: right;
  }

  #resp-menu ul, #resp-menu:active ul {
    display: none;
  }

  #resp-menu:hover ul {
    display: block;
    background-color: #F4F4F4;
  }

  .menu li {
    display: block;
    float: left;
    width: 100%;
  }

  .menu ul li:hover {
    background: #efefef;
  }

  .menu li ul li {
    padding-left: 20px;
  }
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("//mascarons.ch/wp-content/themes/mascarons/fonts/Roboto/Roboto-Regular.ttf");
    src: url("//mascarons.ch/wp-content/themes/mascarons/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }

body
{
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    color: #1a252b;
    width: 100%;
    margin: 0px;
}

p, dl, multicol {
   display: block;
   margin: 1em 0;
}

a
{
    color: #e4004b;
    text-decoration: none;
}

a:hover {}

h1 {font-size: 2em;}

h2 {font-size: 1.7em;}

h3 {font-size: 1.4em;}

h4 {font-size: 1.4em;}

h5 {font-size: 1.3em;}

h6 {font-size: 1.15em;}

h1, h2, h3, h4, h5, h6
{
    margin: 20px 0 10px 0;
    font-weight: bold;
}

h1, h3, h5
{
    line-height: 100%;

    color: #e4004b;
}

h2, h4, h6
{
    line-height: 100%;
    font-weight: bolder;
    color: #897e15;
}

strong {font-weight: bold; padding: 0px; margin: 0px;}

em {font-style: italic;}

blockquote, figure {
   display: block;
   margin: 1em 40px;
}

img {max-height:100%; max-width: 100%;}

hr {color: #F4F4F4;}

article ul {
    display: block;
    list-style-type: disc;
    padding-left: 40px;
}

article li {
    display: list-item;
}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.justify {text-align: justify;}

/* List style with Font-Awesome */

.listInline {list-style:none;}
.listInline li {display: inline-block; width: 30px;}

.listNone {list-style: none;}

.listSquare {list-style: none; margin-left: 15px; list-style-position: outside}
.listSquare li:before {font-family: 'FontAwesome'; float: left; width: 1.4em; content: "\f0c8";}

.listArrow {list-style: none; margin-left: 15px;}
.listArrow li:before {font-family: 'FontAwesome'; float: left; width: 1.4em; content: "\f054"; color:#e4004b}

.listInline {list-style:none;}
.listInline li {display: inline-block; width: 30px;}

/* Mascarons Color */

.bgDark {background: #1a252b;}
.masRed {color: #e4004b;}
.masGreen {color: #897e15;}

/* Table format */
.tbl{}
tr {}
.tblTitle {background:#F4F4F4;}
td {padding: 4px;}
th {font-size: 1em; color:#FF0000; font-weight:bold; padding-bottom: 5px;}


/* Site example */

.title {font-family: arial; font-size: 3em; color:#FF0000; font-weight:bold;}

.wp-date-post {margin-top: 20px; background-color:#42454A; display: block; height: 60px; padding:5px; text-align:center;}

header h2 {padding-left: 10px;}
header small {padding-left: 10px;}

.entry-content {padding-top: 10px;}

.postnav {
    position: relative;
}

/**
*
* Viewport
*
**/

@media screen and (min-width: 980px) /* Desktop */ {

}

@media screen and (max-width: 979px) /* Tablet */ {

}

@media screen and (max-width: 800px) /* Mobile */ {
    .col-100, .col-95, .col-90, .col-85, .col-80, .col-75, .col-70, .col-65, .col-60, .col-55, .col-50, .col-45, .col-40, .col-35, .col-30, .col-25, .col-20, .col-15, .col-10, .col-5, .col-33, .col-66 {
        width: 100%;
        padding-right: 3px;
        padding-left: 3px;
    }
    
    .col-mobile-hide, .col-mobile-hidden {
        display: none;
    }
    
    .rowTable {
        display: table;
    }
    
    .colEqual {
        float: left;
        display: block;
    }
    
    body{font-size: 1em;}
};