/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../images/Preloader.gif) center no-repeat #fff;
    background: url(../images/Preloader.gif) center no-repeat #fff;
}
* {
    box-sizing: border-box;
}
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */ :link, :visited {
    text-decoration: none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
    margin: 0;
    padding: 0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
    border: none
}
/* de-italicize address */
address {
    font-style: normal
}
/* more varnish stripping as necessary... */
html {
    font-size: 62.5%;
}
html p, html li {
  /*  font-size: 1.8rem;*/
	font-size: 2.5rem;
    line-height: normal;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 300;
}
body {
    margin: 0px;
    color: #1A1A1A;
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: normal;
}
strong {
    font-weight: 700;
}
a {
    color: #eb0b08;
    text-decoration: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    transition-duration: 0.2s;
    display: inline-block;
}
a:hover {
    color: #BBBBBB;
    text-decoration: none;
}
a::after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    transition: 300ms;
}
a:hover::after {
    width: 100%;
}
.asterisk {
    color: #FF0004;
    text-decoration: none;
    float: left;
}

h1, h2, h3, h4, h5 {
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.2em;
    padding-bottom: 2%;
    font-weight: 700;
}
h1 {
    display: block;
    font-size: 7.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
h2 {
    font-size: 5.5rem;
    text-transform: uppercase;
}
h3 {
    font-size: 3.6rem;
    padding-top: 1% 0 1% 0;
    display: block;
}
h4 {
    display: block;
    font-size: 2.8rem;
    letter-spacing: 1px;
}
h5 {
    display: block;
    font-size: 1.8rem;
}
h6 {
    font-size: 1.8rem;
    line-height: normal;
}
.imgFull {
    max-width: 100%;
    height: auto;
    display: block;
}

.imgCover {
    float: left;
    width:  100px;
    height: 100px;
    object-fit: cover;
}
.imgRond {
    border-radius: 25px;
}
.imgLeft {
    max-width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0 30px 0 0;
}

.centre {
   text-align: center;
}

button, hr, input {
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}
.input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 90%;
}
select {
    padding: 8px;
    display: block;
    border: 1px solid #ccc;
    width: 90%;
}
textarea {
    width: 90%;
    padding: 8px;
    display: block;
    border: 1px solid #ccc
}
.bouton {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 15px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    background-color: #c23c33;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 15px;
}
.souligne {
    display: inline-flex;
    box-shadow: inset 0 -19px #b2f0e1;
}
/*____________________________Colonne Responsive_________________________________*/
.container {}
.bar:after, .bar:before, .cell-row:after, .cell-row:before, .clear:after, .clear:before, .container:after, .container:before, .panel:after, .panel:before, .row-padding:after, .row-padding:before, .row:after, .row:before {
    content: "";
    display: table;
    clear: both
}
.col {
    float: left;
    width: 100%
}
.col.s1 {
    width: 8.33333%
}
.col.s2 {
    width: 16.66666%
}
.col.s3 {
    width: 24.99999%
}
.col.s4 {
    width: 33.33333%
}
.col.s5 {
    width: 41.66666%
}
.col.s6 {
    width: 49.99999%
}
.col.s7 {
    width: 58.33333%
}
.col.s8 {
    width: 66.66666%
}
.col.s9 {
    width: 74.99999%
}
.col.s10 {
    width: 83.33333%
}
.col.s11 {
    width: 91.66666%
}
.col.s12 {
    width: 99.99999%
}
@media (min-width:601px) {
    .col.m1 {
        width: 8.33333%
    }
    .col.m2 {
        width: 16.66666%
    }
    .col.m3, .quarter {
        width: 24.99999%
    }
    .col.m4, .third {
        width: 33.33333%
    }
    .col.m5 {
        width: 41.66666%
    }
    .col.m6, .half {
        width: 49.99999%
    }
    .col.m7 {
        width: 58.33333%
    }
    .col.m8, .twothird {
        width: 66.66666%
    }
    .col.m9, .threequarter {
        width: 74.99999%
    }
    .col.m10 {
        width: 83.33333%
    }
    .col.m11 {
        width: 91.66666%
    }
    .col.m12 {
        width: 99.99999%
    }
}
@media (min-width:993px) {
    .col.l1 {
        width: 8.33333%
    }
    .col.l2 {
        width: 16.66666%
    }
    .col.l3 {
        width: 24.99999%
    }
    .col.l4 {
        width: 33.33333%
    }
    .col.l5 {
        width: 41.66666%
    }
    .col.l6 {
        width: 49.99999%
    }
    .col.l7 {
        width: 58.33333%
    }
    .col.l8 {
        width: 66.66666%
    }
    .col.l9 {
        width: 74.99999%
    }
    .col.l10 {
        width: 83.33333%
    }
    .col.l11 {
        width: 91.66666%
    }
    .col.l12 {
        width: 99.99999%
    }
}
.margin {
    margin: 16px !important
}
.margin-left {
    margin-left: 16px !important
}
.margin-right {
    margin-right: 16px !important
}
.padding-8 {
    padding: 8px !important
}
.padding-16 {
    padding: 16px !important
}
.padding-24 {
    padding: 24px !important
}
.padding-32 {
    padding: 32px !important
}
.padding-48 {
    padding: 48px !important
}
.padding-64 {
    padding: 64px !important;
}
@media (max-width:992px) {
    .padding-32 {
        padding: 16px !important
    }
    .padding-48, .padding-64 {
        padding: 24px !important
    }
}
/*_________________________________sections de couleurs _______________________________*/




