/* General */

.title-bloc-home {
	color: #4c628d;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}

@media (max-width: 767px) {
	.title-bloc-home {
	    font-size: 18px;
	}
}


#cta-trouvez-votre-kidysitter{
    margin-top: 26px;
}



/* Image gestion */

#vu-a-la-tv{
    width: 110px;
    transform: rotate(-20deg);
    cursor: pointer;
}

#image-home {
    position: absolute;
    right: 0px;
    height: 100%;
    min-width: 100%;
    z-index: -1;
    overflow: hidden;
    /*  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
}

#color-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 600px;
	width: 100%;
	/*background-color: #70d7ff;*/
	background-color: #6572c7;
	/*opacity: 0.2;*/
	opacity: 0.55;
    filter: alpha(opacity=55);
}

@media (max-width: 767px) {
	#color-overlay {
		/* display: none; */
	}
}

#video-home {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 2100px; /* à changer selon la photo */
    min-width: 100%;
    z-index: -1;
    overflow: hidden;
    /*  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
}

#kidygo-index-container-image {
    height: 600px;
    margin-top: -20px;
    overflow: hidden;
    position: relative;
}

#tagline-container {
	margin-top: 112px;
}

#tagline {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 39px;
	font-weight: 500;
	color: white;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}


#sousTitre {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: white;
    font-weight: 400;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

#subtitle-container {
    margin-top: 29px;
}

.main-cta-container {
	margin-top: 56px;
}

.main-cta {
	font-size: 17px;
	padding: 18px 38px;
	border-radius: 4px;
}


@media (min-width: 768px) and (max-width: 991px) {
    #image-home {
        position: absolute;
        right: 0px;
        height: 100%;
        min-width: 100%;
        z-index: -1;
    }
    #video-home {
        position: absolute;
        right: 0px;
        width: 2100px; /* à changer selon la photo */
        height: 600px;
        min-width: 100%;
        z-index: -1;
    }
    #kidygo-index-container-image {
        height: 375px;
        margin-top: -20px
    }
    #tagline-container {
        margin-top: 67px;
    }
    #tagline {
    	font-size: 37px;
    }
    #subtitle-container {
	    margin-top: 16px;
	}
    .main-cta-container {
	    margin-top: 10px;
	}
	#sousTitre {
        font-size: 21px;
    }
}


@media (max-width: 767px) {
	#image-home-mobile {
        position: absolute;
        right: 0px;
        height: 100%; /* à changer selon la photo */
        min-width: 100%;
        z-index: -1;
        bottom: 0px;
	    overflow: hidden;
    }
    #kidygo-index-container-image {
        height: 308px;
        margin-top: -20px
    }
	#tagline {
		font-size: 22px;
	}

	#tagline-container {
		margin-top: 48px;
	}

	#sousTitre {
	    font-size: 18px;
	}

	#kidygo-index-container-image .btn-comment-ca-marche-mobile {
		margin: 0;
		padding: 5px 12px 7px 13px;
		font-size: 16px;
		border: solid 1px white;
		color: white;
		font-weight: 300;
		border-radius: 17px;
		text-decoration: none;
	    background-color: rgba(0,0,0, .3);
	}

	#kidygo-index-container-image .fa-chevron-right {
		margin-left: 4px;
	}

	#kidygo-index-container-image .btn-comment-ca-marche-mobile-container {
		margin-top: 24px;
	}

	.main-cta-mobile-container {
		margin-top: 61px;
	}

	.main-cta-mobile {
		font-size: 17px;
		padding: 14px 35px;
		border-radius: 4px;
	}
}

#first-cta-mobile-register {
	margin-top: 20px;
}











/* Steps */

#steps {
	border-top: 3px solid #c0d2f3;
	background-color: white;
	height: 271px;
}

#steps .round-number {
	width: 64px;
	height: 64px;
	border-radius: 64px;
	background-color: white;
	border: 3px solid #c0d2f3;
	text-align: center;
	margin-top: -33px;
	margin-left: auto;
	margin-right: auto;
}

#steps .round-number p {
	font-size: 32px;
	color: #729be5;
	font-weight: 400;
	margin: 0;
	margin-top: 5px;
}

#steps .text-explanation {
	margin-top: 16px;
}

#steps .text-explanation p {
	color: #a3bdf0;
	font-size: 17px;
	text-align: center;
	margin: 0;
}

@keyframes move-chevron {
    to {margin-left: 25px;}
}

