/*--------------------------------
    1. GENERAL STYLES
--------------------------------*/
html,
body {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
	font-display: swap; /*-  ajouter par awatef seo-----*/
}
h1, h2, h3, h4, h5, h6, blockquote {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.wrapper {
    height: 100%;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    color: #737373;
    text-decoration: none;
    outline: 0;
}
p:last-child {
    margin-bottom: 0;
}
.fa.fm {
    margin-right: 10px;
}
/* 1.1. SECTION TITLE */
.section--title {
    margin-bottom: 60px;
    text-align: center;
}
.section--title h1{
    position: relative;
    margin: -9px 0 20px;
    padding-bottom: 25px;
    color: #303030;
    font-size: 45px;
    line-height: 68px;
}
.section--title h1:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color: #03A9F4;
}
.section--title h2 {
    position: relative;
    margin: -9px 0 20px;
    padding-bottom: 25px;
    color: #303030;
    font-size: 45x;
    line-height: 68px;
}
.section--title h2:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color: #03a9f4;
}
.section--title h3{
    position: relative;
    margin: -9px 0 20px;
    padding-bottom: 25px;
    color: #303030;
    font-size: 60px;
    line-height: 68px;
}
.section--title h3:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color: #03a9f4;
}
/* 1.2. SECTION TITLE OPTIONS */
.section--title.hide--border h2 {
    margin-bottom: -7px;
    padding-bottom: 0;
}
.section--title.hide--border h2:before {
    display: none;
}
/* 1.3. SECTION FOOTER */
.section--footer {
    margin-top: 60px;
}

.section--footer .btn--default {
    color: #303030;
    border-color: #303030;
}
/* 1.4. BACKGROUND IMAGE */
.bg--img {
    background-size:  100% 100%;
    background-position: center;
    background-repeat: no-repeat;	
}
.bg--imgp {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;	
}
.bg--imgc {
    background-size: 100% 100%;
    background-position: right;
    background-repeat: no-repeat;	
}
/* 1.5. BACKGROUND OVERLAY */
.bg--overlay {
    position: relative;
    z-index: 0;
}
.bg--overlay:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg--overlay1 {
    position: relative;
    z-index: 0;
}
.bg--overlay1:before {
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
	 background-color: rgba(32,33,34, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 1.6. BACKGROUND COLORS */
.bg--lightgrey {
    background-color: #e7e5e5; /*#e7e5e5*/
}
.bg--lightergrey {
    background-color: #f8f8f8;/*#f8f8f8*/
}
.bg--lighter {
    background-color: #ffffff;
}
.bg--vermilion {
    background-color: #03a9f4;
}
.bg--dark {
    background-color: #303030;
}
.blue {
    background-color: #03a9f4;
}
.blue1 {
    color: #03a9f4;
}
.orange {
    color: #f6861f;
}
.layer {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 1.7. BORDERS */
.bd--bottom {
    border-bottom: 1px solid #e9e9e9;
}
.bd--top-bottom {
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
}

/* 1.8. CUSTOM BUTTONS */
.btn--default,
.btn--default1,
a.btn--default {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: color .25s ease, border-color .25s ease;
            transition: color .25s ease, border-color .25s ease;
    outline: 0;
}
.btn--default.hover:hover,
a.btn--default.hover:hover {
    color: #03a9f4;
    border-color: #03a9f4;
}
.btn--primary,
a.btn--primary {
    background-color: #03a9f4;
    border-color: #03a9f4;
}
/* 1.9. PRELOADER */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #03a9f4;
    z-index: 9999999999;
}
.preloader--spinners {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: preloaderRotate 2s infinite linear;
            animation: preloaderRotate 2s infinite linear
}
.preloader--spinner {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: preloaderBounce 2s infinite ease-in-out;
            animation: preloaderBounce 2s infinite ease-in-out
}
.preloader--spinner-2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
            animation-delay: -1s
}
@-webkit-keyframes preloaderRotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes preloaderRotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes preloaderBounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes preloaderBounce {
    0%,100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
/* 1.10. BACK TO TOP BUTTON */
#backToTop {
    position: fixed;
    left: 30px;
    bottom: 45px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
       opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
    z-index: 999;
}
body.scrolled #backToTop {
    opacity: 1;
}
#backToTop a {
    display: block;
    min-width: 50px;
    padding: 8px 0 10px;
    color: #fff;
    background-color: #03a9f4;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
