/* 
Theme Name: Child of WP Bootstrap Starter theme
Theme URI:
Description: Child theme based on WP Bootstrap Starter theme
Author: Pierre Andreski & Hene Julien - Synchro
Version: 1.0
Template: wp-bootstrap-starter
*/

@import url('https://fonts.googleapis.com/css?family=Marvel:400,400i,700|Ruluko');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');


body {
	font-family: 'Ubuntu', sans-serif;
	color: #4b4b4b;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}

a {
	color: #804d5e;
	text-decoration: none;
	transition: color .3s ease;
}
a:hover {
	color: #6a91b8;
	text-decoration: none;
}

#content {
    
}




/*
 * MENU PRINCIPAL STYLE
 */
 
button.navbar-toggler {
    margin-top: 10px;
    background-color: #ffffff;
    z-index: 100;
}

.navbar-nav,
.nav-secondaire {
	font-family: 'Ubuntu', sans-serif;
}

header#masthead {
	box-shadow: none;
	border-bottom: 1px solid #e4e4e4;
	background: #fcfcfc;
}

#masthead .navbar-nav > li {
	position: relative;
	display: block;
}

#masthead .navbar-nav > li > a {
	color: #5a5a5a;
	display: block;
	font-size: 21px;
	text-transform: uppercase;
	padding: 5px 12px;
	-webkit-transition: color 0.6s ease, background 0.6s ease;
	-moz-transition: color 0.6s ease, background 0.6s ease;
    transition: color 0.6s ease, background 0.6s ease;
}
#masthead .navbar-nav > li > a:hover {
	color: #804d5e;
	background: none;
}

#masthead .navbar-nav > li > a:after {
	background: #804d5e;
	position: absolute;
    bottom: 0px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    overflow: hidden;
    width: 0;
    opacity: 0;
    box-sizing: border-box;
	transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
    -moz-transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
    -webkit-transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
}
#masthead .navbar-nav > li > a:hover:after {
	width: 100%;
	opacity: 1;
}



#masthead .navbar-nav > li.lang > a {
	color: #000000;
	font-weight: 700;
}
#masthead .navbar-nav > li.lang > a:hover:after {
	width: 0;
	opacity: 0;
}

.dropdown-toggle::after {
	border-top: none;
}

.row.menu-row.mainMenu {
    margin: 20px 0 20px 0;
}



/*
 * MENU SECONDAIRE STYLE
 */
 
.nav-secondaire {
	padding-left: 0;
	float: right;
}
.nav-secondaire > li {
	display: inline-block;
	list-style-type: none;
	padding: 0 5px;
	border-bottom: 2px solid #804f5e;
}
.nav-secondaire > li > a {
	color: black;
	text-decoration: none;
	font-size: 1em;
	display: block;
	transition: all .15s ease;
}
.nav-secondaire > li > a:hover {
	transform: translateY(-2px) !important;
	color: #804d5e;
}
.menu-secondaire {
    float: right;
}



/*
 * PAGE ACCUEIL
 */
 
.bloc-news h3,
.bloc-news p a {
	color: #ffffff;
}
.bloc-news p span.date {
	color: #ffe000;
}


.short-post-container .date {
    font-size: 16px;
    color: #6a91b8;
}

.widgetNews {
    font-size: 50px;
	font-weight: bold;
	color: #6a91b8;
	text-align: center;
	margin: auto;
	padding-bottom: 15px;

}

.short-post-container {

	padding: 8px 16px;
	line-height: 20px;
	color: #5f5f5f;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;

}

.short-post-container a {
    font-size: 16px;
	font-weight: bold;
	color:#6a91b8;

}

.short-post-container:hover {


}

.shortPostImg {
    display: block;
    float: left;
    max-width: 25%;
    margin-right: 20px;
    background: #FFF;

}

.shortPostContent {
    display: block;
    float: left;
    width: 70%;

    padding-top: 10px;
}

.shortPostContent >div {
    margin-top: 25px;
}