.section1 {
    width: 100%;
    padding: 5%;
    background-color: #FFF;
    z-index: 999;
}
.section2 {
    width: 100%;
    padding: 10% 20% 2%;
}

.pilule {
    background-image: url(../images/backPilule.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #FFF;
}

.section3 {
    width: 100%;
    padding: 5% 10%;
    background-color: #FFF;
}

.section4 {
   width: 100%;
    padding: 5% 20%;
}

.reach {
    background-color: #FFF;
    background-image: url(../images/bgreach.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    color: #FFF;
}

.section5 {
    width: 100%;
     padding:10% 5%;
}
.section6 {
    width: 100%;
    padding: 10% 25%;
    background-color: #FFF;
    background-image: url(../images/bg_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    color: #FFF;
    text-align: center;
}
.section7 {
    width: 100%;
    padding: 10% 5%;
}
.section8 {
    width: 100%;
    text-align: left;
}

.section9 {
    width: 100%;
    padding: 10%;
}

.nutrajit {
    background-color: #FFF;
    background-image: url(../images/bg_nutrajit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top right;
	background-attachment: fixed;
}

.guard {
    background-image: url(../images/bg_guard.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top right;
	background-attachment: fixed;
}

.news {
    width: 100%;
    padding: 20% 20% 10%;
    background-image: url("../images/bgligne.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-color:#272727;
}

#home-top-video video {
  object-fit: cover; 
  width: 100vw;
  height: 100vh;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#outer {
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
#home-top-video:before {
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:linear-gradient(to right,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2));
}

#home-top-video {
  left: 0%;
  top: 0%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.coinRond {
    padding: 0 5% 5% 5%;
    background-color: #FFF;
    border-radius: 50px;
    position: relative;
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.bulle {
    padding: 10% 10% 20% 10%;
    background-color: #FFF;
    background-image: url(../images/cardBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom center;
    min-height: 350px;
}

.ombrage {
    box-shadow: inset 0px 11px 8px 10px #CCC;
}
.top {
    box-shadow: inset 0px 11px 8px -10px #CCC;
}
.ligne {
    padding-bottom: 90px;
}
.divider {
    position: relative;
    margin-top: 90px;
    height: 1px;
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}
/*_________________________________page accueil _______________________________*/
.rowEqual {
  display: flex; /* equal height of the children */
	flex-wrap: wrap;
}

.boite {
    padding: 20px;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
	flex-grow: 1;
  	width: 33%;
}
.boite img {
    display: block;
    width: 100%;
    height: 40vh;
	padding: 20px 0;
	 object-fit: cover;
}



.overlay {
    opacity: 0.5;
    transition: .5s ease;
}

.boite:hover .overlay {
    opacity: 1;
}


/* ------------------------- MENU _________________________________________ */
#menu {
	background-color:rgba(255,255,255,0.7);
	padding: 10px 0;
	transition: 0.4s;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0);
}

.logo {
    max-width: 100%;
    height: auto;
    padding: 10%;
}


#logos {
	float: left;
    margin: 0 4%;
    display: inline-block;
	z-index: 99999999;
	width: 300px;
	transition: 0.4s;
	position: relative;
}


#logos a:hover::after {
	width: 0px;
}




.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu {
    position: fixed;
    top: 2vh;
    right: 50px;
    z-index: 101;
}
.outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
    background-color: #ffffff;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
    background-color: #ffffff;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}
.outer-menu .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 80px;
    height: 60px;
    padding: 0.5em 1em;
    background: transparent;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 4px;
    background:#eb0b08;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    right: 0;
    width: 100%;
    height: 4px;
    background: inherit;
    transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}
.outer-menu .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div {
    width: 200vw;
    height: 200vw;
    color: #FEFEFE;
    background:rgba(0,0,0,1);
    border-radius: 50%;
    transition: all 0.4s ease;
    flex: none;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div > ul, .outer-menu .menu > div > div > ul > li > ul {
    list-style: none;
    padding: 0 1em ;
    margin: 0;
    display: block;
    max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 30px;
    display: block;
}

.outer-menu .menu > div > div > ul > li > ul > li {
    padding: 0;
    margin: 0.5em;
    font-size: 18px;
}

.outer-menu .menu > div > div > ul > li > ul > li a:before {
    content: '» ';
}

.outer-menu .menu > div > div > ul > li > a, .outer-menu .menu > div > div > ul > li > ul > li > a  {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
    color: #fff!important;
}



.outer-menu .menu > div > div > ul > li > a:hover {
    color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    right: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    transition: width 0.4s ease;
}
/*____________________________________Slider accueil*/
.slogan_slider {
    position: absolute;
    left: 46%;
    top: 40%;
    text-align: center;
    z-index: 998;
    max-width: 600px;
}
.centerImg {
    position: relative;
    left: -50%;
}

/* .button */
.btn {
    display: inline-block;
    position: relative;
    margin: 25px 0;
    padding: 1.25em 2em 1em;
    overflow: hidden;
    text-decoration: none;
    /*font-size: 0.9em;*/
	font-size: 0.8em;
    outline: none;
    letter-spacing: 2px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    box-shadow: 5px 25px 40px -4px rgba(0, 0, 0, 0.60);
}
.btn:hover {
    background-color: #000;
    color: #FFF;
}


/* .button */
.btn_savoir {
    display: inline-block;
position: relative;
margin: 25px 0;
padding: 1em 2em .5em;
overflow: hidden;
text-decoration: none;
font-size: 0.7em;
outline: none;
letter-spacing: 1px;
border-radius: 10px;
text-transform: uppercase;
font-weight: 700;
font-family: 'Josefin Sans', sans-serif;
border: 1px solid #272727;
}
.btn_savoir:hover {
    background-color: #000;
    color: #FFF;
}
.textBlanc {
    color: #FFFFFF;
}
.textNoir {
    color: #000;
}
.textRouge {
    color: #eb0b08;
}
.textBleu {
    color: #28a1c8;
}

.Bleu {
    background-color: #28a1c8;
	color: #FFF;
}


.Bleu a {
	color: #FFF!important;
}

.Rouge {
    background-color: #eb0b08;
    color: #FFF;
}
.Noir {
    background-color: #000;
	 color: #FFFFFF;
}
.Gris {
    background-color: #5F5D5D;
    color: #FFFFFF;
}
.GrisFonce {
    background-color: #191818;
    color: #FFFFFF;
}
.Blanc {
    background-color: #FFF;
    color: #000;
}

/*___________footer__________________*/
.footer {
    width: 100%;
	padding: 2% 5%;
    color: #E3E3E3;
    font-size: 0.8em;
}
.footer p {
    font-size: 0.7em;
}
.footer a {
    color:#E3E3E3;
}
.footer a:hover {
    color: #FFF;
}
.borderLeft {
    border-left: 1px solid rgba(59,59,59,0.7);
}
/******************* Accordeon --- */
.accordion {
    background-color: #FFF;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
    border-bottom: 1px solid #c23c33;
}
.active, .accordion:hover {
    background-color: #c23c33;
    color: #FFF;
}
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2212";
    color: #fff;
}
.panel {
    padding: 0 50px 0 30px;
    background-color: #c23c33;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #fff;
    /*position: absolute;*/
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 9999;
    width: 100%;
}
/*___________Actualite__________________*/
.une-actualite {
    padding: 5%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.0);
    transition: box-shadow 500ms;
    margin: 25px;
    border-bottom: solid 1px #E3E3E3;
}
.une-actualite p {
    font-size: 1.4rem;
    line-height: 2rem;
}
.une-actualite img {
    float: left;
    margin-right: 15px;
}
.une-actualite:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    transition: box-shadow 500ms;
}
.actualite-date {
    font-size: 1.8rem;
    color: #000;
}
/*___________ToolTip__________________*/
.tooltip, .tooltip2, .tooltip3, .tooltip4 {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext, .tooltip2 .tooltiptext2, .tooltip3 .tooltiptext3, .tooltip4 .tooltiptext4 {
    visibility: hidden;
    width: 150px;
    background-color: #c23c33;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    font-size: 14px;
}
.tooltip .tooltiptext::after, .tooltip2 .tooltiptext2::after, .tooltip3 .tooltiptext3::after, .tooltip4 .tooltiptext4::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #c23c33 transparent;
}
.tooltip:hover .tooltiptext, .tooltip2:hover .tooltiptext2, .tooltip3:hover .tooltiptext3, .tooltip4:hover .tooltiptext4 {
    visibility: visible;
}
.tooltip .tooltiptext, .tooltip2 .tooltiptext2, .tooltip3 .tooltiptext3, .tooltip4 .tooltiptext4 {
    opacity: 0;
    transition: opacity 0.5s;
}
.tooltip:hover .tooltiptext, .tooltip2:hover .tooltiptext2, .tooltip3:hover .tooltiptext3, .tooltip4:hover .tooltiptext4 {
    opacity: 1;
    transition: opacity 0.5s;
}
.is-cms .panel {
    display: block !important;
    height: auto !important;
    max-height: 765px !important;
}