/*--------------------------------
   2. HEADER AREA
--------------------------------*/
/* 2.1. HEADER NAVBAR */
#header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    padding-top: 5px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    -webkit-transition-property: padding, background-color, box-shadow;
            transition-property: padding, background-color, box-shadow;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    z-index: 999;
    *background-color: transparent;
	/*background-color: #303030;/* 2.1. HEADER NAVBAR fixed par awatef*/
}
#header .navbar ::before{
	background-color: #303030;
}

body.scrolled #header .navbar {
    padding-top: 0;
    background-color: #303030;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 2px 4px rgba(0, 0, 0, 0.28);
}
/* 2.2. HEADER NAVBAR TOGGLE BUTTON */
#header .navbar-toggle {
    margin-bottom: 0;
    border-color: #03a9f4;
    border-radius: 50px;
    -webkit-transition: border-color .25s ease;
            transition: border-color .25s ease;
}
#header .navbar-toggle.collapsed {
    border-color: #fff;
}
#header .navbar-toggle .icon-bar {
    background-color: #03a9f4;
    -webkit-transition: background-color .25s ease;
            transition: background-color .25s ease;
}
#header .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}
/* 2.3. HEADER NAVBAR BRAND */
#header a.navbar-brand {
    position: absolute;
    left: 5%;
   padding-top:4px;

}
/* 2.4. HEADER NAV */
#headerNav .nav {
    font-family: 'Roboto', sans-serif;
}

#headerNav .nav > li > a {
    margin-left: 5px;
    padding: 18px 10px;
    color: #fff;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .25s ease, padding .25s ease-in-out;
            transition: border-color .25s ease, padding .25s ease-in-out;
}
#headerNav .nav > li > a:hover,
#headerNav .nav > li.open > a,
#headerNav .nav > li.active > a {
    border-bottom-color: #fff;/* awatef tiret header ffbb18*/
}
#headerNav .nav > li > a:hover,
#headerNav .nav > li > a:focus,
#headerNav .nav > li.open > a,
#headerNav .nav > li.open > a:hover,
#headerNav .nav > li.open > a:focus {
    background-color: transparent;
}
#headerNav .nav > li > a > .caret {
    margin-left: 8px;
}

#headerNav .nav > .dropdown > .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
}
#headerNav .nav > .dropdown > .dropdown-menu > li > a {
    padding: 8px 5px;
    font-size: 12px;/*16*/
    line-height: 22px;/*24*/
    font-weight: 300;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
