/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Magnetic
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Home/portfolio 
    - Inner page 
    - Map/Contact page  
    - Tooltip 
    - Responsive code
  
    
*/



/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #9688be;
}

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #ffffff;
    font-family: "raleway-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}






/*  Header  */
@media (min-width:1000px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        /* padding: 0 0 0 50px; */
        background: #4f2683; 
        float: left;
        overflow: auto;
        z-index: 9999;
    }

    header .logo{
        margin-top: 100px;
    }

    header nav ul{
        display: block;
        overflow: auto;
        margin-top: 100px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 30px;
    }

    header nav ul li a{
        color: #fff;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight: 100;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #ffffff;
        font-weight: bold;
    }

    header .footer{
        position: absolute;
        bottom: 50px;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }


    header ul.social li a:hover{
        background: url('../img/sm_hover.png') no-repeat;
    }



    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }


    header ul.social li a.google,
    header ul.social li a.google:hover{
        background-position: -31px 0;
    }

    header ul.social li a.behance,
    header ul.social li a.behance:hover{
        background-position: -62px 0;
    }

    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    header .rights p{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 1.5rem;
    }

    header .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: left;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    z-index: 55;
    background: #f6f6f6;
}



.button {
	display:inline-block;
	color:#fff;
	background:url(../images/button-tail.gif) 0 0 repeat-x #216621;
	cursor:pointer;
	border-radius:6px;
	padding-top: 9px;
	padding-right: 28px;
	padding-bottom: 9px;
	padding-left: 20px;
    text-decoration: none;
}
	.button span {
		display:inline-block;
		font-size:13px;
		line-height: 1.5rem;
		font-weight:bold;
		padding-left:14px;
		background:url(../images/marker-2.gif) 0 7px no-repeat;
	}
.button:hover {background:#4f2683;}

.buttons a:hover {cursor:pointer;}



/*  Home/portfolio  */
.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: auto;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #9688be;
    font-family: "raleway-regular", arial;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}

.main .work .caption h1:hover{
    color: #786d98;
}





/*  Inner Page  */
.top{
	width: 100%;
	height: 350px;
	overflow: auto;
	display: block;
	position: relative;
	background: url('../img/hero_image.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% 50%;
}

.career{
    width: 100%;
    height: 350px;
    overflow: auto;
    display: block;
    position: relative;
    background: url('../img/careersimage.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.test{
    width: 100%;
    height: 350px;
    overflow: auto;
    display: block;
    position: relative;
    background: url('../img/hero_image2.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.products{
    width: 100%;
    height: 350px;
    overflow: auto;
    display: block;
    position: relative;
    background: url('../img/hero_image3.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.hcp{
    width: 100%;
    height: 350px;
    overflow: auto;
    display: block;
    position: relative;
    background: url('../img/hero_image5.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.contact{
    width: 100%;
    height: 350px;
    overflow: auto;
    display: block;
    position: relative;
    background: url('../img/hero_image4.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title{
    display: block;
    width: 100%;color: #532b84;
    font-family: "raleway-bold", arial;
    font-size: 2em;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin: 0!important;
    overflow: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.test .title{
    display: block;
    width: 100%;color: #532b84;
    font-family: "raleway-bold", arial;
    font-size: 2em;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin: 0!important;
    overflow: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.products .title{
    display: block;
    width: 100%;color: #532b84;
    font-family: "raleway-bold", arial;
    font-size: 2em;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin: 0!important;
    overflow: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.hcp .title{
    display: block;
    width: 100%;color: #532b84;
    font-family: "raleway-bold", arial;
    font-size: 2em;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin: 0!important;
    overflow: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.contact .title{
    display: block;
    width: 100%;color: #532b84;
    font-family: "raleway-bold", arial;
    font-size: 2em;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin: 0!important;
    overflow: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.benefitsTitle{
    color: #008EBE;
}
.productsTitle{
    color: #9688BE;
}
.careerTitle{
    color: #008EBE;
}
.supportColor{
    color: #CC3300;
}
.textCenter{
    text-align: center;
}
.style76 {
    font-size: 0.9em;
    list-style-image: url(images/squarebullet.gif);
    line-height: 1.5rem;
    font-family: Helvetica, sans-serif;
}
.commitedColor{
    color: #660099;
}
.openColor{
    color: #FF0000;
}
.doersColor{
    /* color: #339933; */
    color: #216621;
}
.empoweringColor{
    color: #3366FF;
}
.highligthColor{
    color: #5d43af;
}
/* .highligthColor:hover{
    color: #786d98;
} */
.highligthColor2{
    color: #4b4848;
}
.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: .99em;
    line-height: 2.5rem;
    padding: 30px 30px;
    background: #ffffff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rrDisc{
    font-size: 0.8em !important;
}

.cinc{
    color: #103E95;
}

.content p{
	color: #2e2e2e;
	font-family: "raleway-regular", arial;
	font-size: .99em;
	line-height: 2.5rem;
	margin-bottom: 30px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #532b84;
    font-family: "raleway-semibold", arial;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 30px;

}







/*  Contact page map  */
#map .map_adresse{
    font-family: 'raleway-regular', arial;
    font-size: 18px;
    line-height: 2.5em;
    letter-spacing: 1px;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
    font-family: 'raleway-bold', arial;
    font-weight: bolder;
}







/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #9688bf;
    font-family: "raleway-regular", arial;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}







/*  Responsive code  */
@media (max-width:1100px){

    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 40px 0 0 30px;
        display: inline-block;
	    float: right;
    }
    header .footer{
        display: none;

    }
    header #menu_icon,
    header .close_menu{
        float: left;
        margin: 30px 30px 0 0;
    }
    header nav ul{
        list-style: none;
        display: none;
        margin-top: 35px;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: left;
        color: #ffffff;
        font-family: "raleway-regular", arial;
        font-size: 18px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #9688be;
    }
    header nav ul li a:active{
        background: #ffffff;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
}

@media (max-width:550px){
     .main .work{
        width: 100%;
    }
}
.covid-banner-text {
    color: white !important;
    font-family: "raleway-regular", arial;
}

.covid-banner {
    font-size: 20px !important;  
    background-color: #4f3f98 !important;
    position: fixed;
    top: 0px;
    z-index: 999999;
    width: 100%;
    text-align: center;
}

.covid-banner-body-padding-top {
    padding-top: 50px !important;
}

.covid-banner-top {
    margin-top: 50px !important;
	
}
@media(max-width:768px){
	.covid-banner-text {
    line-height: inherit;
	}
	.covid-banner {
		font-size: 14px !important;
		padding-top:5px;
	}
}
sup {
    position: relative;
    top: -0.5em;
    font-size: 80%;
}

.popup-aptamil{position: relative;
  background: #fff;
  padding: 40px 30px 20px;
  width:auto;
  max-width: 600px;
  margin: 20px auto;}
.popup-aptamil.content p{color: #532b84;}
.popup-aptamil.content p a{font-weight: bold;word-break: break-word;}
.nowrap{white-space: nowrap;}