/*rotation words*/

#home-text {
  position: absolute;
  left: 10%;
  top: 40%;
/*  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);*/
  color: #fff;
  z-index:1;
  width:100%;
}

.rw-wrapper{
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
}
.rw-sentence{
	margin: 0;
	text-align: left;
}



.rw-sentence span{
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
}

.rw-words-1 span::after {
content:' ';
    display:block;
    border:6px solid #eb0b08;
	width: 100px;
	margin: 10px 0 0 0;
}

.rw-words{
	display: inline-block;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	-webkit-animation: rotateWord 12s linear infinite 0s;
	-ms-animation: rotateWord 12s linear infinite 0s;
	animation: rotateWord 12s linear infinite 0s;
		margin-top:-50px;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; -webkit-transform: translateX(30px); }
    3% { opacity: 1; -webkit-transform: translateX(0px);}
    21% { opacity: 1; -webkit-transform: translateX(0px); }
    24% { opacity: 0; -webkit-transform: translateX(-30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; -ms-transform: translateX(30px); }
    3% { opacity: 1; -ms-transform: translateX(0px);}
    21% { opacity: 1; -ms-transform: translateX(0px); }
    24% { opacity: 0; -ms-transform: translateX(-30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; -webkit-transform: translateX(0px); transform: translateX(30px); }
    3% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
    21% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
    24% { opacity: 0; -webkit-transform: translateX(00px); transform: translateX(-30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 36px;
		}
	.rw-words{
	display: block;
}
.rw-words-1 span{
		margin-top:0;
}
	
#home-text {
  position: absolute;
  left: 4%;
  top: 40%;
  -webkit-transform: translate(-4%, -40%);
  transform: translate(-4%, -40%);
  color: #fff;
  z-index:1;
}
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 24px; }
}