#headerNav .nav > .dropdown > .dropdown-menu > li > a:hover,
#headerNav .nav > .dropdown > .dropdown-menu > li > a:focus,
#headerNav .nav > .dropdown > .dropdown-menu > li.active > a {
    color: #fff;
    /*background-color: #03a9f4;* color background blue de text de dropdown*/
}
/* 2.5. HEADER CUSTOM BUTTON */
.header--custom-btn {
    float: right;
    margin-top: 8px;
    margin-left: 35px;
}
.header--custom-btn.btn--default {
    padding-top: 8px;
    padding-bottom: 8px;
}
	/*--------------------------------
   awatef
--------------------------------*/
#header .navbar-header .header--custom-btn {
    display: none;
}
#ssl {
    padding-top:25%;
    padding-left:-5px;
    text-align: left;
	position: relative;
    height: 100%;
}
/*--------------------------------
   3. PAGE HEADER AREA
--------------------------------*/
#pageHeader {
    padding: 139px 0 113px;
    text-align: left;
	position: relative;
    height: 100%;
}
#pageHeader1 {
    padding: 250px 0 153px;
    text-align: left;
	position: relative;
    height: 60%;
    color: #fff;
}
/* 3.1. PAGE HEADER TITLE */
.page-header--title h2 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 68px;
    line-height: 68px;
}
/* 3.2. PAGE HEADER BREADCRUMB */
.page-header--breadcrumb ul {
    margin-top: 25px;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.page-header--breadcrumb ul > li,
.page-header--breadcrumb ul > li:before {
    color: #fff;
}
.page-header--breadcrumb ul > li > a {
    color: #fff;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}
.page-header--breadcrumb ul > li.active,
.page-header--breadcrumb ul > li > a:hover {
    color: #03a9f4;
}
/*--------------------------------
   4. BANNER AREA  (taille banner img audit)
--------------------------------*/
#banner {
    position: relative;
    height: 100%; /* taille banner slid /* height=100% origine */
}
#banner404{ position: relative; height: 100%; /* taille banner slid /* height=100% origine */ }
/* 4.1. BANNER SLIDER */
.banner--slider {
    height: 100%;
}
.banner--slider .owl-wrapper-outer,
.banner--slider .owl-wrapper,
.banner--slider .owl-item {
    height: 100%;
}
/* 4.2. BANNER ITEM */
.banner--item {
    height: 100%;/* height item 100% origine */
}
/*Banner for page shared hosting*/
.banner--item1 {
    height: 100%;/* height item 100% origine */
}
/* 4.3. BANNER CONTENT */
.banner--content {
    color: #fff;
    text-align: left;  
}
.banner--content1 {
    color: #ffd;/* #ffD700 by awatef  ancien#fff*/
    text-align: left;
	font-weight: 900;
    padding-top:37%;
    margin-left: -20%;
}
.banner--content1 span {
    margin-left: 55%;
	padding-top:75%;
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
}
.banner--content h2 {
    margin: 15px 0;
	padding-top:800px;
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
}
.banner--content h3 {
    font-family: 'Roboto', sans-serif;	
    margin: 20px 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
}
/* changement du padding top ssl  */
.banner--contentssl h1 {
    margin: 15px 0;
    font-size: 50px;
    line-height: 68px;
    font-weight: 700;
}
.banner--contentssl h2 {
    margin: 15px 0;
    font-size: 30px;
    line-height: 68px;
    font-weight: 500;
}
.banner--contentssl h3 {
    font-family: 'Roboto', sans-serif;	
    margin: 20px 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
}
.banner--content .btn--default {
    margin-top: 12px;
}

/* 4.4. BANNER SLIDER NAV */
.banner--slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Oswald', sans-serif;
    z-index: 0;
}
.banner--slider-nav ul > li {
    float: left;
    width: 33.33333333%;
    padding: 10px 0 18px; /* section minimiser la taille*/
    color: #0c0a0a;
    background-color: #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: color .25s ease, border-color .25s ease, background-color .25s ease-in-out;
            transition: color .25s ease, border-color .25s ease, background-color .25s ease-in-out;
    cursor: pointer;
}
.banner--slider-nav ul > li:hover,
.banner--slider-nav ul > li.active {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}
.banner--slider-nav ul > li:before,
.banner--slider-nav ul > li:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    display: none;
    border-style: solid;
    z-index: -1;
}
.banner--slider-nav.has--bs ul > li:before,
.banner--slider-nav.has--ps ul > li:after {
    display: block;
}
.banner--slider-nav ul > li:before {
    top: 0;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #03a9f4 transparent;
    -webkit-transition: top .25s ease-in-out;
            transition: top .25s ease-in-out;
}
.banner--slider-nav ul > li:after {
    bottom: 0;
    border-width: 15px 15px 0 15px;
    border-color: #03a9f4 transparent transparent transparent;
    -webkit-transition: bottom .25s ease-in-out;
            transition: bottom .25s ease-in-out;
}
.banner--slider-nav ul > li:hover:before,
.banner--slider-nav ul > li.active:before {
    top: -15px;
}
body.scrolled .banner--slider-nav.has--bs.has--ps ul > li:hover:before,
body.scrolled .banner--slider-nav.has--bs.has--ps ul > li.active:before {
    top: 0;
}
body.scrolled .banner--slider-nav.has--bs.has--ps ul > li:hover:after,
body.scrolled .banner--slider-nav.has--bs.has--ps ul > li.active:after {
    bottom: -15px;
}
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
.video-container video {
	min-width: 100%;
	min-height: 100%;
  position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.data {
    height: 190px;
    margin-left: 5%;
    margin-top: 3%;
    margin-right: 5%;
    background-color:    #fff;
 border: 3px solid #03a9f4;
 border-radius: 10px;
}
.data3 {
    height: 120px;
    margin-left: 5%;
    margin-top: 3%;
    margin-right: 5%;
    background-color:    #fff;
 border: 3px solid #FF7F50;;
 border-radius: 10px;
}

.data2 {
margin-left: 5%;
 border-radius: 10px;
 padding: 20px;
 text-align: center;
}
.flex-container {
    display: flex;
    flex-direction: row; 
  }
  
  .flex-item {
    margin: 3%;
    padding: 10px;
    flex: 50%;
  }

/*--------------------------------
   5. PRICING AREA
--------------------------------*/
#pricing {
    padding: 20px 0; /* modifié par awatef ancien valeur est 80 */
}
.pricing--wrapper {
    padding-top: 45px;
    overflow: hidden;
}
/* 5.1. PRICING SLIDER ITEM */

