
.main_menu {
	margin-bottom: 0px;
   border: 0px !important;
}

/* Language selector */
.main_menu ul > li > ul{
	visibility: hidden;
	position: absolute;
	opacity: 0;
	padding-left: 15px;
}
.main_menu ul > li > ul.opened{
	visibility: visible;
	opacity: 1;
}
.main_menu ul > ul > li{
	display: block;
}

.main_menu .lang_menu {
	float: left;
	padding-top: 8px;
	padding-left: 5px;
}

.main_menu .lang_item > a{
	/*padding-left: 15px;*/
	outline: none;
}
.main_menu .lang_item > a:active,
.main_menu .lang_item > a:focus {
	outline: none;
	background-color: transparent;
}

.lang {
  margin: 17px 30px;
  font-size: small;
}

.navbar .nav.navbar-nav.demo {
	margin: 0;
	padding: 0;
}

.navbar .nav.navbar-nav.demo li {
	padding: 10px 15px;
	width: 100%;
}

.navbar .nav.navbar-nav.demo li:nth-child(1) {
	background-color: #f2c337;
}

.navbar .nav.navbar-nav.demo li:nth-child(2) {
	background-color: #ff4f59;
}

/*use case*/

.row-use-case {
	padding: 10px;
	font-size: 20px;
	background-color: #3ba1b0;
}
.row-use-case>div>p {
	padding-top: 10px;
}
.row-use-case-code {
	font-size: 36px;
}
/*sources of problem anymore*/
.row-1 {
	background-color: #fff;
	font-size: 36px;
	padding: 20px;
}
#if_code {
	color: #f1c336;
}
#not_source {
	color: #44b8cb;
}

.atk-news-font ul li a {
	color: #44b8cb;
}

.atk-news-font p a {
	color: #44b8cb;
}

.atk-news-font {
	color: #44b8cb;
	font-size: 20px;
}

.atk-news-font li {
	list-style: circle;
}

.atk-news-strong {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.atk-news-frame {
	padding: 1% 5% 0 5%;
}

.space-1 {
	margin-top: 10px;
}

.features {
	color: #f1c336;
	margin-top: 10px;
	font-size: 19px;
}

.btn-cta {
	text-align: center;
	font-weight: 700;
	color: #7b7b7b;
	font-size: 20px;
	padding: 15px;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 30px;
}
.btn-cta:hover {
	background-color: #ff4f58;
	border: 1px solid #ff4f58;
	text-decoration: none;
	transition: all 0.5s ease;
}
.button_trial {
	padding-top: 40px;
}

#two_min_btn {
	margin:50px;
}
#two_min_btn:hover {
	background-color:#f2c337;
	border: #f2c337 1px solid;
}
#two_min_btn .first{
	color: #fff; /* TODO : use red color */
	font-size: 25px;
}
#two_min_btn .last{
	color: #7b7b7b;
	font-size: 20px;
}
.row-1 a {
	text-decoration: none;
	color:#fff;
	margin-top: -24px;
}
.row-1 iframe {
	margin-bottom: -10px;
	margin-left: 135px;
}

.row-1 .btn-info {
  padding: 12px 62px;
}

/* code save the ruin */
.row-2 {
	background-color: #ff4f59;
	padding-bottom: 25px;
}

.row-2 .btn-cta {
	padding: 12px 62px;
}

.row-2 .btn-cta:hover{
	border: #f1c336 1px solid;
	background-color: #f1c336;
}

.row-2 .btn-cta .first {
	color: #3ba0b0;
	font-size: 20px;
}

.stakes li>p{
	margin-top: 10px;
	font-weight: bold;
}

.row>p {
	font-size: 20px;
	text-align: justify;
	padding: 0 20px;
}

/* code centric */
.row-5 {
	background-color: #3ba1b0;
}

.triangle {
	display: block;
	margin: 35px auto;
	max-width: 215px;
	position: relative;
}

.centric>div {
	text-align: justify;
	padding: 0 20px;
}

.centric p {
	color: #000;
}

.podium {
	max-width: 265px;
}

/* tous pour nudge */
.row-7{
	background-color: #fff;
	color: #7b7b7b;
}

.row-7>header {
	padding-right: 45px;
	padding-left: 45px;
	margin-bottom: 45px;
}
.row-7>div>div {
	clear: both;
}
.row-7>div>div img {
	margin-bottom: 10px;
}

.row-7 h2{
	color: #45b8cb;
}
.row-7 h2::after{
	border-color: #45b8cb;
}


.row-7 h4{
	color: #7b7b7b;
	font-weight: bold;
}

.nudge-all {
	list-style-type: circle;
	margin-left: 15px;
	margin-top: 6px;
}

/*testimony - Carousel*/
.row-testimony {
	background-color: #ff4f59;
}

.circle {
	border-radius: 50px;
	overflow: hidden;
	background-color: white;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	display: inline-block;
	position: relative;
}
.circle img {
	max-width: 100px;
	max-height: 100px;
	position: absolute;
	left: 0; /* default */
	top: 0; /* default */
}

