/* ==========================================================================
   Michaël style
   ========================================================================== */
body {
    overflow-y: hidden;
}
html, body {
    overflow-x: hidden;
}
#point4 {
    font-size: 20px;
    margin-left: 0px;
    margin-top: 8px;
}
#cerclemichael {
    background: #22723c url(../images/michaeltetepetit.png) no-repeat center top !important;
    background-size: 120% !important;
	border-color: #22723c !important;
}
/* Couleur point "actif" */ 
#barre .active a {
    color: #17633a;
    background: none;
}
.nav a, .nav a:focus, .nav:active, .nav a:hover {
    background: none!important;
}
/* Couleurs liens hypertexte */
a:hover, a:focus {
    color: #22723c;
    text-decoration: underline;
}
#un {
    z-index: 9999999999;
}
h4 {
    color: #22723c;
}
.clear {
    clear: left;
}
/*Tab*/
#pratiques {
    margin-top: 35px;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    background: #EFEFEF!important;
    color: #22723c;
}
.nav-tabs > li > a {
    background: #22723c!important;
    color: #FFFFFF;
    padding: 6px;
    border: 1px solid #22723c;
}
.tab-pane {
    padding: 15px;
    background: #EFEFEF;
    margin-bottom: 35px;
}
/* Effets */
.transition {
    color: #22723c;
}
#flag2::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 28px solid #ece4de;
    border-left: 113px solid transparent;
    border-right: 978px solid transparent;
    z-index: 400;
    border-bottom: 111px solid transparent;

}
blockquote {
    padding: 10px 20px;
    margin: 30px 89px 30px 30px;
    font-size: 19.5px;
    border-left: 21px solid #22723c;
    color: #22723c;
}
#flag {
    width: 100%;
    height: 860px;
    padding-top: 15px;
    top: 0px;
    position: relative;
    background: #22723c;
    z-index: 0;
}
#flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid #ece4de;
    border-left: 1000px solid transparent;
    border-right: 300px solid transparent;
    z-index: -400;
}
#flag2 img {
    width: 60%;
}
#flag2 {
    width: 100%;
    height: 900px;
    padding-top: 25px;
    top: 0px;
    position: relative;
    background: #22723c;
    /*z-index: -400;*/
	background-image: url('../images/michaelamericain.png');
    background-position: 20% 41px !important;
	background-size: contain;
    background-repeat: no-repeat;
}
#flag2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid #ece4de;
    border-left: 1000px solid transparent;
    border-right: 300px solid transparent;
    /*z-index: -400;*/
}
#parallelogram {
    margin-top: -190px!important;
}
/*Style mise en forme*/   
.well {
    border-top: 2px solid #22723c;
}
.panel {
    border: 1px dotted #22723c;
}
.jumbotron {
    background: #22723c;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus {
    color: #fff;
    background-color: #22723c;
    border-color: #22723c;
}
.btn-primary {
    color: #fff;
    background-color: #22723c;
    border-color: #22723c;
    margin-top: 10px;
    margin-bottom: 10px;
}
.soundcite-loaded {
    background-color: #b5aaa2;
}
/*.soundcitetransition {
    position: absolute;
    right: 75px;
    font-size: 25px;
    top: 120px;
    width: 40%;
    color: white!important;
}*/
@media only screen and (min-width: 1001px)and (max-width: 1349px) {
	.soundcitetransition {
    position: absolute !important;
   right: 75px !important;
    font-size: 18px !important;
    top: 50px !important;
		/*bottom: 40px !important;*/
    width: 40% !important;
		margin: auto auto !important;
    color: white !important;
}
}


@media only screen and (max-width: 600px) {
#flag2 {
    width: 100%;
    height: 750px;
    padding-top: 25px;
    top: 0px;
    background-size: 100% auto;
}
	.soundcite-loaded {
    background-color: rgba(0,0,0,.60);
}
	blockquote {
    padding: 10px 20px;
    margin: 30px 15px 30px 15px;
    font-size: 17.5px;
    border-left: 21px solid #22723c;
    color: #22723c;
}
}