/* 5.2. PRICING ITEM */
.pricing--item {
    padding: 40px;
    background-color: #fff;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;
    text-align: center;
    z-index: 0;
}
.pricing--item:hover,
.pricing--item.popular {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    z-index: 1;
}
.pricing--item:hover{
    z-index: 2;
}
.pricing--item:last-child {
    border-right: none;
}
.pricing--item.popular {
    margin-top: -45px;
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}
/* 5.3. PRICING POPULAR TAG */
.pricing--popular-tag {
    display: inline-block;
    margin-bottom: 30px;
    padding: 9px 30px;
    color: #03a9f4;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 44px;
}
/* 5.4. PRICING HEADER */
.pricing--header h2 {
    margin: -4px 0 0;
    color: #303030;
    font-size: 36px;
    line-height: 40px;
}
.pricing--item.popular .pricing--header h2 {
    color: #fff;
}
/* 5.5. PRICING BODY */
.pricing--body {
    padding-left: 30px;
    padding-right: 30px;
}
.pricing--body h3 {
    margin: 0;
    padding: 18px 0 15px;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
}
.pricing--item.popular .pricing--body h3 {
    color: #fff;
}
.pricing--body h3 strong {
    display: block;
    margin-top: 5px;
    color: #03a9f4;
    font-size: 48px;
    line-height: 56px;
}
.pricing--body i.fa {
    padding-right: 20px;
    color:#03a9f4;   
}
.pricing--item.popular .pricing--body h3 strong {
    color: #fff;
}
/* 5.6. PRICING FOOTER */
.pricing--footer {
    margin-top: 26px;
}
.pricing--footer .btn--default {
    color: #03a9f4; /* awatef#303030;*/
    border-color: #03a9f4;
}
.pricing--item.popular .pricing--footer .btn--default {
    color: #fff;
    border-color: #fff;
}
/*--------------------------------
   6. PRICE DETAILS AREA
--------------------------------*/
.price--details {
    padding: 40px 0;
}
/* 6.1. PRICE DETAILS ITEM */
.price-details--item .heading {
    color: #303030;
    min-height: 74px;
    padding: 20px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
/* 6.2. PRICE DETAILS HEAD */
.price-details--item.head .content,
.price-details--item.body .content {
    border-top: 1px solid #e9e9e9;
}
.price-details--item.head .content ul,
.price-details--item.body .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.price-details--item.head .content li {
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.price-details--item.head .content li:nth-child(even) {
    background-color: #f8f8f8;
}
/* 6.3. PRICE DETAILS BODY */
.price-details--item.body .heading {
    margin-left: -1px;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.price-details--item.body:last-child .heading {
    border-right: 1px solid #e9e9e9;
}
.price-details--item.body .content li {
    border: 0;
    padding: 10px 20px;
    background-color: #fff;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    overflow: hidden;
}
.pricing--body li  { list-style: none; }
.price-details--item.body .content li:nth-child(even) {
    background-color: #f8f8f8;
}
.price-details--item.body .content li strong {
    display: none;
}
.price-details--item.body .content .action-btn {
    padding: 20px 0;
    background-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #e9e9e9;
    text-align: center;
}
.price-details--item.body:nth-child(2) .content .action-btn {
    border-left: 1px solid #e9e9e9;
}
.price-details--item .btn--default  {
   color: #fff;
    border-color: #fff;
}
.btn--default1  {
 color: #fff;
    border-color: #fff;
}
/* btn voir plus en bleu */
.cta {
    background-color: #03a9f4;
  
}
/* 6.4. PRICE DETAILS TABLE */
.price-details--table table {
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.price-details--table.text-left table {
    text-align: left;
}
.price-details--table table th {
    text-align: center;
}
.price-details--table.text-left table th {
    text-align: left;
}
.price-details--table thead {
    color: #fff;
    background-color: #03a9f4;
    font-family: 'Oswald', sans-serif;
}
.price-details--table thead th {
    padding: 15px;
}
.price-details--table tbody {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9;
}
.price-details--table tbody tr {
    border-bottom: 1px dotted #e9e9e9;
}
.price-details--table tbody tr:last-child {
    border-bottom: none;
}
.price-details--table tbody td {
    padding: 20px 15px;
}
.price-details--table tbody td:first-child {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.price-details--table tbody td .btn--default {
    min-width: 106px;
    color: #303030;
    border-color: #303030;
}
.price-details--table tbody td strong {
    display: none;
}
/*--------------------------------
   7. VPS PRICING AREA
--------------------------------*/
#vpsPricing {
    padding: 100px 0 100px;
  
    color: white;
  
}


#vpsPricing .section--title h2 {
    color: #fff;
}
/* 7.1. VPS SLIDER */
.vps-pricing--slider-holder {
    position: relative;
    padding: 40px 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
}
.vps-pricing--slider-holder .pips {
    position: absolute;
    left: 60px;
    right: 60px;
    height: 10px;
    overflow: hidden;
}
.vps-pricing--slider-holder .pip {
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}
.vps-pricing--slider-holder .pip:first-child {
    margin-left: -5px;
}
.vps-pricing--slider {
    height: 10px;
    background-color: #303030;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.vps-pricing--slider .ui-slider-range {
    background-color: #303030;
    border-radius: 20px;
}
.vps-pricing--slider .ui-slider-handle {
    position: relative;
    left: 33.3333%;
    top: -9px;
    width: auto;
    height: auto;
    margin-left: -7px;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
}
.vps-pricing--slider .ui-slider-handle:before {
    content: " ";
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
}
.vps-pricing--slider .ui-slider-handle:before {
    top: -30px;
    border-width: 10px 10px 0 10px;
    border-color: #03a9f4 transparent transparent transparent;
}
.vps-pricing--slider .ui-slider-handle i.fa {
    position: relative;
    color: #03a9f4;
    font-size: 24px;
    line-height: 26px;
    z-index: 0;
}
.vps-pricing--slider .fa-map-marker:after {
    content: " ";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    z-index: -1;
}
.vps-pricing--slider .ui-slider-handle i.fa-circle:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    margin: -2px 0 0 -3px;
    background-color: #fff;
    border-radius: 50%;
}

.vps-pricing--slider .ui-slider-handle em {
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
    padding: 8px 0;
    color: #fff;
    background-color: #03a9f4;
    border-radius: 50px;
    font-style: normal;
    text-align: center;
}

.vps-pricing--features {
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    
}

.vps-pricing--feature {
    padding-top: 20px;
    padding-bottom: 18px;
    color: #303030;
    border-right: 1px solid #e9e9e9;
}

.vps-pricing--features > .row > div:nth-last-child(2) {
    border-right: none;
}

.vps-pricing--feature i.fa {
    display: block;
    float: left;
    height: 100%;
    margin-left: 18px;
    color: #03a9f4;
    font-size: 40px;
    line-height: 44px;
}

.vps-pricing--feature-name,
.vps-pricing--feature-value {
    display: block;
    margin-left: 75px;
}

.vps-pricing--feature-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.vps-pricing--action-btn {
    margin-top: 20px;
    text-align: right;
}

.vps-pricing--action-btn .btn--default {
    margin-right: 15px;
    color: #303030;
    background-color: transparent;
    border-color: #303030;
}

/*--------------------------------
   8. effect index
https://freefrontend.com/css-text-animations/
--------------------------------*/

.floating { 
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
 
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
/*--------------------------------
   . DOMAIN SEARCH AREA
--------------------------------*/

#domainSearch {
    padding: 50px 0;
}

#domainSearch.bg--img .section--title,
#domainSearch.bg--img .section--title h1 {
    color: #fff;
}

/* 8.1. DOMAIN SEARCH FORM */
.ds--form-input {
    position: relative;
}

.ds--form-input .text--input {
    width: 100%;
    min-height: 56px;
    padding: 15px 20px;
    color: #7b8c94;
    background-color: transparent;
    border: 2px solid #7b8c94;
    border-radius: 50px;
    outline: 0;
}

.ds--form-input .btn--default {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    padding-left: 60px;
    padding-right: 60px;
}

.ds--form-ext {
    margin-top: 22px;
    margin-bottom: -7px;
}

.ds--form-ext label {
    display: table-cell;
    width: 1%;
    margin-bottom: 0;
    color: #7b8c94;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

.ds--form-ext label input {
    display: none;
}

.ds--form-ext label span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.ds--form-ext label span:before {
    content: " ";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #7b8c94;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.ds--form-ext label input:checked + span:before {
    background-color: #7b8c94;
}

/* 8.2. OPTIONS awatef ancien valeurpadding: 217px 0 151px;*/
#domainSearch.ds--lg {
    padding: 226px 0 151px;
}
#extPrice {
    padding: 10px 0;
}