/* carousel */
#quote-carousel
{
  padding-bottom: 30px;
  position: relative;
  height: 180px;
}
/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -120px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -120px;
}
#quote-carousel .carousel-inner {
	padding-bottom: 20px;
}

#quote-carousel .carousel-inner .item>div:first-child{
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* quoi de neuf doc*/
.row-blog h2 {
	color: #ff4f58;
	margin-left: 0;
	margin-right: 0;
}
.row-blog h2::after{
	border-bottom-color: #ff4f59;
}
.row-blog>div a {
	color: #fff;
	text-decoration: underline;
}
.row-blog>div a:hover {
	color: #ff4f59;
	text-decoration: none;
}
.row-blog>div:last-child a {
	color: #ff4f59;
}
.row-blog>div:last-child a:hover {
	color:#337ab7;
}
.row-blog>div>p:first-child>a {
	text-decoration: none;
}
.row-blog>div>p:first-child>a img {
	height: 30px;
	max-width: 200px;
	margin-right: 20px;
}
.row-blog>div {
	font-size: 18px;
	text-align: justify;
	padding: 20px;
	height: 180px;
	float: left;
	width: 50%;
	background-color: #3ba1b0;
	color: #ffffff;
}
.row-blog>div:first-child, .row-blog>div:last-child {
	background-color: #ffffff;
	color: #ff4f58;
}

/* what the faq */
.row-8 {
	background-color: #f2c337;
}
.row-8 h2 {
	margin-left: 5px;
	margin-right: 5px;
}
.row-8 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.row-8 .btn-cta {
	display: block;
	margin: 30px 5px 15px 5px;
}

/*Use Case*/
.row-9{
	background-color: #3ba1b0;
}
.row-9 .col-md-12{
	padding-right: 45px;
	padding-left: 45px;
	margin-bottom: 45px;
}

.row-clients>div:first-child{
	background-color: #f2c337  !important;
}

.row-clients p {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
}

.row-clients p::before{
	height: 4px;
	background-color: #dab133;
	display: block;
	width: 25px;
	content: '';
	margin: 0 auto;
	margin-bottom: 15px;
}

.row-clients p::after{
	height: 4px;
	background-color: #dab133;
	display: block;
	width: 25px;
	content: '';
	margin: 0 auto;
	margin-top: 15px;
}

.row-clients>div:nth-child(odd) {
	background-color: #ebebeb;
}

.row-clients>div:nth-child(even) {
	background-color: #fff;
}

.row-clients>div {
    width: 16.66666667%;
	float: left;
	height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px;
}

.row-clients>div img {
	max-width: 100%;
	max-height: 100%;
	min-width: 30%;
	min-height: 30%;
}

.form {
  width: 400px;
  margin:auto;
  background: white;
  border-radius: 3px;
  margin-top: 5em;
  margin-bottom: 6em;
  padding: 1.25em;
}

.form-group {
  position: relative;
  opacity: 1;
  transition: .6s;
}

input:focus, textarea:focus {
  border-color: #3ba1b0;
  color: #34495e;
}

input:focus + .input-field-icon {
  color: #34495e;
}

textarea.form-control {
  height: 120px;
  transition: .6s;
}

textarea.form-control:focus {
  height: 200px;
  border-color: #48c9b0;
}

/*.google-maps {
	height: 400px;
	overflow: hidden;
}
.google-maps iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

/* Footer custom styles */

.footer_menu {
	font-size: 11px;
	color:#ffffff;
	margin-top: 15px;
}

.footer_menu > li{
	float: left;
	margin-left: 40px;
	padding-bottom: 40px;
	font-size: 14px;
}
.footer_menu > li h6{
	font-size: 24px;
    text-transform: capitalize;
}
.footer_menu > li li a{
	text-decoration: none;
	color:#ffffff;
}

