.text-animation {
   animation-duration: 1s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
   color: !important;
}
@keyframes clignoter {
  0%   { color:#FFFFFF; }
  40%   {color:#00FF00; }
  100% { color:#FFFFFF; }
}

label {
font-size: 1.33em;
font-family: Impact, Charcoal, sans-serif;
}
.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 300px;
    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.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}

    .ui.vertical.stripe h3 {
        font-size: 2em;
    }

    .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;
    }
.ui .list{
font-size: 1.33em;
}
.ui .link.list  {
    font-size: 1em;
}
    .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.icon.message i{
display:none !important;
}
	.ui .button{
		
	}
	.ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu {
    max-height: 15rem;
	}
    .ui.fixed.menu {
        display: none !important;
    }

    #menuportable {
        display: block !important;
        visibility: hidden;
    }

    .ui.large.secondary.pointing.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: 300px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }

    #header h1 {
        font-size: 60px;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Impact, Charcoal, sans-serif;
    }

    #header h2 {
        font-family: Impact, Charcoal, sans-serif;
        font-size: 30px;
    }

    #core {
        background-image: url('images/Grass_Background.jpg') !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: white;
        background-position: center;
        background-attachment: fixed;
        padding: 30px 0px 30px 0px !important;
    }

    #imgTitle {
        width: 250px;
    }

    .ui.secondary.pointing.menu .dropdown.item:active, .ui.secondary.pointing.menu .link.item:active, .ui.secondary.pointing.menu a.item:active, .ui.secondary.pointing.menu a.item:hover {
        background-color: transparent;
        border-color: transparent;
    }
}

.ui.floating.message p {
padding: 0.2em 0 1em 0;
font-size: 1em;
}
.ui.floating.message img{
width:100%;
height:auto;
}

.ui.floating.message .ui.bottom.attached.label{
text-align: center;

}


h4 {
    white-space: normal !important;
}

@media only screen and (min-width: 700px) {

    #header h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-family: Impact, Charcoal, sans-serif;
        font-size: 5vw;
    }

    #header h2 {
        font-family: Impact, Charcoal, sans-serif;
        font-size: 1.7vw;
    }

    #header h4 {
        font-size: 0.9vw;
    }


    #header {
        background-image: url('images/slide04.5.png') !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-color: white;
        background-position: center;
        padding: 10px;
        padding-bottom: 30px;
    }

    #core {
        background-image: url('images/Grass_Background.jpg') !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: white;
        background-position: center;
		background-attachment: fixed;
        padding: 50px;
    }

    #imgTitle {
        /*width: 350px;*/
        width: 25vw;
    }
}

.ui.secondary.pointing.menu .dropdown.item:active, .ui.secondary.pointing.menu .link.item:active, .ui.secondary.pointing.menu a.item:active, .ui.secondary.pointing.menu a.item:hover {
    background-color: transparent;
    border-color: rgba(34, 36, 38, 0.15);
}

#partenaire a {
    font-size: 15px;
}

body{
/*font-family: Impact, Charcoal, sans-serif;*/
}