/* 9.1. EXTENSION PRICE ITEM */
.ext-price--item {
    padding-top: 15px;
    padding-bottom: 20px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.ext-price--item:last-child {
    border-right: none;
}

.ext-price--item span,
.ext-price--item strong {
    display: block;
}

.ext-price--item span {
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ext-price--item strong {
    padding-top: 9px;
    font-family: 'Oswald', sans-serif;
}

.ext-price--item strong em {
    font-style: normal;
}

#services {
    padding: 80px 0 20px;
}
/* 10.1. SERVICE ITEM */
.service--item {
    margin-bottom: 60px;
    text-align: center;
}
/* 10.2. SERVICE ICON */
.service--icon {
    display: inline-block;
    min-width: 86px;
    min-height: 86px;
    margin-bottom: 15px;
    padding: 23px 10px;
  /*awatefanciencolor: #303030;*/   color: #03a9f4;
    border: 1px solid #03a9f4;
    border-radius: 50%;
    font-size: 38px;
    line-height: 0;
    -webkit-transition: color .25s ease, border-color .25s ease;
            transition: color .25s ease, border-color .25s ease;
}
/* 10.2. awatef img ICON */
.img--icon {
    display: inline-block;
    max-width: 200px;
    max-height: 180px;
    margin-bottom: 15px;
    padding: 20px 5px;
}

.service--item:hover .service--icon {
    color: #03a9f4;
    border-color: #03a9f4;
}
.service--content {
    padding: 0 20px;
}
.tran {
    color: #03a9f4;
    font-size: 102px;
    line-height: 106px;
    font-weight: bold;
	font-style: normal;
}
.service--content h3 {
    margin: 0 0 9px;
    color: #03a9f4;
    font-size: 32px;
    line-height: 36px;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
.service--item:hover .service--content h3 {
    color: #03a9f4;
}
#features {
    padding: 80px 0;
}
.features--img img {
    display: block;
    width: 100%;
}
.features--items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features--item {
    position: relative;
    margin-bottom: 30px;
}
.features--item:last-child {
    margin-bottom: 0;
}
.features--item h3 {
    margin: 0 0 10px;
    color: #303030;
    font-size: 28px;
    line-height: 36px;
}
#counter {
    padding: 40px 0 20px;
}
/* 12.1. COUNTER ITEM */
.counter--item {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
/* 12.2. COUNTER NUMBER */
.counter--num {
    position: relative;
    margin-top: -9px;
    margin-bottom: 19px;
    padding-bottom: 19px;
    font-family: 'Oswald', sans-serif;
    font-size: 66px;
    line-height: 74px;
}
.counter--num:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 1px;
    margin: 0 auto;
    background-color: #03a9f4;
}
/* 12.3. COUNTER TITLE */
p.counter--title {
    margin-bottom: -4px;
}
/* 13.1. TESTIMONIAL SLIDER */
.testimonial--slider .owl-controls {
    margin-bottom: 50px;
}
.testimonial--slider .owl-controls .owl-pagination {
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.testimonial--slider .owl-controls .owl-page {
    display: inline-block;
    max-width: 100px;
    margin: 0 5px;
    opacity: 0.5;
    -webkit-transition: opacity .25s ease-in-out;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            transition: opacity .25s ease-in-out;
}
.testimonial--slider .owl-controls .owl-page.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.testimonial--slider .owl-controls .owl-page img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
	height:100%;
	width: 100%;
}