/*
 * PAGES
 */

h1.entry-title {
	color: #6a91b8;
	font-weight: 700;
	margin-bottom: 35px;
}

.vc_separator h4 {
	font-size: 1.5em !important;
}

#content.site-content {
	padding-top: 0;
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: #804d5e !important;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
	background-color: #6a91b8 !important;
}


/*
 * FIL D'ARIANE
 */
 
 @import url('https://fonts.googleapis.com/css?family=Dosis');

.breadcrumb {
    background-color: #FFF;
    -webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	color: #e6007e;
	text-transform: uppercase;
	padding: 1.20rem 1rem!important;
	text-align: left;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px solid #e4e4e4;
}

.breadcrumb a {
    color: #b1b1b1;
    font-weight: normal;
    font-size: 18px;
}

.breadcrumb span {
    margin: 3px;
    
}

.entry-header {
    display: none;
}



/*
 * FOOTER
 */
 
footer {

	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

footer p {
	font-size: 0.9em;
}


/*
 * FORMULAIRES
 */
 
.caldera-grid .btn-default {
	background-color: #6a91b8 !important;
	border-color: #5485b6 !important;
	color: #ffffff !important;
}
.caldera-grid .btn-default:hover {
	background-color: #804d5e !important;
	border-color: #6e404f !important;
	color: #ffffff !important;
}

.caldera-grid .form-group {
	margin-top: 5px;
}

/*
 * REV SLIDER
 */
 
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0px !important;
}

/*
 * Box Accueil R&D
 */
 

 
 
 
 

.boxRd {

	margin:0!important;

}

.boxRdstyleTitle {
	font-size: 50px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: auto;
	padding-bottom: 15px;



}

.boxRdstyle {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	display: block;

}

.boxRdstyleLink {
    text-align: center;
	font-size: 26px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	

}

.boxRdstyle:nth-of-type(3) a {
    color:#6a91b8;

}

.boxRdstyle:nth-of-type(3) a:hover {
    color:black;

}


.savoirFaireBox p {
   
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;

}

.RDserv p {
	color: #6a94c9;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    background: #e4e4e4;
    padding: 15px 10px;
    -webkit-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    text-align: center;
}

.RHBox p {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.rhboxfond {
    background: whitesmoke;
}


.presentationVu img{
    -webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

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

.vc_column-inner.vc_custom_1498737161213 {
    padding-top: 0px !important;
}

.vc_custom_1500370767710 {
    border:none!important;
}

.laboIco img {
    width: 100%;
    
}

.laboIco {
    margin:0!important;
}

.partenaireCan {
    margin-top: 50px;
}

.wpb_text_column.wpb_content_element.videoAccueilBox {
    margin: 0;
}


.videoAccueil .vc_column-inner {
    margin: 0;
    padding: 0!important;
}


.video_lightbox_anchor_image {

    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 128px;
}




.sprey {
    margin-bottom: 5px;
}

/*
#presentOne > div {
    font-size: 42px;
	line-height: 50px;
	color: #4b4b4b;

}
*/

#presentOne {
    padding-left: 70px;
}


#presentOne p {
    font-size: 26px;
    line-height: 30px;
}



.presentTwo {
    font-size: 26px;
    line-height: 30px;
}

#presentThree p{
    font-size: 50px;
	color: #4b4b4b;
	line-height: 50px;
	margin-top: 58px;

}

#presentThree p::first-letter{
    color: #e6007e;
    font-weight: bold;
    font-size: 60px;


}

.presentBaseline .vc_single_image-img.attachment-full {
    max-width: 365px!important;

}

.separStyle {
    
	border-bottom: 4px solid #e6007e;
}

.wpb_single_image.wpb_content_element.vc_align_right.presentBaseline {
    margin: 0!important;
}

.presentMake {
    padding-left: 70px;
	
}

#presentMake > div {
    font-size: 42px;
	line-height: 50px;
	color: #4b4b4b;

}

#presentMake p {
    font-size: 26px;
    line-height: 30px;
}