.social_block{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.social_block .fb_icn{
	background-image:url("/img/facebook_icon.png");
}
.social_block .fb_icn:hover{
	background-image:url("/img/facebook_icon_hover.png");
}
.social_block .twitter_icn{
	background-image:url("/img/twitter_icon.png");
}
.social_block .twitter_icn:hover{
	background-image:url("/img/twitter_icon_hover.png");
}
.social_block .linkedin_icn{
	background-image:url("/img/linkedin_icon.png");
}
.social_block .linkedin_icn:hover{
	background-image:url("/img/linkedin_icon_hover.png");
}

.social_block_container > a + a{
	margin-left: 2%;
}

.social_block_container{
	margin-bottom: 30px;
	margin-right: 30px;
}

.copyright{
	color: #ffffff;
	font-family: "OpenSans",arial;
	font-size: 10px;
	font-weight: normal;
	margin-right: 10px;
}

form input{
	font-family: "Roboto",arial;
	margin-bottom: 1em;
}

form .checkbox_field{
	float: left;
	padding-top: 11px;
	overflow: hidden;
}

.mask_checkbox{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../images/checked_active.png') no-repeat -25px center #e1e1e1;
	cursor: pointer;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#souvenir_field:checked + .mask_checkbox{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-position:center center;
}
.text_label{
	font-family: "Roboto",arial;
	font-size: 12px;
	color: #333438;
	font-weight: 400;
	float: left;
	padding-left: 8px;
	cursor: pointer;
}
.submit_area{
	overflow: hidden;
	float: right;
	padding-top: 4px;
}
.submit_btn{
	background-color: #ee6022;
	color: #fff;
	font-family: "Titillium Web",arial;
	font-size: 14px;
	border: none;
	height:30px;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 26px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.submit_btn:hover{
	background-color:#c14e1c;
}
.login_openid{
	clear: both;
	padding-top: 12px;
	text-align: center;
}
.login_openid a{
	text-decoration: none;
}
.form_link{
	clear: both;
	padding-top: 12px;
}
.form_link a{
	font-family: "Titillium Web",arial;
	color: #2d87c5;
	font-size: 12.5px;
	text-decoration: none;
}

/*Pricing*/

.row-pricing {
	background-color: #3ba1b0;
}

.row-pricing p, .row-pricing h2 {
	margin-left: 5px;
	margin-right: 5px;
}

.row-pricing .range-holder{
	padding-top: 30px;
	padding-bottom: 250px;
	text-align: center;
}

.row-pricing span.asterisk:before {
	content: '*';
	color: #8a6d3b;
}

.row-pricing p a {
	text-decoration: underline;
	color:#ffffff;
}

.dragdealer {
  width: 50%;
  margin-right: 15px;
  margin-left: -15px;
  display: inline-block;
  position: relative;
  height: 30px;
  background: rgb(191,210,85);
  border-radius: 8px;
  border: 1px solid #a7a7a7;
  background: linear-gradient(to right, rgba(191,210,85,.2) 0%, rgba(191,210,85,1) 100%);
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0; /* Is overriden */
  margin-left: -15px;
}

.dragdealer .stripe,
.dragdealer .remainder {
	position: absolute;
	top: 0;
	margin: 0;
	height: 28px;
	border-radius: 8px;
}
.dragdealer .stripe {
	left: 0;
	background-color: transparent;
}
.dragdealer .remainder {
	background-color: rgba(167, 167, 167, .8);
	right: 0;
}

.dragdealer .grad {
	position: absolute;
	top: 35px;
	left: 0; /* is overriden */
	padding-left: 10px;
}
.dragdealer .grad::before {
	content: '|';
	color: #a7a7a7;
	top: -10px;
	position: absolute;
	left: 0;
}

.dragdealer .square{
	position: absolute;
	top: -9px;
	left: -5px;
	cursor: pointer;
	width: 50px;
	height: 45px;
	background-color: #505054;
	border-radius: 8px;
	padding-top: 12px;
	text-align: center;
	z-index: 10;
}

.dragdealer .square>span {
   display: block;
   width: 22px;
   height: 2px;
	margin: 4px auto;
	background-color: #FFF;
}

.dragdealer .infobox{
	position: absolute;
	top: 60px;
	left: -129px;
	width: 300px;
	padding: 0px;
	border-radius: 8px;
	background-color: #FFF;
	border: #008da8 solid 2px;
	text-align: center;
}

.dragdealer .infobox:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 21px 24px;
	border-color: #008da8 transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -26px;
	left: 126px;
}

.dragdealer .infobox .titlebar {
	background: #008da8;
	padding: .5em;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
}

.dragdealer .infobox .innerbox {
	padding: 1em;
	color: #333;
	text-align: center;
}

.dragdealer .infobox .innerbox>* {
	padding-bottom: .5em;
}

.dragdealer .infobox .innerbox>div:first-child {
	color: #e07c00;
	font-size: 25px;
}

/* ========================= */
/* Media Queries*/
/* ========================= */

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

	.row-use-case{
		display:none;
	}

	.dragdealer {
		width: 130px!important;
	}

	.dragdealer .grad {
		color: transparent;
	}
}

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

    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 20px 30px 20px;
      margin-top: 30px;
	  height: auto;
    }
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
    #quote-carousel .carousel-indicators li {
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }

	.dragdealer {
		width: 40%;
	}
}

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

	.col-md-4 > img {
		display:block;
		margin-right:auto;
		margin-left:auto;
		width: 30%;
	}
	.col-md-6 > img {
		display:block;
		margin-right:auto;
		margin-left:auto;
		width: 60%;
	}

	.navbar-right {
		margin-right: -30px;
	}

	.nav>li, .nav>ul.navbar-nav, ul.nav {
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}

	.row-1 {
		padding: 0;
	}
	.row-1>div {
		text-align: center;
		padding: 5px 10px;
	}

	.navbar .nav.navbar-nav.demo li {
		width: 50%;
		display: inline-block;
	}

	#share_btn {
		display:none;
	}

	#quote-carousel .carousel-control {
		display:none;
	}

	.row-clients {
		display:none;
	}

	.row-blog {
		display:none;
	}

	.footer_menu{
		width: 50%;
	}
	.footer_menu > li{
		width: 33%;
		max-width: initial;
		margin-bottom: 30px;
	}
	.social_block {
		width: 100%;
		padding-top: 15px;
		text-align: center;
	}

	.lang {
		margin-left: 0;
	}
}

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

	.row-1 iframe {
		margin: 0;
	}
}