@keyframes change-color-comment-ca-marche {
    to {color: #5685da;}
}

#steps .btn-comment-ca-marche {
	margin: 0;
	padding: 5px 12px 7px 13px;
	font-size: 16px;
	border: solid 1px #a3bdf0;
	color: #8cade9;
	font-weight: 400;
	border-radius: 17px;
	text-decoration: none;
}


#steps .fa-chevron-right {
	margin-left: 4px;
}

#steps .btn-comment-ca-marche:hover {
	text-decoration: none;
	animation-name: change-color-comment-ca-marche;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

#steps .btn-comment-ca-marche:hover .fa-chevron-right {
	animation-name: move-chevron;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

#steps .btn-comment-ca-marche-container {
	margin-top: 57px;
    margin-left: 4px;
}






/* Search */


@media (min-width: 1199px) {
	#form-search-container {
	    margin-left: 147.25px;
	}
}

#search {
	background-color: #f9fbff;
}

#title-search-container {
	margin-top: 104px;
}

#subtitle-search-container {
	margin-top: 18px;
}

#subtitle-search {
	color: #a3bdf0;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}

@media (max-width: 767px) {

	#title-search-container {
	    margin-top: 30px;
	}

	#subtitle-search-container {
	    margin-top: 9px;
	}

	#subtitle-search {
	    font-size: 16px;
	    font-weight: 300;
	}

	#search .btn-search-mobile {
		margin: 0;
		padding: 5px 12px 7px 13px;
		font-size: 16px;
		color: white;
		background-color: #4c628d;
		font-weight: 400;
		border-radius: 17px;
		text-decoration: none;
	}

	#search .btn-search-mobile-container {
	    margin-top: 20px;
	    margin-bottom: 46px;
	}
}








/* Reviews */

#reviews {
	background-color: white;
}

#title-reviews-container {
	margin-top: 104px;
}

#reviews-container {
	margin-top: 78px;
	height: 425px;
}



@keyframes move-arrow-left-slideshow {
    to {
    	margin-left: -10px;
    }
}

@keyframes move-arrow-right-slideshow {
    to {
    	margin-right: -10px;
    }
}

.arrow-slideshow-container {
	width: 60px;
	height: 100%;
}

.arrow-slideshow-left-container-inner, .arrow-slideshow-right-container-inner {
	padding: 30px 10px;
	margin-top: 162px;
}

.arrow-slideshow-left-container-inner:hover, .arrow-slideshow-right-container-inner:hover {
	cursor: pointer;
}

.arrow-left-slideshow, .arrow-right-slideshow {
	height: 37px;
}

.arrow-slideshow-left-container-inner:hover .arrow-left-slideshow {
	animation-name: move-arrow-left-slideshow;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

.arrow-slideshow-right-container-inner:hover .arrow-right-slideshow {
	animation-name: move-arrow-right-slideshow;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}




.review-slideshow-container {
	width: 1020px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.review-slideshow-cards-container {
	position: absolute;
	width: 10000px;
	transform: translate3d(-2040px, 0px, 0px);
	transition: 2s;
}

.review-slideshow-cards-container.reset {
	transition: 0s;
}

.review-card {
	margin-top: 2px;
	margin-left: 12px;
	margin-right: 12px;
	height: 100%;
	width: 316px;
	border-radius: 5px;
	box-shadow: 0 1px 5px 0.1px rgba(0, 0, 0, 0.25);
}

.review-card:hover {
	margin-top: 0px;
}

a.link-to-trip:hover {
	text-decoration: none;
}

.review-over-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	height: 10px;
	background-color: #c0d2f3;
}

.review-header-img-reviews-container {
	border-bottom: 1px solid #dadada;
}

.review-body {
	height: 178px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
}

.review-stars {
	border-top: 1px solid #dadada;
	height: 78px;
}

	.review-header-inner {
		margin-top: 30px;
	}

	.review-header-inner {
		margin-left: 51px;
	}

	.img-parentProfile-review,.img-profilkidy-review {
		width: 72px;
	}

	.img-parentProfile-review.highlighted, .img-profilkidy-review.highlighted {
		width: 74px;
		margin-left: -1px;
		margin-top: -2px;
		-moz-box-shadow: 5px 5px 30px 0px #656565;
		-webkit-box-shadow: 5px 5px 30px 0px #656565;
		-o-box-shadow: 5px 5px 30px 0px #656565;
		box-shadow: 5px 5px 30px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=30);
	}

	.review-recommandation-picto.parentHighlighted {
		margin-left: 9px;
	}

	.img-parentProfile-review:hover {
		/*margin-left: -5px;*/
	}

	.img-profilkidy-review-container {
		margin-left: 10px;
	}

	.review-recommandation-picto {
		width: 50px;
		margin-left: 10px;
		margin-top: 20px;
	}

	.name-parentProfile-container, .name-profilkidy-container {
		height: 35px;
		width: 142px;
	}

	.name-parentProfile-container {
		margin-left: 16px;
	}

	.review-header-names {
		margin-bottom: 17px;
	}

	.review-header-names p {
		color: #c0d2f3;
		font-size: 15px;
		font-weight: 400;
		margin-top: 7px;
	}

	.name-parentProfile-container.highlighted p, .name-profilkidy-container.highlighted p {
		font-size: 16px;
		text-shadow: 4px 4px 30px rgba(101, 101, 101, 0.4);
	}


	.review-body-inner {
		padding: 25px 32px;
	}

	.review-body-inner {
		overflow: hidden;
	}

	.review-body-inner p {
		color: #99a4af;
		font-size: 16px;
		font-style: italic;
		text-overflow: ellipsis;
		text-overflow: "…";
	}

	.inner-stars {
		display: inline-block;
		margin-top: 20px;
	}

	.inner-stars .fa-star {
		font-size: 35px;
	    margin-left: 8px;
	}

	.inner-stars .fa-star:first-child {
		margin-left: 0;
	}