/* 13.2. TESTIMONIAL CONTENT */
.testimonial--content {
    color: #303030;
    text-align: center;
}
.testimonial--citation {
    margin-top: 30px;
}
/* 15.1. ABOUT DESCRIPTION IMAGE */
.about-desc--img img {
    width: 100%;
}
#faq {
    padding: 80px 0;
}
.faq--categories h3 {
    position: relative;
    margin: -5px 0 0;
    color: #303030;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    padding-bottom: 10px;
}
.faq--categories h3:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #03a9f4;
}
.faq--categories ul {
    margin-top: 25px;
}
.faq--categories ul li a {
    margin-top: 6px;
    color: #303030;
    background-color: #e9e9e9;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease-in-out;
            transition: color 0.25s ease, background-color 0.25s ease-in-out;
}
.faq--categories ul li a:hover,
.faq--categories ul li.active a {
    color: #fff;
    background-color: #03a9f4;
}
.faq--content .panel-group {
    margin-bottom: 0;
}
.faq--content .accordion .panel {
    border-radius: 0;
    box-shadow: none;
}
.faq--content .accordion .panel-heading {
    padding: 0;
}
.faq--content .accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #03a9f4;  
}
.faq--content .accordion .panel-heading a.collapsed {
    background-color: #232c3b;
}
.faq--content .accordion .panel-heading a h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    overflow: hidden;
}
.faq--content .accordion .panel-heading a h3 i.fa-minus {
    float: right;
    margin-top: 5px;
    color: #fff;
}
.faq--content .accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067";
}
.faq--panel-simple {
    padding-bottom: 30px;
    border: none;
}
.faq--panel-simple:last-child {
    padding-bottom: 0;
}
.faq--panel-simple .panel-title {
    margin-top: -5px;
    margin-bottom: 10px;
    color: #303030;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;   
}
.faq--panel-simple .panel-body {
    padding: 0;
}
#login {
    padding: 80px 0;
}
.login--form {
    max-width: 380px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    font-size: 0;
    line-height: 0;
}
.login--form .form-group {
    position: relative;
}
.login--form label {
    font-size: 16px;
    line-height: 24px;
}
.login--form input.form-control {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    min-height: 38px;
    background-color: transparent;
    border-width: 0 0 1px;
    padding-left: 0;
    font-family: 'Roboto', sans-serif;
}
.login--form input.form-control:focus {
    border-color: #ccc;
}
.login--form .form-group .highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #03a9f4;
    -webkit-transition: width 0.25s ease-in-out, background-color 0.25s ease-in-out;
            transition: width 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.login--form .form-group input:focus + .highlight,