/*separator divider css*/



.colour-block {
  background:#eb0b08;
  width:100%;
  padding:7% 20% 10% 20%;
  color:#fff;
}
.white-block {
  background:#fff;
  width:100%;
  padding:7% 20% 10% 20%;
}




.marginNeg{
  margin-top:-180px;
}


/* (A) OUTER CONTAINER */
.hwrap {
  /* (A1) DIMENSIONS */
  width: 100%;
  height: 100%; /* OPTIONAL */
  overflow: hidden; /* HIDE SCROLLBARS */
}

/* (B) MIDDLE CONTAINER - FLEX LAYOUT */
.hmove {
  display: flex;
  position: relative;
  top: 0; right: 0;
}

/* (C) SLIDES - FORCE INTO ONE LONG HORIZONTAL ROW */
.hslide {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px;
}
.hslide h3 {
  background: #FFF;
  font-size: 7.2rem;
  padding: 45px 15px 0 15px;
 border-radius:50%;
    display: inline-block;
    color:#272727;
    height: 200px;
    width:200px;
    float: left;
    font-weight: 500;
    text-align: center;
}

.hslide p {
    width:65%;
    float: right;
    text-align: left;
    font-size: 3.6rem;
}

.hslide sup {
    font-size: 3.0rem;
}

/* (D) SLIDE ANIMATION */
@keyframes slideh {
  /* (D0) THE IDEA - USE KEYFRAMES TO SHIFT SLIDES *
  0% { right: 0; }
  33% { right: 100%; }
  66% { right: 200%; }
  100% { right: 0; }
 
  /* (D1) BUT THE ABOVE WILL SHIFT NON-STOP */
  /* SO WE ADD PAUSES BETWEEN EACH SLIDE */
  0% { right: 0; }
  30% { right: 0; }
  33% { right: 100%; }
  63% { right: 100%; }
  66% { right: 200%; }
  97% { right: 200%; }
  100% { right: 0; }
}
.hmove { animation: slideh linear 15s infinite; }
.hmove:hover { animation-play-state: paused; }