* {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.hidden.menu {
    display: none;
}

.ui.cards.card.content.description {
  font-family: serif;
}



.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
}
.masthead .logo.item img {
    margin-right: 1em;
}
.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}
.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}
.masthead h2 {
    font-size: 1.8em;
    font-weight: normal;

}

.masthead h2 {
    font-size: 1.5em;
    font-weight: bold;
    color:#FFFFFF;
    text-shadow: 2px 2px 4px #000000;
  
}

.ui.vertical.stripe {
    padding: 8em 0em;
}
.ui.vertical.stripe h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5em;
}

.ui.vertical.stripe h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.66em;
}

.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
    clear: both;
}
.ui.vertical.stripe p {
    font-size: 1.33em;
}

p {
    font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}
.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }
    .secondary.pointing.menu .toc.item {
        display: block;
    }
    .masthead.segment {
        min-height: 350px;
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

.ui.parallax {
    height: 10em;
}

/* possiblly semantic styles */
.ui.parallax {
    background-attachment: fixed;
}
.ui.fluid.parallax{
    width: 100%;
}

#archives {
  width:100%;
  min-height:calc(100% - 100px);
  background-image: url('../img/grosse_soiree.jpg');
  background-size: cover;
  background-attachment:fixed;
}


#trucMarrantEquipe {
  width:100%;
  min-height:calc(100% - 100px);
  background-image: url('../img/saviezvous.jpg');
  background-size: cover;
  background-attachment:fixed;
  color: white;
}

.menu{
  background-color: #3333333;
}


#headerPA img.loaded {
  opacity: 1;
    background-image: url('../img/souris.jpg')
    background-position-y: calc(100% + 640px);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.VideoYT{
  width: 50%; /*or whatever % you prefer*/
  margin: 0 auto;
  display: block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}