/*
	Theme Name: Digital Pro
	Theme URI: http://my.studiopress.com/themes/digital/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1.3

	Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu,  e-commerce, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: digital-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Column Classes
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Site Inner
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Simple Share
		- Jetpack
	- Skip Links
	- Site Header
		- Site Title and Description
	- Site Navigation
		- Accessible Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Intro Text
		- Entry Meta
		- After Entry
		- Pagination
		- Sidebar
		- Comments
	- Footer Widgets
	- Site Footer
	- Fadeup Effect
	- Media Queries
		- Min-width: 801px
		- Max-width: 800px
		- Max-width: 600px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url('https://fonts.googleapis.com/css?family=Overpass+Mono:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
.title-area .site-title a{background: url(https://www.departement-ti.com/wp-content/uploads/2019/08/logo.jpg) no-repeat !important;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
.esconder{height:0;overflow:hidden;}
/* Box Sizing
--------------------------------------------- */
.entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
    .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
    .alignfull img {
        width: 100vw;
    }
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2.4rem;
}

body {
	background-color: #fff;
	color: #848482;
	font-family: 'Overpass Mono', monospace;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.padding-25{
	padding: 0 25%;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #5b5e5e;
	color: #fff;
}

::selection {
	background-color: #5b5e5e;
	color: #fff;
}

a {
	/*border-bottom: 1px solid #232525;*/
	color: #232525;
	text-decoration: none;
}

a:focus,
a:hover {
	/*border-bottom: 1px solid #e85555;*/
	color: #e85555;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232525;
	font-family: 'Overpass Mono', monospace;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	margin-bottom: 60px;
	margin-top: 100px;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: -1px;
	/*margin-top: 60px;*/
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

img.entry-image {	max-width: 500px;}

.full-width-content img.pull {	margin-left: -70px;	margin-right: -70px;	max-width: 800px;}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {	border: 1px solid #ddd;	height: auto;	padding: 4px;}

.gallery img:hover,
.gallery img:focus {	border: 1px solid #999;}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #5b5e5e;
	font-family: 'Overpass Mono', monospace;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 20px;
	width: 100%;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #5b5e5e;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-color: #e85555;
	border-radius: 50px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Overpass Mono', monospace;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 20px 30px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 20px;
}

input[type="submit"],
.content input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 25px;
	width: 100%;
}

a.more-link {
	display: inline-block;
	font-family: 'Overpass Mono', monospace;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.footer-widgets-1 button,
.footer-widgets-1 button,
.footer-widgets-1 input[type="button"],
.footer-widgets-1 input[type="reset"],
.footer-widgets-1 input[type="submit"],
.footer-widgets-1 .entry-content a.button,
.footer-widgets-1 .textwidget a.button,
.textwidget a.button:focus,
.textwidget a.button:hover {
	background-color: #232525;
	border: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .entry-content a.button:focus,
.footer-widgets .entry-content a.button:hover,
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #fff;
	color: #232525;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

.digital-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 0px 30px 0;
	/*max-width: 1280px;*/
}

.digital-landing .site-inner,
.front-page .site-inner {
	margin-top: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

.alignright .avatar {
	margin-left: 30px;
}

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10%;
	max-width: 660px;
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input {
	-webkit-appearance: none;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search .search-form input[type="submit"]:focus {
	border-radius: 0;
	margin-top: 0;
	padding: 17px 20px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content .search-form input[type="search"] {
	margin-right: 10px;
	outline-offset: -1px;
	width: auto;
}

.error404 .content .search-form input[type="submit"] {
	height: auto;
	padding: 20px;
	position: static;
	width: auto;
}

/* Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: -3px;
}

.error404 .entry-title,
.error404 .entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
	color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
	color: #e85555;
}

.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 50%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 60px 0 50px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content a {
	border-width: 0;
}

.featured-content.widget .entry {
	padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-content p.entry-meta {
	font-family: 'Overpass Mono', monospace;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.featured-content .more-link {
	border-width: 1px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget ::-moz-placeholder {
	font-family: 'Overpass Mono', monospace;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
	font-family: 'Overpass Mono', monospace;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
	font-family: 'Overpass Mono', monospace;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #232525;
	outline: #ddd solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid transparent;
	padding: 28px 30px;
	/*position: fixed;
	top: 0;*/
	width: 100%;
	z-index: 999;
}

.site-header.shrink {
	border-color: #eee;
	padding: 18px 30px;
	position: fixed;
	top: 0;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
	position:absolute;
}

.site-title {
	font-family: 'Overpass Mono', monospace;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #232525;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
	width: 100%;
    text-align: center;
}

.header-image .site-header {
	padding: 9px 40px 0px 40px;
	border-bottom: 3px solid #00aed1;
}

.header-image .site-header.shrink {
	padding: 0 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 50px;
    width: 236px;
    margin-top: 10px;
    position: relative;
}

.header-image .title-area {
	margin: 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	position: relative;
}

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #4e4e50;
	display: block;
	font-family: 'Overpass Mono', monospace;
	/*font-size: 12px;*/
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 10px 10px 20px 10px;
	letter-spacing: 0px !important;
	/*text-transform: uppercase;*/
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #00b2d2;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	margin-top: 2px;
}

.nav-primary .genesis-nav-menu li.last a {
	padding-right: 0;
}

.nav-primary .sub-menu {
	border-top: 1px solid #ddd;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.content-sidebar .content,
.sidebar-content .content {
	width: 65%;
}

.content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	float: right
}

/*.page .content,
.single .content {
	overflow: hidden;
}*/

.digital-landing .content {
	max-width: 800px;
	padding-bottom: 5%;
	padding-top: 5%
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 660px;*/
}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: 'Overpass Mono', monospace;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
	margin: 0 auto 5%;
	max-width: 660px;
}

.page.page-template-page_blog .entry-header {
	max-width: none;
}

.entry-footer {
	margin: 30px auto 60px;
	max-width: 660px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	font-family: 'Overpass Mono', monospace;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
}

.pagination a {
	border-bottom: 1px solid #232525;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #e85555;

}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #232525;
	border: 1px solid #232525;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e85555;
	border: 1px solid #e85555;
	color: #fff;
}

/* Sidebar
--------------------------------------------- */

.content-sidebar .sidebar,
.sidebar-content .sidebar {
	width: 30%;
}

.content-sidebar .sidebar {
	float: right;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widgettitle {
	font-family: 'Overpass Mono', monospace;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 80px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
	max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #232525;
	border-top: 5px solid #fff;
	clear: both;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 90px 4%;
}

.footer-widgets-1 {
	background-color: #e85555;
	text-align: right;
	width: 25%;
}

.footer-widgets-2 {
	text-align: left;
	width: 39.8%;
}

.footer-widgets-3 {
	padding-left: 0;
	text-align: left;
	width: 35%;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets a {
	border-bottom-width: 0;
	font-family: 'Overpass Mono', monospace;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #e85555;
	text-decoration: underline;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #232525;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 28px;
	text-align: center;
}

.site-footer a,
.site-footer p {
	border-bottom-width: 0;
	color: #232525;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #e85555;
	text-decoration: underline;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration:         1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function:         ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 960px){
	.site-inner {max-width: 1140px;}
	.full-width-content .content {	float: none;		margin-left: auto;		margin-right: auto;	}
	.content {		float: left;		width: 65%;	}
}
@media only screen and (min-width: 801px) {

	.footer-widgets .wrap {		display: -webkit-flex;		display: -ms-flexbox;		display: flex;-webkit-flex-wrap: wrap;		-ms-flex-wrap: wrap;		flex-wrap: wrap;	}
}

@media only screen and (max-width: 800px) {

	.site-inner {
		margin-top: 0;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.header-image .site-title > a,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.site-header {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-footer,
	.site-inner {
		/*padding: 8%;*/
	}

	.site-header,
	.site-header.shrink {
		position: inherit;
		text-align: center;
		padding: 20px 8%;
	}

	.header-image .nav-primary:not(button) {
		background: #fff;
		margin-top: 0;
		padding-bottom: 20px;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-primary,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.title-area {
		float: none;
	}

	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	/* Genesis Responsive Menus */
	.js .site-header nav .wrap {
		padding: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: transparent;
		color: #232525;
		display: block;
		margin: 0 auto;
		outline-offset: -1px;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #e85555;
		border-width: 0;
	}

	.menu-toggle {
		line-height: 20px;
		margin-top: 10px;
		padding: 10px 30px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		font-size: 2em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 14px 10px 13px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #e85555;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: thin solid #ddd;
		outline-offset: -1px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 16px 0 16px 10px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.content {
		margin-bottom: 0;
		margin-top: 0;
	}

	.page .entry-header,
	.single .entry-header {
		max-width: 100%;
	}

	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-header {
		clear: both;
		margin: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image,
	.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image {
		display: block;
		float: left;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.footer-widgets-1,
	.page .entry-header,
	.single .entry-header {
		text-align: left;
	}
	.title-area{position: relative;}
}

@media only screen and (max-width: 600px) {

	.page .entry-title,
	.single .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: -2px;
	}

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

}
@media all and (max-width:1199px) and (min-width: 1101px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*31*/
		background: -moz-linear-gradient(59deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(59deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(59deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (max-width:1299px) and (min-width: 1200px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*29*/
		background: -moz-linear-gradient(61deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(61deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(61deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (max-width:1399px) and (min-width: 1300px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*27*/
		background: -moz-linear-gradient(63deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(63deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(63deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (max-width:1499px) and (min-width: 1400px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*25.3*/
		background: -moz-linear-gradient(64.3deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(64.3deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(64.3deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (max-width:1599px) and (min-width: 1500px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*23.8*/
		background: -moz-linear-gradient(65.8deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(65.8deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(65.8deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (max-width:1699px) and (min-width: 1600px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*22.6*/
		background: -moz-linear-gradient(67.6deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(67.6deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(67.6deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (max-width:1799px) and (min-width: 1700px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*21.3*/
		background: -moz-linear-gradient(68.3deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(68.3deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(68.3deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (max-width:1899px) and (min-width: 1800px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*20.2*/
		background: -moz-linear-gradient(69.2deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(69.2deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(69.2deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (max-width:1999px) and (min-width: 1900px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*19.4*/
		background: -moz-linear-gradient(70.8deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(70.8deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(70.8deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
@media all and (min-width: 2000px){
	.headerHome-dti:after {
		display: block;
		content: "";
		width: 60%;
		height: 400px;
		background: rgba(95,190,220,1);
		position: absolute;
		bottom: 0;/*18.3*/
		background: -moz-linear-gradient(71.8deg, rgba(95,190,220,1) 0%, rgba(95,190,220,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(71.8deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
		background: linear-gradient(71.8deg, rgba(95,190,220,1) 0%,rgba(95,190,220,1) 50%,rgba(0,0,0,0) 50%,rgb(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fbedc', endColorstr='#00bcbcbc',GradientType=1 );
	}
}
/*********************************/
/*a{border-bottom:0px;}*/
/*Footer*/
#genesis-footer-widgets .footer-widgets-1{padding-left: 7%;padding-right: 6%;width:45%;padding-bottom: 50px;background-color:#49585f;text-align:left;-webkit-box-shadow: inset 10px 0px 20px 0px rgba(0,0,0,.5);-moz-box-shadow: inset 10px 0px 20px 0px rgba(0,0,0,.5);box-shadow:inset 10px 0px 20px 0px rgba(0,0,0,.5) }
.footer-widgets-2{ padding-top:0px;background: url(https://www.departement-ti.com/wp-content/uploads/2019/08/map.jpg) bottom no-repeat; width: 55%;-webkit-box-shadow: inset 10px 0px 20px 0px rgba(0,0,0,.5);-moz-box-shadow: inset 10px 0px 20px 0px rgba(0,0,0,.5);box-shadow:inset 10px 0px 20px 0px rgba(0,0,0,.5) }
#genesis-footer-widgets .footer-widgets-1 p{font-size: 30px;color: #00aed1;font-weight: 700;line-height: 1.5;font-family: Sans-serif;}
.footer-widgets-1 i{color: #00aed1;line-height: 1.5em;margin-right: 0px;font-size: 25px;width: 35px;}
#genesis-footer-widgets .footer-widgets-1 a{color: #fff;font-size: 20px;font-family: Sans-serif; font-weight:400;text-transform: none;}
.footer-widgets-2 p{ padding: 35px; max-width: 320px; text-align: center;text-transform: uppercase;font-size: 20px;color: black;line-height: 1;background-color: rgba(4,179,210,.5);}
#genesis-footer-widgets .addtoany_shortcode{float:none;margin-left: -16px;margin-top: 10px;display: inline-block;}
.articleDTI #genesis-footer-widgets{display: none;}
/*Copyright*/
.site-footer{background:#49585f;padding-top:10px; padding-bottom:20px;}
.site-footer p{display:inline-block;float:left;width:45%;text-align:left;}
.site-footer p,.site-footer a{color:white;font-family:Arial;font-size:13px;letter-spacing:1px;}
/*Font*/
.text18{ font-size:18px; }
.text20{ font-size:20px; }
.text22,p.text22{ font-size:22px; }
.text24,p.text24{ font-size:24px; }
.text30,h4.text30{ font-size:30px; }
.text40{ font-size:40px; }
.text300{ font-weight:300; }
.text400{ font-weight:400; }
.text700{ font-weight:700; }
.text4px{ letter-spacing:4px; }
.text6px,h2.text6px,h4.text6px{ letter-spacing:6px; }
.row700{ max-width: 700px; margin-left: auto;margin-right: auto; }
.custGray,.custGray span,.custGray p,.custGray h2{ color:#4e4e50; }
.custGB,.custGB span,.custGB p,.custGB h2,.custGB a{ color:#21707f; }
.fontOpen{ font-family: 'Open Sans', sans-serif; }
.sectBorder{border:1px solid #21a0ce}
/*HOME:EXPERT*/
.notre-entreprise-padding h2{text-align: center;}
.expertHome{ padding: 3%;border:1px solid #444; border-radius:5px;text-align:center;  }
.expertHome:hover{ border-color: #acaaab; -webkit-box-shadow: -5px 5px 30px 0px rgba(0,0,0,0.3); -moz-box-shadow: -5px 5px 30px 0px rgba(0,0,0,0.3); box-shadow: -5px 5px 30px 0px rgba(0,0,0,0.3); margin-top: -5px;}
.expertHome .expertImg{margin-top: 15px;margin-bottom: 15px;}
.expertImg img{width: 90px;height: 90px;}
/*HOME:HEADER*/
#text-2{background:black;}
#front-page-DTI{height:100vh;background-image:url(https://www.departement-ti.com/wp-content/uploads/2019/10/download.jpg);background-size: cover;background-position: 35%;}
#front-page-DTI .widget-area.fadeup-effect{padding-top:15vw;}
/*HOME:SERVICE*/
.hmService{ background-image: url(https://www.departement-ti.com/wp-content/uploads/2019/08/bkd_services.jpg);background-position: left top;background-repeat: repeat;background-attachment: fixed;}
.hmService h4{ text-transform:uppercase;font-weight: 700; }
.hmService h4 a,.amp-wp-5d305d9,.amp-wp-5d305d9{ color:#22d2d8; }
.hmService p a{ font-size: 13px;}
.hmService .ab-block-layout-column-inner{padding-left: 80px;}
.hmService .ab-container-inside:before{color:#22d2d8;border:1px solid #22d2d8;border-radius:50%;padding:15px;font-size:25px;position: absolute;width: 25px;height: 26px;margin-left:-80px;line-height:1em;text-align:center;font-weight: 900;}
.hmService .colGer .ab-container-inside:before{content:"\f007";font-family: "Font Awesome 5 Free";}
.hmService .colInf .ab-container-inside:before{content:"\f0c2";font-family: "Font Awesome 5 Free";}
.hmService .colPry .ab-container-inside:before{content:"\f002";font-family: "Font Awesome 5 Free";}
.hmService .colSet .ab-container-inside:before{content:"\f013";font-family: "Font Awesome 5 Free";}
/*HOME:SOCIAL*/
.socialHome ul{ text-align:center;margin-left:0px; }
.socialHome ul li{ list-style: none; display:inline-block;}
.socialHome a{ color:#4e4e50;font-size:40px;margin:35px; border:2px solid #acaaab; border-bottom:2px solid #acaaab; margin:35px; background-color:#ffffff;padding:25px; border-radius:5px;} 
.socialHome a:hover { border-color: #acaaab; -webkit-box-shadow: -5px 5px 30px 0px rgba(0,0,0,0.3); -moz-box-shadow: -5px 5px 30px 0px rgba(0,0,0,0.3); box-shadow: -5px 5px 30px 0px rgba(0,0,0,0.3); margin-top: 0px; }
.socialHome a i{ height: 45px; width: 45px; }
/*HOME:CONTACTENOS*/
.section_informatique{background: url(https://www.departement-ti.com/wp-content/uploads/2019/08/bkd_contact-bg.png) no-repeat;background-position: center;}
/*INFOGERANCE,PROJECTS,INFO*/
.pgInter h3{font-size: 20px;color: #21707f;font-weight: 700;text-transform: uppercase;font-family: 'Open Sans', sans-serif;}
figure.imgPage{margin: 0px;}
.imgPage img{box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.5);}
/*BLOG*/
section.blog-dti h3.ab-block-post-grid-title a,.blogHome article .ab-block-post-grid-title a{ color:#21707f;text-transform:uppercase;font-size:20px; }
.blog-dti p{ font-family: Open Sans; font-size:21px; }
.blog-dti a.ab-block-post-grid-more-link,.blogHome a.ab-block-post-grid-more-link{ border: 1px solid #21707f;color: #21707f;padding: 12px 24px;font-size:12px; }
.blog-dti .ab-block-post-grid-more-link:hover,.blogHome a.ab-block-post-grid-more-link:hover{background:#21707f;color:white;}
.blog-dti article.ab-post-grid-item.has-post-thumbnail.entry{ border: 2px solid #7b7b7b; border-bottom: 2px solid #7b7b7b; border-radius: 5px; padding-bottom:0px;}
.blog-dti .ab-block-post-grid-text{ padding-top:20px; padding-right:20px; }
.blogHome article .ab-block-post-grid-excerpt p{font-family:Open Sans;font-size:18px;}
/*ARTICLE*/
.articleDTI ,.articleDTI .site-inner,.articleDTI1 ,.articleDTI1 .site-inner{background:#f2f2f2;}
.articleDTI article header{ display:none; }
.articleDTI .entry-content{ padding-top:10%; padding-bottom:10%; }
.articleDTI .site-inner a,.articleDTI .dateArrt{ color:#21707f; font-weight:700; }
.articleDTI .wp-block-atomic-blocks-ab-column.ab-block-layout-column:nth-child(1) figure{ margin-top:0px; }
.articleDTI .wp-block-atomic-blocks-ab-column.ab-block-layout-column:nth-child(1) img{border: 2px solid #7b7b7b;border-radius: 5px;}
.articleDTI .wp-block-atomic-blocks-ab-column.ab-block-layout-column:nth-child(1) a{background-color: #5fbedc;font-weight: 700;display: block;color:white;padding:10px;}
.articleDTI .wp-block-atomic-blocks-ab-column.ab-block-layout-column:nth-child(1) a:hover{background-color: #6ab6ce;}
.articleDTI .addtoany_shortcode,.articleDTI .dateArrt{display:inline-block;}
.articleDTI .addtoany_shortcode{float:right;}
.articleDTI .addtoany_shortcode a{width:40px;}
.articleDTI1 .site-inner{max-width: 1600px;}
.articleDTI1 #genesis-content{width: 100%;}
.articleDTI1 #genesis-content header{margin-bottom:0px;margin-top:5%;max-width:1600px;}
.articleDTI1 h1.entry-title{font-size: 36px;text-align:center;}
/*CONTACT*/
.colMap{ line-height: 0; }
.colCont a{ color:white; display:block;margin-bottom:10px;font-family: 'Open Sans', sans-serif; }
a.btnMap{ background:#00aec6;padding:20px 28px; font-size:18px;letter-spacing:2px;text-transform:uppercase;max-width:310px; margin-left:auto;margin-right:auto;border-radius:5px;margin-bottom:50px;margin-top:30px;}
.btnMap:hover{color:white;background:#00aec0;}
.colCont a i{ color:#00aec6; }
a.btnMap i{ color:white; }
/*FORM*/
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {font-size: 20px;color: #767676;padding: 10px 12px;background-color: #fdfdfd;border: 1px solid #e3e3e3;}
.wpcf7 input,.wpcf7 input,.wpcf7 select{display: inline;margin-bottom:20px;}
#wpcf7-f1305-p949-o1.wpcf7 input[type="email"]{ float:right; }
.wpcf7 .your-genere{ margin-right: 20px;font-family:"Open Sans"; }
.wpcf7 .your-genere .wpcf7-list-item.first{margin-left: 6px;}
.soumissionForm textarea{ width: 100%; }
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 select{ width: 49%; }
.wpcf7 .your-nom input{ width: calc(49% - 180px); }
.wpcf7 .your-subje, .wpcf7 .your-telephone,.wpcf7 .nombres-postes,.wpcf7 .your-titre{ float: right; width: 49%;}
.wpcf7 .your-titre input,.wpcf7 .your-telephone input,.wpcf7 .nombres-postes select{ width: 100%; }
.wpcf7 input[type="submit"]{background: #00aed1;margin-top:20px;color:white;font-weight:700;font-family:"Open Sans";border-radius:0px;width:200px;}
.wpcf7 input[type="submit"]:hover{ background: #4bb0c5; }
.wpcf7 select {background-color: #fdfdfd;border: 1px solid #e3e3e3;padding: 10px 12px 12px 16px;font-size: 14px;color: #252525;font-weight: 700;}
.expertRowHome:before {
    content: "";
    display: block;
    height: 500px;
    width: 30%;
    background: url(https://www.departement-ti.com/wp-content/uploads/2019/08/ordi_expertise.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 998;
    margin-top: -300px;
}
/* button notre entreprise */
.btnCust a {
	border-bottom: none;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 295px;
    position: relative;
    z-index: 9;
}
.section_informatique .btnCust a {	width: 230px;}
.btnCust a:hover {
	border-bottom: none;
}
.btnCust .l {
    width: 50px;
    display: inline-flex;
    background-image: url(https://www.departement-ti.com/wp-content/uploads/2019/08/btn_section1.png);
    background-repeat: no-repeat;
    background-position: left -3px;
    background-size: cover;
    height: 100px;
}
.btnCust .c {
    display: inline-flex;
    vertical-align: middle;
    background-image: url(https://www.departement-ti.com/wp-content/uploads/2019/08/btn_section2.png);
    background-repeat: repeat;
    background-position: center;
    padding-top: 30px;
}
.btnCust span {
    padding: 20px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Overpass Mono', monospace;
    font-weight: 700;
    line-height: 1.3;
}
.btnCust .r {
    width: 50px;
    display: inline-flex;
    background-image: url(https://www.departement-ti.com/wp-content/uploads/2019/08/btn_section3.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 100px;
}
/*-----------------------------*/
/* Icon Header */
.front-tel,.front-team{text-align: right;padding-right: 30px;padding-top: 10px;}
/* MENU ICON */
@media all and (min-width:801px){
	#menu-main-menu > li.current-menu-item:after{ background: white; display: block; content: ""; height:3px; margin-top:0px; position: absolute; width: 100%;}
	#menu-item-1373,#menu-item-1374{float:right;}
	#menu-item-1373.current-menu-item:after{ background: transparent;}
	#menu-item-1373{margin-right: 13px;}
	#menu-item-1373 a{width: 225px;padding-top: 4px;}
	#menu-item-1374 a{width:85px;padding-top: 4px;}
	#menu-item-1373 a span{background: #5fbedb;position: absolute;font-size: 13px;line-height: 1;color: #fff;padding: 10px 15px;margin-top: 15px;margin-left: -15px;z-index:10;}
	#menu-item-1374 a span{background: #ed353c;position: absolute;font-size: 13px;line-height: 1;color: #fff;padding: 10px 15px;margin-top: 15px;margin-left: -5px;line-height: 1;letter-spacing: 0;z-index:10;}
	#menu-item-1373 span:before{ content: ""; width: 0; height: 0; border-style: solid; border-width: 0 10px 17px 0; border-color: transparent #00aed1 transparent transparent; position: absolute; top: 50%; left: -10px; bottom: 0; }
	#menu-item-1373 span:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 17px 10px 0 0; border-color: #00aed1 transparent transparent transparent; position: absolute; top: 50%; right: -10px; bottom: 0; }
	#menu-item-1374 span:before{ content: ""; width: 0; height: 0; border-style: solid; border-width: 0 10px 17px 0; border-color: transparent #cb060e transparent transparent; position: absolute; top: 50%; left: -10px; bottom: 0; }
	#menu-item-1374 span:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 17px 10px 0 0; border-color: #cb060e transparent transparent transparent; position: absolute; top: 50%; right: -10px; bottom: 0; }
	#menu-item-1373 a:before{content:"\f15c";width: 10px;height: 10px;display: block;font-weight: 400;font-family: "Font Awesome 5 Free";font-size: 20px;margin-left: auto;margin-right: auto;}
	#menu-item-1374 a:before{content:"\f128";width: 10px;height: 10px;display: block;font-weight: 900;font-family: "Font Awesome 5 Free";font-size: 20px;margin-left: auto;margin-right: auto;}
}
/* partenaires */
.wp-block-atomic-blocks-ab-container.aftT.ab-block-container.alignfull{padding-left:0px;}
div.wp-block-atomic-blocks-ab-container.aftT .ab-container-inside{position: absolute;margin-top: -51px;margin-left: 0%;z-index: 99;color: #fff;text-transform: uppercase; letter-spacing: 3px;font-family: Overpass Mono,monospace,Sans-serif;font-size: 20px;}
div.aftT .ab-container-inside h3{text-transform: none;color: #fff;padding: 0 80px 0 0; background: #49585f;-webkit-box-shadow: 0px -6px 18px 0px rgba(0,0,0,.64);box-shadow: 0px -6px 18px 0px rgba(0,0,0,.64);-webkit-transform: skewX(69.561deg);}
div.aftT .ab-container-inside h3 span{padding: 10px 10px 8px 15px;background: #49585f;transform: skewX(-69.561deg);display: table-cell;}
/*RESPONSIVE*/
@media all and (min-width:1921px){
	
}
@media all and (max-width:1550px){
	.header-image .nav-primary:not(button){text-align: right;}
}
@media all and (max-width:1500px){
	.header-image .nav-primary:not(button){text-align: right;}
	#front-page-1{height: 100vh;}
}
@media all and (max-width:1320px) and (min-width:801px){
	.accueilH.header-image .site-title > a{width: 150px;}
}
@media all and (max-width:1315px) and (min-width:1276px){
	:not(.accueilH).header-image .site-title > a{width: 190px;}
}
@media all and (max-width:1275px) and (min-width:801px){
	.header-image .site-title > a{width: 150px;}
	#menu-item-1373 a{max-width: 134px;}
	#menu-item-1373 a:hover span,#menu-item-1373 a span:hover,.accueilH #menu-item-1373 a:hover span,.accueilH #menu-item-1373 a span:hover{width: 139px;}
	.genesis-nav-menu a{padding-bottom:24px;padding-left:9px;padding-right:10px;}
	#menu-item-1373 span:before{ content: ""; width: 0; height: 0; border-style: solid; border-width: 0 10px 23px 0; border-color: transparent #00aed1 transparent transparent; position: absolute; top: 50%; left: -10px; bottom: 0; }
  #menu-item-1373 span:after { border-width: 23px 10px 0 0;}
	#menu-item-1374 a span{margin-top:19px;}
}
@media all and (min-width:1130px){
	.ab-block-container.section_informatique{padding-top:45%;}
}
@media all and (max-width:1129px) and (min-width:1101px){
	.ab-block-container.section_informatique{padding-top:47%;}
}
@media all and (max-width:1140px) and (min-width:801px){
	.accueilH.header-image .site-title > a{background: none;position: absolute;}
	.accueilH.header-image .site-header{padding-left:0px;padding-right:25px;}
}
@media all and (max-width:1100px) and (min-width:801px){
	.header-image .site-title > a{background: none;position: absolute;}
}
@media all and (max-width:959px) and (min-width:801px){
	.genesis-nav-menu a{font-size: 14px;padding-right: 0px;}
	.header-image .site-header{padding-left:0px;padding-right:25px;}
	#menu-item-1373 a span,.accueilH #menu-item-1373 a span{padding-bottom: 8px;padding-top:8px;}
	.accueilH .genesis-nav-menu a{padding-left: 5px;padding-right: 5px; margin-right: -3px;}
	.accueilH #menu-item-1373 a{margin-right: 0px;}
}
@media all and (max-width:1100px){
	#front-page-1{max-height: 700px;}
	.front-team{top:10%;}
	.expertRowHome:before {margin-top: -270px;}
	.ab-block-container.section_informatique{padding-top:20%;padding-bottom:20%;background-position-x: right;}
	body div.wp-block-atomic-blocks-ab-container.ab-block-container.alignfull,.wp-block-atomic-blocks-ab-columns.ab-layout-columns-2.alignfull{padding-left:15px;padding-right:15px;}
	.wp-block-atomic-blocks-ab-columns.alignfull.ab-layout-contact-1{padding: 0px;}
	/*div.aftT{padding-left:0;}*/
}
@media all and (max-width:1072px) and (min-width:601px){
	.blog-dti .ab-block-post-grid-image{display: flex;}
	.blog-dti .ab-block-post-grid-image a{display: flex; flex-direction: column; justify-content: center;}
	.blog-dti img{ padding:10px 0px 10px 10px; }
	.blog-dti .ab-block-post-grid-text{ padding-bottom:20px; }
}
@media all and (max-width:959px){
	#front-page-1{max-height: 500px;}
	.front-tel a,.front-team a{font-size: 23px;}
	.front-team{top: 12%;}
	.expertRowHome .ab-is-responsive-column { -ms-grid-columns:1fr!important;grid-template-columns:1fr!important; -ms-grid-rows:auto 0 auto 0 auto!important; grid-template-areas:"col1" "col2"!important; }
	.imgPage,figure.wp-block-image.size-large{width: 100%;text-align: center;}
	.text6px,h2.text6px,h4.text6px{ letter-spacing:3px; }
}
@media all and (min-width:960px){
	.notre-entreprise-padding h2{margin-left:auto;width: 70%;}
}
@media all and (max-width:800px){
	.nav-primary{display:none;}
    body > div{font-size:2.1rem;}
    h1{font-size: 3rem;}
	#genesis-footer-widgets .footer-widgets-1,.footer-widgets-2{ width: 100%; }
	.footer-widgets-2{ min-height: 300px; }
	.site-footer p{width: 100%;text-align: center;}
	/*fonts*/
	.text30,h4.text30{font-size: 25px;}
	.text40{font-size: 28px;}
	.text6px,h2.text6px,h4.text6px{letter-spacing: 1px;}
	.socialHome a{margin:21px;}
	.expertRowHome::before{display: none;}
	/*Form*/
	.wpcf7 .your-nom input { width: calc(99.9% - 164px); }
  .wpcf7 .your-sujet input, .wpcf7 .your-telephone, .wpcf7 .your-telephone input,.wpcf7 .your-email,.wpcf7 input[type="email"], .wpcf7 select,.wpcf7 .nombres-postes,.wpcf7 .your-entreprise input,.wpcf7 .your-titre  { float: none; width: 100%; }
	.wpcf7 textarea{height: 150px;}
	/*Contact*/
	div.headerMap .ab-block-layout-column-inner{padding-left: 10%!important;}
	a.btnMap{padding: 15px 20px;font-size: 16px;letter-spacing: 1px;max-width: 250px;}
	.ab-layout-columns-3 .ab-is-responsive-column { -ms-grid-columns:1fr!important;grid-template-columns:1fr!important; -ms-grid-rows:auto 0 auto 0 auto!important; grid-template-areas:"col1" "col2" "col3"!important; }
	.colInf.ab-block-container{margin-top:40px;}
	.hmService .ab-is-responsive-column { -ms-grid-columns:1fr!important;grid-template-columns:1fr!important; -ms-grid-rows:auto 0 auto 0 auto!important; grid-template-areas:"col1" "col2"!important; }
	.ab-layout-columns-3 img{max-width: 500px!important;margin-bottom:30px;}
}
@media all and (max-width:812px) and (min-width:601px){
	.articleDTI .has-small-font-size br:nth-child(1){display: none;}
}
@media all and (max-width:744px){
	.wp-block-atomic-blocks-ab-container.aftT.ab-block-container.alignfull{padding-right: 0;}
	.wp-block-atomic-blocks-ab-container.aftT.ab-block-container.alignfull .ab-container-inside {position: relative;margin-top: 0px;}
	div.aftT .ab-container-inside h3 {-webkit-transform: skewX(0);text-align:center;padding: 0;}
	div.aftT .ab-container-inside h3 span{-webkit-transform: skewX(0);display: inline-block;}
}
@media all and (max-width:600px){
	#front-page-1{max-height: 400px;}
	.front-tel a,.front-team a{font-size: 20px;}
	.front-team{top: 14%;}
	.accueilH .section_fatres_de_votre br{display: none;}
	div.socialHome li{display:block; margin-bottom:50px;}
	div.hmService{padding-top:5%;padding-bottom: 10%;background-image: none;}
	.hmService .ab-block-layout-column-inner{padding-left: 0px; }
	.hmService .ab-container-inside:before{position: relative;display:block;margin-left:auto; margin-right:auto;margin-bottom: 20px;margin-top: 30px;}
	.headerMap{ padding-top: 50px; padding-bottom:50px;}	
	figure.imgPage{margin-top: 20px;margin-bottom:20px;}
	figure.imgPage img{max-width: 400px;}
	.blog-dti .ab-block-post-grid-text{ padding-bottom:20px; padding-left:20px; }
	section.blog-dti .ab-block-post-grid-excerpt p{ font-size:19px; }
	.articleDTI .wp-block-atomic-blocks-ab-column.ab-block-layout-column:nth-child(1) a{margin-bottom:40px;}
	#genesis-footer-widgets .footer-widgets-1 p{font-size:25px;}
	#front-page-DTI .widget-area.fadeup-effect{padding-top:50%;}
}
@media all and (max-width:480px){
  .headerHome-dti br{display:none;}
	div.sectBorder{padding-top:15%;padding-bottom: 15%;}
	.wpcf7 .your-nom input { width: 100%; }
	figure.imgPage img{max-width: 100%;}
}
/*AMP*/
.addtoany_shortcode a.a2a_button_facebook img{background:rgb(59, 89, 152);border-radius:4px;}
.addtoany_shortcode a.a2a_button_twitter img{background:rgb(85, 172, 238);border-radius:4px;}
.addtoany_shortcode a.a2a_button_linkedin img{background:rgb(0, 123, 181);border-radius:4px;}
.addtoany_shortcode a.addtoany_share img{background:rgb(1, 102, 255);border-radius:4px;}
.nav-primary.genesis-responsive-menu.toggled-on{display:block;}
.front-page-dpti .front-tel a{background: url('https://www.departement-ti.com/wp-content/uploads/2019/08/phone-bg.png') right center / contain no-repeat; font-size: 22px; color: #ffffff; padding: 6px 55px 6px 0px;}
.front-page-dpti .front-team a{background: url('https://www.departement-ti.com/wp-content/uploads/2019/08/question.png') right center / contain no-repeat; font-size: 22px; color: #ffffff; padding: 6px 55px 6px 0px;}
.amp-wp-ea470dc{background-color: #eee;}
.amp-wp-6fa9f3d{padding-top: 10%;    padding-bottom: 10%;    text-align: center;}
.amp-wp-a791491{max-width: 1200px;}
.amp-wp-3a68307{padding-top: 10%;padding-bottom: 3%;}
.amp-wp-060b949{max-width: 1145px;}
.amp-wp-595e426 {padding-right: 2%;padding-bottom: 10%;padding-left: 2%;}
.amp-wp-685f98f{padding-top: 10%;    padding-bottom: 10%;}
.amp-wp-0ef9e75 ul.blocks-gallery-grid{margin-left: 0px;padding-left:15px;padding-right:15px;}
.sectBorder.amp-wp-2dbd218{background:#ededf2;padding-top: 13%;padding-bottom: 13%;}
.amp-wp-69b3c30 strong{color:#21707f;}
.amp-wp-3eb549c{color:white;}
/*@media all and (max-width:600px) and (max-height:600px){
    #front-page-DTI .widget-area.fadeup-effect{padding-top:0%}
}*/