#reviews-numbers-container {
	margin-top: 76px;
	margin-bottom: 118px;
}

#reviews-numbers-container > p {
	font-size: 31px;
}

.reviews-important-number {
	font-weight: 400;
}






@media (min-width: 992px) and (max-width: 1199px) {
	.review-slideshow-cards-container {
		position: absolute;
		width: 10000px;
		transform: translate3d(-1639.98px, 0px, 0px);
		transition: 2s;
	}
	.review-slideshow-container {
		width: 820px;
	}
	.review-card {
		width: 249.33px;
	}
	.review-header-inner {
		margin-left: 31.165px;
	}
	.img-parentProfile-review, .img-profilkidy-review {
		width: 62px;
	}
	.review-recommandation-picto {
	    width: 43px;
	    margin-left: 10px;
	    margin-top: 17px;
	}
	.name-parentProfile-container, .name-profilkidy-container {
		width: 124.33px;
		margin-left: 0;
	}
	.name-profilkidy-container {
		margin-left: 0.67px;
	}
	.inner-stars {
	    margin-top: 25px;
	}
	.inner-stars .fa-star {
	    font-size: 29px;
	}
	.review-body-inner p {
	    font-size: 15px;
	}
	.review-body-inner {
	    padding: 20px 26px;
	}

	.img-parentProfile-review.highlighted, .img-profilkidy-review.highlighted {
		width: 64px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#reviews-container {
		margin-left: 135px;
	}
	.review-slideshow-container {
	    width: 340px;
	}
}