.login--form .form-group input.error + .highlight {
    width: 100%;
}
.login--form .form-group input.valid + .highlight {
    background-color: #5cb85c;
}
.login--form .btn--default {
    margin-top: 15px;
    margin-right: 15px;
    color: #737373;
    background-color: transparent;
    border-color: #737373;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
}
/*--------------------------------
   19. CONTACT AREA
--------------------------------*/
#contact {
    padding: 80px 0;
}
/* 19.1. CONTACT FORM */
.contact--form {
    text-align: center;
}
.contact--form-status .alert {
    padding: 15px 30px;
    border-radius: 50px;
}
.contact--form label {
    font-weight: 400;
}
.contact--form .form-group {
    position: relative;
}
.contact--form .form-control {
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    height: auto;
    padding: 8px 0;
}
.contact--form textarea.form-control {
    min-height: 172px;
    resize: none;
}
.contact--form .highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #03a9f4;
    -webkit-transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
            transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
}
.contact--form input:focus + .highlight,
.contact--form textarea:focus + .highlight,
.contact--form input.error + .highlight,
.contact--form textarea.error + .highlight {
    width: 100%;
}
.contact--form input.valid + .highlight,
.contact--form textarea.valid + .highlight {
    background-color: #5cb85c;
}
.contact--form .btn--default {
    min-width: 100px;
    color: #303030;
    background-color: transparent;
    border-color: #303030;
}
/*--------------------------------
    20. Map Area
--------------------------------*/
#map {
    position: relative;
    min-height: 400px;
    z-index: 0;
}
#map:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*--------------------------------
   21. 404 AREA
--------------------------------*/
/* 21.1. 404 CONTENT */
.f0f--content h2 {
    font-size: 120px;
    line-height: 148px;
}
/* 21.2. 404 SEARCH BAR */
.f0f--search-bar {
    max-width: 320px;
    margin: 0 auto;
}
.f0f--search-bar .input--text {
    position: relative;
}
.f0f--search-bar .form-control {
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    height: auto;
    padding: 8px 0;
}
.f0f--search-bar .highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #03a9f4;
    -webkit-transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
            transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
}
.f0f--search-bar input:focus + .highlight,
.f0f--search-bar input.error + .highlight {
    width: 100%;
}
.f0f--search-bar input.valid + .highlight {
    background-color: #5cb85c;
}
.f0f--search-bar .btn--default {
    background-color: transparent;
    min-width: 120px;
    margin: 10px 5px 0;
    vertical-align: middle;
}
/*--------------------------------
   22. FOOTER AREA
--------------------------------*/
#footer {
    color: #fff;
}
/* 22.1. FOOTER WIDGETS */
.footer--widgets {
    padding-top: 50px;
}
.footer--widget {
    padding-bottom: 50px;	
}
.footer--widget  h4 {
     position: relative;
    margin: -5px 0 25px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.footer--widget  span {
color: #03A9F4;
 padding-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.footer--widget h4:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #03a9f4;
}
.footer--widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer--widget ul ul {
    padding-left: 20px;
}
.footer--widget ul li a {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
.footer--widget ul li a:hover {
    color: #03a9f4;
}
.fw--about a.more {
    color: #03a9f4;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.fw--about-social {
    margin-top: 15px;
}
.fw--about {
   width: 40%;
}
.fw--links {
   width: 20%;
}
.fw--about-social ul {
    position: relative;
    margin: 0 -15px;
}
.fw--about-social ul:before,
.fw--about-social ul:after {
    content: " ";
    display: table;
}
.fw--about-social ul:after {
    clear: both;
}
.fw--about-social ul li {
    float: left;
}
.fw--about-social ul li a {
    display: block;
    padding: 0 15px;
}
.fw--links ul {
    margin-top: -10px;
}
.fw--links li a {
    padding-top: 10px;
    border-bottom: 1px dotted #fff;
}
.fw--links li a:hover {
    border-color: #03a9f4;
}
.footer--widget.fw--links li a {
    -webkit-transition: color .25s ease, border-color .25s ease;
            transition: color .25s ease, border-color .25s ease;
}
/* 22.2. FOOTER COPYRIGHT */
.footer--copyright {
    padding: 25px 0;
    background-color: #222;
    text-align: center;
}
.footer--copyright a {
    color: #03a9f4;
    font-family: 'Oswald', sans-serif;
}
/*--------------------------------
   23. HELPER CLASSES
--------------------------------*/
/* 23.1. RESET-GUTTER */
.reset-gutter {
    margin-left: 0;
    margin-right: 0;	
}
.reset-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;	
}
/* 23.2. RESET-MARGIN */
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}
/* 23.3. RESET-PADDING */
.reset-padding {
    padding-right: 0;
    padding-left: 0;
}
/* 23.4. VERTICAL-CENTERING */
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: bottom;
}
.vc-child-bottom {
    display: table-cell;
    vertical-align: bottom;
}
/* 23.5. COLUMN CENTERING */
.col--center > div {
    float: none;
    display: table-cell;
    vertical-align: middle;	
}
@media (max-width: 800px) {
    .flex-container {
      flex-direction: column;
    }
    .banner--content1 {
         margin-left: -4%;      
    }
    .banner--content1 h1{
      display: none;     
   }
   .bg--imgp {
     background-size:  100% 100%;
    background-position: center;
  	
}

 
  }

 
 