.makeMap .vc_single_image-img.attachment-large {
    
}

#presentMake2 div {
    font-size: 42px;
    font-weight: bold;
    line-height: 46px;
    color: #e6007e;
}

#presentMake2 p {
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    color: black;
}

.presentMake2 div {
    font-size: 42px;
    font-weight: bold;
    line-height: 46px;
    color: #e6007e;
}

.presentMake2 p {
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    color: black;
}

.makePhoto .vc_single_image-img.attachment-large {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#presentRD p:nth-of-type(1) {
	font-size: 42px;
	line-height: 42px;

}


.videoHome .vc_column-inner  {
	padding:0!important;

}

.videoHome .wpb_content_element {
	margin-bottom:0!important;
}

.logoHome {
	max-width: 200px;
	margin: auto;
	display: block;
}

.presentMake2 li {
    font-size: 20px;
    font-weight: normal;
    color: black;
}

.presentTitleMarque {
    color: #e6007e;
    font-size: 42px;
}

#descMarques span {
    font-size: 20px;
}

.vc_column-inner.vc_custom_1502978927808 {
    padding-bottom: 20px;
}

.wpb_column.vc_column_container.vc_col-sm-12 {
    -webkit-box-shadow: 1px 1px 10px 2px #D6D6D6;
    box-shadow: 1px 1px 10px 2px #D6D6D6;
}

.editoDirection h3 {
    font-weight: bold;
    font-size: 42px;
    border-bottom: 3px solid #e6007e;
    display: inline-block;
    margin-bottom: 30px;
}

.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    background-color: #f9f9f9;
}

.boxPartner {
	
	webkit-box-shadow: 1px 1px 10px 2px #D6D6D6;
	box-shadow: 1px 1px 10px 2px #D6D6D6;
}

.accPreset .wpb_column.vc_column_container.vc_col-sm-12 {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.breadcrumb {
    margin-bottom: 0!important;

}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    min-height: 90px;
}

p.editoBaseline {
    font-size: 41px;
    color: #e6007e;
    margin-bottom: 30px;
    margin-top: 10px;
}

#descMarques a {
	color: #6a91b8!important;
}

.wpb_text_column.wpb_content_element.vc_custom_1503993273935.editoDirection {
    background: url(http://elysee.synchro-dev.com/wp-content/uploads/2017/08/fond-edito.png) no-repeat right;
}

.wpb_text_column.wpb_content_element.vc_custom_1503993273935.editoDirection p {
    text-align: justify;
    padding-right: 120px;
}

.hiddeTitle {
	display: block;
	text-align: center;
}

.hiddeTitle h4 {
	font-size: 22px;
}

.hiddeBoxImg img {
    border-bottom: 4px solid #e6007e;
}

.hiddeTitle .vc_toggle_content {
    text-align: justify;
}

.short-post-container:nth-child(even) {
    background-color: #e6e6e6;
}


.justifyBox p {
    
}

.maxTitle {
    font-size: 22px;
}

.makeMoremax h4 {
    font-size: 18px !important;
}

.pp_bottom, .pp_top {
	width:100%!important;
}

.makerFaireTitle {
	color: black;
	font-size: 40px;
	font-weight: 700;
	border-left: 4px solid #e6007e;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-left: 11px;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    border-bottom: 3px solid #e6007e;
    background-color: #f7f7f7;
}

.wpb_single_image.wpb_content_element.vc_align_center.imgIFS {
    height: 120px;
    padding-top: 30px;
}





/* RESET STYLE FINAL */

.navbar-toggler-right {
	position: none;
    right: 0!important;
}

h3.titleOff {
	font-size: 52px;
	font-weight: bold;
	color: #e6007e;
	
}

.titleUnderOff {
	font-size: 26px;
    line-height: 30px;
    color: #4b4b4b;
	
}

p.textBody {
	color: #4b4b4b;
	
}

.vc_cta3-content-header h2 {
	color: #e6007e!important;
}