@media (max-width: 767px) {
	#reviews {
		background-color: #f9fbff;
	}

	#title-reviews-container {
	    margin-top: 30px;
	}

	#reviews-container {
		height: 325px;
		width: 318px;
		left: 50%;
		margin-left: -159px;
		margin-top: 30px
	}

	.arrow-slideshow-left-container-inner, .arrow-slideshow-right-container-inner {
	    padding-left: 0;
	    padding-right: 0;
	    margin-top: 117px;
	}
	.arrow-slideshow-left-container-inner {
	    margin-left: -5px;
	}
	.arrow-slideshow-right-container-inner {
	    margin-right: -5px;
	}
	.arrow-slideshow-container {
	    width: 24px;
	}
	.review-slideshow-cards-container {
		position: absolute;
		width: 10000px;
		transform: translate3d(-1440px, 0px, 0px);
		transition: 2s;
	}
	.review-slideshow-container {
		width: 240px;
	}
	.review-card {
		margin-top: 0;
		margin-left: 6px;
		margin-right: 6px;
		width: 228px;
		background-color: white;
	}
	.review-header-inner {
		margin-top: 16px;
		margin-left: 32.5px;
	}
	.img-parentProfile-review, .img-profilkidy-review {
		width: 50px;
	}
	.review-recommandation-picto {
	    width: 43px;
	    margin-left: 10px;
	    margin-top: 11px;
	}
	.name-parentProfile-container, .name-profilkidy-container {
		width: 113px;
		margin-left: 1px;
	}
	.review-header-names {
	    margin-bottom: 5px;
	}
	.review-header-names p {
	    font-size: 13px;
	}
	.name-profilkidy-container {
		margin-left: 0;
	}
	.review-stars {
		height: 54px;
	}
	.inner-stars {
	    margin-top: 15px;
	}
	.inner-stars .fa-star {
	    font-size: 23px;
	}
	.review-body {
	    height: 150px;
	}
	.review-body-inner p {
	    font-size: 13px;
	}
	.review-body-inner {
	    padding: 16px 20px;
	}
	.arrow-slideshow-left-container-inner:hover .arrow-left-slideshow {
		animation-name: none;
	}
	.arrow-slideshow-right-container-inner:hover .arrow-right-slideshow {
		animation-name: none;
	}


	.img-parentProfile-review.highlighted, .img-profilkidy-review.highlighted {
		width: 50px;
		margin-left: 0;
		margin-top: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=white, Direction=134, Strength=0);
	}

	.review-recommandation-picto.parentHighlighted {
		margin-left: 10px;
	}

	.name-parentProfile-container.highlighted p, .name-profilkidy-container.highlighted p {
		font-size: 13px;
		text-shadow: none;
	}



	#reviews-numbers-container > p {
	    font-size: 15px;
	}

	#reviews-numbers-container {
	    margin-top: 29px;
	    margin-bottom: 40px;
	}
}

@media (max-width: 318px) {
	#reviews {
		display: none;
	}
}














/* KidySitters */

#kidysitters {
	background-color: #f9fbff;
}

#title-kidysitters-container {
	margin-top: 104px;
}

#kidysitters .btn-en-savoir-plus-container {
	margin-top: 41px;
}

#kidysitters .btn-en-savoir-plus {
	margin: 0;
	padding: 5px 12px 7px 13px;
	font-size: 16px;
	border: solid 1px #a3bdf0;
	color: #8cade9;
	font-weight: 400;
	border-radius: 17px;
	text-decoration: none;
}

@keyframes move-chevron {
    to {margin-left: 25px;}
}

@keyframes change-color-en-savoir-plus {
    to {color: #5685da;}
}

#kidysitters .fa-chevron-right {
	margin-left: 4px;
}

#kidysitters .btn-en-savoir-plus:hover {
	text-decoration: none;
	animation-name: change-color-en-savoir-plus;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

#kidysitters .btn-en-savoir-plus:hover .fa-chevron-right {
	animation-name: move-chevron;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

#kidysitters .explanations-container {
	margin-top: 41px;
}

#kidysitters .explanations-container p {
	color: #acbac7;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

#computer-container {
	margin-top: 33px;
	margin-bottom: 90px;
	position: relative;
}

.computer-profile {
	position: absolute;
	top: 63px;
	margin-left: -348px;
	left: 50%;
}

@media (max-width: 991px) {
	.computer-profile {
	    width: 522px;
	    top: 48px;
	    margin-left: -261px;
	}
    
    #computer {
    	width: 100%;
    }
}

@media (max-width: 767px) {
	#kidysitters {
		background-color: white;
	}

	#title-kidysitters-container {
	    margin-top: 30px;
	}

	#kidysitters .btn-en-savoir-plus {
	    font-weight: 300;
	}

	#kidysitters .btn-en-savoir-plus-container {
	    margin-top: 25px;
	}

	#kidysitters .explanations-container {
	    margin-top: 31px;
	    margin-bottom: 40px;
	}

	#kidysitters .kidy-check {
		text-align: left;
	}
}








/* Press */

#press {
    background-color: white;
}

#title-press-container {
	margin-top: 104px;
}

.logos-container {
	margin-bottom: 100px;
	margin-top: 33px;
}

.fr2 {
    margin-top: 9px;
}

.fr3 {
    margin-top: 11px;
}

.fr4 {
    margin-top: 10px;
}

.m6 {
    margin-top: 5px;
}

.bfm {
    margin-top: 18px;
}

.min-20 {
    margin-top: 9px;
}

.citizen-kids {
    margin-top: 27px;
}

.elleMagazine {
    margin-top: 26px;
}

.actuKids {
    margin-top: 28px;
}

.block-presse {
    height: 90px;
}



/* Google Places Autocomplete */
/* Permet au div des suggestions d'apparaitre au dessus du modal */
.pac-container {
	z-index: 1041;
}