@media (max-width: 1024px) {
  .back{
	  background-image: url("img/mailpro_mob.jpg")!important;
	  }
  .back1{
	  background-image: url("img/website_mob.jpg")!important;	  
	  }
  }
 #tableau {
    padding-top: 40px;
}
#aboutcontact {
    padding-top: 140px;
}
/* timeline */
.timeline {
	background:#fff;
  white-space: nowrap;
  overflow-x: hidden; 
}
.timeline ol {
  font-size: 0;
  width: 10%;
  padding: 100px 0;  /* espacement avec titre*/
  transition: all 1s;
}
.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 100%;  /* timeline  longeur*/
  height: 6px;
  background: #303030;
}
.timeline ol li:last-child { width: 140px; }
.timeline ol li:not(:first-child) { margin-left: 14px; }
.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #03A9F4;
}
.timeline ol li div {
  position: absolute;
  left: calc(100% + 1px);
  width: 130px;
  padding: 15px;
  font-size:16px;
  font-family:'Roboto';
  white-space: normal;
  color: white;
  background: #03A9F4;
}
.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}
.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #03A9F4 transparent transparent transparent;
}
.timeline ol li:nth-child(even) div { top: calc(100% + 16px); }
.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #03A9F4;
}
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
 .timeline h1 {
	font-size: 2.5rem; 
	color: #303030;
	 text-align: center;
	 width:40px;
 }

.bg--imgp {
     background-size:  100% 100%;
    background-position: center;
  	
}

.timeline ol,  .timeline ol li { width: auto; }
.timeline ol {
  padding: 0;
  transform: none !important;
}
.timeline ol li {
  display: block;
  height: auto;
  background: transparent;
}
.timeline ol li:first-child { margin-top: 25px; }
.timeline ol li:not(:first-child) { margin-left: auto; }
.timeline ol li div {
  width: 94%;
  height: auto !important;
  margin: 0 auto 25px;
}
.timeline ol li div { position: static; }
.timeline ol li:nth-child(odd) div { transform: none; }
.timeline ol li:nth-child(odd) div::before,  .timeline ol li:nth-child(even) div::before {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: none;
  border-left: 1px solid black;
  height: 25px;
}
.timeline ol li:last-child,  .timeline ol li:nth-last-child(2) div::before,  .timeline ol li:not(:last-child)::after,  .timeline .arrows { display: none; }
.navbar-brand{
    width: 75px;
    height: 50px;
 }
}
.card {
    border: 2px solid #ddd;
    border-radius: 6px;
    max-width: 350px;
    text-align: center;
    margin: 20px;
}
.card_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: -60px auto 0;
}
.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_info {
    padding-bottom: 20px;
}
a {
  text-decoration: none;
  color: red;
}
a:hover{
  color: black;
}

